To install SSH run though the following useradd sshd cd <folder_for_compiling> wget ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-4.3p2.tar.gz tar xzvf openssh-4.3p2.tar.gz cd openssh-4.3p2 ./configure –without-zlib-version-check make make install Create the following statup script: ===== #! /bin/sh # export USER=”root” #
Continue ReadingCategory: LinkStation
Linux useful tools
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 Reading