Skip to main content

Pogoplug Cloud - 10GB of Storage Free For Life for CNET Members! (few hours left)

Sorry I forgot to post the link and here it is http://www.cnet.com/2748-32333_1-1338.html

Pogoplug Cloud provides users with a secure online space to store personal content and instantly share and stream it to your mobile devices. For 3 days only, CNET users will get double the storage--10GB--free for life. Here's what you can do with your 10GB Pogoplug Cloud
  • Store: Automatically upload photos and videos from your mobile phone to your Pogoplug Cloud--no sync required.
  • Share: Instantly share anything in your cloud through email, Facebook, Twitter and Google+. Create shared folders and collaborate with friends and colleagues.
  • Stream: Stream HD videos, photos and music from your Pogoplug Cloud to your phone.

  • Offer details: Offer is fulfilled by Cloud Engines Inc., a CNET Premier Partner. Offer is valid until 11:59PM PT on 11/16/2011 Cloud Engines Inc. is not responsible for any typographical errors on this webpage. Offer open to all CNET Members.
    NOTE: This offer is from Pogoplug to Cnet subscribers. I am not in any way associated with both of them. So please don't make me liable for any losses you incur because of any eventualities.



Comments

Popular posts from this blog

Create Great looking diagrams - Gliffy.com

I was looking for an online diagram creating tool. Came across Gliffy.com where I could create actually great looking diagrams without much of learning curve. The tool is 1. Very easy to use 2. Has drag and drop of elements to your diagram 3. Collaboration (which I have not tested). 4. Works from anywhere on a browser with Internet connection (I used it in Google Chrome on Linux Mint 10) When you click on the "Try it now" a new screen will open as below. You can either create a blank page to create a diagram from scratch or select from a bunch of samples and work on them to create one for your requirement. There are options to export the diagrams you created to SVG, JPEG, PNG and XML format once you register for free on the website. Once you register you can save the diagrams that you created in the site itself and retrieve it at a later time by logging into the website. I made three diagrams and it was real easy and simple. The site has two kind of pa

How to Configure Samba to Share a Folder with Two Users on Ubuntu (with Read/Write and Read-Only Permissions)

Samba is a file sharing software that allows you to share files between Linux and Windows computers. It is a popular choice for home users and businesses alike. In this article, we will show you how to configure Samba to share a folder with two users, one with read/write permissions and one with only read permissions, on Ubuntu. Prerequisites Before you begin, you will need the following: A Linux computer running Ubuntu Two user accounts A shared folder Steps Install Samba. sudo apt install samba Create the shared folder. sudo mkdir /shared Configure Samba's global options. Open the Samba configuration file /etc/samba/smb.conf in a text editor. Add the following lines to the [global] section: security = user passdb backend = tdbsam This will set the security mode to user , which means that users will be authenticated using their local Linux accounts. The passdb backend option specifies the database that Samba will use to store user passwords. In this case, we are using the tdbsa