Using the sed command to do quick string manipulation in a shell script can be very handy. These tips will make you an exper
Tag: linux
Enabling Password-less SSH
In setting up a local Hadoop stack, you’ll need to enable SSH access to your machine from your machine. This is also useful for other systems, so a good thing to know in general. The following instructions will guide you through setting it up on a Linux box, but can also be applied to Mac […]