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 (24)
  • docker_notes (17)
  • 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:

BASH Customisation @home_server:home_server_setup:other_services
26 Hits, Last modified: 9 months ago
rce-recreate' alias dcstop2='dcrun2 stop' alias dcrestart2='dcrun2 restart ' alias dcpull2='dcrun2 pull' alias startbasic='d... stop crowdsec-firewall-bouncer.service' alias csfbrestart='sudo systemctl restart crowdsec-firewall-bouncer.service' alias tailkern... /var/log/crowdsec-firewall-bouncer.log' alias csbrestart='dcrec2 traefik-bouncer ; csfbrestart' # WEB STACK alias webrs='dcrec2 php7 redis ngin... art' alias ctlstop='sudo systemctl stop' alias ctlrestart='sudo systemctl restart' alias ctlstatus='sudo systemctl status' alias ct
Docker nginx / php notes @docker_notes
11 Hits, Last modified: 10 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 will be initiated. This can be useful to work around ; ac
Docker @docker_notes
11 Hits, Last modified: 7 months ago
API_VERSION=1.24</code> And then ''sudo systemctl restart docker.service'' to restart docker to implement this change. ++++ Presumably ... NTAINER'' | Kill (SIGKILL) a container| |''docker restart CONTAINER'' | Graceful stop and restart a container| |''docker pause CONTAINER'' | Suspen... all the stopped and running containers| |''docker restart $(docker ps -q)'' | To restart all running containers| |''docker restart $(docker ps -a -q)'' | To restart all the stopped and running containers| |''docker rm $(docker p
Docker mailserver @docker_notes
9 Hits, Last modified: 2 minutes ago
tps://www.cyberciti.biz/faq/linux-unix-start-stop-restart-postfix/|Start / Stop / Restart Postfix Mail Server]] *[[https://kerneltalks.... list the current defined modules * ''httpd -k restart'' to restart, also stop to kill, graceful to gracefully stop ... , s6-rc thinks php-fpm has failed and attempts to restart. As the original program is running, the subseque... pm-alpine container_name: roundcubemail # restart: unless-stopped depends_on: - roundcube
Web Server setup @home_server
8 Hits, Last modified: 21 months ago
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... ysql'' *Systemd common commands (start / stop / restart / status) (enable / disable for boot control) *Reload or restart apache2 to enable configuration changes: ''sudo systemctl reload apache2'' or ''sudo systemctl restart apache2'' *Apache2 related: *To show the c
KPTree - Email Server Setup @home_server
7 Hits, Last modified: 2 years ago
guration * ''sudo systemctl reload apache2'' to restart apache2 and enable any configuration changes, could also use ''restart'' instead of ''reload'' to test (dry) run the cer... s:===== *To confirm the status (start, stop and restart) mysql ''sudo systemctl status apache2'' *To lo... -web'' *Systemd common commands (start / stop / restart / status) (enable / disable for boot control) <-
KPTree Torrent VM Setup @home_server
7 Hits, Last modified: 5 years ago
pn.conf'' & ''sudo vim /etc/nftables.conf''. *Restart the respective services: ''sudo systemctl restart openvpn@privatvpn.service'' & ''sudo systemctl re... rver IP address ''bind-address = 192.168.1.19''. Restart mysql: ''sudo systemctl restart mysql'', check all is running well: ''sudo system... es=docker.service After=docker.service [Service] Restart=always ExecStart=/usr/bin/docker start -a kodi-he... -web'' *Systemd common commands (start / stop / restart / status) (enable / disable for boot control) <-
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
7 Hits, Last modified: 3 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: 5 months ago
-cron:latest # image: nextcloud:fpm-alpine restart: always depends_on: - db - redis ... RY_LIMIT=1024M 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
Network Setup @home_server:home_server_setup
4 Hits, Last modified: 12 months ago
Expert‘s Guide]] *[[https://thelinuxcode.com/restart_networking_debian_linux/|How to Restart Networking on Debian Linux]] *[[https://www.cyb... journalctl -u NetworkManager'') ''sudo systemctl restart systemd-networkd '' =====Ubuntu Network Setup Lin
Conky @home_server:home_server_setup:other_services
4 Hits, Last modified: 5 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: 7 months ago
use ''crontab -e'' and enter the following (Also, restart cron with ''sudo service cron restart'' to make sure the changes are in effect): <code>
DHCP / DNS Setup @linux_router
4 Hits, Last modified: 20 months ago
est configurations changes. DNS: ''sudo systemctl restart bind9'' and DHCP: ''sudo systemctl restart isc-dhcp-server''.\\ \\ To see active leases use
Docker-Compose @docker_notes
3 Hits, Last modified: 13 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
VNC @docker_notes
3 Hits, Last modified: 14 months ago
guac_db image: linuxserver/mariadb:latest restart: always networks: # - proxy - guac... ge: guacamole/guacd container_name: guacd restart: unless-stopped security_opt: - no-new-... acamole:latest container_name: guacamole restart: unless-stopped networks: - proxy
Dokuwiki @docker_notes
3 Hits, Last modified: 5 months ago
Docker Miscellaneous @docker_notes
3 Hits, Last modified: 8 months ago
Router Miscellaneous @linux_router
3 Hits, Last modified: 10 months ago
Calibre @docker_notes
2 Hits, Last modified: 24 months ago
Set Up and Ubuntu APT Cache @home_server:home_server_setup:other_services
2 Hits, Last modified: 5 years ago
KPTree - Home Desktop Setup @home_server
2 Hits, Last modified: 4 months ago
NFTables Configuration @linux_router
2 Hits, Last modified: 18 months ago
Fail2Ban @home_server:home_server_setup:other_services
2 Hits, Last modified: 4 years ago
File Sharing @docker_notes
2 Hits, Last modified: 20 months ago
Wireguard VPN access from WAN to LAN @linux_router
2 Hits, Last modified: 15 months ago
NFS @home_server:home_server_setup:other_services
2 Hits, Last modified: 20 months ago
NFTables IP Control @linux_router
2 Hits, Last modified: 5 years ago
Commonly used commands and scripts @home_server:home_server_setup:other_services
2 Hits, Last modified: 11 months ago
Webmin @home_server:home_server_setup:other_services
2 Hits, Last modified: 3 years ago
Wifi Router / Access Points @linux_router
2 Hits, Last modified: 7 months ago
Back-up Server Old Setup @home_server:home_server_setup:other_services
1 Hits, Last modified: 20 months ago
MONIT @home_server:home_server_setup:other_services
1 Hits, Last modified: 7 years ago
systemd Stuff @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
IPMI Console Setup @home_server:home_server_setup:other_services
1 Hits, Last modified: 15 months ago
turn server @docker_notes
1 Hits, Last modified: 18 months ago
VNC Server @home_server:home_server_setup
1 Hits, Last modified: 15 months ago
Time Date Related Setup @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
Docker Deluge Image / Service @docker_notes
1 Hits, Last modified: 7 weeks ago
Docker - DNS Server @docker_notes
1 Hits, Last modified: 6 months ago
Private LAN VPN Access @docker_notes
1 Hits, Last modified: 20 months ago
ntp @docker_notes
1 Hits, Last modified: 9 months ago
KVM Setup @home_server:home_server_setup
1 Hits, Last modified: 19 months ago
snapraid @home_server:home_server_setup:other_services
1 Hits, Last modified: 6 months ago
Manjaro Setup Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: 17 months ago
Docker - diun & ntfy @docker_notes
1 Hits, Last modified: 21 months ago
IPMI CLI Tools @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
Docker - DHCP Kea Server @docker_notes
1 Hits, Last modified: 4 months ago