Tato instalacia vyzaduje HDD- bud v premium ako interny ,alebo v elite ako externy. Tu popisovana instalacia je pre interny v premium (preto /hdb1) pre USB to bude /DATA/usb1(alebo usb2)/particia na usb/
Takisto adresa na conect k prijimacu bude pravdepodobne odlisna, ako je tu popisovana (ja mam box na 192.168.1.254)
Connect to you azbox with telnet.
go to your usb/hdd onto the azbox.
in my case
Kód: Vybrat vše
cd /DATA/hdb1Kód: Vybrat vše
mkdir debianKód: Vybrat vše
cd /debianyou can download it
Kód: Vybrat vše
wget http://nmt.explore.nl/nmt-debian-etch.tar.gzKód: Vybrat vše
tar xzf nmt-debian-etch.tar.gzKód: Vybrat vše
chroot debian /bin/bash
export PATH=$PATH:/usr/bin:/usr/sbin
debootstrap/debootstrap --second-stageyou can exit the debian interface with the exit command
Kód: Vybrat vše
exitKód: Vybrat vše
chroot debian /bin/bashwe gonna use the program via to edit the file
Kód: Vybrat vše
vi /etc/resolv.confinsert your routers ip
Kód: Vybrat vše
search wan
nameserver 192.168.1.254Kód: Vybrat vše
:wq!Kód: Vybrat vše
ping www.google.comKód: Vybrat vše
apt-get update
apt-get dist-upgradeKód: Vybrat vše
apt-get updateKód: Vybrat vše
NO_PUBKEY 9AA38DCD5502Byou have to replace the pubkey with your own key!
Kód: Vybrat vše
apt-get install debian-archive-keyring
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 9AA38DCD55BE302B
gpg --armor --export 9AA38DCD55BE302B | apt-key add -
apt-get update
Kód: Vybrat vše
apt-get dist-upgradedownload CCcam to your hard drive
unpack it and then put CCcam.mipsel to your /tmp folder
in my case
Kód: Vybrat vše
/DATA/hdb1/debian/debian/tmpchmod 755 CCcam.mipsel
for the CCcam.cfg you have to create the directory /var/etc
go to debian /var/ directory.
Kód: Vybrat vše
cd /varKód: Vybrat vše
mkdir etcKód: Vybrat vše
/DATA/hdb1/debian/debian/etcKód: Vybrat vše
cd /tmpKód: Vybrat vše
./CCcam.mipsel -dvhttp://azboxhdip:16001
to access debian thru a webinterface.
install webmin 1.48
first install necessary software
Kód: Vybrat vše
apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perlgo to /tmp folder
Kód: Vybrat vše
cd /tmpKód: Vybrat vše
wget http://downloads.sourceforge.net/sourceforge/webadmin/webmin_1.480_all.debKód: Vybrat vše
dpkg --install webmin_1.480_all.debKód: Vybrat vše
https://AZBOXHDIP:10000