0 comments / January 29, 2015

wget output to file

wget command useful to download files. Sometimes we needed to write wget output to file which can be verified later if there is any issues in downloading that file.


1 comments / February 14, 2014

How to take mysql database backup periodically

mysqldump is a database backup program used to create copy of database or collection databases. When you run mysqldump, it will prompt you for password, on valid password it will create backup copy of the database in given path.