Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- Conky @home_server:home_server_setup:other_services
- 827/http://www.kgym.jp/freesoft/xrgb.html|X color name list]], that could help you visualized the colors... PU Type: ${tab 50}$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'}
- KVM Setup @home_server:home_server_setup
- 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-47a0-a11
- Docker nginx / php notes @docker_notes
- 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
- KPTree Torrent VM Setup @home_server
- vpn/login.conf file and add only the BTGuard User name on the first line and associated password on the ... ping au-mel.pvdata.host''. *Edit the vpn (host name) and firewall (host ip address) configuration fil... .com/questions/767786/changing-network-interfaces-name-ubuntu-16-04|Changing Network Interfaces name Ubuntu 16.04]] for further information on this matter.
- turn server @docker_notes
- ver: image: coturn/coturn:4.5.2 container_name: coturn restart: always # always | unless-st... +config/turnserver.conf| <code yaml># TURN server name and realm realm=kptree.net server-name=turnserver # Use fingerprint in TURN message fingerprint # IPs... 'dynamic'. # #static-auth-secret=north # Server name used for # the oAuth authentication purposes. # T
- Docker - DNS Server @docker_notes
- figuration file is not referenced. ++++/etc/bind/name.conf| <code>// Default contents of /etc/bind/name... d.conf.default-zones";</code> ++++ ++++/etc/bind/name.conf.options| <code> acl "trusted" { 192.168.1/... fig { bind.log; }; }; </code> ++++ ++++/etc/bind/name.conf.local| <code>// key "rndc-key" { // algori... key rndc-key; }; }; </code> ++++ ++++/etc/bind/name.conf.default-zones| <code>zone "." IN { t
- Docker mailserver @docker_notes
- 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
- Web Server setup @home_server
- =====Adding Users===== * Basic: ''sudo useradd name'' * Check ''/etc/default/useradd'' for defaults... ced in ''/etc/hosts'' to provide basic local host name resolution. I prefer to install a separate DNS se... icats not required ''%%sudo certbot delete --cert-name certname%%'' *To check certbot auto renew scrip... d relevant examples It is assumed that the domain name provide DNS information points to the WAN Interne
- Docker @docker_notes
- 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... t docker compose, docker-compose.yml| <code yaml>name: portainer services: portainer-agent: container_name: portainer-agent image: portainer/agent p
- Manjaro Setup Notes @home_server:home_server_setup:other_services
- 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'}
- DHCP / DNS Setup @linux_router
- rvice as bind9.service. * "named" is the normal name of the isc-bind9 code that is call to start the a... tc/bind/named.conf.options'', as noted below. ++++name.conf.options|<code> options { directory "/var/c... , ; we add an "NS Record" to define the domain's name server... NS router.kptree.net. ; ...then a... ere seems to be no white space allowed before the name. </code>++++ **Note:** //To allow all LAN traffic
- Docker Deluge Image / Service @docker_notes
- 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
- KPTree - Email Server Setup @home_server
- 1]</code> ++++ ===Change Hostname=== Change host name: ''sudo hostnamectl set-hostname hostname'', may ... tings server address: imap.gmail.com user name: Your full Gmail address (e.g. me@gmail.com) ... ttings server address: pop.gmail.com user name: Your full Gmail address (e.g. me@gmail.com) ... tings server address: smtp.gmail.com user name: Your full Gmail address (e.g. me@gmail.com)
- Reverse Proxy Server - Traefik @docker_notes
- n in HTTP - "traefik.http.routers.container_name.entrypoints=http" - "traefik.http.routers.container_name.rule=Host(`linkwarden.local.kptree.net`)" - "traefik.http.middlewares.container_name-https-redirect.redirectscheme.scheme=https" ... to HTTPS - "traefik.http.routers.container_name.middlewares=linkwarden-https-redirect" # Ma
- Router Miscellaneous @linux_router
- 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