Archive for the ‘Linux’ Category

Vitual Box

What We Are Using

Host: OSX Lion

VirtualBox: 4.1.0

Guest: Ubuntu Server 11.04 (Natty Narwhal)

I’m assuming you have installed VirtualBox and the VirtualBox Extension Pack from here:

http://www.virtualbox.org/wiki/Downloads

Download Ubuntu Server 11.04 making sure you select 32 bit from the drop down:

http://www.ubuntu.com/download/server/download

Read the rest of this entry »

22
Apr

Android Running on the iPhone!

   Posted by: Jeff Owens Tags: , , , ,

David Wong has successfully got Google Android running on an iPhone. This requires a jailbroken iPhone with openiboot and Android .img files.

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:
  1. sudo -i
  2. apt-get install shorewall
  3. cd /etc/shorewall

Read the rest of this entry »

15
Jul

Securing Your New Ubuntu Feisty VPS Part 2

   Posted by: Jeff Owens Tags: , , , , ,

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:
  1. ssh -l your_username your_ip_address

Read the rest of this entry »

Page 1 of 212»