Linux
Linux News
fresh-Wood- A nice theme for Gnome shell
Unixmen | 7 Feb 2012, 7:26 pm
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Perl Data Language gets auto-parallelisation
The H Open Source | 7 Feb 2012, 4:47 pm
![]() | ![]() |
New Fedora Project Leader announced
The H Open Source | 7 Feb 2012, 4:27 pm
![]() | ![]() |
Trimble Yuma: a rugged Ubuntu-based tablet
The H Open Source | 7 Feb 2012, 3:46 pm
![]() | ![]() |
Ubuntu Global Jam looking for event organisers
The H Open Source | 7 Feb 2012, 3:00 pm
![]() | ![]() |
Airtime Sourcefabric: Free Open Source Radio Automation Software
Unixmen | 7 Feb 2012, 1:22 pm
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Kubuntu To Become A Community-Only Ubuntu Flavor
Web Upd8 - Ubuntu / Linux blog | 7 Feb 2012, 1:09 pm

Jonathan Riddell has announced that Canonical will no longer fund his work after Kubuntu 12.04, and Kubuntu will be treated just like Edubuntu, Lubuntu and Xubuntu. This means Kubuntu will be developed exclusively by volunteers.
The reason behind the decision is that Kubuntu "has not been a business success":
This is a rational business decision, Kubuntu has not been a business success after 7 years of trying, and it is unrealistic to expect it to continue to have financial resources put into it.
But it was very hard for Kubuntu to succeed, considering it was already treated as a second class citizen: there were no download links on the ubuntu.com website and no option to log in to Kubuntu in the official Ubuntu flavor, so this isn't exactly a surprise.
Jonathan will continue to work for Canonical, but he will be reassigned to other tasks such as Qt, which is now installed by default in Ubuntu and used by Unity 2D.
via Ars
Easily Create Impressive Presentations From PDF Files Or Images
Web Upd8 - Ubuntu / Linux blog | 7 Feb 2012, 12:44 pm
Impressive is highly customizable too, but unfortunately there's no GUI front-end (at least, that I know of). However, the default settings should be good enough for most people and to run it, all you have to do is open a terminal and type: "impressive /path/to/some_presentation.pdf" or "impressive /path/to/image/folder/" and the presentation should start.
Basic Impressive usage:
- Use left click to advance to a new slide and right click to go back to the previous slide (the arrow keys work too).
- To create a highlight box, draw a rectangle using your left mouse button:

- For a dynamic highlighting (spotlight effect), press the ENTER key - you can adjust its size using the mouse wheel:

- To zoom in/out, press the "z" key
- For an overview of all your slides, press TAB:

