name

Search

You can find the results of your search below.

DHCP / DNS Setup @linux_router
75 Hits, Last modified:
oftware: "sudo apt install bind9" Next check the named.conf configuration file, "less /etc/bind/named.conf". This can remain as default as below. However the... xisting files to default: *''sudo cp /etc/bind/named.conf.options /etc/bind/default.named.conf.options'' *''sudo cp /etc/bind/named.conf.local /etc/bind/
Docker nginx / php notes @docker_notes
73 Hits, Last modified:
nx/fastcgi.conf| <code> fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param QUERY_STRING $query_string; fastcgi_param ... ENGTH $content_length; fastcgi_param SCRIPT_NAME $fastcgi_script_name; fastcgi_param REQUEST_URI $request_uri; fastcgi_param DOCUMENT_UR
BASH Customisation @home_server:home_server_setup:other_services
69 Hits, Last modified:
e to share my bash aliases with the community # Rename shared/config/bash_aliases.env.example and use it... alias dpss='sudo docker ps -a --format "table {{.Names}}\t{{.State}}\t{{.Status}}\t{{.Image}}" | (sed -... lias dp600='sudo chown -R root:root /home/$BA_USERNAME/docker/secrets ; sudo chmod -R 600 /home/$BA_USERNAME/docker/secrets ; sudo chown -R root:root /home/$B
Conky @home_server:home_server_setup:other_services
67 Hits, Last modified:
o define what actually gets displayed. The color names that are used within Conky are the X11 colors lo... inspect this file to get some idea of what color names you can use. This [[https://web.archive.org/web... 827/http://www.kgym.jp/freesoft/xrgb.html|X color name list]], that could help you visualized the colors... {hr 2}$color ${color0}System: ${tab 50}$color$nodename ${alignr}${color0}Uptime: $color$uptime ${color0}
KVM Setup @home_server:home_server_setup
60 Hits, Last modified:
%%--%%all''. Which will make a copy of this-vm, named that-vm, and takes care of duplicating storage d... r/file.xml''. Modify the following xml tags: *<name>VM_name</name> be careful not to use an existing VM name, running, paused or stopped. *<uuid>869d5df0-13fa-47
Web Server setup @home_server
57 Hits, Last modified:
=====Adding Users===== * Basic: ''sudo useradd name'' * Check ''/etc/default/useradd'' for defaults... d directories." echo "Usage: changeGID.sh [groupname] [oldGID] [newGID]" >&2 exit 1 fi # ask for co... exit 0 </code> ++++ ''Usage: changeGID.sh [groupname] [oldGID] [newGID]''\\ ++++changeuid.sh| <code> ... nd directories." echo "Usage: changeUID.sh [username] [oldUID] [newUID]" >&2 exit 1 fi read -p "Cha
NFTables Configuration @linux_router
52 Hits, Last modified:
line defines a table with the family ''inet'' and name ''firewall''. ''inet'' is a family that encompass... ://wiki.nftables.org/wiki-nftables/index.php/Sets#Named_sets| Names Sets]] & nft man page <tab1> [[https://www.netfilter.org/projects/nftables/manpage.html#lb... es in the rules. We can use port numbers, service names and port ranges.\\ Sets provide a performant wa
KPTree Torrent VM Setup @home_server
51 Hits, Last modified:
vpn/login.conf file and add only the BTGuard User name on the first line and associated password on the ... ===Sample /etc/openvpn/login.conf:=== <file> Username Password </file> Obviously, Username and password are end user specific. ++++ =====Some Handy Commands ... on-unreachable } counter accept # iifname $tun counter accept } chain output {
NFTables IP Control @linux_router
39 Hits, Last modified:
://wiki.nftables.org/wiki-nftables/index.php/Sets#Named_sets|NFtables named set]] with ipV4 address and timeout function: <code> set controllist { ... ter drop </code> ++++Router NFtable Setup - with named set IP filtering| <code> #!/usr/sbin/nft -f de... ept # accept input from LAN iifname $lan counter accept # By port is a pain in the a
Docker mailserver @docker_notes
27 Hits, Last modified:
t tables from sqlite_schema:<code sql>SELECT name FROM sqlite_schema WHERE type ='table' AND name NOT LIKE 'sqlite_%';</code> *''SELECT * FROM table_name;'' to query all data from a table. ====virtual_... row. It is added by the database automatically.| |name |The name of the domain you want to receive email
Docker Deluge Image / Service @docker_notes
24 Hits, Last modified:
S6 commands:| *''s6-svstat /run/service/servicename'' or ''s6-svstat /run/s6-rc/servicedirs/deluged''... status, longrun only! *''s6-rc -u change servicename'' - enable and start a daemon (up) *''s6-rc -d change servicename'' - disable and stop a daemon (down) *''s6-rc-d... in the active s6-rc-db *''s6-rc-db type servicename'' - Prints the type of servicename: oneshot, long
Docker @docker_notes
22 Hits, Last modified:
er hand where Docker bridge network DNS container name resolution is desirable then these netfilter chai... reate portainer_data docker run -d -p 9443:9443 --name=portainer --restart=always \ -v /var/run/dock... fied. <code yaml>docker run -d -p 9001:9001 --name portainer_agent --restart=always \ -v /var/run/... MAGE'' | Start a new container| |''%%docker run --name CONTAINER IMAGE%%'' | Start a new container and s
KPTree - Email Server Setup @home_server
22 Hits, Last modified:
.16/24] gateway4: 192.168.1.1 nameservers: addresses: [192.168.1.1, 1.1.1.1]</code> ++++ ===Change Hostname=== Change host name: ''sudo hostnamectl set-hostname hostname'', may also need to change ''/etc/hosts'' to suit ===Setup N
Formatting Syntax @wiki
19 Hits, Last modified:
square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]]. Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]]. [[doku>pagename|Wiki pagenames]] are converted to lower
Manjaro Setup Notes @home_server:home_server_setup:other_services
17 Hits, Last modified:
ar/spool/cups-pdf/user/'', where user is the user name. * Setup printer Epson WF7720 following on s... RMATION ${hr 2}$color ${color0}System: $color$nodename ${alignr}${color0}Uptime: $color$uptime ${color0}... {color0}CPU Type: $color${execi 99999 grep 'model name' /proc/cpuinfo | awk '{ print $6 }' | sed '2,$d'} / ${execi 99999 grep 'model name' /proc/cpuinfo | wc -l} Cores ${color0}CPU Speed:
samba @home_server:home_server_setup:other_services
17 Hits, Last modified:
SSH Notes @home_server:home_server_setup:other_services
17 Hits, Last modified:
dokuwiki setup notes @home_server
16 Hits, Last modified:
Docker - DNS Server @docker_notes
15 Hits, Last modified:
Nextcloud Container @docker_notes
15 Hits, Last modified:
Debian / Ubuntu Network Setup @linux_router
15 Hits, Last modified:
Rsync @home_server:home_server_setup:other_services
15 Hits, Last modified:
Router Miscellaneous @linux_router
13 Hits, Last modified:
Docker-Compose @docker_notes
12 Hits, Last modified:
KPTree - MSWindows Setup @home_server
10 Hits, Last modified:
Network Setup @home_server:home_server_setup
10 Hits, Last modified:
ISP PPPoE Network Setup @linux_router
9 Hits, Last modified:
ISP IPoE DHCP Setup Notes @linux_router
6 Hits, Last modified:
Calibre @docker_notes
4 Hits, Last modified:
Reverse Proxy Server @docker_notes
4 Hits, Last modified:
KPTree Recipes @home_server
4 Hits, Last modified:
Nginx @tech_notes
4 Hits, Last modified:
Simlinks @home_server:home_server_setup:other_services
4 Hits, Last modified:
Docker - DHCP Server @docker_notes
3 Hits, Last modified:
IPv6 Setup Notes @linux_router
3 Hits, Last modified:
ssh with key files @tech_notes
3 Hits, Last modified:
NFS @home_server:home_server_setup:other_services
2 Hits, Last modified:
Dokuwiki @docker_notes
1 Hits, Last modified:
Docker Host @docker_notes
1 Hits, Last modified:
Sprinkler Solenoid 24VAC Woes @project
1 Hits, Last modified:
Python Programming Notes @python
1 Hits, Last modified:
Flatpak @tech_notes
1 Hits, Last modified:
git @tech_notes
1 Hits, Last modified:
fsck - file system check @home_server:home_server_setup
1 Hits, Last modified:
XFCE @home_server:home_server_setup:other_services
1 Hits, Last modified:
logrotate @home_server:home_server_setup:other_services
1 Hits, Last modified:
snapraid @home_server:home_server_setup:other_services
1 Hits, Last modified: