name

Search

You can find the results of your search below.

KVM Setup @home_server:home_server_setup
55 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
Docker nginx / php notes @docker_notes
53 Hits, Last modified:
SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param QUERY_STRING $query_string;... ENGTH $content_length; fastcgi_param SCRIPT_NAME $fastcgi_script_name; fastcgi_param REQUEST_URI $request_uri; fastcgi_param DOCUMENT_UR... R_PORT $server_port; fastcgi_param SERVER_NAME $server_name; # PHP only, required if PHP
DHCP / DNS Setup @linux_router
50 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/
NFTables Configuration @linux_router
23 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
22 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
20 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
Manjaro Setup Notes @home_server:home_server_setup:other_services
16 Hits, Last modified:
ar/spool/cups-pdf/user/'', where user is the user name. * Setup printer Epson WF7720 following on s... {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:... ${freq 0} MHz Current / ${execi 99999 grep 'model name' /proc/cpuinfo | awk '{ print $9 }' | sed '2,$d'}
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
KPTree - Email Server Setup @home_server
13 Hits, Last modified:
.16/24] gateway4: 192.168.1.1 nameservers: addresses: [192.168.1.1, 1.... 1]</code> ++++ ===Change Hostname=== Change host name: ''sudo hostnamectl set-hostname hostname'', may ... :(default) we do not need to map gid and uid with names * To apply configuration changes ''sudo sy... tings server address: imap.gmail.com user name: Your full Gmail address (e.g. me@gmail.com)
Router Miscellaneous @linux_router
13 Hits, Last modified:
Sort processes by MEM% * p – Sort processes by name * i – Sort processes by I/O rate * d – Show/h... n --cap-drop ALL -it -v /home/baumkp/algo:/data --name=algo mutemule/algo" to create and run image --... ome/baumkp/algo:/data [bind mount a volume] --name=algo [give container name, can help prevent multiple containers] mutemule/algo [name of docker ima
Debian / Ubuntu Network Setup @linux_router
13 Hits, Last modified:
workInterfaceNames/|Predictable Network Interface Names]], also see [[https://github.com/systemd/systemd... 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 more verbose ''ip a''.
Docker Deluge Image / Service @docker_notes
11 Hits, Last modified:
envpn-nftables *''docker run -it -p 8112:8112 --name deluge deluge-openvpn-nftables /bin/sh'' - to run... docker run -it -p 8112:8112 --cap-add=NET_ADMIN --name alpine deluge-openvpn-nftables /bin/sh%%'' *T... cker run -it --network host --cap-add=NET_ADMIN --name alpine deluge-openvpn-nftables /bin/sh%%'' *The... k macnet1 --ip=192.168.1.98 --cap-add=NET_ADMIN --name alpine deluge-openvpn-nftables /bin/sh%%'' * Wh
Network Setup @home_server:home_server_setup
10 Hits, Last modified:
work Setup==== To check available interfaces and names: ''ip link'' Ensure the bridge utilites are loa... y as a switch. To check available interfaces and names: ''ip link'' Ensure the bridge utilities are lo... 0 broadcast 192.168.1.255 gateway 192.168.1.1 dns-nameservers 192.168.1.1 bridge_ports bond0 eth2 eth3 b... terfaces.old'' To check available interfaces and names: ''ip link'' Netplan does **not** require the b
Docker-Compose @docker_notes
9 Hits, Last modified:
spec/compose-spec/blob/master/spec.md#version-and-name-top-level-elements|The Compose Specification]] S... n `/var/lib/docker/volumes`. ====Docker external named volumes==== Docker compose external named volumes can be used across the Docker installation and they ... web_data </code> docker-compose.yml file with a named volume web_data defined externally: <code yaml>
dokuwiki setup notes @home_server
9 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... t/ RewriteEngine on RewriteCond %{SERVER_NAME} =wiki.kptree.net RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost
Rsync @home_server:home_server_setup:other_services
8 Hits, Last modified:
Nextcloud Container @docker_notes
7 Hits, Last modified:
KPTree - MSWindows Setup @home_server
5 Hits, Last modified:
SSH Notes @home_server:home_server_setup:other_services
5 Hits, Last modified:
Calibre @docker_notes
4 Hits, Last modified:
Docker - DHCP Server @docker_notes
3 Hits, Last modified:
ssh with key files @tech_notes
2 Hits, Last modified:
Dokuwiki @docker_notes
1 Hits, Last modified:
Reverse Proxy Server @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:
NFS @home_server:home_server_setup:other_services
1 Hits, Last modified:
snapraid @home_server:home_server_setup:other_services
1 Hits, Last modified: