User talk:Ramuk
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
m |
m (→My Install) |
||
| Line 1: | Line 1: | ||
=My Install= | =My Install= | ||
| - | ==Get the archive== [http://downloads.linkstationwiki.net/freelink/freelink_powerpc-hdhglan-1.11.zip | + | ==Get the archive== [http://downloads.linkstationwiki.net/freelink/freelink_powerpc-hdhglan-1.11.zip freelink_powerpc-hdhglan-1.11.zip] |
| - | freelink_powerpc-hdhglan-1.11.zip] | + | |
==Flash The [[The LinkStation firmware flasher]]== | ==Flash The [[The LinkStation firmware flasher]]== | ||
==Login to the machine and get started== | ==Login to the machine and get started== | ||
| Line 18: | Line 17: | ||
apt-get install webmin-samba | apt-get install webmin-samba | ||
rm /etc/rc2.d/S05utelnetd | rm /etc/rc2.d/S05utelnetd | ||
| - | + | ==[[Freeing up space on hda1]]== | |
cp -Rdp /home /mnt | cp -Rdp /home /mnt | ||
rm -R /home | rm -R /home | ||
| Line 28: | Line 27: | ||
rm -R /var | rm -R /var | ||
ln -s /mnt/var /var | ln -s /mnt/var /var | ||
| - | + | ==[[Correct the system time and setup Network Time Protocol (NTP)]]== | |
tzconfig | tzconfig | ||
apt-get install ntp ntp-simple ntp-server ntpdate | 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 | wget http://hvkls.dyndns.org/downloads/latest-webinstaller.tar.gz | ||
tar -C / -xvzf latest-webinstaller.tar.gz | tar -C / -xvzf latest-webinstaller.tar.gz | ||
/usr/local/sbin/webinstaller-kernelinst.sh | /usr/local/sbin/webinstaller-kernelinst.sh | ||
reboot | reboot | ||
| - | + | ==Install an [[Encrypted Filespace with EncFS]]== | |
wget http://hvkls.dyndns.org/downloads/fuse_2.5.3-binaries-ppc.tar.gz | 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 | tar -C / -xvzf fuse_2.5.3-binaries-ppc.tar.gz | ||
apt-get install encfs | 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/libid3tag_0.15.1b-binaries-ppc.tar.gz | ||
wget http://hvkls.dyndns.org/downloads/mtdaapd_0.2.4-binaries-ppc.tar.gz | wget http://hvkls.dyndns.org/downloads/mtdaapd_0.2.4-binaries-ppc.tar.gz | ||
| Line 48: | Line 47: | ||
Then edit /etc/mt-daapd/*. When done, | Then edit /etc/mt-daapd/*. When done, | ||
/etc/init.d/mt-daapd start | /etc/init.d/mt-daapd start | ||
| - | + | ==[[USB Palm OS Device as an LCD Display]]== | |
apt-get install lcdproc | apt-get install lcdproc | ||
apt-get remove lcdproc | apt-get remove lcdproc | ||
| Line 57: | Line 56: | ||
make | make | ||
make install | 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 | 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 | tar -C / -xvzf powerpc-hdhlan-ipkg-0.99.153-1.tgz | ||
| - | + | Add the following lines to the file /etc/ipkg.conf: | |
| + | src nslu2-cross-stable http://ipkg.nslu2-linux.org/feeds/optware/ds101g/cross/stable/ | ||
| + | src nslu2-cross-unstable http://ipkg.nslu2-linux.org/feeds/optware/ds101g/cross/unstable/ | ||
| + | src nslu2-native-stable http://ipkg.nslu2-linux.org/feeds/optware/ds101g/native/stable/ | ||
| + | src nslu2-native-unstable http://ipkg.nslu2-linux.org/feeds/optware/ds101g/native/unstable/ | ||
| + | ==[[XBMC - Using Xbox Media Center with the LinkStation]]== | ||
ipkg install ccxstream | ipkg install ccxstream | ||
Revision as of 03:25, 6 September 2006
My Install
==Get the archive== 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
Add the following lines to the file /etc/ipkg.conf:
src nslu2-cross-stable http://ipkg.nslu2-linux.org/feeds/optware/ds101g/cross/stable/ src nslu2-cross-unstable http://ipkg.nslu2-linux.org/feeds/optware/ds101g/cross/unstable/ src nslu2-native-stable http://ipkg.nslu2-linux.org/feeds/optware/ds101g/native/stable/ src nslu2-native-unstable http://ipkg.nslu2-linux.org/feeds/optware/ds101g/native/unstable/
XBMC - Using Xbox Media Center with the LinkStation
ipkg install ccxstream

