Latex @ 06 February 2011, “1 Comment”

When I was writing a report on Latex on Ubuntu I started to get the above error. The packages I installed are texlive-fonts-extra and texlive-fonts-recommended. The problem is solved.

Linux @ 05 February 2011, “No Comments”

Write

ps -e
Linux @ 05 February 2011, “No Comments”

Taken from here.

how to open files as root user via right click

Insert the following lines into the new file

for uri in $NAUTILUS_SCRIPT_SELECTED_URIS; do
gksudo "gnome-open $uri" &
done

Save the file and make it executable:

chmod +x $HOME/.gnome2/nautilus-scripts/Open\ as\ root
Linux @ 05 February 2011, “No Comments”

Look at here.

Key point is gconf-editor

In order to add the configuration editor to the gnome menu follow

System -> Preferences -> Main Menu

and select System Tools tab. Check Configuration Editor button. That’s it