type

Search

You can find the results of your search below.

NFTables Configuration @linux_router
24 Hits, Last modified:
\\ <tab6> set controllist {\\ <tab9> type ipv4_addr\\ <tab9> flags interval\\ <tab... \ + <color #202000/#F0F0E0> This creates a set of type inet_service (port number or range). The flags in... ge.html#lbAS|Sets]]. </color>++ \\ <tab9> type inet_service; flags interval;\\ <tab9> ele... \ + <color #202000/#F0F0E0> This creates a set of type inet_service (port number or range). The flags in
Conky @home_server:home_server_setup:other_services
21 Hits, Last modified:
s own window instead of using desktop own_window_type = 'normal',-- If own_window is yes, use type normal, desktop, or override own_window_transparent = tru... scription | awk '{ print $2" "$3 }'} ${color0}CPU Type: ${tab 50}$color${execi 99999 grep 'model name' /... lignr}${execi 9999 findmnt / -o SOURCE -n} | ${fs_type /} ${fs_used_perc /}% ${color8}${fs_bar /}$color
Docker nginx / php notes @docker_notes
19 Hits, Last modified:
ETHOD $request_method; fastcgi_param CONTENT_TYPE $content_type; fastcgi_param CONTENT_LENGTH $content_length; fastcgi_param SCRIPT_NAME ... ETHOD $request_method; fastcgi_param CONTENT_TYPE $content_type; fastcgi_param CONTENT_LENGTH $content_length; fastcgi_param SCRIPT_NAME
KPTree Torrent VM Setup @home_server
16 Hits, Last modified:
ons. table ip6 firewall { chain input { type filter hook input priority 0; policy drop; } chain output { type filter hook output priority 0; policy drop; } chain forward { type filter hook forward priority 0; policy drop; }... drop table ip firewall { chain input { type filter hook input priority 0; policy drop;
Docker Deluge Image / Service @docker_notes
13 Hits, Last modified:
ted services in the active s6-rc-db *''s6-rc-db type servicename'' - Prints the type of servicename: oneshot, longrun or bundle *''s6-rc-db dependencies s... ing =====docker external volumes===== There are 2 type of volume needs in this set up. - Deluge config... ode>docker volume create --driver local \ --opt type=nfs \ --opt o=addr=[ip-address],rw \ --opt de
NFTables IP Control @linux_router
13 Hits, Last modified:
function: <code> set controllist { type ipv4_addr flags interval flags ... inet firewall { set controllist { type ipv4_addr flags interval flags... t. # set tcp_open_ports { # type inet_service; flags interval; # elements ... tps # } # set udp_open_ports { # type inet_service; flags interval; # elements
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
8 Hits, Last modified:
. These battery seems to be common lead-acid gel type 12 VDC at 9 AMP-hr (although they look to be the ... e.model: LIHVX1K1 #Fix value device.type: ups #Fix value driver.name: ... ery: yes ups.status: OL ups.temperature: 19.4 ups.type: line-interactive #nominal/design value... bin/upsdrvctl start ExecStop=/sbin/upsdrvctl stop Type=forking [Install] WantedBy=multi-user.target </c
Docker mailserver @docker_notes
6 Hits, Last modified:
LECT name FROM sqlite_schema WHERE type ='table' AND name NOT LIKE 'sqlite_%';</code... file database manager, that is suitable for many type of databases, including **sqlite** and being only... nditionPathExists=/etc/postfix/main.cf [Service] Type=oneshot RemainAfterExit=yes ExecStart=/bin/true E... =local-fs.target network-online.target [Service] Type=simple ExecStart=/usr/sbin/dovecot -F PIDFile=/va
Back-up Server Old Setup @home_server:home_server_setup:other_services
6 Hits, Last modified:
ck mounted disks ''df -Th'' <code> Filesystem Type Size Used Avail Use% Mounted on udev ... .5:/Disk2 /mnt/backup2'' Where: * ''-t nfs'' : type nfs * ''-o'' : options, options are separated b... case "$1" in 0) return_type="$1" ;; *) return_type=1 ;; esac else return_type=1 fi
KPTree - MSWindows Setup @home_server
5 Hits, Last modified:
d inconvenient for me to justify to use. For this type of software I want a license that gives me unfett... was slow to show the network drives. I can simply type in the network drive into the path, e.g. "\\User1... Prompt (Admin) - right click the windows icon or type "Win + X". In Windows 10 you can also type in Command into the Cortina search area and right click on t
DHCP / DNS Setup @linux_router
5 Hits, Last modified:
C2Dg8v6hYNE/ecnd6Ag=="; }; zone "kptree.net" { type master; file "/var/lib/bind/db.kptree.net"; a... rndc-key; }; }; zone "168.192.in-addr.arpa" { type master; file "/var/lib/bind/db.168.192"; allo... et ConditionPathExists=/etc/radvd.conf [Service] Type=forking ExecStartPre=/usr/sbin/radvd --logmethod ... * ''nslookup wiki.kptree.net'' * ''nslookup -type=mx mail.kptree.net'' for mail server information
Docker @docker_notes
4 Hits, Last modified:
bles Docker Rules After=docker.service [Service] Type=oneshot ExecStart=/usr/sbin/iptables -I DOCKER-US... ytes 20249 xt target "DNAT" } chain OUTPUT { type nat hook output priority dstnat; policy accept; ... tes 0 xt target "SNAT" } chain POSTROUTING { type nat hook postrouting priority srcnat; policy acce... at ''/var/lib/docker/volumes'' =====Networks===== Type of networks on Docker: - Default Bridge (The de
BASH Customisation @home_server:home_server_setup:other_services
4 Hits, Last modified:
36. To update the terminal, without logging off type: '' ~/.bashrc'' or ''source ~/.bashrc''. The comm... n your machine alias partusage='df -hlT --exclude-type=tmpfs --exclude-type=devtmpfs' # Shows the individual partition usages without the temporary memory val... uiltin.html|The Shopt Builtin] sh options, simply type ''shopt'' to see list with current settings. Loo
VIM Editor @home_server:home_server_setup:other_services
4 Hits, Last modified:
ommand mode and Insertion mode. You only normally type text in Insertion mode. The Esc (escape) key ente... n you open VIM you are in command mode, so simply type i (or insert) to get into insert mode. *To copy,... number n. For example, to jump to line 42, you'd type :42 | | H | To the first line of the screen. ... se. | | c | Confirm each substitution. You can type y to substitute this match, n to skip this match,
Docker-Compose @docker_notes
3 Hits, Last modified:
> docker volume create --driver local \ --opt type=none \ --opt device="/var/opt/my_website/dist... r the drive mount using: ''systemctl list-units --type=mount'', in my particular case it was ''mnt-docke... s=docker.socket mnt-docker_store.mount [Service] Type=notify # the default is not to use systemd for cg
Nextcloud Container @docker_notes
3 Hits, Last modified:
Web Server setup @home_server
3 Hits, Last modified:
Router Hardware @linux_router
3 Hits, Last modified:
KVM Setup @home_server:home_server_setup
3 Hits, Last modified:
Rsync @home_server:home_server_setup:other_services
3 Hits, Last modified:
Docker - DHCP Server @docker_notes
2 Hits, Last modified:
Docker Host @docker_notes
2 Hits, Last modified:
dokuwiki setup notes @home_server
2 Hits, Last modified:
KPTree - Email Server Setup @home_server
2 Hits, Last modified:
ISP IPoE DHCP Setup Notes @linux_router
2 Hits, Last modified:
ISP PPPoE Network Setup @linux_router
2 Hits, Last modified:
Light Bulb Info @personal
2 Hits, Last modified:
VNC Server @home_server:home_server_setup
2 Hits, Last modified:
Dokuwiki @docker_notes
1 Hits, Last modified:
KPTree Recipes @home_server
1 Hits, Last modified:
IPTables Configuration @linux_router
1 Hits, Last modified:
Basic Netfilter Function Block Diagram @linux_router
1 Hits, Last modified:
Debian / Ubuntu Network Setup @linux_router
1 Hits, Last modified:
Home Sprinkler Setup Notes @personal
1 Hits, Last modified:
Oscilloscope @project
1 Hits, Last modified:
Sprinkler Solenoid 24VAC Woes @project
1 Hits, Last modified:
Python Programming Notes @python
1 Hits, Last modified:
boot tools @tech_notes
1 Hits, Last modified:
fsck - file system check @home_server:home_server_setup
1 Hits, Last modified:
NFS @home_server:home_server_setup:other_services
1 Hits, Last modified:
samba @home_server:home_server_setup:other_services
1 Hits, Last modified:
SSH Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: