Bare Bones Software, authors of BBEdit and TextWrangler, has a wonderful application that helps you to organize your information called Yojimbo. It can archive complete web pages, create bookmarks, add notes, create PDFs from almost anything, create secure areas, is taggable, searchable, and is now accessible via the web. The web version, Webjimbo, allows you to access your computers Yojimbo database from anywhere you happen to be.
Read the rest of this entry »
Tags: access, iPhone, product, review, yojimbo
Posted by: Jeff Owens in Linux
So lets setup the final piece of the puzzle so we can install some packages and start coding already. If you've been following along (Part Two), we are now ready to setup the shorewall firewall. This will lock down all ports we aren't using, both tcp and udp. Go ahead and ssh into your slice from terminal and type in the code below to install the shorewall package.
CODE:
-
sudo -i
-
apt-get install shorewall
-
cd /etc/shorewall
Read the rest of this entry »
Tags: firewall, howto, install, setup, shorewall, Ubuntu
Posted by: Jeff Owens in Linux
So now that we've got Ubuntu Feisty installed (Part One), we'll setup some basic security for our new slice. Fire up terminal and ssh into your slice.
CODE:
-
ssh -l your_username your_ip_address
Read the rest of this entry »
Tags: howto, Security, setup, tutorial, Ubuntu, vps