Ubuntu FAQ

image0

Hi i am using ubuntu in my laptop . Previously i am using windows os. i face some problems like how to open my computer in shorcut, show desktop, Run etc., i search in google and resolve here i explain how to do those things. This is not for ubuntu/linux guru's only for newbies like me :)

How to open My computer (filesystem) in ubuntu ..?

There is a command called "nautilus" . This will help you. Open Terminal then type "nautilus /" this will open your filesystem. Then create Launcher (shortcut) for this.

How to Create a shortcut ..?

Go to your Desktop. Then Right Click --> Select "Create Launcher". It shows a window Fill up the like the below

image1

In the Create Launcher window Type this Command "nautilus /". Select your own name and own comment. Then click OK. Now the your "My Computer " icon is created in the Desktop like the below

image2

Using the nautilus command you can create the shortcut for any folder. For Home folder change the command "nautilus /root" .

There is a another method to do all the things.
Goto terminal then type "gconf-editor" it opens a Configuration Editor. Its like a Registry Editor in windows operating system.

Its like the below

image3

Goto Configuration Editor --> apps --> nautilus --> Desktop
Then Check the checkbox "computer_icon_visible" and "home_icon_visible" . Now the your computer and Home icons are shown in your desktop.

image4

How to create custom keyboard shortcut ..?

In ubuntu you can create your own custom keyboard shortcut. Goto System --> Preference --> keyboard shortcuts.

image5

It opens a new window. Click the Add button then Enter your own name and type the command for that. For example if you want to open "System Monitor" its like Task manager in windows type this command "gnome-system-monitor". Then press Apply. Now its time to select your shortcut keys. Select which one you added then choose your combination of keys.

image6

How to set environmental variables ..?
Lot of ways available to set the environmental variable. But this is the most simple one. You can add your variable in "/etc/environment" file
open this file then add your bin folder in the PATH. You can add HOME variable like "JAVA_HOME" in the next line.

image7

Some Ubuntu shortcuts :

To open Terminal window CTRL+ALT+T
To open Run window ALT+F2
To Choose the Desktop Windows key + E
Show Desktop CTRL+ALT+D
Show Comments