Cron, an Unix term stands for Command Run ON. It is very useful utility in Unix/Linux specially for SysAdmins who might like to schedule different tasks on different times for different purposes.
MySQL have this load data function, where we can insert data to a table from external files like csv, txt etc.
Personally i think, that Linux terminal is very useful application/tool whatever you name it. Yesterday i was restoring a MySQL database size of 5MB via MySQL Administrator application, and it crashed several times.
Update: There is a small update to this article, as if lets say some one does not have any root password yet, then how to create it 1st and then use the following commands. So that’s simple, open terminal and type the following.
So you are looking for a package which extract your files from zip, tar, tar.gz, gz etc. Zip can be done easily with some PHP functions but for tar and other Linux archives we need some library to work with and extract files.
Today i will show you how to install and configure SSH on your Linux sever machine. We need OpenSSH server to install 1st to work on SSH. The process of installation for different distros have different approach.