WinRAR on CentOS with cPanel

I’ve seen alot of people get stumped by an error that looks like this, rar: /lib/libc.so.6: version `GLIBC_2.7′ not found (required by rar) even I did for a while, after numerous google searches I found nothing, however today I finally ran into the site that saved me!
Basically
rm -rf /usr/bin/rar
ln -s /usr/local/rar/rar_static /usr/bin/rar
For me the location [...]

Experimenting with Perl

Well, this is my first actual experiment with Perl. All it does is chmod 750 some fetch utilities. In my next build I want to set it up so that if the file exists, and if it doesnt, it will prompt you that the file is not on the system and it is being skipped.

#!/usr/bin/perl
# [...]

Ubuntu 9.0.4 – Installing SSHD

So after isntalling a fresh copy of Ubuntu today, I try:
r00t@r00t-laptop:~$ sudo apt-get install openssh-server
Reading package lists… Done
Building dependency tree
Reading state information… Done
Package openssh-server is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package openssh-server has no installation [...]