Home Search

keygen - search results

If you're not happy with the results, please do another search

Easy Linux backups with Lucky Backup

  We would all like to think that, since we are using Linux, we will never really need a backup of our data. Now, let's...

Get to Know rsync

One of the handiest tools you'll ever have on Linux (and other *nix systems) is rsync. As the name implies, rsync is used to...

ssh, scp without password to remote host (Look Ma, no Password !)

Here I'm, back again on SSH stuff, as you can see from my previous posts (search blogger name = "ben") OpenSSL and SSH stuff...

SSH to server without password using RSA key

I came across a requirement for automatically logging into the server without entering password, This can done using the RSASimple Way (Better to try...

Building a Beowulf Cluster in just 13 steps

What are ClustersA computer cluster is a group of linked computers, working together closely so that in many respects they form a single computer....

Install Anyterm for remote terminal access without SSH

Author: Ben Martin Anyterm allows you to have secure terminal access to a server without needing any special software on a client machine beyond a...

Command line automation with Expect-lite

Author: Ben Martin Expect is a venerable tool for scripting interactive command-line tools. One normally sees expect coupled with the TCL programming language -- for...

Back up like an expert with rsync

What's so great about rsync? First, it's designed to speed up file transfer by copying the differences between two files rather than copying an...

Advanced SSH security tips and tricks

The SSH server configuration file is located in /etc/ssh/sshd_conf. You need to restart the SSH service after every change you make to that file...

Securing NFS – Tunneling NFS over SSH

Falko Timme writes "The goal of this howto is building an NFS server that works on an SSH tunnel. This way all traffic between...