Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

Wednesday, December 12, 2012

Unity Desktop first impressions

I recently tested Unity Desktop and thought I would write about it. The latest step by Ubuntu is said to have made things complicated and some also think it has copied parts of Mac Os. But linux users will prefer the classic and simplistic gnome feel.

But I think Unity is worth a look. It is powered by one of the best teams in Linux, Canonical.


Unity Doc on the left side


Unity Doc

So far the experience is good. I haven't got to explore the nooks and corners of Unity desktops but they look best in wide screen monitors ie. 17". There is enough space for the doc on the left and it doesn't consume much screen size if the monitor is big. The doc is customizable with options even to disable it.

One of the bugs I noticed was with the program descriptions. It is that when a mouse pointer is placed over a program, the description pops up but it often breaks. Incidentally this feature doesn't work well with MATE desktop too. My next article will look into the process behind it, a possible fix maybe.

Ubuntu Button and Dash

There is a Dash home button also known as Ubuntu button at the top of the doc which brings a Dash for searching any files, apps within the system. This looks very good with fast and accurate searching.

Ubuntu Software Center

If you ask me about the most elegant feature in Ubuntu Linux I would say it is the Software Manager. The program is better now with accurate search and install. Now I would like to mention that the Software Manager with LMDE 13 is broken. It searches and displays but install fails. There isn't an update available yet for that in the rolling release.

Better, stable Notification area and its applets

In 10.04 and later, I've noticed that Notification area breaks and applets go out of order after reboots. I have not seen that issue in 12.04 so far.

notification area and applets on top right
Ubuntu help

Another thing I found is Ubuntu help (the Ubuntu Desktop Guide) which comes with the OS. Topics are well organized and of great help.

Long Term Support (LTS)

Being an LTS release its great to have Ubuntu 12.04. It will give software updates for very long time so we won't have to worry about an update. The latest softwares and binaries will be available in repositories. The update settings will automatically inform us which can be managed via Synaptic Package Manager.

Precise Pangolin is the other name

Lastly let me say about the funny default wallpaper. Every Ubuntu release will have an animal associated with it. This time its a Pangolin. And they have named it the Precise Pangolin meaning the OS is precise and elegant.

Tuesday, October 2, 2012

lm-sensors reads cpu temperature (available in Debian repository)

Lm-sensors available in debian repository helps to find cpu temperature along with other readings.

Package download and information.
http://packages.debian.org/squeeze/lm-sensors
http://lm-sensors.org/

Usage is simple. Install it using apt so it starts like this.

$ sudo apt-get install lm-sensors     # install package

$ sudo sensors-detect    # this will probe your cpu for drivers that can be used for getting the readings. Follow the instructions which is quite informative.

The command will suggest available drivers which has to be loaded via modprobe command. Additionally add the lines suggested by sensors-detect to /etc/modules file so it loads on each reboot.

$ sudo sensors    # gives you readings.

Sample output :

fayad@mintboxd /var/log $ sudo sensors
[sudo] password for fayad:
acpitz-virtual-0
Adapter: Virtual device
temp1:        +45.0°C  (crit = +88.0°C)
temp2:        +45.0°C  (crit = +88.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Core 0:       +47.0°C  (high = +80.0°C, crit = +90.0°C)
fayad@mintboxd /var/log $

changing display brightness with proprietory Nvidia drivers in Linux Mint Debian Edition 13

Recent move to Linux Mint Debian Edition 13 got myself working on adjusting the screen brightness. The normal commands didn't work under my Sony VPCCW25FA so had to look at nvidia-settings to change brightness and contrast.

A single command will change the settings.

$ nvidia-settings --assign RedBrightness=-0.20 --assign GreenBrightness=-0.20 --assign BlueBrightness=-0.20

To load these settings after each reboot the config file (.nvidia-settings-rc) residing in home directory should be added with these settings. Find lines that specify brightness settings. Add a startup program with this line.

$  nvidia-settings --config=~/.nvidia-settings-rc --load-config-only

Monday, February 27, 2012

boot process in Linux

a guided tour from the Master Boot Record to the first user-space application.

“whether you’re booting a standard x86 desktop or a deeply embedded PowerPC® target, much of the flow is surprisingly similar. This article explores the Linux boot process from the initial bootstrap to the start of the first user-space application. Along the way, you’ll learn about various other boot-related topics such as the boot loaders, kernel decompression, the initial RAM disk, and other elements of Linux boot.”

Tim Jones from IBM developerworks explains boot process in Linux.
http://www.ibm.com/developerworks/linux/library/l-linuxboot/

Saturday, August 20, 2011

keyboard shorcuts for Ubuntu Linux

Its nice to work with keyboards and shortcuts to speed up work. Find keyboard shortcuts for Ubuntu from their site https://help.ubuntu.com/community/KeyboardShortcuts