Difference between revisions of "User talk:Ramuk"
From NAS-Central Buffalo - The Linkstation Wiki
m (→Install Ipkg on the Linkstation (for end-users)) |
m |
||
Line 34: | Line 34: | ||
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''''' | |
==Install an [[Encrypted Filespace with EncFS]]== | ==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 | ||
Line 45: | Line 45: | ||
tar -C / -xvzf mtdaapd_0.2.4-binaries-ppc.tar.gz | tar -C / -xvzf mtdaapd_0.2.4-binaries-ppc.tar.gz | ||
mv /etc/mt-daapd.SAMPLE /etc/mt-daapd | mv /etc/mt-daapd.SAMPLE /etc/mt-daapd | ||
− | 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]]== | ==[[USB Palm OS Device as an LCD Display]]== | ||
Line 64: | Line 64: | ||
src nslu2-native-stable http://ipkg.nslu2-linux.org/feeds/optware/ds101g/native/stable/ | 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/ | src nslu2-native-unstable http://ipkg.nslu2-linux.org/feeds/optware/ds101g/native/unstable/ | ||
− | |||
==[[XBMC - Using Xbox Media Center with the LinkStation]]== | ==[[XBMC - Using Xbox Media Center with the LinkStation]]== | ||
ipkg install ccxstream | ipkg install ccxstream |
Revision as of 03:30, 6 September 2006
Contents
- 1 My Install
- 1.1 Flash The The LinkStation firmware flasher
- 1.2 Login to the machine and get started
- 1.3 Freeing up space on hda1
- 1.4 Correct the system time and setup Network Time Protocol (NTP)
- 1.5 Upgrade to the 2.6-kernel (ppc only)
- 1.6 Install an Encrypted Filespace with EncFS
- 1.7 Macintosh related configuration, netatalk, mt-daapd
- 1.8 USB Palm OS Device as an LCD Display
- 1.9 Install Ipkg on the Linkstation (for end-users)
- 1.10 XBMC - Using Xbox Media Center with the LinkStation
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
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
- Edit the ccxstream start file and change the username and shared directory for your system
/opt/etc/init.d/S75ccxstream
#!/bin/sh if [ -n "`pidof ccxstream`" ] ; then killall ccxstream 2>/dev/null fi # see /opt/doc/ccxstream/README for the full summary on # command-line options, but the terse summary is that # -r is the directory to "share" using ccxstream, and is # probably the option you most want to adjust. # sleep 2 /opt/sbin/ccxstream -r /mnt/share -u username -f -F /var/run/ccxstream.pid
- Start the ccXStream daemon
/opt/etc/init.d/S75ccxstream