list

Search

You can find the results of your search below.

NFTables IP Control @linux_router
43 Hits, Last modified:
ress and timeout function: <code> set controllist { type ipv4_addr flags interval... t } </code> In the forward chain the controllist IP set was dropped for all the source and destination packets. <code> ip daddr @controllist counter drop ip saddr @controllist counter drop </code> ++++Router NFtable Setup - with named s
Nextcloud Container @docker_notes
40 Hits, Last modified:
' confirms current logged in user. * The user list can be seen with ''cat /etc/passwd'' where the us... nd. When no command is given display help for the list command -q, --quiet Do not output any... Display help for a command list List commands status show some stat
KVM Setup @home_server:home_server_setup
32 Hits, Last modified:
tem -o this-vm -n that-vm %%--%%auto-clone''. To list all defined virtual machines ''virsh list %%--%%all''. Which will make a copy of this-vm, named that-v... ks on VMs that are shut down</fc> -''sudo virsh list --all'' to list all KVM virtual machines. -''%%sudo virsh dumpxml VM_name | grep -i "source file"%%''
NFTables Configuration @linux_router
27 Hits, Last modified:
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 #... lbAS|Sets]].</color> ++ \\ <tab6> set controllist {\\ <tab9> type ipv4_addr\\ <tab9> ... or> \\ <tab9><color blue> # ip saddr @blacklist counter drop</color> \\ <tab9>\\ <tab9><color b
KPTree Torrent VM Setup @home_server
25 Hits, Last modified:
he units on on the machine. Use ''sudo systemctl list-units'' and look for the relevant ''.mount''s . ... ming comparatively expensive. The following is a list of resources to help with Linux Ubuntu CLI setup:... CLI - Debian]] * [[https://privatevpn.com/serverlist|PrivateVPN Server List]] * [[https://privatevpnsupportguy.github.io/Setup%20a%20manual%20kill%20switc
BASH Customisation @home_server:home_server_setup:other_services
22 Hits, Last modified:
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
15 Hits, Last modified:
o comprehensive standard!//</fc> * Distribution List of Ports (information only) * <fc #ff00ff>Gen... rver.db'' to open mailserver.db *''.tables'' to list tables in a database *To list tables from sqlite_schema:<code sql>SELECT name FROM sqlite_s... ===virtual_domains==== This table just holds the list of domains that you will use as virtual_mailbox_d
Web Server setup @home_server
13 Hits, Last modified:
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
12 Hits, Last modified:
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 = "&amp;" ; List of separator(s) used by PHP to parse input URLs i
IPMI CLI Tools @home_server:home_server_setup:other_services
12 Hits, Last modified:
''ipmitool -h'' * Chassis power commands: * List current power status: ''ipmitool -I lanplus -H 19... 8.1.42 -U baumkp -a chassis power status'' * List available chassis commands:''sudo ipmitool -I open chassis'' * List chassis policy options ''ipmitool -I lanplus -H 1... lanplus -H 192.168.1.42 -U baumkp chassis policy list'' * List all current chassis info: ''ipmitool
Rsync @home_server:home_server_setup:other_services
12 Hits, Last modified:
o access hosts allow = 192.168.1.5 hosts deny = * list = true uid = root gid = root read only = false # ... mply type ''rsync'' at terminal to see a complete list ^Flag Short^ Flag Long ^Description^ |''-z''| ''%... ould also create a file that contains the exclude list ''tmp'' and ''src''. This would look like: <code>sudo rsync -azv --exclude-from 'exclude-list.txt' pi@RedRPi:/home/pi/ /mnt/backup/rsync-test6<
Docker @docker_notes
11 Hits, Last modified:
' 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># Warning: table ip nat is mana... | ^COMMAND ^ DESCRIPTION^ |''docker ps'' | Show a list of all running containers| |''docker ps -a'' | Sh
Router Miscellaneous @linux_router
11 Hits, Last modified:
splays/hides the help screen__**// Below are the list of several hot keys. * a – Sort processes auto... docker start algo docker stop algo docker ps -a [list all containers, running and stopped] docker logs ... Ports Cheat Sheet: The Ultimate Ports & Protocols List]] * [[https://www.geeksforgeeks.org/50-common-p... 0 Common Ports You Should Know]] * Distribution List of Ports (information only) * <fc #ff00ff>Gen
KPTree - Email Server Setup @home_server
10 Hits, Last modified:
* Check status of clients: * ''findmnt'' to list file system in tree format or ''findmnt -l'' in flat list. * ''df -h'' to list all mounted drives * ''lsblk'' to list all drive * To allow automatic boot of nfs clients: sudo
KPTree - MSWindows Setup @home_server
10 Hits, Last modified:
Windows machines at work. Hence I like to keep a list of my preferred Windows software reasonable up to... bay size, 650W power supply). ++++ So below is a list of Windows software often use. ---- =====MSWindows 10 - Software Install List===== //**I do not use Windows much at home anymor... e SUBST command with no parameters will display a list of current virtual drives. </file> **The GUI opt
IPv6 Setup Notes @linux_router
10 Hits, Last modified:
Formatting Syntax @wiki
6 Hits, Last modified:
Network Setup @home_server:home_server_setup
6 Hits, Last modified:
Docker Deluge Image / Service @docker_notes
5 Hits, Last modified:
Reverse Proxy Server @docker_notes
4 Hits, Last modified:
dokuwiki setup notes @home_server
4 Hits, Last modified:
DokuWiki @wiki
4 Hits, Last modified:
fsck - file system check @home_server:home_server_setup
4 Hits, Last modified:
samba @home_server:home_server_setup:other_services
4 Hits, Last modified:
Docker-Compose @docker_notes
3 Hits, Last modified:
Docker - DNS Server @docker_notes
3 Hits, Last modified:
boot tools @tech_notes
3 Hits, Last modified:
NFS @home_server:home_server_setup:other_services
3 Hits, Last modified:
Docker - Index @docker_notes
2 Hits, Last modified:
Home Server other VMs Index @home_server
2 Hits, Last modified:
Linux Router Setup Notes - Index @linux_router
2 Hits, Last modified:
Router Basic Debian Server Setup @linux_router
2 Hits, Last modified:
Project Index @project
2 Hits, Last modified:
Python Programming Notes @python
2 Hits, Last modified:
Flatpak @tech_notes
2 Hits, Last modified:
Technical Notes - Index @tech_notes
2 Hits, Last modified:
Nginx @tech_notes
2 Hits, Last modified:
My Home IT Setup @home_server:home_server_setup
2 Hits, Last modified:
Home Server Notes @home_server:home_server_setup
2 Hits, Last modified:
VNC Server @home_server:home_server_setup
2 Hits, Last modified:
Simlinks @home_server:home_server_setup:other_services
2 Hits, Last modified:
DHCP / DNS Setup @linux_router
1 Hits, Last modified:
Router Hardware @linux_router
1 Hits, Last modified:
IPTables Configuration @linux_router
1 Hits, Last modified:
Debian / Ubuntu Network Setup @linux_router
1 Hits, Last modified:
ISP PPPoE Network Setup @linux_router
1 Hits, Last modified:
ansible @tech_notes
1 Hits, Last modified:
Conky @home_server:home_server_setup:other_services
1 Hits, Last modified:
SWAP Files @home_server:home_server_setup:other_services
1 Hits, Last modified: