My office mate was copying files from server A to server B. To do that, he needs to download the files which is approximately 500MB to his dev machine and […]
Category: Linux
Setting PostgreSQL Authentication Method to MD5
Once again, we acquired another rental server with pre-installed postgreSQL. I have created a superuser immediately by invoking these commands: However, our supervisor has created a password for some reason […]
Messing Around with PostgreSQL
Out client was using PostgreSQL for their database we often have a hard time moving our project repository from one server to another. The problem was that we need to […]
Reviewing Linux Commands
The installation of Postgres was successful! Shame on me. 🙂 Now let’s review our old linux commands used: tar -zvxf filename.tar.gz – this is used to extract tar.gz files on […]
Installing Postgres on CentOS via SSH
We got stuck here when we are trying to run a Postgres server in our rental server. After getting the login information of the SSH connection and the root password, […]