Linux Hard Drive Space

To get the amount of hard drive space being used by all of your system partitions in Linux, Use the following command.

df -h

Read More...


Executing .run Files in Linux

Some Linux installation files some as a .run file. These can be executed by making them executable.

chmod 777 SOME_INSTALLER.run
./SOME_INSTALLER.run

Read More...


PostgreSQL Resources

This post is just for keeping track of PostgreSQL related resources.

Read More...