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 - Tamil
Outline: Regular Fileகளுடன் வேலை செய்தல் cat rm cp mv cmp wc
Basic

Foss : BOSS Linux - Tamil
Outline: பைல் அட்ரிப்யூட்ஸ் chown, chmod, chmod -R, ls -l உடன் பைல்களை காட்டுதல் chmod u+, chmod a-w, chmod g+w, chmod -r, chgrp ஐநோட், ஹார்ட் லிங்க் (hard link), சிம்பாலிக..
Basic

Foss : BOSS Linux - Tamil
Outline: ரிடிரக்ஷன் பைப்ஸ் இன்புட், அவுட்புட் மற்றும் எரர் ஸ்ட்ரீம். ரிடிரக்ஷன் : > and >> பைப்ஸ் : |
Basic

Foss : BOSS Linux - Tamil
Outline: லீனக்ஸ் ப்ராசஸ் உடன் வேலை செய்தல் ப்ராசஸ் ஷெல் ப்ராசஸ் ப்ராசஸ் ஸ்பானிங் - தாய் மற்றும் சேய் ப்ராசஸ் ப்ராசஸ் அட்ரிப்யூட்ஸ் - pid, ppid இனிட் ப்ராசஸ் ..
Basic

Foss : BOSS Linux - Tamil
Outline: லீனக்ஸ் என்விரான்மென்ட் என்விரான்மென்ட் வேரியபில்ஸ் vs லோகல் வேரியபில்ஸ் set கமாண்ட் env கமாண்ட் SHELL, HOME, PATH, LOGNAME, PS1, PS2 history ! a..
Basic

Foss : BOSS Linux - Tamil
Outline: லினக்ஸ் அடிப்படை "சிஸ்டம் அட்மிணிஸ்டரேஸன்" Root login -su பயனர் மேலாண்மை - UID, GID, useradd, usermod, userdel Diskகள் – Du, df
Basic

Foss : BOSS Linux - Tamil
Outline: grep command ஒரு file ன் contentஐ பார்த்தல் ஒரு குறிப்பிட்ட streamன் entryகளை பார்த்தல் caseகளை தவிர்த்தல் patternஉடன் சேராத வரிகள் Entryகளுடன் வரி எ..
Intermediate

Foss : BOSS Linux - Tamil
Outline: grep command பற்றி மேலும் அறி்தல் grepஐ பயன்படுத்தி தேடுதல் ஒன்றுக்கும் மேற்ப்பட்ட patternஐ ஒப்பிடுதல் வெவ்வேறு spellingஐ கொண்ட வார்த்தைகளை தேடுதல் Chara..
Intermediate

Foss : BOSS Linux - Tamil
Outline: sed command sed sedஐ பயன்படுத்தி print செய்தல் Line Addressing Context Addressing
Intermediate

Foss : BOSS Linux - Tamil
Outline: sed command பற்றி மேலும் அறிதல் ஒன்றிற்கு பதிலாக மற்றொன்று வைத்தல் சேர்த்தல் நீக்குதல்
Intermediate

Foss : BOSS Linux - Tamil
Outline: awkன் அடிப்படை awkன் முதனிலை ஏற்பாடுகள் தேர்ந்தெடுப்பின் அடிப்படை நடவடிக்கை Format செய்யப்பட்டprinting- printf Fieldகள், மற்றும்-..
Intermediate

Foss : C and Cpp - Assamese
Outline: Outline: ১)প্ৰথম C প্ৰোগ্ৰাম -হেদাৰ ফাইল্চ(Header Files) --উদাহৰণ : #include <stdio.h> -main() -মাজু বন্ধনী (Curly braces) -printf() -চেমিক’লন ;(semicolon) ; -C প্ৰোগ্ৰাম ..
Basic

Foss : C and Cpp - Assamese
Outline: Outline: প্ৰথম C++ প্ৰোগ্ৰাম -হেদাৰ ফাইল(header file) --উদাহৰণ: #include <iostream> -main() -মাজু বন্ধনী (Curly braces) -cout<< -চেমিক’লন ; ( semicolon) -C++ প্ৰোগ্ৰাম এট..
Basic

15.Tokens
Foss : C and Cpp - Assamese
Outline: Outline: ৩)C আৰু C++ ৰ টোকেন -দাতা টাইপচ(Data types) কনচটেন্টচ( Constants),আইদেন্তিফায়াৰচ(Identifiers) -কীৱৰ্ডচ(keywords) --উদাহৰণ: if, break, else -কনচটেন্টচ( Constants) -দা..
Basic

16.Functions
Foss : C and Cpp - Assamese
Outline: Outline: ফাংচনচ(Functions) -ফাংচন কি -ফাংচন(function)ঘোষণা(declaration) কৰাৰ গাঠনি (Syntax) -ফাংচন ওইথ আৰগুমেন্টচ(Function with arguments) --উদাহৰণ: return-type function-name..
Basic

Foss : C and Cpp - Assamese
Outline: Outline: ভেৰিয়েবলৰ পৰিসৰ (Scope of Variables) -পৰিচয় (Introduction) -ভেৰিয়েবল(variable) এটা ঘোষণা(declaring) কৰাৰ গাঠনি (Syntax) --উদাহৰণ: data-type var-name; -ভেৰিয়েবল(varia..
Basic

Foss : C and Cpp - Assamese
Outline: 1. কন্ডিচনেল ষ্টেতমেন্ত আউতলাইন (Conditional statements Outline): এটা প্ৰোগ্ৰামত চৰ্ত সমূহ পৰীক্ষা কৰা (Check the conditions in a program) ষ্টেতমেন্ত বিলাক কি হয় (What are Statem..
Basic

Foss : C and Cpp - Assamese
Outline: নেষ্টেদ ইফ(nested-if) & চুইত্চ ষ্টেটমেন্ত(switch statement)আউতলাইন(Outline): নেষ্টেদ ইফ ষ্টেটমেন্ত (Nested if statement) চুইত্চ ষ্টেটমেন্ত(Switch statement) নেষ্টেদ ইফ ষ্টেটমেন..
Basic

Foss : C and Cpp - Assamese
Outline: ইনক্ৰিমেন্ত এন্ড ডিক্ৰিমেন্ত অপাৰেতৰ(Increment and Decrement Operators)আউতলাইন(Outline): ইনক্ৰিমেন্ত অপাৰেতৰ (Increment Operator) উদাহৰণ: ++(example: ++) পষ্টফিক্স ইনক্ৰিমেন্ত (..
Basic
