Search Tutorials

Linux is one of the most popular Operating Systems used in todays world. Read more


About 9715 results found.
  1. Instruction Sheet
  2. Installation Sheet
  3. Brochures

Foss : Linux - Malayalam

Outline: ഒരു ഫയലിന്റെ കണ്ടന്റ് കാണുന്നതിന്. ഒരു പ്രത്യേക സ്ട്രീമിന്റെ entries ലിസ്റ്റ് ചെയ്യുന്നതിന്. cases ignore ചെയ്യുന്നതിന്. patternന് match ചെയ്യാത്ത വരികൾ. entriesനൊപ്പം ല..

Intermediate

Foss : Linux - Malayalam

Outline: grep ഉപയോഗിച്ച് സെർച്ച്‌ ചെയ്യുന്നത്. ഒന്നിൽ കൂടുതൽ pattern match ചെയ്യുന്നത്. വ്യത്യസ്ഥ spelling ഉണ്ടാകാൻ ഇടയുള്ള വാക്ക് സെർച്ച്‌ ചെയ്യുന്നത്. Character class. dot ഉപയോഗിച്..

Intermediate

Foss : Linux - Malayalam

Outline: The sed command sed. sed ഉപയോഗിച്ച് പ്രിന്റ്‌ ചെയ്യുന്നത്. Line Addressing. Context Addressing.

Intermediate

Foss : Linux - Malayalam

Outline: Some more on sed command സബ്‌സ്റ്റിറ്റ്യൂട്ട്. ഇൻസേർട്ട്. ഡിലീറ്റ്.

Intermediate

Foss : Linux - Manipuri

Outline: Outline: Ubuntu Linux Desktop 16.04 Ubuntu Linux Desktop on gnome environment The launcher Some of the icons visible on Launcher Calculator, gedit Text Editor, Terminal, ..

Basic

Foss : Linux - Manipuri

Outline: Desktop Customization 16.04 The Launcher Remove applications from the Launcher Add applications to the Launcher System Settings Appearance settings Workspace Stitcher Use ..

Basic

Foss : Linux - Manipuri

Outline: Outline: Installing software in Ubuntu Linux 16.04 OS Install software via Terminal Installing Synaptic Package Manager Install software via Synaptic Package Manager Config..

Basic

Foss : Linux - Manipuri

Outline: Basic Commands Commands with example Command interpreter Shell Using man Apropos Whatis Using --help option

Basic

Foss : Linux - Manipuri

Outline: Outline: General Purpose Utilities in Linux echo uname who passwd date cal Brief overview on Files and directories pwd ls cat ..

Basic

Foss : Linux - Manipuri

Outline: Outline: File System File Directory File Inode Types of Files Home directory and Current directory Change Directory(cd) mkdir,rmdir

Basic

Foss : Linux - Manipuri

Outline: Outline: Working with Regular Files cat rm cp mv cmp wc

Basic

Foss : Linux - Manipuri

Outline: Outline: File Attributes chown, chmod, chmod -R, displaying files with ls -l chmod u+, chmod a-w, chmod g+w, chmod -r, chgrp inode, hard link, symbolic link

Basic

Foss : Linux - Manipuri

Outline: Outline: Redirection Pipes Input,output and error stream Redirection : > and >> Pipes : |

Basic

Foss : Linux - Manipuri

Outline: Outline: Working with Linux Process Process Shell process Process spawning - parent and child process Process attributes - pid, ppid Init Process U..

Basic

Foss : Linux - Manipuri

Outline: Outline: The Linux Environment Environment variable vs Local variables set command env command SHELL, HOME, PATH, LOGNAME, PS1, PS2 history ! and ..

Basic

Foss : Linux - Manipuri

Outline: Outline: Basics of System Administration Root login-su User management - UID, GID, useradd, usermod, userdel Discs – Du, df

Basic

Foss : Linux - Manipuri

Outline: Outline: Simple filters Head tail sort cut paste

Basic

Foss : Linux - Manipuri

Outline: Outline: The grep command To see the content of a file To list the entries of a particular stream To ignore cases Lines that do not match the pattern ..

Intermediate

Foss : Linux - Manipuri

Outline: Outline: More on grep command Search using grep To match more than one pattern To check a word that has different spelling Character class The use o..

Intermediate

Foss : Linux - Manipuri

Outline: Outline: The sed command sed To print using sed Line Addressing Context Addressing

Intermediate