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 - Assamese
Outline: ফাইল এট্ৰিবিউটচ chown, chmod, chmod -R, ফাইল বুৰ ls -l অৰ সৈতে দেখোৱা chmod u+, chmod a-w, chmod g+w, chmod -r, chgrp আইনদ, হাৰ্দ লিন্ক, চিম্বলিক লিন্ক
Basic

Foss : BOSS Linux - Assamese
Outline: ৰিডাইৰেক্ছন পাইপ্চ ইনপুট, আউটপুট আৰু ত্রুটি স্ট্ৰিম ৰিডাইৰেক্ছন : > and >> পাইপ : |
Basic

Foss : BOSS Linux - Assamese
Outline: লিনাক্স প্রক্রিয়াৰ সৈতে কাম কৰা প্রক্রিয়া শেল প্রক্রিয়া প্রক্রিয়া স্পোনিঙ কৰা- পেৰেন্ট আৰু ছাইল্দ প্রক্রিয়া প্রক্রিয়া বিশেষ গুণ - PID, P..
Basic

Foss : BOSS Linux - Assamese
Outline: লিনাক্স এনভিৰনমেন্ট এনভিৰনমেন্ট ভেৰিয়েবল vs লোকেল ভেৰিয়েবল set কম্মান্দ env কম্মান্দ SHELL, HOME, PATH, LOGNAME, PS1, PS2 history ! and ~ ..
Basic

Foss : BOSS Linux - Assamese
Outline: প্ৰাথমিক ছিচতেম এদমিনিচত্ৰেছন ৰুট login-su বয়ৱহাৰকাৰী বয়স্হা - UID, GID, useradd, usermod, userdel দিস্কচ – Du, df
Basic

Foss : BOSS Linux - Assamese
Outline: Simple filter Head (হেড) tail (টেল) sort (সর্ট ) cut (কাট ) paste (পেস্ট)
Basic

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

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

10.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

Foss : C and Cpp - Assamese
Outline: আৰিথমেটিক অপাৰেতৰচ (Arithmetic Operators)আউতলাইন(Outline): আৰিথমেটিক অপাৰেতৰচ (Arithmetic Operators) এদিচন অপাৰেতৰ(Addition Operator) উদাহৰণ: a + b(example: a + b) ছাবৰ্ষ্টেকত্..
Basic

Foss : C and Cpp - Assamese
Outline: ৰিলেচনেল অপাৰেতৰচ(Relational Operators)আউতলাইন(Outline): দাব’ল ইকুৱেল তু (Double Equal to) উদাহৰণ: a == b(example: a == b) নট ইকুৱেল তু (Not equal to) উদাহৰণ: a != b(example: ..
Basic

Foss : C and Cpp - Assamese
Outline: ল’জিকেল অপাৰেতৰচ (Logical Operators)আউতলাইন(Outline): এন্ড && (And &&) অৰ || (Or ||) নট ! (Not !)
Basic

18.Loops
Foss : C and Cpp - Assamese
Outline: লোপচ (Loops) -লোপচ (Loops) -হোৱাইল লোপ আৰু ডু-হোৱাইল লোপৰ বাবে গাঠণি (Syntax for while and do-while loop) -হোৱাইল আৰু ডু-হোৱাইল লোপৰ তুলনা (Comparison of while and do-while l..
Intermediate

19.Arrays
Foss : C and Cpp - Assamese
Outline: এৰে’জ (Arrays) -এৰে’জ কি হয় (What are arrays) -1-D এৰে’জ (Arrays) -এৰে’জৰ ডিক্লেয়াৰেচনৰ বাবে গাঠণি (Syntax for Declaration of arrays) --উদাহৰণ: data type(দাতা টাইপ) array(এ..
Intermediate

Foss : C and Cpp - Assamese
Outline: 2-D এৰে’জৰ সৈতে কামকৰা (Working with 2-D Arrays ) -2-D এৰে’জ কি হয় (What are 2-D Arrays) -এৰে’জৰ পৰিসৰ (Range of arrays) -2-D এৰে’জৰ ডিক্লেয়াৰেচনৰ বাবে গাঠণি (Syntax for Decla..
Intermediate




















