date

Search

You can find the results of your search below.

BASH Customisation @home_server:home_server_setup:other_services
3 Hits, Last modified:
s file:| <code bash> # This is my current / up-to-date list of bash aliases. # This is the exact same fi... ENT alias gcpush='echo "Usage: gcommit ../commits/date.txt" ; cd /home/$BA_USERNAME/docker ; bash script... I do not see much value in the prompt showing the date as this is shown on the main GUI screen. Referen
Webmin @home_server:home_server_setup:other_services
1 Hits, Last modified:
8-04|How To Install Webmin on Ubuntu 18.04]]. To date I have only used Webmin on my main home server, n
systemd Stuff @home_server:home_server_setup:other_services
4 Hits, Last modified:
timers==== ''timedatectl'' to print current time date on cli\\ ''Date'' to print basic time date only on cli\\ ''timedatectl list-timezones'' to set available time zones\\ ... emd/man/systemd.time.html|systemd.time — Time and date specifications]] and [[https://www.freedesktop.or
SSH Notes @home_server:home_server_setup:other_services
1 Hits, Last modified:
echo -n " System information as of " /bin/date echo /usr/bin/landscape-sysinfo else
Rsync @home_server:home_server_setup:other_services
14 Hits, Last modified:
is script echo "rsync wrapper script executed on `date`" >> $LOG echo "options passed to rsync: " $@ >> ... o large. # Capture scripts start time STARTTIME=`date +%s` # Location of the Log file LOG="/home/backu... t echo -e "\n\n+++++ rsnapshot script started on `date` +++++" >> $LOG echo "options passed to rsnapshot... scripts end time and calculate run time ENDTIME=`date +%s` INTERVAL=$((ENDTIME - STARTTIME)) RUNTIME="$
NFS @home_server:home_server_setup:other_services
1 Hits, Last modified:
re. Sadly a number of resources I use seem out of date, not updated and/or possible subject to disappear
logrotate @home_server:home_server_setup:other_services
1 Hits, Last modified:
g file not found $logfile" exit 1 fi timestamp=`date +%Y%m%d` newlogfile=$logfile.$timestamp cp $logfi
Commonly used commands and scripts @home_server:home_server_setup:other_services
7 Hits, Last modified:
ipt every Monday at 00:15 15 0 1-7 * * [ $(date +%u) -eq 3 ] && /home/shared/Myscripts/server_bac... ery Wednesday at 00:15 15 0 * 3,6,9,12 5 [ $(date +%-d) -le 7 ] && /home/shared/Myscripts/server_ba... d statement to allow desired functionality. ''[ $(date +%-d) -le 7 ] && command'' means the command will only be run if the date day of month is less than or equal to 7. Similar