Loading

Tag Archive: Linux

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

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 install the development tools. cd /mnt/hda/misc wget http://downloads.linkstationwiki.net/development_tools/mipsel-tools-2_1.tgz mkdir devtools cd devtools tar -xzvf ../mipsel-tools-2_1.tgz ./install.sh Install expat cd /mnt/hda/misc …

Continue reading »

Permanent link to this article: http://www.tsls.co.uk/index.php/2008/09/03/buffalo-linkstation-flashing/