Saturday, December 8, 2012

ArchBang Linux 2012.12


Stan McLaren has announced the release of ArchBang Linux 2012.12, a new stable version of the project's lightweight desktop distribution based on Arch Linux: "ArchBang Linux 2012.12 is out in the wild. If you are already running ArchBang smoothly on your system then you don’t need to install the new release. This 2012.12 release is a full systemd version with our latest set of minimal packages and Openbox for the competent Linux user. A few changes for this release: Linux kernel 3.6.8; GnomishDark theme with Shakey-Stapler-Dark widget; updated Openbox menu; dbus-launch removed. ArchBang still plans to have four major releases per year. Due to upgrades and improvements to the Arch Linux system, ArchBang will continue to release unofficial test images between official releases to address changes and prevent excessive workarounds in installing and updating newly installed systems." Here is the brief release announcement with a screenshot. Download (MD5): archbang-2012.12.03-i686.iso (545MB), archbang-2012.12.03-x86_64.iso (548MB).

How To Run JNLP Files Under Ubuntu/Linux Mint


In this tutorial, we will show you how to run .jnlp files in a system running Ubuntu/Linux Mint. The extension jnlp (Java Network Launching Protocol) is used to launch and manage Java programs via the internet or network. If you have downloaded a *.jnlp file on your computer and don't know how to execute it, you can simply use javaws to run it.

Getting Started

To install javaws under Ubuntu 12.10/12.04 and Linux Mint 14/13 or older, open the terminal and run these commands:


sudo apt-get install icedtea-netx

Via the terminal, cd to the folder containing your plnp file and run this command:

javaws filename.jlnp

Example:

MSGViewer is an application that allows users to preview Microsoft Outlook MSG files in a Linux-based system. This application is packaged in PLNP file. To run it, you can use the following commands from the terminal:

cd /tmp 
wget http://goo.gl/cTJwB -O launch.jnlp 
javaws launch.jnlp

I hope you find this tutorial useful!

Comfusion 4.1


A new version of Comfusion, a desktop Linux distribution that combines Ubuntu with LXDE and Compiz Fusion in order to deliver some of the best 3D desktop effects available anywhere, has been released: "Now available for download, the new version of Comfusion. New in this vesion: added full MATE desktop 1.4.2 (GNOME 2 desktop clone, seamlessly integrates with Compiz in Comfusion 4); added wbar with Token icons, individualized for each session; wbarconf, wbar configurator; TvenLinux, a script to view our online TV on Linux, also able to show programming; updated the Skype installer to install the latest version; Picapy, an excellent image manager for Picasa Web; Darktable, a free alternative to Adobe Lightroom for Comfusion 4; Launchy, a simple application launcher for Comfusion 4; Angry Bots, a shooter game with a new game engine Unity3D; added Apt-Fast, faster downloads; added Xscroll Overlays, a modern bar like in the latest Ubuntu." Here is the full release announcement. Download the compressed DVD image from SourceForge: Comfusion4.1.7z (828MB).