cron & time zone
after changing time zone (tzsetup), restart cron (/etc/rc.d/cron restart) to let it know the changes or else the cron jobs will use the previous time zone.
Related posts:
- screen in FreeBSD default to csh as suppose to bash (preferred) After changing bash shell to a new user using chsh,...
- MacBook Pro in February 2006 Only one inch thick, it packs a standard built-in iSight*...
- Searching for the right Xorg resolution & refresh rate It took me a while to find the correct tools...
- MySQL Cannot Connect with PHP in OSX I think some of you might have problem connecting to...
- ls & rm with regular expression e.g. rm -rf backup-20070[8-9]-* would delete : backup-200708-morning backup-200708-evening backup-200709-night...
- run sql/queries (postgres) within bash e.g. for things-to-buy in $(psql -d database-name -U username -c...
- How to dig SRV record after creating it in DNS dig <record type> <host.name> e.g dig SRV _someservice._port.hostname.domainame.com.my OR dig...
- convert epoch using date command date -d ‘<Unix epoch> <epoch date> sec’ e.g. date -d...
- split – but no destination parameter to specify first : cd /destination/directory second : split /source/directory/big-huge-file prefix-to-apply-onto-splited-files Voila...