date

Search

You can find the results of your search below.

Back-up Server Old Setup @home_server:home_server_setup:other_services
17 Hits, Last modified:
e to set up was some of the worst I have found to date for Linux in the modern day. It is the only solu... vg0/xen-home/ # EXAMPLE.COM #backup_exec /bin/date "+ backup of example.com started at %c" #backup r... :/var/db/dump/ example.com/ #backup_exec /bin/date "+ backup of example.com ended at %c" # CVS.SOUR... vg0/xen-home/ # EXAMPLE.COM #backup_exec /bin/date "+ backup of example.com started at %c" #backup r
Docker nginx / php notes @docker_notes
14 Hits, Last modified:
g in its terminal output. cli_server.color = On [Date] ; Defines the default timezone used by the date functions ; https://php.net/date.timezone ;date.timezone = ; https://php.net/date.default-latitude ;date.default_latitude = 31.7667 ;
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="$
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
Web Server setup @home_server
5 Hits, Last modified:
*To ensure the current package database is up to date: ''sudo apt update'' *To install the add-apt-re... host -u root -p nextcloud > ~/nextcloud-dbbackup_`date +"%Y%m%d"`.bak'' (Then move to the oc-backdir: ''sudo mv ~/nextcloud-dbbackup_`date +"%Y%m%d"`.bak /mnt/shared/temp/oc-backupdir/'').... /mnt/shared/temp/oc-backupdir/owncloud-dbbackup_`date +"%Y%m%d"`.bak ~'') For the database: ''mysql -h
Nextcloud Container @docker_notes
4 Hits, Last modified:
tcloud that I have not been able to track down to date. Does not seem much info in this on the net, and... ends ''%%rsync -Aavx nextcloud/ nextcloud-dirbkp_`date +"%Y%m%d"`/%%'' *I backup the entire docker dir... rname] -p[password] [db_name] > nextcloud-sqlbkp_`date +"%Y%m%d"`.bak%%'' * ''%%mysqldump --single-tra... rname] -p[password] [db_name] > nextcloud-sqlbkp_`date +"%Y%m%d"`.bak%%'' The simplest solution for me
KPTree - Email Server Setup @home_server
4 Hits, Last modified:
is installation description that looks more up to date and functional, Howtoforge [[https://www.howtofor... udo pear install --alldeps channel://pear.php.net/Date_Holidays-0.21.8 sudo pear install --alldeps channel://pear.php.net/Date_Holidays_UNO-0.1.3 sudo pear install --alldeps channel://pear.php.net/Date_Holidays_Australia-0.2.2 sudo pear install --
Localisations @personal
4 Hits, Last modified:
s, that is, decimal points not decimal commas. *Date and time formats. Australia tends to culturally f... and is identical to ISO 8601:2004. (The ISO 8601 date format is the most logical and follows the standa... at of most to least significant. The pervasive US date format using Month/Day/Year, is the least logical... umber significance!) (I prefer the ISO version of date and time YY-MM-DD HH:MM:SS.) *Time zones, Austr
Formatting Syntax @wiki
4 Hits, Last modified:
irst | | author | show item authors names | | date | show item dates | | description| show the... rendered. By default the feed will be sorted by date, newest items first. You can sort it by oldest fi... * {{rss>http://slashdot.org/index.rss 5 author date 1h }} {{rss>http://slashdot.org/index.rss 5 author date 1h }} ===== Control Macros ===== Some syntax i
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
Time Date Related Setup @home_server:home_server_setup:other_services
4 Hits, Last modified:
{{tag>linux debian chrony ntp time date timedatectl timezone timezones}} =====Time Date Related Setup===== ====Setup NTP server==== The NTP se... tectl'' command to interogate and modify time and date information as required, mainly used to set local... 'timedatectl status'' to list current system time date information. *''timedatectl list-timezones'' to
Router Hardware @linux_router
3 Hits, Last modified:
re must be taken if you want to ensure more up to date hardware. These machines are a good option, low p... ort and has given me a good 5 years of service to date.) Downside is mainly the price, USD490 + delivery... y not Proxmox=== ++++tldr;| *I have not used to date, this is I have no experience with Proxmox *I a
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
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
3 Hits, Last modified:
e time ago, so this will not necessarily be up to date. It turns out the ''nutdrv_qx'' driver is usuall... str2=$(echo "$str1" | grep "ups.status:") echo $(date +"%Y-%m-%d %H:%M:%S") | awk '{printf "%s ", $0}'... g file not found $logfile" exit 1 fi timestamp=`date +%Y%m%d` newlogfile=$logfile.$timestamp cp $logfi
Docker Deluge Image / Service @docker_notes
2 Hits, Last modified:
I tried to get 2 volumes set up it was wonky. To date I have not further investigated why. ++++tldr;| N... t did not seem to work well for me in attempts to date. I tried again in mailserver setup also to no av
KPTree - MSWindows Setup @home_server
2 Hits, Last modified:
Router Miscellaneous @linux_router
2 Hits, Last modified:
Reverse Proxy Server @docker_notes
1 Hits, Last modified:
Docker Host @docker_notes
1 Hits, Last modified:
KPTree Torrent VM Setup @home_server
1 Hits, Last modified:
DHCP / DNS Setup @linux_router
1 Hits, Last modified:
Flatpak @tech_notes
1 Hits, Last modified:
logrotate @home_server:home_server_setup:other_services
1 Hits, Last modified:
NFS @home_server:home_server_setup:other_services
1 Hits, Last modified:
SSH Notes @home_server:home_server_setup:other_services
1 Hits, Last modified:
Webmin @home_server:home_server_setup:other_services
1 Hits, Last modified: