Back to Top

IT@SCHOOL LINUX

ഇന്ന് ലിനക്സ്‌  ഓപ്പറേറ്റിങ് സിസ്റ്റം ഉപയോഗിക്കുനവരുടെ എണ്ണം വര്‍ദ്ധിച്ചിട്ടൂണ്ട്  ഉബുണ്ടു 10.04 എന്ന പുതിയ പതിപ്പ് പുറത്തിറങ്ങിയിട്ടുണ്ട് 
അവ ഇന്സ്റ്റാള്‍ ചെയ്യുന്ന വിധം എവിടെ വിവരിക്കുന്നു.... തായേ കാണുന്ന ലിങ്ക് ക്ലിക്ക് ചെയ്യുക

ഉബുണ്ടു ഇന്‍സ്റ്റാള്‍ ചെയ്യുന്നതെങ്ങനെ?



ഐ.ടി.@ സ്കൂള്‍ Ubuntu 10.04 ഓപ്പറേറ്റിങ്ങ് സിസ്റ്റത്തില്‍ കീബോര്‍ഡ് മാതൃഭാഷയില്‍ ക്രമീകരിക്കുന്ന വിധം
പാനലിലെ System---> Preference ---> Keyboard എന്ന ക്രമത്തില്‍ ക്ലിക്ക് ചെയ്യുക. അപ്പോള്‍ Keyboard Preferences ജാലകം ദൃശ്യമാകും.

select "Layout"

click "ADD" button

Click "By country " and select "India" and press "Add"


click "By language" and select "Malayalam" Press "Add"

select "USA" or "Ind" open word processing soft ware and type.....




Linux Basic Commands 



For changing directory / to /etc
[root@pc1 /]# cd /etc
One step back /etc to /
[root@pc1 etc]# cd ..
Go to previous working directory
[root@pc1 /]# cd -
Go to current login user home directory
[root@pc1 etc]# cd ~
Show the contents of /etc in single color
[root@pc1 ~]#  dir  /etc
Show the contents of /etc in different colors with nature of contents
[root@pc1 ~]#  Ls  /etc
create a folder on root partition
[root@pc1  ~]#  mkdir  /disk
Create a folder in /disk
[root@pc1  ~]#  mkdir  /disk/dir
Create multiple folder in multiple directories with single command
[root@pc1  ~]#  mkdir  /etc/dir1 /var/dir2 /usr/dir3
Create multiple folder in same directory
[root@pc1  ~]#  mkdir  dir1 dir2 dir3
Copy a file in directory
[root@pc1  disk]#  cp  file dir
Copy a file from /disk/file and paste it in /disk/dir/
[root@pc1  disk]#  cp  /disk/file /disk/dir
Copy a directory with –r option
[root@pc1  disk]#  cp  -r  dir  dir2
Copy a file from /disk/file and paste it in /etc with myfile name
[root@pc1  disk]#  cp  /disk/file  /etc/myfile
Remove a file
[root@pc1  disk]#  rm file
Remove a file with forcefully option
[root@pc1  disk]#  rm –f  file
Remove a directory with out –r option and you face will an error
[root@pc1  disk]#  rm dir
Remove a directory with –r option
[root@pc1  disk]#  rm  -r  /disk
Remove a directory with forcefully option
[root@pc1  disk]#  rm  -rf  dir
Move /etc/dir1 to /disk/ with different name
[root@pc1  disk]#  mv  /etc/dir1  /disk/mydir


Useful Mozilla Firefox shortcuts keys

Shortcut keys                        Action 
CTRL+A                     Selects the all items on active page
CTRL+B                     Display the "Organize Bookmarks" dialog box
CTRL+D                     Include the active page to your Bookmarks list
CTRL+F                     Display the "Find" dialog box to search text
CTRL+I                      Display the Bookmarks pane
CTRL+H                     Display the History sidebar of Mozilla Firefox
CTRL+N                     Use to open new Mozilla Firefox page
CTRL+P                     Use to print the active web page
CTRL+R                     Use to reload the active web page
CTRL+T                     Display a new Tab in active Firefox window
CTRL+U                     View the source code of active web page
CTRL+W                    Closes the active Mozilla Firefox window
CTRL++                     Use to increase the font size of active page
CTRL+ -                    Use to decrease the font size of active page
CTRL+Tab                  Move to next Tab in Mozilla Firefox
ALT+Home                 Use to open the home page of internet explorer
ALT+Left Arrow           Go to previous page of active page
ALT+Right Arrow          Go to next page of active page
ALT+B                       Go to Mozilla Firefox Favorites Menu
ALT+D                       Go to address bar of current Firefox page
ALT+E                       Go to Mozilla Firefox Edit Menu
ALT+F                       Go to Mozilla Firefox File Menu
ALT+S                       Go to Mozilla Firefox History Menu
ALT+T                       Go to Mozilla Firefox Tools Menu
ALT+V                       Go to Mozilla Firefox View Menu 
Tab                           Move forward between all items on active web page 
F5                             Refresh the active web page
F7                             F7 activate the cursor to move with keyboard 
CTRL+SHIFT+DEL         Use to clear all Private Data history 
CTRL+SHIFT+D            Use to Bookmarks all Firefox Tab