Search Tutorials
This tutorial series is created using BOSS Linux 3.4.2 on BOSS Linux 3.4.2. BOSS (Bharat Operating System Solutions) GNU/Linux distribution developed by C-DAC (Centre for Development of Advanced Computing) derived from Debian for enhancing the use of Free/ Open Source Software throughout India. BOSS GNU/Linux Version 5.0 is coupled with GNOME Desktop Environment with wide Indian language support & packages, relevant for use in the Government domain. Currently BOSS GNU/Linux Desktop is available in all the Official Indian Languages such as Assamese, Bengali, Gujarati, Hindi, Kannada, Malayalam, Marathi, Oriya, Punjabi, Sanskrit, Tamil, Telugu, Bodo, Urdu, Kashmiri, Maithili, Konkani, Manipuri which will enable the mainly non-English literate users in the country Read more
Foss : BOSS Linux - English
Outline: File System File Directory File Inode Types of Files Home directory and Current directory Change Directory(cd) mkdir,rmdir
Basic

Foss : BOSS Linux - English
Outline: Working with Regular Files cat rm cp mv cmp wc
Basic

Foss : BOSS Linux - English
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 : BOSS Linux - English
Outline: Redirection Pipes Input,output and error stream Redirection : > and >> Pipes : |
Basic

Foss : BOSS Linux - English
Outline: Working with Linux Process Process Shell process Process spawning - parent and child process Process attributes - pid, ppid Init Process User proces..
Basic

Foss : BOSS Linux - English
Outline: The Linux Environment Environment variable vs Local variables set command env command SHELL, HOME, PATH, LOGNAME, PS1, PS2 history ! and ~ ali..
Basic

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

Foss : BOSS Linux - English
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 To list ..
Intermediate

Foss : BOSS Linux - English
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 of * To match any one characte..
Intermediate

Foss : BOSS Linux - English
Outline: The sed command sed To print using sed Line Addressing Context Addressing
Intermediate

Foss : BOSS Linux - English
Outline: Some more on sed command substitute insert delete
Intermediate

Foss : BOSS Linux - English
Outline: Basics of awk Awk Preliminaries Selection criteria action Formatted printing - printf Fields and -F option Regular expressions NR - number ..
Intermediate

Foss : C and Cpp - English
Outline: 1) First C Program -Header Files --example: #include <stdio.h> -main() -Curly braces -printf() -semicolon ; -Compiling a C program --example: gcc filen..
Basic

Foss : C and Cpp - English
Outline: First C++ Program -Header files --example: #include <iostream> -main() -Curly braces -cout<< -semicolon ; -Compiling a C++ program --example: g++ filen..
Basic

16.Tokens
Foss : C and Cpp - English
Outline: 3) Tokens in C and C++ -Data types, constants, identifiers -Keywords --example: if, break, else -Constants -Data types --example: int, float, char, double -F..
Basic

17.Functions
Foss : C and Cpp - English
Outline: Functions -What is a function -Syntax for declaration of a function -Function with arguments --example: return-type function-name(parameter); -Function without ar..
Basic

Foss : C and Cpp - English
Outline: Scope of Variables -Introduction -Syntax of declaring a variable --example: data-type var-name; -Syntax for initializing a variable --example: data-type var-name =..
Basic

Foss : C and Cpp - English
Outline: Check the conditions in a program -What are Statements. -Syntax for if and -If-else Statement -Errors
Basic

Foss : C and Cpp - English
Outline: Nested if and switch statement -Nested if statement. -Switch statement. -Syntax for nested-if statement -Syntax for switch statement -break statement -Compariso..
Basic
