User talk:Ramuk
From NAS-Central Buffalo - The Linkstation Wiki
My Install
==Get the archive== [http://downloads.linkstationwiki.net/freelink/freelink_powerpc-hdhglan-1.11.zip freelink_powerpc-hdhglan-1.11.zip]
Flash The The LinkStation firmware flasher
Login to the machine and get started
# telnet 192.168.1.XXX Debian GNU/Linux 3.1 %h root@LinkStation:/#
Change the root password
passwd root
Get and update with apt-get
apt-get update apt-get install ssh apt-get upgrade apt-get install samba smbfs apt-get install webmin webmin-core webmin-cpan webmin-inetd webmin-logrotate webmin-firewall apt-get install webmin-samba rm /etc/rc2.d/S05utelnetd
Freeing up space on hda1
cp -Rdp /home /mnt rm -R /home ln -s /mnt/home /home cp -Rdp /usr /mnt rm -R /usr ln -s /mnt/usr /usr cp -Rdp /var /mnt rm -R /var ln -s /mnt/var /var
Correct the system time and setup Network Time Protocol (NTP)
tzconfig apt-get install ntp ntp-simple ntp-server ntpdate
Upgrade to the 2.6-kernel (ppc only)
wget http://hvkls.dyndns.org/downloads/latest-webinstaller.tar.gz tar -C / -xvzf latest-webinstaller.tar.gz /usr/local/sbin/webinstaller-kernelinst.sh
reboot
Install an Encrypted Filespace with EncFS
wget http://hvkls.dyndns.org/downloads/fuse_2.5.3-binaries-ppc.tar.gz tar -C / -xvzf fuse_2.5.3-binaries-ppc.tar.gz apt-get install encfs
Macintosh related configuration, netatalk, mt-daapd
wget http://hvkls.dyndns.org/downloads/libid3tag_0.15.1b-binaries-ppc.tar.gz wget http://hvkls.dyndns.org/downloads/mtdaapd_0.2.4-binaries-ppc.tar.gz tar -C / -xvzf libid3tag_0.15.1b-binaries-ppc.tar.gz tar -C / -xvzf mtdaapd_0.2.4-binaries-ppc.tar.gz mv /etc/mt-daapd.SAMPLE /etc/mt-daapd
Then edit /etc/mt-daapd/*. When done,
/etc/init.d/mt-daapd start
USB Palm OS Device as an LCD Display
apt-get install lcdproc apt-get remove lcdproc wget http://lcdproc.omnipotent.net/download/lcdproc-0.4.5.tar.gz tar -xvzf lcdproc-0.4.5.tar.gz cd lcdproc-0.4.5 ./configure make make install
===Install Ipkg on the Linkstation (for end-users)
wget http://downloads.linkstationwiki.net/powerpc-hdhlan/powerpc-hdhlan-ipkg-0.99.153-1.tgz tar -C / -xvzf powerpc-hdhlan-ipkg-0.99.153-1.tgz
XBMC - Using Xbox Media Center with the LinkStation
ipkg install ccxstream

