3 ways to get Linux release information from bash terminal

Let’s say you’ve manage to get yourself into a GNU/Linux bash terminal. What can you do in order to determine its distro and release information? Listed here are the three methods to get release information of a running GNU/Linux box.

lsb_release method
You can type “lsb_release -a”

Cat /etc/proc/release method

/etc/*release and /etc/*issue method
Alternatively, you could try typing “cat /etc/*release” or “cat /etc/*issue”.

Cat /etc/proc/release method

/proc/version method
If else fails, you could always try the “cat /proc/version” method to see where the kernel came from.

Cat /etc/proc/release method

Hope this would help!

Mozilla Fennec 1.9.2 builds for Android

Mozilla Fennec, a Gecko-based mobile browser from Mozilla is now available for Android, where you can download the latest build from the trunk from : Mozilla-Central trunk Android/.

Be careful as the code can be considered still in the alpha-stage, where memory leaks are bound to happen alongside with occasional buggy browsing experience.

It requires Android 2.0 and was only tested on Motorola Droid and Nexus One. The application must also be installed on the device’s internal memory (not on SD card).

How to get 1280×1024 res on Philips 190S LCD monitor with Ubuntu 10.04 (Lucid)

Thanks to my pal Amet (9W2AZV), I manage to get my self a cheapish 19″ LCD monitor for one of my computers. The trouble is, Ubuntu is only able to give 1024×768 (or lower) resolution on this monitor, which is a shame because of its display size. The problem is related to Ubuntu failing to recognize the monitor capability and thus unable to assign appropriate values necessary to obtain the optimum monitor resolution.

Philips 190s monitor settings

After a couple of hours googling, I found several websites which list correct settings for Philips 190s.

What you need to do is to create (or edit) the “/etc/X11/xorg.conf” file as root and modifies the “Monitor” and “Screen” section details inside the xorg.conf files. Here is the example of my xorg.conf Philips 190S settings

After that, save the file and restart X server.

A word of caution: Changing xorg.conf is risky. I only tested this solution on my computer which runs on Ubuntu 10.04 (Lucid Lynx) and Ubuntu 9.10 (Karmic Koala) operating system. Be warned, your mileage may vary.

Reference:
1 – my xorg.conf for Philips 190S config

Malaysian Ubuntu 10.04 (Lucid Lynx) Release Party

Great news! Ubuntu-my Loco team is organizing the Lucid Lynx release party in Petaling Jaya! Details as follows:

Ubuntu Logo

Ubuntu 10.04 Lucid Lynx Release Party details:

  • Date: 22nd May 2010
  • Time: 8pm – 10pm
  • Venue: Fly Bar, B.G 20 8 Avenue, Jln Sg Jernih 8/1, Seksyen 8, 46050 Petaling Jaya, Selangor.
Ubuntu Logo

Questions and Contributions
Any party who would like to contribute towards this community meeting may contact:

Khairul Aizat KAmarudzzaman
Position in Ubuntu-my : Ubuntu-my Team Leader
E-mail : fenris@ubuntu.com or mohdfenris@gmail.com

Create Ubuntu Live USB Drive easily with uSbuntu

uSbuntu is a tool that let you create Live USB Drive Ubuntu system using iso image files. The tool is inuitive to use and it can be downloaded from any of these sites :

  1. Official website
  2. Mirror 1 (softpedia)
  3. Mirror 1 (4shared)
  4. Mirror 1 (softronic)
uSbuntu

uSbuntu works on Windows XP as well as Vista operating system and can work with any USB drive with 1GB or more space. The creator of uSbuntu has stated that the project would be evolved to support other Linux distribution too under the name LiLi (Linux USB Live Creator) which can be downloaded from LinuxLiveUSB.com