script

Search

You can find the results of your search below.

Back-up Server Old Setup @home_server:home_server_setup:other_services
63 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_backup1.sh'' to run ++++''sudo vim ~/Myscripts/mount_backup1.sh''| <code bash> #!/bin/bash #Script
Rsync @home_server:home_server_setup:other_services
34 Hits, Last modified:
sudo rsync %%--%%dry-run -avz -u %%--%%delete ~/Myscripts/ /home/shared/Myscripts'' ''sudo rsync x %%--%%dry-run -avz -u /home/shared/temp/ baumkp@192.168.1.10::... ====My web page copy bash batch==== ''sudo vim Myscripts/rsync_shared.sh'' or to run ''sudo bash Myscripts/rsync_shared.sh'' #Note this is a local only script a
BASH Customisation @home_server:home_server_setup:other_services
24 Hits, Last modified:
sh_aliases configure configuration bashrc command script .bashrc history sudo visudo dimmer ps kill nightm... startbasic='dcup2 $(cat /home/$BA_USERNAME/docker/scripts/cloudserver/basic-services.txt)' alias stopbasic='dcstop2 $(cat /home/$BA_USERNAME/docker/scripts/cloudserver/basic-services.txt)' alias stopmedia='dcstop2 $(cat /home/$BA_USERNAME/docker/scripts/cloudserver/media-services.txt)' alias startmedi
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
20 Hits, Last modified:
this time, including early conversion to systemd scripts. I notice the Techno Tim [[https://docs.technot... /shutdown -h +0" NOTIFYCMD /home/baumkp/Myscripts/nut-notify.sh POLLFREQ 5 POLLFRE... ode> <code> upssched.conf CMDSCRIPT /bin/upssched-cmd # default </code> Ensure owner... configuration is still based upon similar systemd scripts and configuration.** The Ubuntu 16.04 NUT scri
KPTree Torrent VM Setup
17 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... l -u openvpn@privatvpn.service -xe''. * __The description suggested editing ''/etc/privatevpn.conf'' to
IPMI CLI Tools @home_server:home_server_setup:other_services
16 Hits, Last modified:
ally just has the password in 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
Commonly used commands and scripts @home_server:home_server_setup:other_services
13 Hits, Last modified:
ctl journalctl}} ======Commonly used commands and scripts====== =====dmesg==== ''sudo dmesg'' lists the O... ===== |<38em 28% 36% 12% 12% 12%>| ^ package ^ description ^ mail server ^ nextcloud ^ wiki ^ | ph... to be executed 0 0 1 * * /home/shared/Myscripts/rotatelog.sh /var/log/UPSLog.Log%Rotate NUT UPS ... 15,20,25,30,35,40,45,50,55 * * * * /home/shared/Myscripts/UPSScan.sh 2>/dev/null #Runs Nut scan and logs f
samba @home_server:home_server_setup:other_services
8 Hits, Last modified:
UP # server string is the equivalent of the NT Description field server string = %h server (Samba, Debia... 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' f
KPTree - Email Server Setup
7 Hits, Last modified:
vecot/conf.d/''. (This is mention in the setup discription.)\\ The “postconf” command conveniently adds c... firewater and vpn. I tend to use other peoples descriptions "formula" to assist with email server set up ... l Client Setup Hint==== ++++ A quick and dirty description to help with the email client setup, SMTP and ... (Gmail and Outlook)==== ++++ A quick and dirty description to help with the email client setup, SMTP and
KPTree - MSWindows Setup
7 Hits, Last modified:
illa - and sFTP client program (**!**) *Ghostscript - a PDF manipulator (**!L**) *iTunes - Apple... oo.) *ACadLT2017 - CAD - got rid of this subscription, just too expensive for my occasional use. ... in// (**!L**) *Microsoft Office 365 home subscription, allows use on 5 home computers and give 1TB O... teration from the spreadsheet I wrote a simple VB script that took care of this. When I get the change I
SSH Notes @home_server:home_server_setup:other_services
7 Hits, Last modified:
ome predefined Linux distribution text ====Login Scripts==== ====Debian==== *''ls -la /etc/update-motd.d/'' to see the scripts that are run after the MOTD is displayed. The Debian script is very simple: <code bash> #!/bin/sh uname -snrvm </code> ====Ubuntu==== Ubuntu has multiple scripts some that I like and some that I do not like.
dokuwiki setup notes
6 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/shared/www/dokuwiki/data 300%%'' =====dokuwiki VM setup====
Web Server setup
5 Hits, Last modified:
n the server and virtual machines. The following scripts assist with changing the uid and gid of files on a system. These scripts are reasonably basic with basic commenting and u... 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
logrotate @home_server:home_server_setup:other_services
5 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'': <... and to be executed # 0 0 1 * * /home/shared/Myscripts/rotatelog.sh /var/log/UPS/UPSLog.Log #Rotate NUT UPS log file </code> where ''/home/shared/Myscripts/rotatelog.sh'' is: <code>#!/bin/bash logfile=$1
VNC Server @home_server:home_server_setup
4 Hits, Last modified:
c/xstartup'' *I set up cron to run the following script at boot: ''vim ~/Myscripts/StartVNC.sh'', StartVNC.sh: <code> #!/bin/sh /usr/bin/vncserv... /vncserver -geometry 2350x1335 </code> *The cron script statement is ''/home/homedirectory/Myscripts/StartVNC.sh >/dev/null 2>&1'' (I elected not to use the sys
Conky @home_server:home_server_setup:other_services
4 Hits, Last modified:
KVM Setup @home_server:home_server_setup
2 Hits, Last modified:
tmux @home_server:home_server_setup:other_services
2 Hits, Last modified:
KPTree Recipes
1 Hits, Last modified:
Network Setup @home_server:home_server_setup
1 Hits, Last modified: