Home Blog Page 1608

Intel’s Next-Gen NUC has the Potential to be a PC Game Changer

I firmly believe that the people haven’t fallen out of love with the PC, but instead they’ve grown bored of the form-factors on offer. It seems that Intel is now ready to transform the NUC from a science experiment into a mainstream product.

Seven Ways to Set Up Multi-Booting with Windows 8 and Linux

More trial and error attempts to set up multi-boot on my new laptop. Here’s what I’ve learned to date.

11 Percent of Windows XP Users Will Switch to Linux, Survey Claims

11% of organisations using Windows XP plan to switch to Linux soon, a survey conducted by Tech Pro Research shows. 

The research group asked organisations still using Windows XP about their plans post-April, when Microsoft ceases providing official support and security fixes for the 11-year old OS.

Read more at OMG Ubuntu

Three Reasons Everything (The Toilet) Needn’t be Connected to the Internet

Here’s a shocker: The Internet of Everything does not require that everything needs to be connected to the internet.

What if devices could discover, connect and interact with one another simply because they’re near each other, and a distributed system could enable some devices to keep all communications local while others can connect out to the cloud?

And what if you could decide which devices connect to the internet and which don’t?

Here are three reasons everything does not need to be connected to the internet…

Read more at Mobile Entertainment.

Cantata 1.3.0 Music Player Released with 87 Fixes [Ubuntu Installation]

Cantata, a Qt-based music player for MPD (Music Player Daemon), has reached version 1.3.0 just yesterday, and a fix for compiling it in KDE, 1.3.0.1, was put out a few moments ago. This release comes with 87 fixes and improvements. Some major changes and new features include:

  • add option to control start-up state: visible, hidden or remembered from previous run
  • undo/redo support for play queue
  • many interface fixes and improvements
  • add remove duplicates functionality to playlists and play queue
  • read lyrics from the LYRICS tag in FLAC, Vorbis, Opus and Speex files

cantata_kdeapps01
Image source: Image credit

Overall, Cantata suffered major overhauls on all levels. The interface has suffered lots of fixes and improvements; communication with MPD was improved too; playlist and play queue handling also suffered fixes.

cantata_kdeapps02
Image source: Image credit

Installing Cantata 1.3.0 in Ubuntu 13.10

Installing from the PPA
Open the terminal and type the following commands to install Cantata from the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/cantata
sudo apt-get update
sudo apt-get install cantata

Installing from Source
Make seems to give the following error on Ubuntu 13.10 with Cantata 1.3.0 (this was fixed in Cantata 1.3.0.1):

lconvert: could not exec '/usr/lib/i386-linux-gnu/qt4/bin/lconvert': No such file or directory
make[2]: *** [translations] Error 1
make[1]: *** [po/CMakeFiles/translations.dir/all] Error 2
make: *** [all] Error 2

However, the binary is successfully built, available in the build directory and you can run Cantata as ./cantata.

Cantata 1.3.0.1 was released few moments ago with a fix for compiling it. Follow the next steps:

Download the source tarball from here and uncompress it:

tar -xjf cantata-1.3.0.1.tar.bz2

Next, install the dependencies:

sudo apt-get build-dep cantata

You will need the source repositories enabled for this to work.

Finally, change the working directory to cantata-1.3.0.1 and type the commands:

mkdir build && cd build
cmake ..
make
sudo make install

To install as normal user in a different prefix, use this:

mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/usr
make
make install

Cantata offers a wealth of options, as well as Internet services like Jamendo and support for podcasts:

cantata03

Ubuntu 14.04 LTS Is Now Under A Feature Freeze

As of this morning the Ubuntu 14.04 LTS “Trusty Tahr” feature freeze is now in effect…

Read more at Phoronix

Metacloud Delivers Supported, Hosted OpenStack Cloud Platform

The OpenStack cloud computing platform continues to head in a lot of interesting directions. There are many IT departments interested in deploying it for its flexibility and customizability, but there are also those who simply want a well supported OpenStack platform that will let them take advantage of private cloud functionality.

Just this week, SUSE  announced the availability of SUSE Cloud 3, the next version of its OpenStack distribution for building Infrastructure-as-a-Service private clouds. And, Metacloud, which has focused on deploying and operating OpenStack as a service for many companies, launched Metacloud Hosted Private Cloud, a turnkey hosted solution that delivers the company’s OpenStack-based cloud platform alongside full support plans.

 

Read more at Ostatic

With Ubuntu in the Mix, 2014 is the Year of the Open Source Phone

We’ve only hit February, and it already looks like 2014 is going to be the year of the open source phone. Not only is Android continuing to dominate the smartphone space in terms of market share, but Mozilla is widening its Firefox OS phone strategy and Canonical announced this week that Spain’s bq and China’s Meizu will be the first companies to bring Ubuntu smartphones to global users.

Canonical has remained busy enhancing the architecture of the Ubuntu Desktop, pushed into the television market, and is now going to pursue making Ubuntu a viable mobile phone platform.

 

Read more at Ostatic

LXC (Linux Containers) 1.0 Released

The LXC (Linux Containers) development team has announced the release of LXC 1.0. It comes with lots of new features including fully unprivileged containers, a stable API (with a five-year commitment for security and bug fix updates), official bindings for Python, Lua, Go, and Ruby, support for cloning and snapshotting containers, and more. “LXC 1.0 features a wide variety of improvements to container security, a consistent set of tools, updated documentation and an API with multiple bindings. We are confident that this is the best LXC release yet and that our users will find it reliable and easy to use. A series of blog posts on LXC and LXC 1.0 features is also available: https://www.stgraber.org/2013/12/20/lxc-1-0-blog-post-series

Read more at LWN

Amazon’s Android Set-Top Box Reportedly Set for March Release

It didn’t make its intended launch window of the 2013 holiday shopping season, but Amazon’s web TV set-top box is apparently still very much on the roadmap. Re/code reports word from multiple sources today that Amazon is aiming for a March rollout of its Apple TV and Roku competitor. Having invested in developing a rich and varied Prime Instant Video library, Amazon has done a good job of distributing that content across platforms, but there are obvious benefits to the web company controlling and selling its own hardware.

Up to this point, the anticipation has been that an Amazon set-top box would run on Android, likely a customized version of the software as can be found on its Kindle tablets, with third-party app support helping to…

Continue reading…

Read more at The Verge