script

Search

You can find the results of your search below.

Back-up Server Old Setup @home_server:home_server_setup:other_services
41 Hits, Last modified:
l mount point to be unmounted ++++Possible mount script| <code bash> #!/bin/bash #input 1 is the propose... ed, exit with error fi fi </code> ++++ Created script to mount backup1 ''sudo bash ~/Myscripts/mount_ba... ipts/mount_backup1.sh''| <code bash> #!/bin/bash #Script to mount NFS remote Disk1 to local /mnt/backup1 ... ed, exit with error fi fi </code> ++++ Created script to mount backup2 ''sudo bash ~/Myscripts/mount_ba
Rsync @home_server:home_server_setup:other_services
22 Hits, Last modified:
pts/rsync_shared.sh'' #Note this is a local only script and takes no additional batch inputs when run! ++... plays havoc on scripts. If a prompt occurs, your script stops and waits for input. There are two ways we can eliminate this. One is at the script level and the other is at the system level. If we... checks, then we can add the configuration to our script. This can be done with OpenSSH’s -o option. Here’
KPTree Torrent VM Setup
13 Hits, Last modified:
N OpenVPN Linux CLI setup and associated download script worked well and was similar to the BTGuard setup,... h the following issues easily found: * Once the script was run PrivateVPN recommended using ''sudo privatvpn'' to run. The setup script creates a systemctl profile: openvpn@privatvpn.se... _. * The remote server server in the downloaded script no longer was correct and had to be changed to on
IPMI CLI Tools @home_server:home_server_setup:other_services
11 Hits, Last modified:
n it. =====IPMI BASH Scripts===== ====IPMI Start Script==== This script is used to start-up a remote BMC computer via ipmitool. The script performs some basic error checking a reporting, o... ng command to determine if it is actually up. The script exits with a 0 upon successful ping attempt or ot
samba @home_server:home_server_setup:other_services
7 Hits, Last modified:
ik.tu-muenchen.de> for # sending the correct chat script for the passwd program in Debian Sarge). passw... fect if 'domain logons' is set # It specifies the script to run during logon. The script must be stored # in the [netlogon] share # NOTE: Must be store in 'DOS' file format convention ; logon script = logon.cmd # This allows Unix users to be creat
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
5 Hits, Last modified:
=network-online.target". Unfortunately when this script is run, "sudo systemctl start nut-driver.service"... ''/bin/upsc KPBUPS@localhost 2>/dev/null''. *A script file to succinctly log the UPS data, using cron to run script every 10 minutes ''sudo Myscripts/UPSScan.sh 2>/d... >>"$strf" </code> *A script file to rotate a log file out to a dated gzip log
dokuwiki setup notes
3 Hits, Last modified:
ips:maintenance|Maintenance and Automatic cleanup script]] has bash script to remove old files on the wikiserver. To run the script ''%%sudo Myscripts/dokuwikicleanup.sh /home/shar
BASH Customisation @home_server:home_server_setup:other_services
3 Hits, Last modified:
sh_aliases configure configuration bashrc command script .bashrc history sudo visudo dimmer ps kill nightm... er. \\ [[https://terracoders.com/blog/bash-simple-script-changing-display-brightness-xrandr|Bash: A Simple Script for Changing Display Brightness with XRANDR]] *
Commonly used commands and scripts @home_server:home_server_setup:other_services
3 Hits, Last modified:
ripts/server_backup.sh weekly # Run weekly backup script every Monday at 00:15 15 0 1-7 * * [ $(dat... pts/server_backup.sh monthly # run monthly backup script every Wednesday at 00:15 15 0 * 3,6,9,12 5 [... server_backup.sh quarterly # run quarterly backup script every Friday at 00:15 every 3rd month (March, Jun
SSH Notes @home_server:home_server_setup:other_services
3 Hits, Last modified:
t are run after the MOTD is displayed. The Debian script is very simple: <code bash> #!/bin/sh uname -snr... t I do not like. This system status information script, ++++/etc/update-motd.d/50-landscape-sysinfo| <co... n $threshold" fi</code> ++++ The main information script is written in python3, ++++/usr/bin/landscape-sys
KPTree - MSWindows Setup
2 Hits, Last modified:
teration from the spreadsheet I wrote a simple VB script that took care of this. When I get the change I will copy the script here. ++++VSBasic code for Colebrook Equation| <c
Web Server setup
2 Hits, Last modified:
rstanding of function can be easily seen from the script text. I got these of the internet somewhere, I d... -name certname%%'' *To check certbot auto renew script ''sudo certbot renew'' *To check certbot auto r
VNC Server @home_server:home_server_setup
2 Hits, Last modified:
c/xstartup'' *I set up cron to run the following script at boot: ''vim ~/Myscripts/StartVNC.sh'', StartVN... /vncserver -geometry 2350x1335 </code> *The cron script statement is ''/home/homedirectory/Myscripts/Star
logrotate @home_server:home_server_setup:other_services
2 Hits, Last modified:
e are a number of ways to rotate logs. -Using a script and cron (or systemd.timer) -Using ''logrotate'' ====Logrotate using script==== edit the sudo crontab ''sudo crontab -e'': <