After flashing the Drive installing the tools and MySQL your ready to install slim 6.5.1 cd /mnt/hda/opt/ addgroup slimserv adduser slimserv -g slimserv passwd slimserv wget http://www.slimdevices.com/downloads/SlimServer_v6.5.1/SlimServer_v6.5.1.tar.gz tar -xzvf SlimServer_v6.5.1.tar.gz mv SlimServer_v6.5.1 /mnt/slimserver cd /mnt/slimserver/Bin
Continue ReadingTag: LinkStation
Installing MySQL On the Linkstation
Installing MySQL 4.1.22 cd /mnt/hda/misc wget http://ftp.up.ac.za/pub/windows/MySQL/Downloads/MySQL-4.1/mysql-4.1.22.tar.gz tar -zxvf mysql-4.1.22.tar.gz cd mysql-4.1.22 groupadd mysql useradd -g mysql mysql export CFLAGS=-O3 export CXXFLAGS=-O3 ./configure –prefix=/mnt/hda/opt/mysql –with-readline –without-debug make make install Then install the Dev tools cd
Continue ReadingBuffalo Linkstation Flashing
These articles are not complete but they should be able to assist with baselining the NAS with Linux: Flash here: http://linkstationwiki.net/index.php?title=The_LinkStation_firmware_flasher ========== Start by creating the following mkdir /mnt/hda/misc mkdir /mnt/hda/opt After that you should
Continue Reading