Jul 11

bash: /dev/null: Permission denied

then you should (as root) delete the /dev/null with:
rm /dev/null

and recreate it (as root) again with:
mknod -m 0666 /dev/null c 1 3

yum install gcc
yum install make
yum install gcc-c++
yum install tcl-devel
yum install tk-devel

Jul 10

bikin file di /bin
terus masukan:
echo 'Auto Installer Psybnc By EonG'
wget http://psybnc.net/psyBNC-2.3.2-7.tar.gz
tar zxvf psyBNC-2.3.2-7.tar.gz
rm -rf psyBNC-2.3.2-7.tar.gz
cd psybnc
make
rm -rf psybnc.conf
echo 'masukin port yang kamu inginkan contoh 12345'
read bncport
echo 'PSYBNC.SYSTEM.PORT1='$bncport >>psybnc.conf
echo 'PSYBNC.SYSTEM.HOST1=*' >>psybnc.conf
echo 'PSYBNC.HOSTALLOWS.ENTRY0=*;*' >>psybnc.conf
./psybnc
mv salt.h lang/
echo 'Psybnc sudah terinstall dengan sukses'
echo 'Selamat menggunakan'
echo 'Salam eong@majalengka.info'

chmod 0755
beres dech……
tinggal jalankan filenya
download yg udah jadi
untuk crontabnya

Jul 10

wget http://psybnc.net/psyBNC-2.3.2-7.tar.gz
tar zxvf psyBNC-2.3.2-7.tar.gz
rm -rf psyBNC-2.3.2-7.tar.gz
cd psybnc
make
vi psybnc.conf
pijit ins
terus ganti angka 31337
pijit esc terus :wq enter
./psybnc
mv salt.h lang/