How to install fonts in Linux – Ubuntu, DebianUbuntu Linux searches for fonts in specific locations as listed in the /etc/fonts/fonts.conf file.
A look at the contents of /etc/fonts/fonts.conf file...
0
How to mount an USB drive maually so everyone can read/write to it?
Not only the umask=1000 but also users (plural) for more than one user and rw (read/write).
Read the man pages for umask, mount, fstab and this Quick and Dirty Guide to Linux File Permissions
In /etc/fstab:
Code:
/dev/sda1 ...
0
Useful PostgreSQL Commands
article source: http://www.thegeekstuff.com/2009/05/15-advanced-postgresql-commands-with-examples/
Some of the open source application comes with postgreSQL database. To maintain those application, companies may not hire a fulltime postgreSQL DBA....