KPTree Wiki logo

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.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • home_server (14)
  • docker_notes (12)
  • linux_router (8)
  • tech_notes (2)
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: 21 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 weeks ago
n? *apache2 => ''/usr/sbin/httpd'' *php => ''/usr/bin/php'' -> ''/usr/bin/php81'' So the standard php package currently... atabase programs including sqlite *rspamd => ''/usr/sbin/rspamd'' The email spam removing daemon *s... elinux.org/alpine/edge/testing/%%'' *mutt => ''/usr/bin/mutt'' *jq => ''/usr/bin/jq'' To assist with working in container: *util-linux => adds some a
Docker nginx / php notes @docker_notes
16 Hits, Last modified: 10 months ago
here are 2 php executables, php a cli version (''/usr/bin/php82'') and php-fpm for fpm-fcgi (''/usr/sbin/php-fpm82''). We are interested in the fpm ... lean env ;env[HOSTNAME] = $HOSTNAME ;env[PATH] = /usr/local/bin:/usr/bin:/bin ;env[TMP] = /tmp ;env[TMPDIR] = /tmp ;en... l be expanded with the prefix ; (pool, global or /usr) ; Default Value: nothing is defined by default ... he -d argument ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com ;php_fla
Rsync @home_server:home_server_setup:other_services
14 Hits, Last modified: 8 months ago
-------------" >> $LOG # Now execute the script /usr/bin/sudo /usr/bin/rsync $@ </code> Now change the mode and own... snapshot: " $@ >> $LOG # Now execute the script /usr/bin/sudo /usr/bin/rsnapshot "$@" >> $LOG 2>&1 EXITSTATUS=$? # ... kup_user/bin/rsync-wrapper.sh" SSH_ARGS="--rsh=\"/usr/bin/ssh -o CheckHostIP=no -i /home/backup_user/.s... on to Pushover app ( STARTTIME=`date +%s` ; eval /usr/bin/rsync "$ARGUMENTS $SOURCE $DESTINATION" >> $L
Nextcloud Container @docker_notes
10 Hits, Last modified: 3 weeks ago
lean env ;env[HOSTNAME] = $HOSTNAME ;env[PATH] = /usr/local/bin:/usr/bin:/bin ;env[TMP] = /tmp ;env[TMPDIR] = /tmp ;en... l be expanded with the prefix ; (pool, global or /usr/local) ; Default Value: nothing is defined by de... he -d argument ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com ;php_fla
NFTables IP Control @linux_router
7 Hits, Last modified: 5 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: 21 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: 2 months ago
' To start deluged up directly in container ''%%/usr/bin/python3 /usr/bin/deluged --port=58846 --config=/root/.config/deluge/ &%%'' however better using using ''/usr/bin/deluged -d'' ++++ *To check external IP ''w
samba @home_server:home_server_setup:other_services
5 Hits, Last modified: 4 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: 9 days ago
5.5.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose </code> <code bash> sudo chmod +x /usr/local/bin/docker-compose </code> *[[https://gde... 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
SSH Notes @home_server:home_server_setup:other_services
4 Hits, Last modified: 20 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
KPTree Torrent VM Setup @home_server
4 Hits, Last modified: 5 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
Docker - DNS Server @docker_notes
4 Hits, Last modified: 7 months ago
*/etc/sysctl.d/*.conf */run/sysctl.d/*.conf */usr/local/lib/sysctl.d/*.conf */usr/lib/sysctl.d/*.conf */lib/sysctl.d/*.conf ====References==== ... (peer-to-site)]] =====Bind9 Controls===== *''/usr/sbin/named -f'' to start the isc-bind9 applicatio... for the BIND DNS server named. // // Please read /usr/share/doc/bind9/README.Debian.gz for information
ISP IPoE DHCP Setup Notes @linux_router
4 Hits, Last modified: 21 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
BASH Customisation @home_server:home_server_setup:other_services
3 Hits, Last modified: 10 months ago
pts/rclone-status.sh' alias rcps="ps -ef | grep '/usr/bin/rclone sync\|/usr/bin/rclone copy\|/usr/bin/rclone move'" # see running rclone copy sync
turn server @docker_notes
3 Hits, Last modified: 19 months ago
NFTables Configuration @linux_router
3 Hits, Last modified: 19 months ago
Web Server setup @home_server
3 Hits, Last modified: 22 months ago
Router Miscellaneous @linux_router
3 Hits, Last modified: 11 months ago
VNC Server @home_server:home_server_setup
2 Hits, Last modified: 16 months ago
Programs & Applications @tech_notes
2 Hits, Last modified: 10 months ago
ntp @docker_notes
2 Hits, Last modified: 10 months ago
dokuwiki setup notes @home_server
2 Hits, Last modified: 12 months ago
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
2 Hits, Last modified: 3 years ago
Docker init Systems @docker_notes
1 Hits, Last modified: 4 weeks ago
Linux Block Device Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: 7 months ago
ISP PPPoE Network Setup @linux_router
1 Hits, Last modified: 2 years ago
File Sharing @docker_notes
1 Hits, Last modified: 21 months ago
Nginx @tech_notes
1 Hits, Last modified: 3 years ago
Wireguard VPN access from WAN to LAN @linux_router
1 Hits, Last modified: 16 months ago
VIM Editor @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
Conky @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 years ago
Manjaro Setup Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: 18 months ago
Docker - DHCP Kea Server @docker_notes
1 Hits, Last modified: 5 months ago
Wifi Router / Access Points @linux_router
1 Hits, Last modified: 8 months ago
Docker @docker_notes
1 Hits, Last modified: 8 months ago