Often we need to know the description of our folder and file on terminal that can be do by using ls -l this will display something like – ls -l filename_backup.tar -rw-rw-r-- 1 User_name User_name 7792640 Feb 21 01:30 filename_backup.tar where 1). -rw-rw-r– ==> is the permission for this...
Articles from February 2015
Aadhar Card App
Know complete information about your Aadhaar Card. You can also book an appointment for your Aadhaar Card. Features: 1) Download your e-Aadhaar Card. 2) Get your e-Aadhaar Card on your mobile. 3) Check Status of Aadhaar Card. 4) Book an appointment for Aadhaar Card. 5) Update your personal...
Automatic Backing Up PostgreSQL With Backup and Whatever Gems on VPS
Its useful for ruby and rails programmer.sometimes We need our database backup at limited time in travel for that we can do something like this and the idea expanded to include every day schedule of backup. My first initial thoughts were on Dropbox, I’ve installed the Dropbox client on...