Ubuntu:
Postgres Commands:
pg_dump -U username db_name > filename.sql
psql -U username -d db_name -f filename.sql
Windows:
psql.exe -U postgres -d development -f "d:db.sql"
psql.exe -U postgres -d development -f "d:db.sql"
wget -q
http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- |
sudo apt-key add -
sudo sh -c
'echo "deb http://download.virtualbox.org/virtualbox/debian precise contrib"
>> /etc/apt/sources.list'
Command 3:
sudo apt-get update && sudo apt-get install virtualbox-4.1.
sudo reboot;
If you get the below error are rebooting
Then Click this link you will find Set of commands just execute them.
Thats It.
Download VirtalBox exe from here
Happy Coding...;-)