资 源 简 介
install-debootstrap-ix2 allows installing debootstrap on IX2 NAS-200 in order to install the following services like squid.
I’ve written a small shell script that allows the installation of deboostrap on ix2-200. It is unpretentious, and deserves to be reviewed. I deboostrap serves to create an environment for squid. http://code.google.com/p/debootstrap-ix2/
After granting access ssh: https://myix2/supportaccess.html, login as root and password as gold soho sohoadminpassword. Download install-debootstrap-ix2.sh via wget:
wget http://debootstrap-ix2.googlecode.com/files/debootstrap-ix2.sh -P /tmp
Start installation: sh /tmp/install-debootstrap-ix2.sh
Example to install squid:
mkdir /mnt/soho_storage/squid
debootstrap unstable /mnt/soho_storage/squid
chroot /mnt/soho_storage/squid
apt-get install squid3
Help me thank you for the improvement.