jump to navigation

links for 2006-01-26 01.25.06

Posted by wimac in Uncategorized.
add a comment

Eleven SSH Tricks 01.25.06

Posted by wimac in *nix.
add a comment

Run remote GUI applications and tunnel any Net connection securely using a free utility that’s probably already installed on your system.

SSH is the descendant of rsh and rlogin, which are non-encrypted programs for remote shell logins. Rsh and rlogin, like telnet, have a long lineage but now are outdated and insecure. However, these programs evolved a surprising number of nifty features over two decades of UNIX development, and the best of them made their way into SSH. Following are the 11 tricks I have found useful for squeezing the most power out of SSH.

Linux Journal article

The first “hacker world war”… 01.25.06

Posted by wimac in Uncategorized.
add a comment

An interesting summary of the first “Hacker world war” which took place in 2001. It appears Ebaum vs ytmnd.com was *not* the first online cyber-jihad, as we can see. Links to a lot of archived defacements and some good background info, too.

read more

Rolling your own Debian packages 01.25.06

Posted by wimac in Uncategorized.
add a comment

Part one of a two-part article explaining how to make a Debian package of simple piece of software.

read more | digg story

Linux not standing in wait as Microsoft sinks its own ship 01.25.06

Posted by wimac in Uncategorized.
add a comment

Finally, an article describing the inevitable decline of Microsoft. Why they are losing it against Free Software, Google and Apple, and how they are loosing: Tom Adelstein sees a dark future for MS.

read more | digg story

Create a Freakish Zombie in 11 Steps 01.25.06

Posted by wimac in Uncategorized.
add a comment

A step-by-step Photoshop walk-through for turning a regular image of someone into a freakish member of the living dead. (With fun pictures.) There’s also a similar tsunami tutorial in the same blog.

read more

Samba 4 released 01.25.06

Posted by wimac in Uncategorized.
add a comment

A next-generation test version of the open source Samba file sharing software has been made available, with features emulating Microsoft’s Active Directory ID management software.

read more | digg story

Bash and OpenSSH magic 01.25.06

Posted by wimac in Uncategorized.
add a comment

Nice article about Bash and SSH, how you can run commands on a remote computer and use the output on your own and vice verse.

read more | digg story