Ubuntu Alternative : Get Linux Mint

Linux Mint – a yet another Linux distro based on Ubuntu has made a fourth release last month, Daryna.

Originally started as no more than Ubuntu-distro preinstalled with proprietary multimedia codecs, Linux Mint now focussed on providing user-friendly Linux distribution complete with customizable desktop which achieved through its unique configuration tools.

linuxmint.png

The latest release Daryna, is based on Ubuntu Gutsy Gibbon, and compatible with Gutsy repositories, meaning that you can receive (security) updates release from Ubuntu team for your installation.

Another Linux Mint area of focus is making everything works out from the box including Wifi and various multimedia file format which uses proprietary codecs.

Currently Linux Mint Daryna is available on 3 different download version :- Main, Light and KDE Community Edition. Linux Mint is only currently available for 32bit PC platform only.

Ubuntu Linux : How to combine multiple PDF file

Here’s how to combine multiple PDF file on Ubuntu.

First install ghostscript and pdftk from Ubuntu repository :

apt-get install gs pdftk

Then, using ghostscript, combile all the pdf files you desired into one file, using this command

[code]
s -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=combined_file.pdf -dBATCH file1.pdf file2.pdf file3.pdf
[/code]

The command will produced the combined pdf output on “combine_file.pdf”

Minibuntu – the tiny, minimalist Ubuntu-based distribution

Ubuntu has gained enormous popularity, since Canonical first released Ubuntu back in 2004. There were a lot of Ubuntu spin-off along the way including Ubuntu Christian edition, Ubuntu studio, Embun, Kubuntu, Xubuntu, Edubuntu, Ubuntu Muslim Edition, Linux Mint, gOS and many more. Some of it made its way as the officially supported Ubuntu version by Canonical.

ubuntu.png

Now comes yet another Ubuntu-based Linux distribution, named Minibuntu. What set itself apart from other distro is, it does not come with a window manager, instead it boots straight into command-line interface bash prompt.

This makes minibuntu suitable for acting as a rescue and emergency Linux boot CD, eventhough the main intention of minibuntu is to help others to create another Linux distribution based on Ubuntu using either UCK or Reconstructor.

To me, Miniubuntu is a nice distro as it provide a starting point for creating a new and customised Linux distribution based on Ubuntu.

Minibuntu can be downloaded from its official website, and is only available for i386 platform only (at this time of writing).

Ref :
Minibuntu Official Website
Minibuntu Launchpad Page

How to install midori lightweight browser on Ubuntu

Here’s a quick how to install Midori browser. It is a lightweight browser which uses Webkit rendering enginer, the same engine that powers Mac OS X Safari browser.

Midori is a good candidate for an alternative browser if you’ve gotten tired of Mozilla Firefox memory leaking and its not so lightweight feature nowadays.

midori_about.png

1) Edit /etc/apt/sources.lst to include these line
deb http://ppa.launchpad.net/stemp/ubuntu gutsy main
deb-src http://ppa.launchpad.net/stemp/ubuntu gutsy main

2) Update repository by executing,

sudo apt-get update

3) Install midori

sudo apt-get install midori

Note that midori is still under heavy development and quite buggy in this testing release. So expect application freeze or crashes during use.