Search
You can find the results of your search below.
Fulltext results:
- Docker-Compose @docker_notes
- '' *''docker-compose down'' *''docker-compose stop|start|restart'' it is better to use down and up c
- Docker mailserver @docker_notes
- direct it to john@example.org. ====postfix start/stop==== Basic postfix control are: *''postfix start... ' to start postfix in the foreground *''postfix stop'' to stop postfix *''postfix reload'' to reload configuration *''postfix status'' to return current... owing options, "Usage: /etc/init.d/postfix {start|stop|restart|reload|flush|check|abort|force-reload|sta
- Docker init Systems @docker_notes
- *''s6-rc -d change servicename'' - disable and stop a daemon (down) *''s6-rc-db list all|services|o
- Docker Deluge Image / Service @docker_notes
- nftables /bin/sh%%'' * When running nftables to stop leakage of vpn it was found that the docker netwo... ntainer image first *''docker-compose down'' to stop and remove the container *''docker-compose stop'' to stop the container *''docker-compose start'' to start the container Notes: -The ''cap_add: NET
- Docker @docker_notes
- etwork. Default port seems to be 9001. * First stop the agent container: ''%%docker stop portainer_agent%%'' * Then remove the agent container: ''%%docke... r start CONTAINER''| Start a container| |''docker stop CONTAINER'' | Graceful stop a container| |''docker kill CONTAINER'' | Kill (SIGKILL) a container| |''do
- Wireguard VPN access from WAN to LAN @linux_router
- ublic key values need to be inserted. *To start/stop the Wireguard service: ''sudo systemctl start wg-
- VNC Server @home_server:home_server_setup
- (1880x1040) and one for larger (2200x1340)) *To stop server "vncserver -kill :1" or :2 *The server lo
- IPMI Console Setup @home_server:home_server_setup:other_services
- al --speed=115200 --unit=1 --word=8 --parity=no --stop=1" # The resolution used on graphical terminal #... al --speed=115200 --unit=1 --word=8 --parity=no --stop=1" </code> The unit number and tty / ttys number
- Manjaro Setup Notes @home_server:home_server_setup:other_services
- ker) use_spacer right # Adds spaces to stop object from moving maximum_width 500 # ... long time to complete. If your system appears to stop or hang, it searches for entropy in order to gene
- KPTree - MSWindows Setup @home_server
- e.g. "C:\Users\doej\Music\iTunes\iTunes Media" -Stop iTunes running -If moving an exiting iTunes dat... to allow a normal restart * Check add-ins and stop start-up Some other possible options to check:
- Router Miscellaneous @linux_router
- eem to be 2 main services to enable/disable/start/stop, nprobe and ntopng: * ''sudo systemctl stop ntopng'' | to stop (or start) * ''sudo systemctl disable ntopng'' | to disable (or enable) starting on computer startup * ''sudo systemctl stop nprobe'' | to stop (or start) * ''sudo systemct
- NFTables Configuration @linux_router
- /nftables.conf. Use ''sudo systemctl status/start/stop/reload/enable/disable nftables''. Start and relo... ''/usr/sbin/nft -f /etc/nftables.conf'', whereas stop runs ''/usr/sbin/nft flush ruleset'' The command
- KVM Setup @home_server:home_server_setup
- tdown now in VM, could take some time to actually stop) * ''sudo virsh destroy domain-name'' : To de
- Docker nginx / php notes @docker_notes
- -s //signal//'', where //signal// maybe: * ''stop'' for fast shutdown * ''quit'' for graceful s... en the 'max_execution_time' ini option ; does not stop script execution for some reason. A value of '0'
- Rsync @home_server:home_server_setup:other_services
- ystemctl status rsync.service'' [status, start, stop, restart, reload, disable, enable] ++++ ====Note