philosophy :: psychology :: theology :: technology
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 -)“
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.
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!
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 -)“
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.
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!
[powered by WordPress.]
For the discussion of current and historical trends in the liberal arts, information technology, and religious thought. "Of all human pursuits, the pursuit of wisdom is the more perfect, the more sublime, the more useful, and the more agreeable."
Think.
ThinkBlog.org has been on the web since August 2003, with 292,449 words in 846 posts.
It is presently 10:32:01 on 18 May 2008, server side. All content except where otherwise noted Copyright © 2000-2006 Michael Phillips.
33 queries. 1.013 seconds