Month: July 2018

BestOfficeDeskSetup.com

BestOfficeDeskSetup.com my global audience Site ============== www.BestOfficeDeskSetup.com is my first Global Audience Site… All my prior development work done based in Cyprus Businesses Local Sites… This first Global Site use CodeIgniter PHP Framework – And has Login system where a user can login and Add YouTube

Read More

New MacBook Pros 32GB DDR4 RAM i7, i9 6-core 8th Gen Processors

New MacBook Pros 32GB DDR4 RAM i7, i9 6-core 8th Gen Processors ==================== Just today 12 June 2018 appeared in https://www.apple.com/macbook-pro/ New MacBook Pros 32GB DDR4 RAM i7, i9 6-core 8th Gen Processors 15″ Display and 4-core 13″ Display… more details just published here : // Get excited

Read More

Linux Cron Backup Script – run once every month via cron

  Linux Cron Backup Script ========== I set cron job with crontab -e for running 20:20 8th everyMonth any weekDay Script appears below as backup-cron.sh,… feel free to COPY to your Linux VM for experimentation… [root@server1 backup-cron]# crontab -l 20 20 8 * * /root/backup-cron.sh [root@server1 backup-cron]#

Read More

Backup, archive, compress Linux files tricks

Backup, archive, compress Linux files tricks ================== Some of Linux Backup Utilities are cpio tar gzip bzip2 xz dd rsync dump restore mt Also exist some Backup Programs for Linux like Amanda and Bacula Some commands you may use with the Backup Utilities above are [/dev/st0

Read More

find Linux command tricks asked in exams and how to write

find Linux command tricks asked in exams and how to write ====================== A The find Operators (!, -o, and -a) There are three operators that are commonly used with find. The ! operator is used before an option to negate its meaning. So, find . !

Read More

General used cron jobs examples and Facebook/Twitter post cron jobs

General used cron jobs examples and Facebook/Twitter PHP post cron jobs ================= crontab -l   # list cron jobs  crontab -e   # enter cron jobs 30 7 */2 * * /usr/bin/php /path/to/facebook_share.php | mail -s "Auto share results" you@your-email.com more info here: How to Auto Post on

Read More