Process management ================== ps -A = running processes ps -aux = further running processes kill = kill a process Find File Commands ============== Find a file in all folders with it’s exact name find .
Continue ReadingInstalling Slimserver on the Linkstation
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 ReadingInstalling 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 Reading