KPTree Wiki

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • home_server (13)
  • docker_notes (11)
  • linux_router (8)
  • tech_notes (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Back-up Server Old Setup @home_server:home_server_setup:other_services
26 Hits, Last modified: 5 months ago
ommand that # must be enabled. # cmd_rsync /usr/bin/rsync # Uncomment this to enable remote ssh backups over rsync. # #cmd_ssh /usr/bin/ssh # Comment this out to disable syslog support. # cmd_logger /usr/bin/logger # Uncomment this to specify the path ... e # "du_args" parameter below. # cmd_du /usr/bin/du # Uncomment this to specify the path to r
Docker mailserver @docker_notes
21 Hits, Last modified: 3 hours ago
=working==== Required for server: *sqlite => ''/usr/bin/sqlite3'' *postfix => ''/usr/sbin/postfix'' *postfix-sqlite ''postfix-sqlite.so'' plugin? *#... ncluded in dovecot-sqlite *dovecot-sqlite => ''/usr/sbin/dovecot'' *#dovecot-pop3 => #Only if need ... cot-pigeonhole-plugin => plugin? *apache2 => ''/usr/sbin/httpd'' *php => ''/usr/bin/php'' -> ''/usr
Docker nginx / php notes @docker_notes
16 Hits, Last modified: 4 months ago
e directory, so it can be created on use. ====/usr/share/nginx/==== ++++/usr/share/nginx/http-default_server.conf| <code># This is a default site config... ocation = /404.html { internal; } }</code> ''/usr/share/nginx/http-default_server.conf'' is the sam... here are 2 php executables, php a cli version (''/usr/bin/php82'') and php-fpm for fpm-fcgi (''/usr/sbi
Rsync @home_server:home_server_setup:other_services
14 Hits, Last modified: 5 months ago
sions-doesn%C2%B4t-change *https://linoxide.com/usr-mgmt/simple-examples-to-explain-linux-file-permis... UserKnownHostsFile=/dev/null \ -q user@host /usr/bin/hostname -s</code> To set this configuration ... -------------" >> $LOG # Now execute the script /usr/bin/sudo /usr/bin/rsync $@ </code> Now change the mode and owner of this file: <code>sudo chown backu
NFTables IP Control @linux_router
7 Hits, Last modified: 2 years ago
le Setup - with named set IP filtering| <code> #!/usr/sbin/nft -f define wan = ppp1 define modem = e... out 5h' else timeout1=" timeout $1" fi cmd1='/usr/sbin/nft add element inet firewall controllist { ... rect output of cron jobs to systemd's journal: ''/usr/bin/systemd-cat -t controllist'', again the full ... e final crontab command entry would look like: ''/usr/bin/systemd-cat -t controllist /home/baumkp/contr
DHCP / DNS Setup @linux_router
6 Hits, Last modified: 6 months ago
for the BIND DNS server named. // // Please read /usr/share/doc/bind9/README.Debian.gz for information ... ext create a cryptographic key file using ''sudo /usr/sbin/rndc-confgen -a'', note that this command ca... /radvd.conf [Service] Type=forking ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest ExecStart=/usr/sbin/radvd --logmethod stderr_clean ExecReload=/u
Docker Deluge Image / Service @docker_notes
5 Hits, Last modified: 6 months ago
sts #This adds a PrivatVPN host to the host DNS /usr/sbin/openvpn /etc/openvpn/privatvpn.conf & #This... (errno=2)]] *Inside container command to run ''/usr/sbin/openvpn /etc/openvpn/privatvpn.conf'', add &... ' To start deluged up directly in container ''%%/usr/bin/python3 /usr/bin/deluged --port=58846 --config=/root/.config/deluge/ &%%'' however better using us
samba @home_server:home_server_setup:other_services
5 Hits, Last modified: 2 years ago
es: mail the admin a backtrace panic action = /usr/share/samba/panic-action %d ####### Authenticati... wd program in Debian Sarge). passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\s*\spa... ; please adapt to your needs ; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos ... oup exists on the system ; add machine script = /usr/sbin/useradd -g machines -c "%u machine account"
Docker-Compose @docker_notes
4 Hits, Last modified: 6 days ago
.36.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose </code> *[[https://gdevillele.... rts: - 80:80 volumes: - web_data:/usr/share/nginx/html:ro </code> There are different ... equired # for containers run by docker ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd
KPTree Torrent VM Setup @home_server
4 Hits, Last modified: 2 years ago
tables.conf'' ++++nftables.conf script| <code> #!/usr/sbin/nft -f define lan = ens3 define tun = tun... tables.conf'' ++++nftables.conf script| <file> #!/usr/sbin/nft -f # define common referenced interfac... cker.service [Service] Restart=always ExecStart=/usr/bin/docker start -a kodi-headless ExecStop=/usr/bin/docker stop -t 2 kodi-headless [Install] WantedBy
ISP IPoE DHCP Setup Notes @linux_router
4 Hits, Last modified: 5 months ago
Link File: /usr/lib/systemd/network/99-default.link ... TY=tty1 ; PWD=/home/baumkp ; USER=root ; COMMAND=/usr/sbin/dhclient Jan 04 07:47:33 kptr dhclient[2507]... TY=tty1 ; PWD=/home/baumkp ; USER=root ; COMMAND=/usr/sbin/dhclient -h Jan 04 07:47:39 kptr dhclient[25... TY=tty1 ; PWD=/home/baumkp ; USER=root ; COMMAND=/usr/sbin/dhclient --help Jan 04 07:47:56 kptr dhclien
SSH Notes @home_server:home_server_setup:other_services
4 Hits, Last modified: 5 months ago
m information as of " /bin/date echo /usr/bin/landscape-sysinfo else echo echo " Sy... in information script is written in python3, ++++/usr/bin/landscape-systeminfo| <code> #!/usr/bin/python3 import sys, os try: if os.path.dirname(os.pat... n Code==== ++++python3 agnostic code | <code> #!/usr/bin/python3 import psutil import platform from d
turn server @docker_notes
3 Hits, Last modified: 3 months ago
. # # The default file name is /var/db/turndb or /usr/local/var/db/turndb or # /var/lib/turn/turndb. # ... nfiguration file. # Use PEM file format. # #cert=/usr/local/etc/turn_server_cert.pem # Private key fil... nfiguration file. # Use PEM file format. # #pkey=/usr/local/etc/turn_server_pkey.pem # Raw public keys
Web Server setup @home_server
3 Hits, Last modified: 6 months ago
Vars </FilesMatch> <Directory /usr/lib/cgi-bin> SSLOptions +StdEnvVars ... StdEnvVars </FilesMatch> <Directory /usr/lib/cgi-bin> SSLOptions +StdEnvVars ... StdEnvVars </FilesMatch> <Directory /usr/lib/cgi-bin> SSLOptions +StdEnvVars
Router Miscellaneous @linux_router
3 Hits, Last modified: 3 months ago
ances After=network.target [Service] #ExecStart=/usr/local/bin/glances -w -t 2 ExecStart=/home/baumkp/... cker.service [Service] Restart=always ExecStart=/usr/bin/docker start -a algo ExecStop=/usr/bin/docker stop -t 2 algo [Install] WantedBy=default.target </
NFTables Configuration @linux_router
3 Hits, Last modified: 3 months ago
BASH Customisation @home_server:home_server_setup:other_services
3 Hits, Last modified: 5 months ago
dokuwiki setup notes @home_server
2 Hits, Last modified: 15 months ago
VNC Server @home_server:home_server_setup
2 Hits, Last modified: 3 weeks ago
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
2 Hits, Last modified: 2 years ago
Docker @docker_notes
1 Hits, Last modified: 3 months ago
Docker - DHCP Kea Server @docker_notes
1 Hits, Last modified: 4 months ago
Docker - DNS Server @docker_notes
1 Hits, Last modified: 5 months ago
Nextcloud Container @docker_notes
1 Hits, Last modified: 8 weeks ago
File Sharing @docker_notes
1 Hits, Last modified: 5 months ago
Docker init Systems @docker_notes
1 Hits, Last modified: 3 weeks ago
ISP PPPoE Network Setup @linux_router
1 Hits, Last modified: 9 months ago
Wifi Router / Access Points @linux_router
1 Hits, Last modified: 2 weeks ago
Wireguard VPN access from WAN to LAN @linux_router
1 Hits, Last modified: 2 weeks ago
Nginx @tech_notes
1 Hits, Last modified: 18 months ago
Conky @home_server:home_server_setup:other_services
1 Hits, Last modified: 2 years ago
Manjaro Setup Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: 2 months ago
VIM Editor @home_server:home_server_setup:other_services
1 Hits, Last modified: 15 months ago