OK. Before I start on this one, I’m stating for the record that I’m posting this as much so I don’t have to find it again as anything. However, given the number of places online that I found this question asked, but not answered, I hope it proves useful to the...
Continue reading...Linux
How to extract multi-part zip files
Have you ever seen these file ? zipfiles.zip zipfiles.z01 zipfiles.z02 zipfiles.z03 …… zipfiles.z10 These are the multi-part of zipped files, which mean one big file are to big to make archive so it should split into several files. These files were created by winzip. Probably for many people (included me) it...
Continue reading...How do I add jobs to cron under Linux or UNIX oses?
Cron job are used to schedule commands to be executed periodically i.e. to setup commands which will repeatedly run at a set time, you can use the cron jobs. crontab is the command used to install, deinstall or list the tables used to drive the cron daemon in Vixie Cron. Each...
Continue reading...