Archive for September 27th, 2007

c’est foutu

root@nemesis [/]# ls
-bash: /bin/ls: No such file or directory
root@nemesis [/]# w
-bash: /usr/bin/w: No such file or directory
root@nemesis [/]# ps aux
-bash: /bin/ps: No such file or directory
root@nemesis [/]# ps
-bash: /bin/ps: No such file or directory
root@nemesis [/]# ls
-bash: /bin/ls: No such file or directory
root@nemesis [/]# w
-bash: /usr/bin/w: No such file or directory
root@nemesis [/]# shutdown
-bash: /sbin/shutdown: /lib/ld-linux.so.2: bad [...]

Comments (3)

Upgrading PostgreSQL on Cpanel Server

Guide available for CentOS / Fedora / RHEL

Make sure if you have postgresql intalled
rpm -qa | grep postgres | tee /root/rpm_pgsql
The above will list all the installed postgresql rpm packages and store the output to /root/rpm_pgsql. You can use this list to remove all the postgresql related rpm later.
Backup all your databases
su postgres -
mkdir [...]

Leave a Comment

Scuzele de rigoare.

Scuzele de rigoare pentru cei care ati incercat sa accesati site-ul ieri. Am mutat toate conturile pe un server nou, si am schimbat adresele de ip de la nameservere. Pana s-a facut update … a durat mult. Anyway, acum priviti totul de pe un new shiny Intel Core2Duo 6600, cu 4 gb ram, 1 x [...]

Leave a Comment