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 ReadingCategory: LinkStation
Buffalo 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