Wednesday 28 January 2009

Sharing a folder between a Windows Host and an Ubuntu guest on VirtualBox

While using VirtualBox, I came across this situation of needing to share a folder between a Windows Host (XP) and an Ubuntu guest (8.0.4), so I found this article very useful.
Just in case you couldn't access the link here is a quick view:
From the VirtualBox Menu choose your Folder to share and remember the name, say the folder is:
c:\SharedFolder (I will call it SharedFolder as well).
From Ubuntu, type first:
sudo mkdir /media/SharedFolder (This will create the folder, I am using the same folder name in Ubuntu but that is not required)
sudo mount -t vboxsf SharedFolder /media/SharedFolder

And that's it!

Wednesday 14 January 2009

Google Web hosting hoax

Two days ago, I received the following email:

Hello,
Dear Gmail customer
After our free email services we offer you to sing up for our free hosting services.
This service currently is in beta test.
And we choose you to test this services and report us any bug you may find.We give you unlimited webspace on your own domain name you must only change your dns services to ns1.google.com and ns2.google.com and enter your domain name in our special control panel.
Our servers are linux based and we support PHP, SSL (Secure Shell),FTP,Stats,CGI,Perl,
Unlimited email address and finaly 500 MySQL Database.

Notice :
Dont sell this invitation code in auction website that may cause we disable your account in the future.

Your invitation code :
[link]



Need help ? [a link to a Google mail]
Google Webhosting Team


end of mail.

Well, this looks too good to be true. When I looked at the invitation code, I found a table with few checks and then an error signaling a directory does not exists or no permission to it.
If I try the link today, I get a [Reported Web forgery] in my Firefox, so I guess they found out about it.