2013-03-23
#postgresql
#reference
#howto
#linux
#sql
#db
#database
#syadmin
#centos
#debian
Install PostgreSQL on Debian using APT:
# aptitude install postgresql postgresql-client
[ after install service is already started and scheduled for automatic start on reboot]
Install PostgreSQL on CentOS using YUM:
# yum install postgresql-server postgresql
2013-03-21
#linux
#gmail
#mutt
#ssl
#email
Don’t bother configuring postfix or sendmail, openssl related stuff and so on when you are in the need of a quick way to send e-mail from CLI ie. for your administrative scripts.
2013-03-05
#linux
#fedora
#yum
#python
I have to admit that Python bewitched me: I’m in that phase when you simply can’t stop coding, testing, playing with rules and essentially having lot of fun.