~/Desktop$ scp -i ~/Desktop/permission/h2w/postgres-dump.pem ubuntu@0.0.0.0:./dumpfile_name ./
Friday, 24 May 2019
Copy Dump from server to local machine
~/Desktop$ scp -i ~/Desktop/permission/h2w/postgres-dump.pem ubuntu@0.0.0.0:./dumpfile_name ./
Subscribe to:
Comments (Atom)
Revert last commit or second last and more....
Git revert commit_id -m 1 this command willl revert last commit Git revert commit_id -m 2 this command will revert second commit with same...
-
.wrap{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
-
Dir.glob("#{Rails.root}/public/reports/*")
-
1. rails g controller user index show in usercontroller copy and paste def index @users = User.all end def s...