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 (24)
  • docker_notes (15)
  • linux_router (6)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Docker nginx / php notes @docker_notes
11 Hits, Last modified: 4 months ago
IGBUS within the time ; interval set by emergency_restart_interval then FPM will restart. A value ; of '0' means 'Off'. ; Default Value: 0 ;emergency_restart_threshold = 0 ; Interval of time used by emergency_restart_interval to determine when ; a graceful restart w
Docker mailserver @docker_notes
9 Hits, Last modified: 3 hours ago
options, "Usage: /etc/init.d/postfix {start|stop|restart|reload|flush|check|abort|force-reload|status}" =... tps://www.cyberciti.biz/faq/linux-unix-start-stop-restart-postfix/|Start / Stop / Restart Postfix Mail Server]] *[[https://kerneltalks.com/linux/how-to-start-st... list the current defined modules * ''httpd -k restart'' to restart, also stop to kill, graceful to grac
Docker @docker_notes
8 Hits, Last modified: 3 months ago
ata docker run -d -p 9443:9443 --name=portainer --restart=always \ -v /var/run/docker.sock:/var/run/doc... un -d -p 9001:9001 --name portainer_agent --restart=always -v /var/run/docker.sock:/var/run/docker.so... NTAINER'' | Kill (SIGKILL) a container| |''docker restart CONTAINER'' | Graceful stop and restart a container| |''docker pause CONTAINER'' | Suspend a container| |'
Web Server setup @home_server
8 Hits, Last modified: 6 months ago
sudo a2dissite example.com.conf'' *Reload or restart apache2 to enable configuration changes: ''sudo systemctl reload apache2'' or ''sudo systemctl restart apache2'' *Test the web page by typing in th... configtest'' - After changes are made reload or restart apache2: ''sudo systemctl reload apache2'' or ''sudo systemctl restart apache2'' To further add to confusion it would s
BASH Customisation @home_server:home_server_setup:other_services
8 Hits, Last modified: 5 months ago
as dcstop2='dcrun2 stop' alias dcrestart2='dcrun2 restart ' alias dcpull2='dcrun2 pull' alias startbasic='d... ouncer.service' alias csfbrestart='sudo systemctl restart crowdsec-firewall-bouncer.service' alias tailkern... load='sudo ufw reload' # SYSTEMD START, STOP AND RESTART alias ctlreload='sudo systemctl daemon-reload' al... systemctl stop' alias ctlrestart='sudo systemctl restart' alias ctlstatus='sudo systemctl status' alias ct
KPTree - Email Server Setup @home_server
7 Hits, Last modified: 15 months ago
* To apply configuration changes ''sudo systemctl restart nfs-client.target'' * Mounting the nfs client... eshclam'' does not functions without error *Restart clamav ''sudo systemctl start clamav-daemon'', ho... y with configuration site specifics, as above) *Restart Everything, and Test the Server - check /var/log/... guration * ''sudo systemctl reload apache2'' to restart apache2 and enable any configuration changes, cou
KPTree Torrent VM Setup @home_server
7 Hits, Last modified: 2 years ago
pn.conf'' & ''sudo vim /etc/nftables.conf''. *Restart the respective services: ''sudo systemctl restart openvpn@privatvpn.service'' & ''sudo systemctl restart nftables'' *Remember the host IP address and end ... rver IP address ''bind-address = 192.168.1.19''. Restart mysql: ''sudo systemctl restart mysql'', check al
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
7 Hits, Last modified: 2 years ago
.charge.warning=60 default.battery.charge.restart=30 default.battery.runtime.low=420 default.battery.runtime.restart=180 </code> <code> upsd.conf ... #Set value LB (Low Battery Alarm) battery.charge.restart: 30 #Set value battery.charge.warning: ... e.low: 420 #Set value battery.runtime.restart: 180 #Set value battery.voltage: 27.30 ba
Nextcloud Container @docker_notes
5 Hits, Last modified: 8 weeks ago
-cron:latest # image: nextcloud:fpm-alpine restart: always depends_on: - db - redis ... DIS_HOST=redis db: image: mariadb:11.3 restart: always command: --transaction-isolation=READ... - proxy redis: image: redis:alpine restart: always networks: - proxy web: image: nginx restart: always ports: - 8180:80 depends_on
DHCP / DNS Setup @linux_router
4 Hits, Last modified: 6 months ago
ore updating the the DNS service, "sudo systemctl restart bind9". A common technique is to use the date fol... ation file can be tested with: ''sudo dhcpd -t'' Restart the DHCP and DNS servers to update for latest configurations changes. DNS: ''sudo systemctl restart bind9'' and DHCP: ''sudo systemctl restart isc-dhcp-server''.\\ \\ To see active leases use command ''sud
Network Setup @home_server:home_server_setup
4 Hits, Last modified: 5 months ago
faces in Debian]] *[[https://thelinuxcode.com/restart-networking-debian-12-desktop-server-operating-sys... Expert‘s Guide]] *[[https://thelinuxcode.com/restart_networking_debian_linux/|How to Restart Networking on Debian Linux]] *[[https://www.cyberciti.biz/faq/li... journalctl -u NetworkManager'') ''sudo systemctl restart systemd-networkd '' =====Ubuntu Network Setup Lin
Conky @home_server:home_server_setup:other_services
4 Hits, Last modified: 2 years ago
t a 16 core processor running Manjaro -- You can restart conky by running -- killall -SIGUSR1 conky ... ort a 8 core processer running Ubuntu # # You can restart conky by running # killall -SIGUSR1 conky #... t a 16 core processor running Manjaro -- You can restart Conky by running -- killall -SIGUSR1 conky ... t a 16 core processor running Manjaro # # You can restart conky by running # killall -SIGUSR1 conky #
Rsync @home_server:home_server_setup:other_services
4 Hits, Last modified: 5 months ago
tl status rsync.service'' [status, start, stop, restart, reload, disable, enable] ++++ ====Notes on Comp... e ssh services via the command ''sudo service ssh restart''. With ssh properly configured, a command like ... use ''crontab -e'' and enter the following (Also, restart cron with ''sudo service cron restart'' to make sure the changes are in effect): <code> # Each task to run
Docker-Compose @docker_notes
3 Hits, Last modified: 6 days ago
ker-compose down'' *''docker-compose stop|start|restart'' it is better to use down and up commands has th... ied on Traefik would not operate. A simple start/restart of Traefik always worked. Most of the other Docke... ll -s HUP $MAINPID TimeoutStartSec=0 RestartSec=2 Restart=always # Note that StartLimit* options were move
Docker Miscellaneous @docker_notes
3 Hits, Last modified: 6 weeks ago
#ports: # - '8080:80' restart: unless-stopped container_name: it-tools ... #ports: # - '8080:80' restart: unless-stopped container_name: cyber-che... vices: dockge: image: louislam/dockge:1 restart: unless-stopped # ports: # # Host Po
Router Miscellaneous @linux_router
3 Hits, Last modified: 3 months ago
Calibre @docker_notes
2 Hits, Last modified: 9 months ago
File Sharing @docker_notes
2 Hits, Last modified: 5 months ago
KPTree - MSWindows Setup @home_server
2 Hits, Last modified: 3 months ago
NFTables Configuration @linux_router
2 Hits, Last modified: 3 months ago
NFTables IP Control @linux_router
2 Hits, Last modified: 2 years ago
Wifi Router / Access Points @linux_router
2 Hits, Last modified: 2 weeks ago
Wireguard VPN access from WAN to LAN @linux_router
2 Hits, Last modified: 2 weeks ago
Set Up and Ubuntu APT Cache @home_server:home_server_setup:other_services
2 Hits, Last modified: 2 years ago
Fail2Ban @home_server:home_server_setup:other_services
2 Hits, Last modified: 2 years ago
Commonly used commands and scripts @home_server:home_server_setup:other_services
2 Hits, Last modified: 5 months ago
NFS @home_server:home_server_setup:other_services
2 Hits, Last modified: 5 months ago
Webmin @home_server:home_server_setup:other_services
2 Hits, Last modified: 18 months ago
Docker - diun & ntfy @docker_notes
1 Hits, Last modified: 6 months ago
Docker Deluge Image / Service @docker_notes
1 Hits, Last modified: 6 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
Dokuwiki @docker_notes
1 Hits, Last modified: 5 months ago
turn server @docker_notes
1 Hits, Last modified: 3 months ago
Private LAN VPN Access @docker_notes
1 Hits, Last modified: 5 months ago
KVM Setup @home_server:home_server_setup
1 Hits, Last modified: 4 months ago
VNC Server @home_server:home_server_setup
1 Hits, Last modified: 3 weeks ago
Back-up Server Old Setup @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 months ago
IPMI CLI Tools @home_server:home_server_setup:other_services
1 Hits, Last modified: 18 months ago
IPMI Console Setup @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 weeks ago
Manjaro Setup Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: 2 months ago
MONIT @home_server:home_server_setup:other_services
1 Hits, Last modified: 2 years ago
snapraid @home_server:home_server_setup:other_services
1 Hits, Last modified: 4 months ago
systemd Stuff @home_server:home_server_setup:other_services
1 Hits, Last modified: 18 months ago
Time Date Related Setup @home_server:home_server_setup:other_services
1 Hits, Last modified: 2 years ago