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 (17)
  • docker_notes (9)
  • linux_router (3)
  • 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:

Docker mailserver @docker_notes
28 Hits, Last modified: 3 months ago
*In mariadb localhost uses the socket file ''/var/run/mysqld/mysqld.sock'' This tends to be more s... ser, \ '*:bytes=' || quota AS quota_rule, \ '/var/vmail/%d/%n' AS home, \ 5000 AS uid, 5000 AS gi... ail AS USER, '*:bytes=' || quota AS quota_rule, '/var/vmail/%d/%n' AS home, 5000 AS uid, 5000 AS gid FR... t example on success: john@example.org|*:bytes=0|/var/vmail/%d/%n|5000|5000 *password_query: SELECT p
Docker nginx / php notes @docker_notes
19 Hits, Last modified: 3 months ago
n; # Configures default error logger. error_log /var/log/nginx/error.log warn; # Includes files with ... figuration for a buffered log write. access_log /var/log/nginx/access.log main; # Includes virtual ... nx/http.d/default.conf'' listed above. ++++ ====/var/lib/nginx/html/==== ++++/var/lib/nginx/html/index.html| <code html> <!DOCTYPE html> <html> <head> <tit
Web Server setup @home_server
19 Hits, Last modified: 5 months ago
s to the proposed new location: ''sudo rsync -av /var/www/html /mnt/shared/www16/'' *Change the /var/www.html reference in the following apache2 configura... pache2.conf'', in particular change ''‹Directory /var/www/›'' to ''‹Directory /mnt/shared/www16/›'' (This defines file system access, add /var/www/ temporarily if necessary.) *''sudo cp /e
Back-up Server Old Setup @home_server:home_server_setup:other_services
17 Hits, Last modified: 4 months ago
red under this root directory. # # snapshot_root /var/cache/rsnapshot/ #default snapshot_root /mnt/b... d by the "loglevel" parameter. # logfile /var/log/rsnapshot.log # If enabled, rsnapshot will w... vent the program from running. # lockfile /var/run/rsnapshot.pid # By default, rsnapshot check ... host/ #backup /usr/local/ localhost/ #backup /var/log/rsnapshot localhost/ #backup /et
Docker @docker_notes
13 Hits, Last modified: 7 weeks ago
-''sudo apt remove docker-ce'' -Check the the ''var/lib/docker'' directory, ''sudo du -d 1 -h var/lib/docker'' -''rm -rf /var/lib/docker'' to remove the docker directory. //I try not to store any i... :9443 --name=portainer --restart=always \ -v /var/run/docker.sock:/var/run/docker.sock \ -v por
Nextcloud Container @docker_notes
13 Hits, Last modified: 4 weeks ago
''%%docker exec -u www-data nextcloud-app-1 php /var/www/html/cron.php%%'' runs the cron.php * ''%%d... no-cache imagemagick-svg supervisor \ && mkdir /var/log/supervisord /var/run/supervisord COPY supervisord.conf / ENV NEXTCLOUD_UPDATE=1 CMD ["/usr/bin/... | <code yaml>[supervisord] nodaemon=true logfile=/var/log/supervisord/supervisord.log pidfile=/var/run/
Docker - diun & ntfy @docker_notes
12 Hits, Last modified: 5 months ago
L: https://ntfy.kpts.net # NTFY_CACHE_FILE: /var/lib/ntfy/cache.db # NTFY_AUTH_FILE: /var/lib/ntfy/auth.db # NTFY_AUTH_DEFAULT_ACCESS: deny-a... D_PROXY: false # NTFY_ATTACHMENT_CACHE_DIR: /var/lib/ntfy/attachments user: 1000:1000 # option... id/gid, was UID:GID volumes: - ./config/var/cache/ntfy:/var/cache/ntfy - ./config/etc/n
turn server @docker_notes
12 Hits, Last modified: 2 months ago
fig/certificates:/etc/certs - ./config/log:/var/log networks: macnet1: ipv4_add... t=32769 max-port=65535 # Log file path log-file=/var/log/turnserver.log # Enable verbose logging verb... database file name. # # The default file name is /var/db/turndb or /usr/local/var/db/turndb or # /var/lib/turn/turndb. # #userdb=/var/db/turndb # PostgreSQ
KPTree - Email Server Setup @home_server
11 Hits, Last modified: 14 months ago
NFS Client=== I store my main mail directory (''/var/vmail'') off the VM and on a shared server drives... *Restart Everything, and Test the Server - check /var/log/mail.log & /var/log/mail.err *Log showed error [postfix/smtpd[15073]: warning: SASL: Connect to ... t away. (Restarting Dovecot initialises the file /var/spool/postfix/private/auth as per configuration /
DHCP / DNS Setup @linux_router
9 Hits, Last modified: 5 months ago
+name.conf.options|<code> options { directory "/var/cache/bind"; auth-nxdomain no; # conform to RFC... ; }; zone "kptree.net" { type master; file "/var/lib/bind/db.kptree.net"; allow-update { key rnd... "168.192.in-addr.arpa" { type master; file "/var/lib/bind/db.168.192"; allow-update { key rndc-k... e forward lookup zone definition file ''sudo vim /var/lib/bind/db.kptree.net'' ++++db.kptree.net|<code>
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
8 Hits, Last modified: 2 years ago
failure as it is unable to access the directory "/var/run/nut". So we can create the directory with: "sudo mkdir /var/run/nut sudo chown root:nut /var/run/nut sudo chmod 770 /var/run/nut". This allows nut-driver.service to run, but fails after a reboot.
Docker - DNS Server @docker_notes
5 Hits, Last modified: 4 months ago
in BIND]] *''rndc dumpdb -zones'' *''cat /var/bind/named_dump.db'' to see the database dump ... c/bind/' - '/mnt/docker_store/bind9/.config/var/bind:/var/bind/' - '/mnt/docker_store/bind9/.config/var/log:/var/log/' network_mode: host command
KPTree Torrent VM Setup @home_server
5 Hits, Last modified: 2 years ago
at mysql> ''select @@datadir;''. It should be ''/var/lib/mysql''. Exit mysql prompt with ''\q''. Stop... directory to your preferred location: ''sudo mv /var/lib/mysql /mnt/shared/kodi'' Next create a symli... ew location: ''sudo ln -s /mnt/shared/kodi/mysql /var/lib/mysql''. Another option instead of using a sy... nf file datadir parameter, i.e. change ''datadir=/var/lib/mysql'' to ''datadir=/mnt/shared/kodi/mysql''
BASH Customisation @home_server:home_server_setup:other_services
5 Hits, Last modified: 4 months ago
ll-bouncer.service' alias tailkern='sudo tail -f /var/log/kern.log' alias tailauth='sudo tail -f /var/log/auth.log' alias tailcsfb='sudo tail -f /var/log/crowdsec-firewall-bouncer.log' alias csbrestart='d... ph' # MAIL SERVER alias nullsend='sudo echo 1 > /var/spool/nullmailer/trigger' alias tmail1='echo "Tma
Rsync @home_server:home_server_setup:other_services
5 Hits, Last modified: 4 months ago
lude-RPi'' and look something like this: <code>- /var/lib/pacman/sync/* - /lost+found - /media/* - /cdr... n monthly 3 # rsnapshot's log file logfile /var/log/rsnapshot.log # All rsync commands have at l... # at 5 a.m every week with: # 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/ # # Instead of the first ... and error messages. You can find/open it here: ''/var/log/rsnapshot.log'' Inspect this log regularly to
samba @home_server:home_server_setup:other_services
5 Hits, Last modified: 2 years ago
Docker Miscellaneous @docker_notes
4 Hits, Last modified: 2 weeks ago
Router Miscellaneous @linux_router
4 Hits, Last modified: 2 months ago
Conky @home_server:home_server_setup:other_services
4 Hits, Last modified: 2 years ago
Manjaro Setup Notes @home_server:home_server_setup:other_services
4 Hits, Last modified: 5 weeks ago
Commonly used commands and scripts @home_server:home_server_setup:other_services
4 Hits, Last modified: 4 months ago
Set Up and Ubuntu APT Cache @home_server:home_server_setup:other_services
3 Hits, Last modified: 2 years ago
Docker-Compose @docker_notes
2 Hits, Last modified: 10 days ago
NFTables IP Control @linux_router
2 Hits, Last modified: 2 years ago
dokuwiki setup notes @home_server
1 Hits, Last modified: 14 months ago
Nginx @tech_notes
1 Hits, Last modified: 17 months ago
Fail2Ban @home_server:home_server_setup:other_services
1 Hits, Last modified: 2 years ago
logrotate @home_server:home_server_setup:other_services
1 Hits, Last modified: 17 months ago
snapraid @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 months ago
systemd Stuff @home_server:home_server_setup:other_services
1 Hits, Last modified: 17 months ago