Loading

Category Archive: LinkStation

Sep
26

Installing SSH on the Linkstation

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” # NAME=ssh start() {     if [ ! -d /var/empty ]; then         mkdir /var/empty     fi�     /usr/local/sbin/sshd } stop() …

Continue reading »

Permanent link to this article: http://www.tsls.co.uk/index.php/2008/09/26/installing-ssh-on-the-linkstation/

Sep
03

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 . -name “exactname.ini” -print Find a file in all folders but onlyh know part of the name find . -name “*partofname*” …

Continue reading »

Permanent link to this article: http://www.tsls.co.uk/index.php/2008/09/03/linux-useful-tools/

Sep
03

Installing 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 mkdir mipsel-linux-gnu-thread-multi cd mipsel-linux-gnu-thread-multi ln -s /mnt/hda/opt/mysql mysqld /mnt/slimserver/Bin/build-perl-modules.pl enter the relevent paths for your install == Install /mnt/slimserver Extract …

Continue reading »

Permanent link to this article: http://www.tsls.co.uk/index.php/2008/09/03/installing-slimserver-on-the-linkstation/

Older posts «