Search
You can find the results of your search below.
Fulltext results:
- BASH Customisation
- OMMON - All docker commands start with "d" alias dstop='sudo docker stop $(docker ps -a -q)' alias dstopall='sudo docker s... as dcrec2='dcrun2 up -d --force-recreate' alias dcstop2='dcrun2 stop' alias dcrestart2='dcrun2 restart ' alias dcpull2... tart crowdsec-firewall-bouncer.service' alias csfbstop='sudo systemctl stop crowdsec-firewall-bouncer.service' alias csfbrest... docker/scripts/monitoring-services.txt)' alias dcmstop2='dcrun2 stop $(cat /home/$BA_USERNAME/docker/scripts/monitorin
- Back-up Server Old Setup
- 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
- NUT (Network UPS Tools) Setup
- 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
- IPMI CLI Tools
- 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
- VIM Editor
- number relativenumber set autoindent expandtab tabstop=2 shiftwidth=2 filetype plugin on filetype indent... rsorline set cursorcolumn set shiftwidth=2 set tabstop=2 set expandtab</code> ++++ ====vim color scheme=... ing the file. | | CTRL-Z | Suspend Vim, like ":stop". Works in Normal and in Visual mode. In Insert a... ives that are smarter, like vim. *''set softtabstop=2'', To get vim to interpret tab as an ''indent''
- Conky
- flicker) use_spacer = 'right',-- Adds spaces to stop object from moving maximum_width = 500,-- Maximu... ker) use_spacer right # Adds spaces to stop object from moving maximum_width 400 # ... flicker) use_spacer = 'right',-- Adds spaces to stop object from moving maximum_width = 500,-- Maximu... ker) use_spacer right # Adds spaces to stop object from moving maximum_width 500 #
- IPMI Console Setup
- 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
- 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
- Time Date Related Setup
- P servers/pools *The systemctl command (status, stop, start, restart): ''systemctl status ntp.service'
- Fail2Ban
- update and uses firewall (IPTables) to restrict (stop for a period of time) these activities. So fail2b
- Commonly used commands and scripts
- commands: *Systemd common commands (start / stop / restart / status) (enable / disable for boot co
- Rsync
- ystemctl status rsync.service'' [status, start, stop, restart, reload, disable, enable] ++++ ====Note