Impressive also comes with many command line options: you can configure the transitions, rotate pages, specify the window geometry, set the start page, change the duration and so on. To see all the available options, type:
impressive --helpYou can also check out the Impressive documentation online.
Here's quick video I've recorded, demoing Impressive:
(if the video doesn't show up, click here)
Download Impressive
Impressive is available in the Ubuntu repositories so if you use Ubuntu, simply click the button below to install it:
If you prefer to install Impressive from the command line, open a terminal and copy/paste the following command:
sudo apt-get install impressiveDownload Impressive source or Windows (portable) binaries download it via Sourceforge.
Adobe releases beta version of sandboxed Flash for Firefox
The H Open Source | 7 Feb 2012, 12:44 pm
![]() | ![]() |
Sandbox applications quickly with KVM or LXC
The H Open Source | 7 Feb 2012, 10:32 am
![]() | ![]() |
Canonical pulls funding from Kubuntu, drops commercial support
The H Open Source | 7 Feb 2012, 10:30 am
![]() | ![]() |
Creating a vDSO: the Colonel's Other Chicken
Linux Journal - The Original Magazine of the Linux Community | 6 Feb 2012, 5:43 pm
A vDSO (virtual dynamic shared object) is an alternative to thesomewhat cycle-expensive system call interface that the GNU/Linux kernelprovides. But, before I explain how to cook up your own vDSO, in this brief jaunt downoperating system lane, I cover some basics of vDSOs, what they are and whythey are useful. more>>
Apache Commons updates Configuration and Validator
The H Open Source | 6 Feb 2012, 5:20 pm
![]() | ![]() |
Joomla! updates close information disclosure holes
The H Open Source | 6 Feb 2012, 5:13 pm
![]() | ![]() |
How To Use A Launchpad PPA (Add, Remove, Purge, Disable) In Ubuntu
Web Upd8 - Ubuntu / Linux blog | 6 Feb 2012, 4:13 pm
Launchpad PPAs ("Personal Package Archive") are repositories hosted on Launchpad which you can use to install (or upgrade) packages that are not available in the official Ubuntu repositories.
The packages are built on the Launchpad servers (not on the users' computers), for the specified Ubuntu version(s). Because the packages are built against a certain Ubuntu version, it's not recommended to use them in Debian for instance (they might not be compatible and can cause conflicts).
How to add a PPA

A PPA can be added either from the command line or using a GUI.
Add a PPA from the command line: I guess you already know that you can add a PPA using the "add-apt-repository" command, but in case you're new to PPAs, here's how to do it:
sudo add-apt-repository ppa:someppa/ppaExample:
sudo add-apt-repository ppa:webupd8team/gnome3After adding a PPA, you'll also need to update your software sources, so the packages available in this newly added PPA can be "seen" by your computer. This can be done using the following command:
sudo apt-get update
Add a PPA using a GUI (Ubuntu Software Center / Software Sources): A PPA can be added using a GUI too. To do this, open "Software Sources" - in recent Ubuntu versions, this can be done by going to Ubuntu Software Center > Edit > Software Sources. Then, on the "Other Software" tab, click "Add" and enter the PPA under the same "ppa:someppa/ppa" form.
The Launchpad blog has posted a video on how to do this, a while back:
As you can see in the video above, adding a PPA this way also updates the software sources so you don't have to run "sudo apt-get update".
How to remove (delete) a PPA
To remove a PPA means to only delete the repository from your system, without removing any packages you may have installed / upgraded from that PPA.

Here is how to remove a PPA using the command line:
sudo add-apt-repository --remove ppa:someppa/ppaExample:
sudo add-apt-repository --remove ppa:webupd8team/gnome3
Remove a PPA using a GUI: A PPA can also be removed by opening Software Sources (Ubuntu Software Center > Edit > Software Sources), then going to the "Other Software" tab, selecting the PPA you want to remove and then clicking the "Remove" button.
Each PPA should have two lines here, one for the compiled packages and one for the source, so remove both lines.
There's also a third method of removing a PPA: by deleting the .list file from /etc/apt/sources.list.d (see below).
The PPA .list file

When you add a PPA, a new .list file is created under /etc/apt/sources.list.d/. The files are named based on the PPA name and your Ubuntu version, like this: "someppa-ppa-oneiric.list".
Example: when adding the ppa:webupd8team/gnome3 PPA in Ubuntu Oneiric, the list file should look like this "webupd8team-gnome3-oneiric.list".
Here's how a .list file content looks like:
deb http://ppa.launchpad.net/webupd8team/gnome3/ubuntu oneiric main
deb-src http://ppa.launchpad.net/webupd8team/gnome3/ubuntu oneiric mainLike I've explained above, each PPA should have two lines here, one for the compiled packages (first) and one for the source code (second).
It's good to know where these .list files are located in case you add a PPA and want to edit it: either because of a bug that doesn't add it correctly (I've seen it quite often), or because you want to modify the Ubuntu version (in my example above, you would need to replace "oneiric" with some other Ubuntu version) in case you move the PPAs to another computer running a different Ubuntu version, manually enable/disable the PPAs (adding "#" in front of a PPA line disables it) and so on. Some of thse operations can also be performed using Software Sources (already covered in this post).
How to disable a PPA
Disabling a PPA means you won't receive any updates from that PPA anymore, but it does not remove any installed / upgraded packages. The advantage of disabling a PPA instead of removing it is that you can easily re-enable it.
To disable a PPA, open Software Sources (Ubuntu Software Center > Edit > Software Sources) and uncheck the box next to the PPA you want to disable. Remember to disable both lines: the main and the source code line.
In the same way you can also re-enable a PPA.
How to purge a PPA
Purging a PPA means not only to disable the PPA, but also to downgrade any packages you've upgraded from that PPA, to the version available in the official Ubuntu repositories.

Here's an example: let's say you've added the Unity Staging PPA in Ubuntu 12.04 and upgraded to the latest Unity from trunk. Something goes wrong and you want to go back to the Unity version available in the official Ubuntu 12.04 repositories - in this case, you can use PPA Purge to purge the Unity Staging PPA and all the packages upgraded from this PPA should return to the version available in the official Ubuntu 12.04 repositories.
To be able to purge a PPA, you need to install "ppa-purge":
sudo apt-get install ppa-purgeTo purge a PPA, you must use the following command:
sudo ppa-purge ppa:someppa/ppaFor example, to purge the Unity Staging PPA, you would use:
sudo ppa-purge ppa:unity-team/stagingIf the 'ppa-purge' command fails for some reason, you can't run 'ppa-purge' again unless you re-enable the PPA - see how to re-enable it above (under "How to disable a PPA").
Purging a PPA can be a bit tricky sometimes, because if a package installed from a PPA doesn't exist in the official Ubuntu repositories, it can't be downgraded and PPA Purge won't remove it either, so you'll have to remove it manually. But the PPA Purge purpose is to restore the original packages from the Ubuntu repositories in case something goes wrong when upgrading some packages from a PPA, and for this purpose, PPA Purge usually works great.
Also see: Y PPA Manager, a tool you can use to easily add, remove, purge, search for PPAs and more.
gMusicBrowser 1.1.9 Adds New Layouts
Web Upd8 - Ubuntu / Linux blog | 6 Feb 2012, 2:59 pm

gMusicBrowser is a highly customizable music player that works great with large music libraries. The application comes with built-in layouts which can make gMusicBrowser look like Exaile, Rhythmbox, Audacious and so on, MPRISv2 support and it even has simple mass-tagging and mass-renaming, among many other features.
gMusicBrowser 1.1.9 has been released with new layouts (some you may already know if you've used the Shimmer Project PPA), MPRISv2 fixes, updated cover finder plugin and more.
Most important changes in gMusicBrowser 1.1.9:
- new layouts and layout fixes
- add SongInfo & PictureBrowser widget
- improve songs-from-album menu
- mpris2 plugin fixes
- m4a tags fixes
- fix problems with ubuntu overlay scrollbars
- cover finder plugin: update google image parsing
- fix "presenting" window not working in some cases
- fix lyrics3v2 tags ignored
- write to all tags when multiple id3v2 tags are present
- more
According to its developer, gMusicBrowser 1.1.9 is a release candidate so you might find bugs - if you do, report them @ GitHub.
Download gMusicBrowser (includes .deb and source files)
Arch Linux users can get the latest gMusicBrowser via AUR.
via Lffl.org
Ubuntu 12.04 (Precise Pangolin) Alpha 2 released
Ubuntu Geek | 6 Feb 2012, 12:27 am
Wifix- a simple tool to install wifi the correct way under ubuntu & LinuxMint
Unixmen | 5 Feb 2012, 6:03 pm
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Now Battle of Wesnoth 1.10 comes with New Campaign and Features
Unixmen | 4 Feb 2012, 10:39 pm
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
LinuxMint12 KDE has been released! | Screenshots Tour
Unixmen | 4 Feb 2012, 9:18 pm
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Ubuntu 12.04 ‘Precise Pangolin’: HUD and Unity 5.0
Unixmen | 4 Feb 2012, 8:43 pm
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Unity 5.2 Released With Multi Monitor Support [Ubuntu 12.04 Precise Pangolin]
Web Upd8 - Ubuntu / Linux blog | 3 Feb 2012, 3:28 pm
The new version was already available for testing in the Unity PPA and we've already covered some of these new features a while back (for a keyboard shortcuts hints overlay and SUPER+TAB Launcher switcher video, see THIS post).
The most important change in the latest Unity 5.2 is multi monitor support - a launcher with screen edge detection is now displayed on every monitor, so you don't have to travel to another display to launch or switch applications:

Unfortunately I only have one monitor so I couldn't test this new feature.
In Unity 5.2, the launcher uses a new "push to reveal" mode to avoid revealing the Launcher by accident. The new reveal mode can be further tweaked using CompizConfig Settings Manager:

Dash has a new home lens which displays recent files and applications, replacing giant shortcuts to files, applications and so on, which I'm sure many never actually used:

And here's the shortcut hints overlay again (it's displayed when pressing and holding the SUPER key), in case you've missed our previous post:

And finally, there's a new default behavior for the ALT + TAB switcher which now displays applications on the current workspace. This is configurable and you can use a multi-workspace ALT+TAB switcher by disabling the "Bias alt-gab to prefer windows on the current viewport" checkbox:

Besides the improvements above, there's also a huge list of bug fixes - you can read the complete changelog for Unity 5.2 here.
via Didrocks; credits for the first screenshot: slo-tech.com
DownVerter - Free and fast YouTube downloader
Ubuntu Geek | 3 Feb 2012, 12:30 am
Android Games make it to Humble Indies Bundle this time
Unixmen | 2 Feb 2012, 2:32 pm
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Bitwig Studio: The Dawn of New Music Production and Performance Software
Unixmen | 2 Feb 2012, 1:32 pm
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Oil Rush Tower Defense Real-Time Strategy Game Finally Arrives
Unixmen | 1 Feb 2012, 10:22 pm
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Your CMS Is Not Your Web Site
Linux Journal - The Original Magazine of the Linux Community | 1 Feb 2012, 4:56 pm
A content management system is a centralized repository for your content. A Web site is a composite of decentralized fragments that are assembled on the edge, in just-in-time fashion as the content is being delivered to users. If it's not a Web site, what does a CMS do? more>>
Mozilla Thurnderbird 10.0 has been released! PPA Ubuntu
Unixmen | 1 Feb 2012, 3:07 pm
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
OpenShot 1.4.1 released and ubuntu ppa installation instructions included
Ubuntu Geek | 1 Feb 2012, 12:40 am
Casper, the Friendly (and Persistent) Ghost
Linux Journal - The Original Magazine of the Linux Community | 31 Jan 2012, 5:30 pm
Creating a live Linux USB stick isn't anything new. And, in fact, the ability to have persistence with a live CD/USB stick isn't terribly new. What many people might not be aware of, however, is just how easy it is to make a bootable USB stick that you can use like a regular Linux install. more>>
Razor-qt 0.4 - Qt based Desktop Environment
Linux Journal - The Original Magazine of the Linux Community | 30 Jan 2012, 4:49 pm
Razor-qt is a new desktop environment based on the QT toolkit. I installed it from the PPA and gave it a quick go. It’s early days for the project, but it might eventually become a refuge for lovers of KDE 3 in the same way that Xfce has become popular with people who want to recreate the Gnome 2.x experience. more>>
Mounty - Simple disk image mounting tool
Ubuntu Geek | 30 Jan 2012, 12:05 am
Xnoise 0.1.31 released and installation instructions included
Ubuntu Geek | 26 Jan 2012, 12:19 am
Using Plop Boot Manager for USB Boot
Linux Journal - The Original Magazine of the Linux Community | 25 Jan 2012, 4:10 pm
Portability is a huge advantage that Linux enjoys over most other desktop operating systems as most major distros work very well when installed to a flash drive. However, there are still machines in service that just won't play ball when it comes to USB booting. Fortunately, I found a nice little utility that can work around this problem. more>>
Ubuntu: An Absolute Beginners Guide (PDF Guide)
Ubuntu Geek | 25 Jan 2012, 12:18 am
Ubuntu Noob Command line Guide
Ubuntu Geek | 24 Jan 2012, 12:53 am
Moose
Linux Journal - The Original Magazine of the Linux Community | 23 Jan 2012, 3:00 pm
Perl has been around for more than 20 years. During that time, it has receivedits share of both praise and criticism, and lots ofmisconceptions surround it. Much of this stems from long-outdatednotions of what Perl used to be, but have nothing to do with what Perlactually is today. more>>
Ubuntu Tip:How to show desktop from command line
Ubuntu Geek | 23 Jan 2012, 12:45 am
Basic Chemistry on the GNOME Desktop
Linux Journal - The Original Magazine of the Linux Community | 20 Jan 2012, 5:02 pm
I've realized I've missed out on a huge area of computationalscience—chemistry. Many packages exist for doing chemistryon your desktop. This article looks at a general tool calledavogadro. It can do computations of energy and gradient values.Additionally, it cando analysis of molecular systems, interface to GAMESS and import andexport from and to several file formats. more>>


