Search
You can find the results of your search below.
Fulltext results:
- Nextcloud Container @docker_notes
- Display help for a command list List commands status ... l install an app app:list List all available apps app:remove ... a single background job manually background-job:list List background jobs bookmarks bookmarks:clear-prev... Import a list of configs config:list List all configs config:system:delete
- KVM Setup @home_server:home_server_setup
- interactive terminal. Once inside virsh: *''list'' to list running VMs, or ''list %%--%%all'' to list all defined VMs, running or shutdown *''edit... shutdown, destroy) *''sudo virsh help | less'' list all the virsh commands Some links: *[[https://c
- NFTables Configuration @linux_router
- directory use ''sudo ./router.nft'' to run. *To list currently loaded nft tables: ''sudo nft list tables'' *To list a loaded table use: ''sudo nft list table inet firewall'', the inet firewall as listed from ''sudo nft list table'' *To list a loaded table use: ''sudo nft list table ip nat''. (The -a option lists handles.) ... -nn'' : shows numbers e.g. dport 22 *''sudo nft list table ip nat -a'' : list table ip nat with handles *''sudo nft delete ru
- KPTree Torrent VM Setup @home_server
- s: ''%%wget http://ipinfo.io/ip -qO -%%''__ *To list current tables in nftables: ''sudo nft list table ip firewall'', not inet, specifically ip, a... ist tables'' *To see table commands: ''sudo nft list table ip firewall'' and ''sudo nft list table ip6 firewall'' *Select the server from [[... ommented out lines that were not being used.\\ To list the firewall: ''sudo nft list table ip firewall'' ---- =====IPTables Configura... opped ''docker stop <name>'' *''docker ps'', to list running docker containers, ''docker ps -a'' to list all docker containers, running and stopped *To
- Wireguard VPN access from WAN to LAN @linux_router
- ected to the wireguard IP address *''sudo nft list table inet firewall -a'' will list my firewall settings. * ''ip daddr 192.168.... tes 9246975 accept # handle 24''. *''sudo nft list table ip nat -a'' will list my nat settings. *''ip daddr 112.213.222.38... ed by each nftables chain - Use of the nftables list to list the chains and actual counted packets and bytes - ''sudo nft list tables'' -> to list active nftables - ''sudo nft list table inet
- BASH Customisation @home_server:home_server_setup:other_services
- show index number of each file * ''-R'' : list sub-directories recursively * ''-S'' : sor... e:| <code bash> # This is my current / up-to-date list of bash aliases. # This is the exact same file th... rowdsec cscli' alias csdecisions='cscli decisions list' alias csalerts='cscli alerts list' alias csinspect='cscli alerts inspect -d' alias cshubs='cscli hub l
- Docker mailserver @docker_notes
- ed/Loaded in Linux]] *[[https://www.tecmint.com/list-enabled-virtual-hosts-in-apache-web-server/|How to List All Virtual Hosts in Apache Web Server]] *[[htt
- NFTables IP Control @linux_router
- NFtables Commands with named sets: *''sudo nft list table inet firewall'' : will list all the active firewall table *''sudo nft add ... ''5h30m'' for 5 hours 30 minutes. *''sudo nft list set inet firewall controllist'' : will list the current elements in named set controllist ... urrent nftables configuration *''status'' to list current running status of nftables *''start'... bles *''journalctl -b0 -xe -u nftables'' to list the end of all the nftables journal entries since
- Router Miscellaneous @linux_router
- ''systemctl show -p FragmentPath nftables'' *To list all systemd services: ''systemctl list-unit-files'', use ''systemctl list-unit-files --state=enabled'' to check all enabled... collected since current boot *''journalctl --list-boots'' lists recorded boots. The default option
- Docker @docker_notes
- ' to see the current iptable rules * ''sudo nft list ruleset'' lists as nftable rules * ''whereis ip... 0.0.11. See the following nftables info: ++++nft list tables| <code>table ip nat</code> ++++ ++++nft list table ip nat| <code bash nft.conf># Warning: table ... | ^COMMAND ^ DESCRIPTION^ |''docker ps'' | Show a list of all running containers| |''docker ps -a'' | Sh
- IPMI CLI Tools @home_server:home_server_setup:other_services
- nplus -H 192.168.1.42 -U baumkp -a bmc info'' * List Authorised Users: ''sudo ipmitool user list'' * List active ILOM Sessions: ''ipmitool session info all'' Not much use for me.... * Reset the I... 168.1.10 &>/dev/null ; echo $? </code> ====IPMI List==== *040 005 kptreeserver *041 010 kpts *042 001 Router ====Glossary==== List of IPMI terms. Taken wholesale from http://www.ec
- KPTree - Home Desktop Setup @home_server
- Windows machines at work. Hence I like to keep a list of my preferred Windows software reasonable up to... o excessively expensive now. ++++ So below is a list of Windows software often use. ---- =====MSWindows 11 - Software Install List===== //**I do not use Windows much at home anymor... n Linux. I will call the Meta key. So below is a list of special action keys. *Shift (shift key, left
- Web Server setup @home_server
- system otherwise ineffective. The following is a list of Apache SSL directives used to handle certifica... Guide]]** *To check systemd times: ''systemctl list-timers'' //(Cerbot used this in systemd enables systems)// *To list cerbot related certificates: ''sudo certbot certi... need root password * ''SHOW BINARY LOGS;'' - to list current binary log files * ''%%PURGE BINARY LOG
- Rsync @home_server:home_server_setup:other_services
- uestions/9299651/warning-permanently-added-to-the-list-of-known-hosts-message-from-git|Warning: Permanently added to the list of known hosts]]” message from Git. NOTE: The su... ser'' would not appear on the Ubuntu login screen list. To hide a user from the Ubuntu login screen list, you should be able to add the name to the hidden-users list in the file ''/etc/lightdm/users.conf'', but ther
- Docker nginx / php notes @docker_notes
- ertain functions. ; It receives a comma-delimited list of function names. ; https://php.net/disable-func... certain classes. ; It receives a comma-delimited list of class names. ; https://php.net/disable-classes... error reporting includes E_WARNING in the allowed list ; https://php.net/report-memleaks report_memleaks... put ; Example: ;arg_separator.output = "&" ; List of separator(s) used by PHP to parse input URLs i