Tag Ubuntu

Ubuntu Expands To TV, A Video Shows A Gorgeous Ubuntu TV Prototype In Action

Couple computers of mine are using Ubuntu as their main Linux operating system.  (Ubuntu is one of the easiest Linux distributions to be installed and used.)  It has always been an excitement for me to see a new version of Ubuntu to be released, but this time it’s not the release of a new version of Ubuntu which has excited me.  It’s the announcement that Ubuntu is ready for TV.  Yes, I have never had imagined Ubuntu would be released for TV, but now the cat is out of the bag and I’m loving it.  Check out the video right after the break to see Ubuntu TV in action.

Ubuntu boasts that Ubuntu TV is just TV.  No wires.  No boxes.  Ubuntu suggests Ubuntu TV integrates broadcast, time shift, online box office, personal cloud, apps and disk media experiences.  Why no wires or boxes?  I think as long the TV manufacturers install Ubuntu TV onto their TVs, out of the box experience Ubuntu TV will not require any additional wires or boxes besides the wires that come with the TVs.  Searching for TV programs should be enjoyable on Ubuntu TV since Ubuntu suggests it integrates an intelligent search for Ubuntu TV.  Here I quote Ubuntu’s own words on searching for TV programs with Ubuntu TV:

Cable and satellite TV provide hundreds of channels already. Add online content and the choices increase exponentially. Ubuntu TV helps viewers find entertainment quickly, prioritising their most frequently-watched programmes. Search is ever-present and makes quick work of finding great content. No time to watch now? Single episodes or whole seasons can be recorded and enjoyed at your leisure. And because the TV is a shared device, viewers can create personalised playlists, to keep the kids’ priorities separate from yours. (Source:  http://www.ubuntu.com/tv/experience)

Furthermore, if I’m not mistaken, I think Ubuntu suggests that there will be apps for smartphones and tablets to be used in conjunction with Ubuntu TV so TV users will be able to enjoy side contents on particular shows/programs.  This way, TV users don’t really have to interrupt their TV shows/programs just to peek at additional information on the TV shows/programs that they’re watching. Perhaps, there will be Ubuntu TV remote apps for smartphones and tablets so TV users can control Ubuntu TV with such devices.

It’s unclear how Ubuntu can be installed on TVs.  I surmise TV manufacturers might have to install Ubuntu at the get go before their TVs reach the customers.  According to VentureBeat article Ubuntu TV ‘for human beings’ unveiled at CES, Ubuntu TV is free.  TV manufacturers might see that they can cut down the cost of not having to pay for TV operating system license, and you never know cost saving from TV manufacturers might make smart flatscreen TVs even cheaper for customers.  There is a service fee for each unit which Ubuntu will charge the TV manufacturers.

On Ubuntu’s website, there is a contact form which invites TV manufacturers and content providers to contact Ubuntu in regard to Ubuntu TV.  Perhaps, Ubuntu is inviting TV manufacturers and content providers to test out Ubuntu TV and Ubuntu will provide the support in such matter?  I sure hope many TV manufacturers and content providers will support Ubuntu TV.

Of course, Ubuntu TV is best to be installed on smart TVs, but being true to open source Ubuntu is allowing geeks to download and install Ubuntu TV onto their computers.  Ubuntu’s wiki has the instruction on how to download and install Ubuntu TV onto a computer.  The instruction is here.  Since Ubuntu TV is available for download freely, I think people are going to be using Ubuntu TV in innovative fashions.  One example might be that someone is going to install Ubuntu TV onto USB flash drive so he or she can turn a dumb flatscreen TV into a smart flatscreen TV, but this only works if a dumb flatscreen TV has a USB port.

Sources:

Combining Local Virtualization And Remote Cloud Together Can Truly Help Everyday People Prevent Data Loss

Oh, crap!! [DSCF8022]

Image by portfolium via Flickr

Not the best data redundancy solutions of all, but if you follow my data redundancy solutions here, I think your data are going to be very resilient against data loss.  The idea is to have more than one backup of everything.  Emphasizing on data redundancy is the key.  This is well known for businesses, but here I’m pointing this out to everyday people who happen to have some personal data they want to protect for a long time to come.  So let us begin.

You need to create a personal file server and remote cloud.  Personal file server has become easy to create nowadays.  What you need is the right solution.  I used to love Pogoplug, but I noticed how Pogoplug required your local data to be trafficked through its network from remote locations from time to time, this would not be a good idea for slow Internet connection or data security.

In our specific case, we want a personal backup file server solution to help boost our data redundancy, and we don’t really have to have our file servers to stay up 24/7 as how businesses do.  With this in mind, we can just use a virtual machine as a webDAV or rsync or FTP server.  We can then clone our main virtual machine.  We’re going to store our important backup data onto the main and clone virtual machines.  We can place the clone virtual machines onto different external hard drives so we can access our clone virtual machines as easy as how we can access our main virtual machine.  Each time we have new backup data, we have to sync or copy the new backup data onto the main and clone virtual machines.  Even if our main virtual machine goes bad, we can rely on our clone virtual machines to recover our backup data.

For security purpose, our backup data must be encrypted.  Nonetheless, you don’t really have to encrypt your external hard drives since such a process would take too long, but I recommend you to encrypt one big backup partition within the main virtual machine once.  To encrypt one big partition for backup data we can use Truecrypt.  Using Truecrypt to encrypt one big backup partition within our main virtual machine once can speed the encryption process up tremendously, and yet the backup data can still be super secure.  We don’t have to create newly encrypted backup partitions for clone virtual machines since we are going to clone our main virtual machine anyway.  We only clone our main virtual machine right after we have completely saved our backup data onto the encrypted backup partition (i.e., using Truecrypt to encrypt data) within our main virtual machine.

To go about creating a main virtual machine, you can use VirtualBox or Parallels or VMware.  I recommend VirtualBox since it’s free and as capable as the paid products.  Next, you have to know which operating system you want to use for your main virtual machine.  I recommend you use an operating system you know best so you can set up a webDAV or FTP as fast as you can.  For the people who care about the planning process more and want to learn something new at the same time, I recommend Ubuntu as the operating system for the main virtual machine.  Why?  Ubuntu and any other Linux distribution can allow you to rsync backup files easily, and so by using Ubuntu or any other Linux distribution you get not just the webDAV and FTP capabilities, you also get the rsync capability.

The obvious next step is to set up the file servers for our main virtual machine so we can backup our important data onto it.  If you want to have a lot of choices, you can set up both webDAV and FTP servers for your main virtual machine.  If you want only one choice, I recommend you to set up webDAV.  webDAV is better since it allows you to map network drives to your webDAV folders.  This way, you can just copy, paste, drag, and drop the files and folders from local hard drives onto the network drives.

Ubuntu comes ready with rsync capability, and so you can just use rsync to sync your backup data from your desktop or laptop to the main virtual machine. Rsync will sync only new backup data, and so it can update your backup partition faster than otherwise.  You can also use rsync to delete old backup data from the backup partition, this way you will be able to keep the backup partition of your main virtual machine identical to the backup structure of your desktop or laptop and the clone virtual machines.

The obvious last step for the creation of personal file server solution is to clone the main virtual machine.  I think Parallels and VMware and VirtualBox all have their own special method to allow you to clone a virtual machine.  After having clone the main virtual machine more than once, you can then place the clone virtual machines onto separate external hard drives.  Each time you backup the new backup data, you have to fire up the main and the clone virtual machines to do so.  The good thing is that you don’t have to fire up all virtual machines at once, because you can always fire up the main virtual machine first and each subsequent clone virtual machines later.

By having proper local/personal backup file server solution, your backup data are now more resilient against data loss than before.  Still, local/personal backup file server solution is susceptible to fire, flood, power surge, hardware failures, and other unfortunate catastrophic events.  When such unfortunate events happen, your backup data will forever be lost.  This is why we must also backup our data to a remote cloud.

There are several remote cloud solutions you can look into, but most remote clouds require you to pay certain amount of monthly fee for a certain size of cloud storage space.  You can use free remote cloud solutions such as Skydrive, Ubuntu One, and Dropbox.  With that being said, sometimes it’s better to go with a premium cloud solutions since free cloud solutions usually come with limitations.  One good example of the limitations of using free cloud solutions is not enough cloud storage space.

Besides using remote cloud solutions through third parties, you can create your own remote cloud solution such as renting a web hosting server.  This requires you to be knowledgeable in securing your web hosting server.  After renting a web hosting server, you can turn it into a personal webDAV or FTP or rsync backup server.  This way it acts as if it’s your remote cloud, but it will be a private remote cloud.  With that being said, some web hosting companies will not allow you to use their web hosting servers as remote file servers or remote cloud solution.  This is why you need to read up on their terms of use before implementing this solution, OK?

Of course, don’t forget to encrypt your backup data using Truecrypt when you have to backup your data to a remote file server or cloud.  Encrypting data is much more important when you are actually sending your backup data out to a remote file server or cloud, because you don’t actually have a complete control over the security of the remote file server or cloud.  We’re talking about the whole enchilada here.  Ideally, the physical location of the file or cloud servers has to be secure from unauthorized access; the file or cloud servers have to be secure with firewall, antivirus and antimalware software, and so on; physical preventive measures and means to prevent hardware failures and so on; the list can go on pretty much.

Another thing to make sure is that your remote file or cloud servers have to be able to churn 24/7.  It’s important for you to be able to reach your backup data at any time, remotely.  You never know what will happen to your backup data if you cannot reach the file or cloud servers that host the backup data, right?

In summary, it costs some money to protect data.  Even if you’re just protecting some private data, it is still going to cost you some money such as buying external hard drives.  For everyday people like us, we might not even need the remote file or cloud solution.  Still, if people who are paranoid enough about protecting their backup data, then I think these people need to deploy a remote file or cloud solution.  It’s smart to go about using virtualization to deploy local backup file server solution since the virtual machines can be cloned easily and stored on external hard drives for data redundancy purpose.

How To Enable Dynamic Firewall On Fedora 16

The official symbol of the Linux distribution ...

Image via Wikipedia

The developers behind a Linux distribution known as Fedora have been working on a new type of firewall system known as Dynamic Firewall.  Since Fedora 15, users could install Dynamic Firewall.  It’s kind of a disappointment for me to see the latest Fedora 16 isn’t yet shipped with the Dynamic Firewall.  Nonetheless, as how Fedora 15 was, users can still install Dynamic Firewall with Fedora 16.

For your information, Fedora 16 isn’t enabling any firewall by default.  Yes, Fedora 16 is still shipping with the traditional IPTables firewall system.  The question is, why users want to use Fedora’s Dynamic Firewall over the traditional IPTables type of firewall?  It’s because Dynamic Firewall is somewhat smarter.

I’d made a video which shows you how to disable the traditional firewall, enable the Dynamic Firewall, and how to revert back to the traditional firewall from Dynamic Firewall.  The video also points out why and how Dynamic Firewall is smarter than the traditional firewall (i.e., IPTables).  You can check out the video right after the break.

Follow

Get every new post delivered to your Inbox.

Join 135 other followers