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
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
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
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 @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
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:
SSH Notes @home_server:home_server_setup:other_services
17 Hits, Last modified:
an script is very simple: <code bash> #!/bin/sh uname -snrvm </code> ====Ubuntu==== Ubuntu has multipl... in/python3 import sys, os try: if os.path.dirname(os.path.abspath(sys.argv[0])) == os.path.abspath(... s to be fixed at next run. sys.exit(2) if __name__ == "__main__": run(sys.argv[1:], reactor) ... print("="*40, "System Information", "="*40) uname = platform.uname() print(f"System: {uname.sys
dokuwiki setup notes @home_server
16 Hits, Last modified:
1/KarlData/Karl Data 2/dokuwiki_backups/'%%'' and named ''KPtreeWiki-backup_yyyy-mm-dd''. e.g. ''%%sudo... or ipv6. I have been using Godaddy for my domain name provider. I have not been that happy with Godaddy... 18:443 [2001:470:1f2c:10d::18]:443> ServerName wiki.kptree.net ServerAdmin webmaster@loc... 168.1.18:80 [2001:470:1f2c:10d::18]:80> ServerName wiki.kptree.net ServerAdmin webmaster@localho
Docker - DNS Server @docker_notes
15 Hits, Last modified:
sudo sysctl -p /etc/sysctl.conf'' *''/usr/sbin/named -f -4'' to start the isc-bind9 application called named, *''-f'' to run in foreground *''-4'' to run ipv4 only *''rndc stop'' to stop named <fc #ff0000>- need to implement this in S6</fc> *''rndc reload'' to reload the named configuration files *''named-checkconf /etc/bi
Nextcloud Container @docker_notes
15 Hits, Last modified:
the image supplied, 82 for Alpine and ignore the names. * ''%%docker exec -u www-data nextcloud-app-1... 'root'' *''nextcloud-app-1'' is the container name. This can be found using the ''docker ps'' comma... ysqldump --single-transaction -h [server] -u [username] -p[password] [db_name] > nextcloud-sqlbkp_`date +"%Y%m%d"`.bak%%'' * ''%%mysqldump --single-transact
Debian / Ubuntu Network Setup @linux_router
15 Hits, Last modified:
/wiki/Software/systemd/PredictableNetworkInterfaceNames/|Predictable Network Interface Names]], also see [[https://github.com/systemd/systemd/blob/master/src/... th this. In any case, you should always check dev names and not assume names, such as "eth0" To check available interfaces and names use: ''ip link'', or the
Back-up Server Old Setup @home_server:home_server_setup:other_services
15 Hits, Last modified:
s use_ino,defaults,allow_other,minfreespace=50G,fsname=mergerfs 0 0 #/media/Disk1 /export/Disk... ''sudo mergerfs -o defaults,allow_other,use_ino,fsname=mergerFS /media/Disk1:/media/Disk2 /srv/storage''... ''pvcreate'' | ✘ | ✔ | ✔ | ✔ | | rename | ''vgrename'' | ✘ | ✘ | ✔ | ✔ | | change | ''lvchange'' | ✔ | ✔ |
Rsync @home_server:home_server_setup:other_services
15 Hits, Last modified:
Docker Deluge Image / Service @docker_notes
13 Hits, Last modified:
Router Miscellaneous @linux_router
13 Hits, Last modified:
Docker-Compose @docker_notes
12 Hits, Last modified:
Docker init Systems @docker_notes
11 Hits, Last modified:
KPTree - MSWindows Setup @home_server
10 Hits, Last modified:
Network Setup @home_server:home_server_setup
10 Hits, Last modified:
Calibre @docker_notes
4 Hits, Last modified:
Reverse Proxy Server @docker_notes
4 Hits, Last modified:
Nginx @tech_notes
4 Hits, Last modified:
Docker - DHCP Server @docker_notes
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:
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: