IT@SCHOOL LINUX
ഇന്ന് ലിനക്സ്  ഓപ്പറേറ്റിങ് സിസ്റ്റം ഉപയോഗിക്കുനവരുടെ എണ്ണം വര്ദ്ധിച്ചിട്ടൂണ്ട്  ഉബുണ്ടു 10.04 എന്ന പുതിയ പതിപ്പ് പുറത്തിറങ്ങിയിട്ടുണ്ട് 
അവ ഇന്സ്റ്റാള് ചെയ്യുന്ന വിധം എവിടെ വിവരിക്കുന്നു.... തായേ കാണുന്ന ലിങ്ക് ക്ലിക്ക് ചെയ്യുക ഉബുണ്ടു ഇന്സ്റ്റാള് ചെയ്യുന്നതെങ്ങനെ?
ഐ.ടി.@ സ്കൂള് Ubuntu 10.04 ഓപ്പറേറ്റിങ്ങ് സിസ്റ്റത്തില് കീബോര്ഡ് മാതൃഭാഷയില് ക്രമീകരിക്കുന്ന വിധം

click  "By language" and select  "Malayalam" Press "Add"
 
 Linux Basic Commands
For changing directory / to /etc[root@pc1 /]# cd /etcOne 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 /etcShow the contents of /etc in different colors with nature of contents[root@pc1 ~]# Ls /etccreate a folder on root partition[root@pc1 ~]# mkdir /diskCreate a folder in /disk[root@pc1 ~]# mkdir /disk/dirCreate multiple folder in multiple directories with single command[root@pc1 ~]# mkdir /etc/dir1 /var/dir2 /usr/dir3Create multiple folder in same directory[root@pc1 ~]# mkdir dir1 dir2 dir3Copy a file in directory[root@pc1 disk]# cp file dirCopy a file from /disk/file and paste it in /disk/dir/[root@pc1 disk]# cp /disk/file /disk/dirCopy a directory with –r option[root@pc1 disk]# cp -r dir dir2Copy a file from /disk/file and paste it in /etc with myfile name[root@pc1 disk]# cp /disk/file /etc/myfileRemove a file[root@pc1 disk]# rm fileRemove a file with forcefully option[root@pc1 disk]# rm –f fileRemove a directory with out –r option and you face will an error[root@pc1 disk]# rm dirRemove a directory with –r option[root@pc1 disk]# rm -r /diskRemove a directory with forcefully option[root@pc1 disk]# rm -rf dirMove /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
 




