Friday, December 28, 2007

Setup NAS-01G / PHP4+MYSQL+APACHE / Quixplorer+Torrentflux-b4rt

Get the nas01g_debian.tgz and copy it to /mnt
Copy telnetd to /mnt/Share
modify the /mnt/backdoor to enable telnetd
telnet to the NAS
cd /mnt
tar -xvvzf nas01g_debian.tgz
copy the backdoor to /mnt/Share
restart the nas

login the system by using ssh (nas01g/nas01g)
su - (root/passwd)
modify the passwords asap
chmod 777 /tmp

modify the /etc/apt/sources.list
deb ftp://ftp.hk.debian.org/debian/ sarge main contrib non-free
deb http://security.debian.org/ sarge/updates main contrib non-free


Run:
apt-get update
apt-get install mysql-server mysql-client

mysqladmin -u root password XXXXXX
apt-get install wget
apt-get install unzip
apt-get install ntpdate
apt-get install apache
apt-get install libapache-mod-php4 libapache-mod-perl php4 php4-cli php4-common php4-mysql php4-pear
modify the php AddType settings in /etc/apache/conf.d/httpd.conf
modify the memory settings in /etc/php4/apache/php4.ini
restart the apache: apachectl restart
Modify /etc/rc3.d/S20ssh to add programs to be executed during startup:
at the section restart)
add:
/local/usr/bin/noip2
ntpdate hk.pool.ntp.org


INSTALL QUIXPLORER
Get the quixplorer_2_3_1.zip
unzip the files to /var/www/quix
chown -R www-data:www-data /var/www/quix
modify the configuration files at /var/www/quix/.config
login http://yourhost/quix/ with admin/pwd_admin
change the password!


INSTALL TORRENTFLUX-B4RT
Get the torrentflux-b4rt.bz
tar -xvjf torrentflux-b4rt.bz
copy the uncompressed html folder to /var/www/torrentflux
chown -R www-data:www-data /var/www/torrentflux
run http://yourhost/torrentflux/setup.php

No comments: