Bryan Saunders A Tech Blog
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
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
PostgreSQL Resources
This post is just for keeping track of PostgreSQL related resources.
-
Installers
- Basic Installers
- One Click EnterpriseDB Installers (Recommended)
-
Installation Guides
- Install 8.4 on Fedora/RHEL - Steps May not work with all versions of RHEL (Tested on 5.8)