- ThinkBlog - http://thinkblog.org -

July 2006 Geek Stuff 1

Posted By Michael On 14th July 2006 @ 00:51 In Linux | No Comments

[1] SSH Tricks. Including how to wield SCP (secure file copy), how to use SSH without passwords by using the builtin keygen for specific MAC addresses (while noting that it is something of a security hole), remote execution, X11 forwarding (running graphical Linux applications remotely), and mounting a remote folder with SSHFS as an alternative to tunneling SAMBA mounts.

Quite useful, but SirDiggalot (from Digg.com) mentioned that perhaps the best way to get an archive from a remote machine that doesn’t have the resources (e.g., hard drive space) to make a complete tar backup is neglected:

cd /source/dir
tar -cf - . | ssh user@remote "(cd /destination/dir && tar -xpf -)

[2] Linux From Scratch. For the hardcore only: build your own Linux system, literally from the lowest level up. This isn’t like compiling your own distribution, though: this is like baking a cake by grinding your own flour. It might be the best cake you’ve ever eaten, and you’ll know exactly how to do it, but if you don’t have the stamina of an ultramarathoner and the patience of a tortoise, I can’t imagine being able to recommend this approach.

[3] LearnLINUX: On the other hand, I can heartily recommend this for the novice! This is like a whole class in Linux, for free, online. Everything from Linux history to system administration and shell scripting. Bookmarked!

July 2006 Geek Stuff 1

Posted By Michael On 14th July 2006 @ 00:51 In Linux | No Comments

[4] SSH Tricks. Including how to wield SCP (secure file copy), how to use SSH without passwords by using the builtin keygen for specific MAC addresses (while noting that it is something of a security hole), remote execution, X11 forwarding (running graphical Linux applications remotely), and mounting a remote folder with SSHFS as an alternative to tunneling SAMBA mounts.

Quite useful, but SirDiggalot (from Digg.com) mentioned that perhaps the best way to get an archive from a remote machine that doesn’t have the resources (e.g., hard drive space) to make a complete tar backup is neglected:

cd /source/dir
tar -cf - . | ssh user@remote "(cd /destination/dir && tar -xpf -)

[5] Linux From Scratch. For the hardcore only: build your own Linux system, literally from the lowest level up. This isn’t like compiling your own distribution, though: this is like baking a cake by grinding your own flour. It might be the best cake you’ve ever eaten, and you’ll know exactly how to do it, but if you don’t have the stamina of an ultramarathoner and the patience of a tortoise, I can’t imagine being able to recommend this approach.

[6] LearnLINUX: On the other hand, I can heartily recommend this for the novice! This is like a whole class in Linux, for free, online. Everything from Linux history to system administration and shell scripting. Bookmarked!


Article printed from ThinkBlog: http://thinkblog.org

URL to article: http://thinkblog.org/2006/07/14/july-2006-geek-stuff-1/

URLs in this post:
[1] SSH Tricks: http://en.jakilinux.org/apps/ssh-tricks/
[2] Linux From Scratch: http://www.linuxfromscratch.org/lfs/
[3] LearnLINUX: http://learnlinux.tsf.org.za/moodle/
[4] SSH Tricks: http://en.jakilinux.org/apps/ssh-tricks/
[5] Linux From Scratch: http://www.linuxfromscratch.org/lfs/
[6] LearnLINUX: http://learnlinux.tsf.org.za/moodle/

Click here to print.