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.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • home_server (22)
  • docker_notes (19)
  • linux_router (11)
  • 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:

BASH Customisation @home_server:home_server_setup:other_services
36 Hits, Last modified: 10 months ago
OMMON - All docker commands start with "d" alias dstop='sudo docker stop $(docker ps -a -q)' alias dstopall='sudo docker stop $(sudo docker ps -aq)' alias drm='sudo docker rm $(docker ps -a -q)' al... as dcrec2='dcrun2 up -d --force-recreate' alias dcstop2='dcrun2 stop' alias dcrestart2='dcrun2 restart ' alias dcpull2... er/scripts/cloudserver/basic-services.txt)' alias stopbasic='dcstop2 $(cat /home/$BA_USERNAME/docker/scripts/cloudser
Docker mailserver @docker_notes
24 Hits, Last modified: 5 weeks ago
there. **I hereby credit Workaround's author Christoph Haas.** Furthermore Christoph's guide is very descriptive and should be refere... ' to start postfix in the foreground *''postfix stop'' to stop postfix *''postfix reload'' to reload configura... *[[https://www.cyberciti.biz/faq/linux-unix-start-stop-restart-postfix/|Start / Stop / Restart Postfix Mail Server]] *[[https://kerneltalks.com/linux/how-to-start-stop-and-reload-postfix/|How to start, stop and reload postfix]] *[[https://serverfault.c
Docker @docker_notes
20 Hits, Last modified: 8 months ago
' | To stop all the running containers| |''docker stop $(docker ps -a -q)'' | To stop all the stopped and running containers| |''docker kill $(docke... ocker kill $(docker ps -a -q)'' | To kill all the stopped and running containers| |''docker restart $(do... restart $(docker ps -a -q)'' | To restart all the stopped and running containers| |''docker rm $(docker ... cker rm $(docker ps -a -q)'' | To destroy all the stopped and running containers| |''docker pause $(dock
KPTree Torrent VM Setup @home_server
19 Hits, Last modified: 5 years ago
'start'' : to start the systemctl service *''stop'' : to stop the systemctl service *''status'' : to provi... /var/lib/mysql''. Exit mysql prompt with ''\q''. Stop MySQL : ''sudo systemctl stop mysql'' My the mysql data directory to your pref... er "docker <name>", or "docker kodi-headless", to stop a container "docker stop <name>", where the <name> is the relevant contain... remove docker <name> container, container must be stopped ''docker stop <name>'' *''docker ps'', to list running docker
Back-up Server Old Setup @home_server:home_server_setup:other_services
13 Hits, Last modified: 21 months ago
server:home_server_setup:other_services:ipmi#ipmi_stop_script|IPMI Stop script]] - ''sudo bash ~/Myscripts/ipmi_stop_... Myscripts/' ipmi_start='ipmi_start_05_40.sh' ipmi_stop='ipmi_stop_05_40.sh' # $rtn is the saved global error code ... #Script to shutdown func1="Remote Backup Server Stop" echo $(date +"%Y-%m-%d %H:%M:%S") | awk '{printf... }' >>"$strf" cmd1="${str0}${str1}${ipmi_stop}" bash "$cmd1" rtn=$? #rtn=10 # for error on tes
Router Miscellaneous @linux_router
13 Hits, Last modified: 12 months ago
art/stop, nprobe and ntopng: * ''sudo systemctl stop ntopng'' | to stop (or start) * ''sudo systemctl disable ntopng'' ... starting on computer startup * ''sudo systemctl stop nprobe'' | to stop (or start) * ''sudo systemctl disable nprobe'' ... thing else wnat to also use. * ''sudo systemctl stop redis'' | to stop (or start) * ''sudo systemctl disable redis'' |... lways ExecStart=/usr/bin/docker start -a algo ExecStop=/usr/bin/docker stop -t 2 algo [Install] WantedBy=default.target </co
KPTree - Home Desktop Setup @home_server
9 Hits, Last modified: 5 months ago
Extend data range formats and formulas reputedly stops this behavior. Unfortunately, it also stops the automatic copying of formula when inserting ... to allow a normal restart * Check add-ins and stop start-up Some other possible options to check:
Docker Deluge Image / Service @docker_notes
8 Hits, Last modified: 3 months ago
entire host network is placed on the VPN! Also it stops working when the tun is stopped and need to be reset! so now trying ++macvlan ... stop and remove the container *''docker-compose stop'' to stop the container *''docker-compose start'' to star
VIM Editor @home_server:home_server_setup:other_services
8 Hits, Last modified: 3 years ago
Record typed characters into register | | q | Stops recording. (Implementation note: The 'q' that stops recording is not stored in the register, unless
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
8 Hits, Last modified: 3 years ago
et [Service] ExecStart=/sbin/upsdrvctl start ExecStop=/sbin/upsdrvctl stop Type=forking [Install] WantedBy=multi-user.targe... ayoff - Turn off the load and remain off shutdown.stop - Stop a shutdown in progress test.battery.start - Start... t.quick - Start a quick battery test test.battery.stop - Stop the battery test </code> Example to disable the ... commands: *Systemd common commands (start / stop / restart / status) (enable / disable for boot co
KPTree - Email Server Setup @home_server
7 Hits, Last modified: 3 years ago
do systemctl list-units -all | grep clam'' *Stop the daemons ''sudo systemctl stop clamav-daemon'' and any other found daemons ... changes to the roundcube location, that seems to stop the auto renew function of the ''certbot certonly... L commands:===== *To confirm the status (start, stop and restart) mysql ''sudo systemctl status apache... ork hardware configuration ''ip a'' *To start (/stop /enable) the deluge daemon ''sudo systemctl start
IPMI CLI Tools @home_server:home_server_setup:other_services
7 Hits, Last modified: 3 years ago
top_05_40.sh'' to run script stand alone to soft stop the remote computer: ''bash ~/Myscripts/ipmi_stop_05_40.sh ; echo $?'' (the ''echo $?'' will retur
DHCP / DNS Setup @linux_router
7 Hits, Last modified: 22 months ago
ith the automatic DHCP update. Solution is to: *Stop bind9 (''sudo systemctl stop bind9'') *Delete the problem zone file ending i... use command ''sudo dhcp-lease-list''.\\ ISC has stopped supporting ISC-DHCP client and relay versions ... f 2022 and indicated that they plan to eventually stop support of server version. They seem to recommen
Web Server setup @home_server
5 Hits, Last modified: 22 months ago
2) in the name ''ps -A | grep sql'' *To start (/stop /enable) the SQL database daemon ''sudo systemctl stop mysql'' *Systemd common commands (start / stop / restart / status) (enable / disable for boot control... /phpmyadmin/%%'' *To confirm the status (start, stop and restart) mysql ''sudo systemctl status apache
TC - Traffic Control @linux_router
5 Hits, Last modified: 3 months ago
e bandwidth 900mbit besteffort wash # Cleanup on stop ExecStop=/sbin/tc qdisc del dev wan0 root ExecStop=/sbin/tc qdisc del dev wan0 ingress ExecStop=/sbin/ip link del ifb-wan0 [Install] WantedBy=multi-user.
dokuwiki setup notes @home_server
5 Hits, Last modified: 12 months ago
KVM Setup @home_server:home_server_setup
4 Hits, Last modified: 20 months ago
Conky @home_server:home_server_setup:other_services
4 Hits, Last modified: 5 years ago
Docker - DNS Server @docker_notes
3 Hits, Last modified: 7 months ago
ISP PPPoE Network Setup @linux_router
3 Hits, Last modified: 2 years ago
Docker Miscellaneous @docker_notes
3 Hits, Last modified: 9 months ago
Nextcloud Container @docker_notes
2 Hits, Last modified: 5 weeks ago
IPMI Console Setup @home_server:home_server_setup:other_services
2 Hits, Last modified: 17 months ago
NFTables Configuration @linux_router
2 Hits, Last modified: 19 months ago
Wireguard VPN access from WAN to LAN @linux_router
2 Hits, Last modified: 16 months ago
NFTables IP Control @linux_router
2 Hits, Last modified: 5 years ago
Manjaro Setup Notes @home_server:home_server_setup:other_services
2 Hits, Last modified: 18 months ago
Docker nginx / php notes @docker_notes
2 Hits, Last modified: 11 months ago
Rsync @home_server:home_server_setup:other_services
2 Hits, Last modified: 8 months ago
Calibre @docker_notes
2 Hits, Last modified: 2 years ago
VNC @docker_notes
2 Hits, Last modified: 15 months ago
Docker Host @docker_notes
2 Hits, Last modified: 9 months ago
Docker-Compose @docker_notes
1 Hits, Last modified: 3 weeks ago
Docker init Systems @docker_notes
1 Hits, Last modified: 6 weeks ago
VNC Server @home_server:home_server_setup
1 Hits, Last modified: 16 months ago
Time Date Related Setup @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
Fail2Ban @home_server:home_server_setup:other_services
1 Hits, Last modified: 4 years ago
Debian Server Network Setup @linux_router
1 Hits, Last modified: 10 months ago
Domain names, domain nameservers, DNS and DHCP @tech_notes
1 Hits, Last modified: 14 months ago
Nginx @tech_notes
1 Hits, Last modified: 3 years ago
ISP IPoE DHCP Setup Notes @linux_router
1 Hits, Last modified: 21 months ago
Commonly used commands and scripts @home_server:home_server_setup:other_services
1 Hits, Last modified: 12 months ago
MONIT @home_server:home_server_setup:other_services
1 Hits, Last modified: 7 years ago
turn server @docker_notes
1 Hits, Last modified: 19 months ago
Linux Router Background @linux_router
1 Hits, Last modified: 5 months ago
Router Hardware @linux_router
1 Hits, Last modified: 3 months ago
Private LAN VPN Access @docker_notes
1 Hits, Last modified: 21 months ago
ntp @docker_notes
1 Hits, Last modified: 11 months ago
Dokuwiki @docker_notes
1 Hits, Last modified: 6 months ago
apt package management @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
Docker - diun & ntfy @docker_notes
1 Hits, Last modified: 22 months ago
Reverse Proxy Server - Traefik @docker_notes
1 Hits, Last modified: 21 months ago
samba @home_server:home_server_setup:other_services
1 Hits, Last modified: 4 years ago
Docker - DHCP Kea Server @docker_notes
1 Hits, Last modified: 6 months ago