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
- NFTables IP Control @linux_router
- ''5h30m'' for 5 hours 30 minutes. *''sudo nft list set inet firewall controllist'' : will list the current elements in named set controllist *''sudo nft flush set inet firewall controllist'' : will flush the current named set controllist *''sudo vim /etc/nftables.conf'' : to edit the c... would look like: ''/usr/bin/systemd-cat -t controllist /home/baumkp/controllist.sh'', remembering everything after the 5th space ... # 45 23 * * * /usr/bin/systemd-cat -t controllist /home/baumkp/controllist.sh 5h15m # 30 23 * * 5-6 /usr/bin/systemd-cat
- 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... r 12. Storage Pools]] ++++Home Server Index|<pagelist&header> *[[home_server:home_server_setup:summary]... er:home_server_setup:other_services:index]] </pagelist>++++ <- home_server:home_server_setup:network_se
- NFTables Configuration @linux_router
- tab6> \\ <tab6><color blue> # The set controllist is used to dynamically add IP address(es) to a timed drop list for LAN access control </color> ++ | \\ +<color #... 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.)
- 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... tab6> \\ <tab6><color blue> # The set controllist is used to dynamically add IP address(es) to a timed drop list for LAN access control </color> ++ | \\ +<color #... ed by each nftables chain - Use of the nftables list to list the chains and actual counted packets and bytes
- KPTree Torrent VM Setup @home_server
- CLI - Debian]] * [[https://privatevpn.com/serverlist|PrivateVPN Server List]] * [[https://privatevpnsupportguy.github.io/Se... the listed one in [[https://privatevpn.com/serverlist|PrivateVPN Server List]]. The listed servers all look to now end with t... 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 [[
- BASH Customisation @home_server:home_server_setup:other_services
- ; sudo trash-empty ; sudo -H trash-empty' alias tlist='trash-list' alias srmt='sudo trash-put' # FILE SIZE AND STO... er headers # SYNOLOGY DSM COMMANDS alias servicelist='sudo synoservicecfg --list' # does not work in DSM 7 alias servicestatus='su... move # YT-DLP alias ytupdate='yt-dlp -U' alias ytlist='yt-dlp --list-formats' alias ytdump='yt-dlp --dump-json' alias ... d Use===== * history | grep command -> to see list of history with text "command" * history !x -
- 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
- Commonly used commands and scripts @home_server:home_server_setup:other_services
- status) (enable / disable for boot control) *List current Systemd operating units: ''sudo systemctl list-units | grep %%'*'%%''. Change or remove the grep... ll package'' to install a package *''%%sudo apt list --installed%%'' to list installed packages, use grep to filter, eg.: ''%%sudo apt list --installed | grep php*%%'' to see all installed ... session | | ✔1 | | | ++++ ++++Here’s a list of common PHP extensions used for various functio
- 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
- 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
- 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
- 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
- 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