500 million wearable tech articles will be sold annually by 2020, Intel believes – and they won’t be smartwatches.
Intel’s Vision of our Wearable Future: From Onesies to Wetsuits
Eric Anholt Leaves Intel’s Linux Graphics Team For Broadcom
Eric Anholt, one of the most prolific contributors to Intel’s Mesa graphics driver stack in past years, has departed Intel to instead work for Broadcom…
Debian 6 Will Be Maintained Under An LTS Flag
Debian developers have announced today that Debian 6 will be maintained as a long-term support (LTS) state until February of 2016…
News: Red Hat Enterprise Linux 7 Finally Hits the Big Time
After three years, RHEL 7 is now GA, but that doesn’t mean RHEL users didn’t benefit from features updates for RHEL 6
Demo film about the new features of Univention Corporate Client 2.0
There is a new demo film about the features of the recently released desktop operating system Univention Corporate Client (UCC) 2.0 at:
Add a Printer On Linux With CUPS Web Utility
Apple Inc, is seen by many in the open source world as a power hungry and closed technology company. Although it might be the case to some extent, Apple has in fact contributed quite some open source code. The Darwin kernel based on FreeBSD, Webkit which is a open source browser engine and CUPS web utility to name a few are some of the projects Apple has released under GPL. The CUPS web utility is one project that many Linux users simply can’t live without. Based on the Internet Printing Protocol (IIP), CUPS has become a standard printing service in many Linux distros, especially the ones that are based no Debian. Many Debian-based distributions like Ubuntu, Linux Mint, Elementary OS, etc are now bundled with the Common Unix Printing System. It was originally developed for Mac OS X and since it was made open source is now used by UNIX like operating systems.
If ou are using a Linux computer and wish to print from it, you should make use of CUPS to configure your printer. Let us take a look at how you can connect a printer with this print server.
- 1. Most of the popular Linux operating system are pre-loaded with CUPS. To check if your Linux box has CUPS, open up a browser and load the following address, http://localhost:631/

If you get a page that looks something like in the image above, congratulations, you already have CUPS in your system. If you get an error, you should probably install it. For Ubuntu and and its derivative, you can use the following code to install it.
sudo apt-get update
sudo apt-get install cups
You should also check if all the CUPS dependensies are also installed and check its status.
dpkg -l cups
service cups status
- 2. Once you have CUPS installed, visit the address mentioned above from your favorite web browser. Under administrator click on Add Printers and Classes. In the next page click on Add printers and you will have a page that looks like this. You might be asked to enter your username and password to security reasons.

Image source: https://db.tt/VnVXRJy0
Choose “Internet Printing Protocol (https)” or “HP Printer (HPLIP)” if you have an HP machine. You can also use the https method to install your HP Printer.
- 3. In the next page you will be required to add an IP address. This is the IP address of your printer. The IP of your printer could be easily found out using the following terminal commands.
ifconfig
iwconfig
If the printer is connected to a server the IP address of the server is going to the the IP of the printer, as well. It could look something like this, socket://10.34.23.21, along with the port number if need be.
- 4. You will now be asked for a Name, Description and Location of the printer. You can enter whatever you want in this these fields and also choose sharing option.

- 5. In the next page, you will be able to choose your printer using the Make and Model name. If you don’t find your model in the printer, you can use your PPD file to configure the machine. Most of the PPD files could be downloaded from the printer manufacturers support website, a simple Google search will help you find the necessary PPDs. Once you have downloaded the PPD, you can browse to the folder using the CUPS interface and add the printer.
- 6. Once the printer has been added, you can find your printer in the CUPS home page, using the following address http://localhost:631/
The machine is now ready for printing. You can now configure it, and queue jobs. Using the above steps, you will be able to add multiple printers to your Linux machine.
With the help of CUPS, installing a printer in a Linux machine is not as intimidating as it used to be in the old days even though you might have to use the terminal a couple of times. However on the downside, it might be impossible for you to find the ink level in your printer directly from the machine, like how you could do it with proprietary software provided by the manufacturer for Windows. So the next time you are buying printer ink, make sure you buy more supplies from Ink Station and Amazon for backup.
First handheld Steam Machine Revealed
A “Steamboy” handheld gaming console teased in a video appears to be the first portable Steam Machine to emerge for Valve’s Linux-based Steam OS platform. A Steamboy Project site registered under a Steamboy Machine copyright posted a teaser video of what looks to be the first handheld console form-factor Steam Machine.
The History of Android
Looking back, Android’s existence has been a blur. It’s now a historically big operating system. Almost a billion total devices have been sold, and 1.5 million devices are activated per day—but how did Google get here? With this level of scale and success, you would think there would be tons of coverage of Android’s rise from zero to hero. However, there just isn’t. Android wasn’t very popular in the early days, and until Android 4.0, screenshots could only be taken with the developer kit. These two factors mean you aren’t going to find a lot of images or information out there about the early versions of Android.
The problem now with the lack of early coverage is that early versions of Android are dying. While something like Windows 1.0 will be around forever—just grab an old computer and install it—Android could be considered the first cloud-based operating system. Many features are heavily reliant on Google’s servers to function. With fewer and fewer people using old versions of Android, those servers are being shut down. And when a cloud-reliant app has its server support shut off, it will never work again—the app crashes and displays a blank screen, or it just refuses to start.
Thanks to this “cloud rot,” an Android retrospective won’t be possible in a few years.
Read more at ArsTechnica.
Is the $25 Firefox OS Phone Going To Be Transformative?
Mozilla has been making much noise about the Firefox OS mobile platform, and new $25 phones that it wants to bring to emerging markets. The company plans to deliver a $25 smartphone by the end of this year, the Wall Street Journalreported last week. Now, TIME is pronouncing the move “a brilliant game-changer,” but let’s remember that mobile phones are all about the apps, and even Mozilla officials have stopped short of calling Firefox OS phones “smartphones” in the sense that they run the robust apps that iOS and Android phones do.
Android and iOS smartphones have the best apps available for them precisely because they dominate the market and attract developers. In the final quarter of 2013, Android OS had 78% of smartphone users, Apple’s iOS had 18% and Windows Phone and other platforms grabbed the remaining share.
Trying Out Nouveau GPU Re-Clocking On Linux 3.16
With the Linux 3.16 kernel comes the ability to re-clock select NVIDIA GeForce GPUs when using the open-source, reverse-engineered Nouveau driver. Here’s my first impressions with trying out this option to maximize the performance of NVIDIA graphics cards on open-source drivers.