Тёмный

Linux Tutorial For Beginners in Hindi 

CodeWithHarry
Подписаться 7 млн
Просмотров 2,8 млн
50% 1

Опубликовано:

 

28 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 6 тыс.   
@CodeWithHarry
@CodeWithHarry 5 лет назад
Thanks for 200+ subscribers on my new channel ProgrammingWithHarry (In English). You guyz are awesome :) Find it here: ru-vid.com/show-UC7btqG2Ww0_2LwuQxpvo2HQ Will be dropping some fresh content in English soon!
@Lucky_Singh720
@Lucky_Singh720 5 лет назад
Ap kha se ho
@sidharths9416
@sidharths9416 5 лет назад
Thank u very much🤝
@TheCritic108
@TheCritic108 5 лет назад
Bhai plz app se bat krna hai please
@chetanmirajkar5215
@chetanmirajkar5215 5 лет назад
Hi Harry, You are doing good bro. Keep it up. :) Can you please start tutorial for Linux/Unix shell scripting?
@rizwanpathan6512
@rizwanpathan6512 5 лет назад
i have watched your video and you explanation is awesome i want to learn kali linux in detail means i want to each and every tool which is given in list of all program how it works and whats the use of it are you bringing such types of videos in future hope you will rply to me
@vaibhavvishwakarma9635
@vaibhavvishwakarma9635 2 года назад
37:51 ls -lart --> Shows the overall files and folders including hidden files on the path, and shows the permission of file accessing. ls -l --> Shows all files and folders on the path. ls -r --> Reverse the list of files and folders ls -t --> Sort the files and folders by a time.
@undivided_bharat
@undivided_bharat 2 года назад
read and write access?
@trishitmaji3208
@trishitmaji3208 2 года назад
We can also use ls -al
@maskladyvlogs
@maskladyvlogs 2 года назад
@@trishitmaji3208 not ls -al correct one is ls - la = show all hidden files and folders
@gamescammer1426
@gamescammer1426 Год назад
# Most used Linux Commands ~ mkdir --> To make A File or Folder. ~ cd --> To Access particular File or Folder. ~ touch --> To create a Blank File. ~ mv --> To move a File or Folder. ~ cp --> To copy a File or Folder. ~ pwd --> To know the present Directory.[print working directory] ~ ls --> Shows the list of the Directory. ~ ls -R --> Shows the list of directory also the folders in the directory. ~ touch .(filename) --> To Create a Hidden File. ~ ls -a --> Shows the list of directory with the Hidden files. ~ ls -l --> Gives the details of the Creates Files and Folders. ~ ls -r --> Reverse the list of files and folders. ~ ls -t --> Sort the files and folders by a time. ~ apt --> To Install software packages. ~ sudo apt update --> Updates the list of Software that can be updated to the User. ~ sudo apt upgrade --> Update the softwares. ~ clear --> Clears the Terminal. ~ history --> Prints the Commands used. ~ echo --> To print any String.[Also 'printf' can be used] ~ chmod --> To give permission between User Group and Owner.[it can be done for particular file] ~ chgrp --> ~ top --> Shows the top Process that consumes most of the resources. ~ ps --> Shows all the Processes running. ~ ps -a --> ~ ps -ef --> ~ kill [PID] --> Kills the particular process. ~ vim --> Use to Edit Any file within terminal.[Needed to be installed first] ------------------------------------------------------------------------------- # Users in Linux :- 1. Regular User --> This Users only have Access to their own directory. 2. Root User [Super User]--> This Users have File Access to the file System.[ADMIN] sudo (Command) --> This command is use by the User who Regular User but has the access to the Root. sudo su (Command) --> Not recommended to use this Command. ------------------------------------------------------------------------------- # Absolute vs Relative Path Linux has a Tree Structured file system. cd /home/kali/Pratik..... --> Absolute Path. cd Pratik --> Relative Path. -------------------------------------------------------------------------------
@sagarsrivarma7446
@sagarsrivarma7446 Год назад
Thanks a lot bro it means a lot
@shahbazkhan-ek7hp
@shahbazkhan-ek7hp Год назад
thanks👍
@rohitdongare4727
@rohitdongare4727 6 месяцев назад
unable to create new directory using mkdir
@SAHIL----10
@SAHIL----10 Месяц назад
thanks alot brother
@ShahidKhan-078
@ShahidKhan-078 Месяц назад
Thanks for this
@Being-a-Kalim
@Being-a-Kalim Год назад
Hi Sir i m kalim khan from Pakistan I watched your videos from around 4 years and recently i started your linux one video course and waited for your full linux course
@TARUNSHARMA-nb3bd
@TARUNSHARMA-nb3bd Год назад
Your courses are really awesome and career-building! We all are eagerly waiting for the full-fledged course of LINUX.
@sketchy2673
@sketchy2673 3 года назад
Point to be noted: 1. You must have java runtime environment to run virtualbox 2. You must have virtualization enabled from pc bios 3. Your virtualbox ram cannot exceed half of your pc ram
@subhambairagi5642
@subhambairagi5642 2 года назад
My pc have 4.0 GB ram (3.9 GB usuable) and i have allocated 2.0 GB to the vm, it is working.🤔
@wut9167
@wut9167 2 года назад
@@subhambairagi5642 use hyper V instead of Virtualbox it's great
@HAMZAKHAN-sb8py
@HAMZAKHAN-sb8py 2 года назад
​@@wut9167 how about we install ubuntu through wsl on windows ? will there be any drawbacks ??
@sarvesh_soni
@sarvesh_soni 2 года назад
3rd point is wrong
@sayanjitb
@sayanjitb 2 года назад
@@subhambairagi5642 isn't it just half of the system ram? So according to the 3rd point it should work.
@Shubhamm.k
@Shubhamm.k 2 года назад
Hello Harry Bhai, I'm Shubham Kaushik from Gurugram. Your courses are really awesome and career-building! We all are eagerly waiting for the full-fledged course of LINUX. Thanks a Bro :)
@abhinandanmaurya47
@abhinandanmaurya47 6 месяцев назад
What u do sir?
@sayakarar
@sayakarar 3 года назад
Time stamp: 37:46 ls -lart command lists all the directories in a list format along with the time of last modification, read and write permissions, permitted user access and total contents in each.
@theexplodingcube7873
@theexplodingcube7873 2 года назад
ls -a ?
@AbdulWahab-rl5uu
@AbdulWahab-rl5uu 2 года назад
@@theexplodingcube7873 it will show you current directory files list including hidden file
@manasranjanbehera6868
@manasranjanbehera6868 Год назад
Can I use Ubuntu 22
@shujajilani7496
@shujajilani7496 Год назад
@@manasranjanbehera6868 Yes
@daredevil6145
@daredevil6145 Год назад
is ls -lart and ls -l same??
@prabodhpatil-xd4nl
@prabodhpatil-xd4nl 3 месяца назад
best coding teacher in world i have seen i am just 11years old and i learn html,css,js,python,java
@shreekant8
@shreekant8 4 года назад
cool dude with pure hindi. Rare combination to see. Overall the video is nice.
@himanshu_rohil
@himanshu_rohil 3 года назад
Hello Harry Bhai, I'm Himanshu Rohil from Mumbai. Your courses are really awesome and career-building! We all are eagerly waiting for the full-fledged course of LINUX. Thanks a ton Bro :)
@s.d8756
@s.d8756 2 года назад
Hi Himanshu Rohli, I am S.D and I am from India. I think your name is misspelled. It should be "kohli" not "rohli"
@himanshu_rohil
@himanshu_rohil 2 года назад
@@s.d8756 hello! It's named correctly lol, don't worry. My surname is rohil only
@vikas3916
@vikas3916 2 года назад
@@himanshu_rohil hey what are you doing Himanshu?
@ajitsekhar2716
@ajitsekhar2716 3 года назад
ls -ltr file* : This command just list the contents of the current directory in the long listing format ( -l ), sorted by modification time ( -t ) in reverse order ( -r ) of all files and directories beginning with file* .
@PoojaVerma-vz5bn
@PoojaVerma-vz5bn 3 года назад
U can also use" ls -l" or " ll " its used for long listing files and dir
@vaibhavpandey3288
@vaibhavpandey3288 Год назад
cli = command line interface ,terminal is type of cli gui = graphical user interface ls command shows further nodes and lists the content of directory whereas pwd (print working directory) shows the current position/node / is called root node cd is chain directory which is follwed by the name of destination node eg /$ cd bin cd .. ( cd dot dot command) brings you back to prv node if we are writing any name of folder like downloads, then we can auto complete the nam by writing its name partially like "dow" and then pressing tab button mkdir command makes a new directory within the present working directory that you are currently in touch 1.txt command creates a new text file of name "1" in your current node mv 1.txt final/ this command moves 1.txt file to new node called final cp 2.txt final/ this command copies 2.txt from present position and posts in "final " node
@sharankumar917
@sharankumar917 4 года назад
Hey brother, thanks for sharing this Tutorial. As said, when are you going to upload the complete Linux Tutorial ? Will be a great help!
@muktarhossain1260
@muktarhossain1260 4 года назад
@Yousuf Ali no this is only terminal based tutorial we need more
@aryaninsync
@aryaninsync 3 года назад
@Yousuf Ali bhai tumhe sachme lagta hai linux 1hour ka hai course h
@nidhipachouri
@nidhipachouri 3 года назад
Sir what is complete Linux learning link I m watching from uk
@nausheensiddiqui8745
@nausheensiddiqui8745 2 года назад
@@nidhipachouri Wow you are so lucky to reside in UK.
@nileshdatkhile
@nileshdatkhile 5 лет назад
From- Pune(Maharashtra) You are brilliant keep it up bro 👍
@nishitjadiya
@nishitjadiya Год назад
Hello Harry Bhai, I'm Nishit Jadiya from Indore Your courses are really awesome and career-building! We all are eagerly waiting for the full-fledged course of LINUX. Thanks Bhai :)
@aaronstanley5867
@aaronstanley5867 Год назад
Great short little course for absolute beginners... completed smoothly!
@satyamdixit5916
@satyamdixit5916 5 лет назад
Bhai competitive programming or placement preparation se related videos....
@maskedpersonality
@maskedpersonality 5 лет назад
Abhi kya kr rhe ho bhai??
@TVFocusFuel365
@TVFocusFuel365 2 года назад
hows it possible for a person having these many skills and mastering them ,its a very huge thing to say thankyou harry bhaya for impacting millions of students teaching teaching all the resources they needed .thank you thanks a lot brother . Big Love from Hyderabad,Telangana
@hemanthreddy7335
@hemanthreddy7335 3 года назад
Dude, I made a joinBot that joins online classes automatically. Thanks to your python course and for explaining how to install Virtual Box. @CodewithHarry bro, keep up with the new ideas. Keep inspiring us.👍
@acidopcodes
@acidopcodes 3 года назад
Vai GitHub ka link dedo 😂
@raajthegamer
@raajthegamer 3 месяца назад
ls - lart :- l - long list a - include hidden files r - reverse order t - sort by time Gives you a full list with files in order by time of creation/last write with most recent file last in list.
@agyanshuvarshney6499
@agyanshuvarshney6499 3 года назад
Yes brother we want a full course on Linux(Ubuntu)
@aruntyagi6643
@aruntyagi6643 3 года назад
Bhai aaya kya full course Please link send kr do
@amanrajfr
@amanrajfr 3 года назад
Yes Bhai
@rakeshv8500
@rakeshv8500 3 года назад
Yes, sir we need full course for developing our linux skills
@cubingwithabhinav8517
@cubingwithabhinav8517 3 года назад
Kali Linux
@AvinashKumar-xj4sm
@AvinashKumar-xj4sm 2 года назад
Linux ka fayda jab windows hai to
@abhisekhmukherjee4408
@abhisekhmukherjee4408 5 лет назад
Eagerly waiting for your Linux complete course...your Teaching skill is way too good. Thank you Bhai.
@cricbolly3252
@cricbolly3252 3 года назад
La -lart show all hidden file(la) in reverse order(r) acc to time(t) Means the file which u create know you can view in the last of the list
@pradeepkrgupta4537
@pradeepkrgupta4537 Год назад
P K Gupta an educator by profession 1. Likes your way of presentation going into details by going from simple to complex in Hindi 2. I am a persistent user of Linux and need some more in-depth into linux
@mrdeath4446
@mrdeath4446 Год назад
Sir is unix and Linux same or different please tell me and i am not able to find any playlists on unix in yt please tell me where should I learn in unix operating system
@omideccan
@omideccan 3 года назад
Harry sir, when you will post Linux full tutorial.
@soofib1
@soofib1 3 года назад
You are doing great job by teaching us. You are great instructor .May god bless you . Thank you I m in USA my name is Nasir
@mohdazeem4834
@mohdazeem4834 2 года назад
Sir you are doing job in linux
@sajawalali6163
@sajawalali6163 Год назад
Hello harry Bhai i am sajawal Ali from Lahore, Pakistan your videos are awesome ❤️
@rahulagni9016
@rahulagni9016 2 года назад
Hello Harry Bhai, I'm Rahul agnihotri from bhopal. Your courses are really awesome and career-building! We all are eagerly waiting for the full-fledged course of LINUX. Thanks a Bro :)
@satvikchauhan3489
@satvikchauhan3489 2 года назад
i m also from bhopal near aura mall
@kanchangandhi1200
@kanchangandhi1200 3 года назад
chmod explanation was superb , got cleared all my doubts ! Thank you :-)
@rajeshhalder968
@rajeshhalder968 2 года назад
Right 👍 hello kanchan
@cold_messss
@cold_messss 11 месяцев назад
Harryyyy... thanku so much..u are truly Life saviour 😢i wanted to learn all this but was not getting how...now i know
@adityamukherjee3620
@adityamukherjee3620 3 года назад
Name : Aditya Mukherjee I am eagerly waiting for the course on linux.
@VS.VishalSharma
@VS.VishalSharma 4 года назад
Ls -a = shows hidden file Ls -l = Detailed file information Ls -r = Lists contents of the specified directory and all its sub-directories (recursive listing). Ls -t = i can't find it ☹️
@faisal98499
@faisal98499 5 месяцев назад
07:53 Linux is an open-source operating system that can be installed using VirtualBox on Windows. 15:46 Linux is an open source operating system with command line and graphical user interfaces. 23:39 Linux file system has a tree structure with the root node as the starting point. 31:32 Copying files using the cp command in Linux 39:25 Understanding absolute and relative paths in Linux 47:18 Commands for printing on the command line and creating files in Linux. 55:11 chmod calculator and changing file permissions using chmod 1:03:00 How to change password and use vim editor in Linux Crafted by Merlin AI.
@amankunwar4099
@amankunwar4099 4 года назад
kamal bhai aap hai harry please jaldi se hindi main linux ka full course upload karo
@amalgupta5095
@amalgupta5095 4 года назад
Sir. Very nice tutorial! Please inform whenever you are going to upload the complete Linux tutorial as you said. It would be very helpful.
@rk2342
@rk2342 Год назад
Hello sir, I'm Rinki from Delhi. I really love the way you explain it. Thank you ❤️ sir.
@ajittorane
@ajittorane 4 года назад
1)MS DOS,2) DATABASE MANAGEMENT WITH ACCESS, 3)CONFIGURING AND USING NETWORKS,4)INTERNET, AND 5) DESIGNING STATIC WEB PAGES PE VIDEO BANEYA SIR
@SureshKumar-dw1hm
@SureshKumar-dw1hm 3 года назад
I wish to join linux course. It was nice to go through this clip.
@vijaykumarr7535
@vijaykumarr7535 Месяц назад
it gives us the list of all the files and directories with the details like permissions, ownership, size etc.
@sadabaharsongs3425
@sadabaharsongs3425 4 года назад
ls lart : list long format including hidden files and 'r' mean list in reverse order and 't' short by date and time.
@sanketgaikwad3552
@sanketgaikwad3552 3 года назад
Thank you so much for covering everything from the beginning. Loved it !
@shahed3056
@shahed3056 Год назад
Linux full course badly needed brother
@syedabdulrahimk
@syedabdulrahimk Год назад
Thank you dada... it was an awesome course... I have completed word to word... thanks bro... ❤
@RiteshKumar-pp8zh
@RiteshKumar-pp8zh Год назад
Hello Harry Bhai I am Ritesh from Bihar. Thank you very much for your super support for making us learn.
@miniverma1924
@miniverma1924 4 года назад
Hi, My name is Mini Verma. Thank you for this video, it was really helpful. You mentioned about a full course of Linux, is it available. If yes, can I get the link for the same.
@ahadtricks4687
@ahadtricks4687 2 года назад
😂
@muhammadjunaid3193
@muhammadjunaid3193 3 месяца назад
1.ls -R (shows all folders and files) 2.ls -l (shows all the permissions) 3.ls -a (shows all hidden files) 4.list information about files and directories within the file system.
@VishalKumarMoulik
@VishalKumarMoulik 6 месяцев назад
Thankuu brother for this. yes i want full linux course..
@vinaygundu9867
@vinaygundu9867 2 месяца назад
very beautiful course . I really understood everything. Thanks Harry
@yashwantraomeshram9315
@yashwantraomeshram9315 Год назад
Yas ok Chhattisgarh se We want full course of linux👌👍👍👌
@sudipdas7363
@sudipdas7363 3 года назад
23:09 full paad diya
@sahilvashisht_0462
@sahilvashisht_0462 3 года назад
op brooo
@mrrksandhu3792
@mrrksandhu3792 3 года назад
😂😂😂😂😂💯👌
@sikandergalaadhvi
@sikandergalaadhvi Год назад
Bro please do make a Course on Linux, we all are waiting
@zen-x-football
@zen-x-football Год назад
lart command lists all the directories in a list format along with the time of last modification,read and write permission, permitted user access and total contents in each
@anchalmaurya5944
@anchalmaurya5944 4 года назад
Name: Anchal From: Mumbai
@sarfrazhasan207
@sarfrazhasan207 4 года назад
👍🏻👍🏻
@A2ZCreations123
@A2ZCreations123 4 года назад
👍👌
@A2ZCreations123
@A2ZCreations123 4 года назад
Bhupendra singh Chennai (TN)
@tusharlohar2520
@tusharlohar2520 4 года назад
@@sarfrazhasan207 muh mar suvar
@FreeFireGaming-vu6nc
@FreeFireGaming-vu6nc Год назад
Thank you Harry Bhai for all these courses.... I am Hammad from Multan, Pakistan. I want to enroll in your full fledge linux course.
@abdullahnisarg
@abdullahnisarg 4 года назад
Mera naam Abdullah he Mein Pakistan se hun😊
@pragyaa5371
@pragyaa5371 4 года назад
Ashutosh Char broooo
@babar2012
@babar2012 4 года назад
@Ashutosh Charan Beta kaya hoya daar gaaye
@rabiahmed7469
@rabiahmed7469 11 месяцев назад
I am from Pakistan your way of teaching is brilliant
@goyalakriti
@goyalakriti 5 лет назад
Name:- Akriti Gaurav address:- Bihar(Patna)
@diwakarjha8128
@diwakarjha8128 5 лет назад
Mai v Bihar se
@Globalapostilleservices
@Globalapostilleservices 5 лет назад
Mai v
@A2ZCreations123
@A2ZCreations123 4 года назад
7023096756
@dnyaneshwarmangrule8917
@dnyaneshwarmangrule8917 Год назад
Hello Harry bhai , I'm Dnyaneshwar Mang rule from Pune Maharashtra,your are really awesome teacher
@TheDecodedMatter
@TheDecodedMatter 2 месяца назад
Nice. Very helpful. Since, I have left windows for good and adopted Linux (Endeavour OS) as my main operating system, I wanted to learn some basics. Although, at this point I have been using Linux, but other distros like Ubuntu, Void, Endeavour and Manjaro. But I was not good enough in terminal. So I wanted to strengthen my basics.
@muzammilkhan9192
@muzammilkhan9192 Год назад
hey Hi Harry I'm Muzammil and I'm from Bhopal and... you are doing awesome :)
@AbhilashDasChoudhury
@AbhilashDasChoudhury Год назад
Love you Harry. Great teacher. Linux ka full video mene bahut dhunda mil nahi rha.
@abdulmateen7486
@abdulmateen7486 Год назад
i am watching all your videos relating to Cloud Computing.
@GITANJALISACHDEVA
@GITANJALISACHDEVA 6 месяцев назад
you are the best bro .............watching again all your videos.really worth it....explained very well.....................
@afaqueahmed9389
@afaqueahmed9389 8 месяцев назад
Yes brother, I want to take a course for linux
@ssgamer5705
@ssgamer5705 Год назад
Bro we really need linux tutorial pls make it
@developer_vishal
@developer_vishal Месяц назад
It's informative video bhaiya ❤
@PrathamMandal-hj7zo
@PrathamMandal-hj7zo Год назад
Yes sir, We want full course of Linux.
@arlashiva2046
@arlashiva2046 Год назад
Hello HARYY.. i am SHIVA BHARGAV I am from Telangana state. Mancherial THANK YOU so much for these videos🙏🙏🙏
@ali.swatian
@ali.swatian Год назад
Love and big respect from Pakistan, bro. Really good work.
@whitedevilwz8sl8bs6t
@whitedevilwz8sl8bs6t 2 месяца назад
Yes please give the full course
@madhavshorts661
@madhavshorts661 Год назад
Yes please, I want a full course of Linux
@Scribble.28
@Scribble.28 Год назад
I don't understand how people unlike this content, are they jealous
@raghavn24
@raghavn24 11 месяцев назад
must watch video in case you are beginner ......i am beginner and now i have completed
@spicy2602
@spicy2602 Год назад
Thank you very much bro. Waiting for complete course on linux.❤️
@abhishekrathor1749
@abhishekrathor1749 11 месяцев назад
2023 me bhi next level help full h ❣❣❣
@sabinapathak-dn4qk
@sabinapathak-dn4qk Год назад
my name is sabina pathak from nepal. your all videos support me always
@harvi_singh4
@harvi_singh4 7 месяцев назад
Hey sir, I am watching this video now ( after 4 year), is this till useful for me. And I am Harvi singh from Hisar, Haryana. 😇
@Edgy-u5y
@Edgy-u5y 5 месяцев назад
Aditya Tonk Dehradun You are helping us for real
@6-Starry-Nights
@6-Starry-Nights 8 месяцев назад
Hello @CodewithHarry, The video was awesome covering the basics for beginners. Waiting for the full course of Linux :)
@ExeVinxYt
@ExeVinxYt Год назад
The 'ls -lrt' command stands for “list in long format, reverse sorted by modification time
@ruchisingh6564
@ruchisingh6564 Год назад
your explanation is best but in Linux for non it students unable to understand
@krishnamohanmandal1676
@krishnamohanmandal1676 Год назад
Great video, I learned a lot from this Thank you Harry bhai...
@AkashPrajapati-f8h
@AkashPrajapati-f8h 10 месяцев назад
Akash Prajapati from Mumbai 😊😊
@salfordqoutes1719
@salfordqoutes1719 7 месяцев назад
hi. I'm from Pakistan and i start your python 100 day challenge . love from Pakistan bro
@ZaherruddinShaik
@ZaherruddinShaik 2 месяца назад
ویڈیو اچہی تہی۔ معلومات میں اصافہ ہواہ۔ 👌👋🔚🌻🌸۔۔
@jayeshyedge7171
@jayeshyedge7171 Год назад
What programming languages should I learn before starting Linux?
@ushabothra7912
@ushabothra7912 9 месяцев назад
How come you load the image..doing according to your instruction but not working..am from Daman…thanks a lot ..great teacher..
@ashishdudeja7436
@ashishdudeja7436 Год назад
Hi Harry your a zabardast tutor well would request to share the new course of Linux for beginners like me. Also having following question let me know if i can refer any your video for this Cat Less More Head Tail Grep Egrep PS Cp SCP Mv Rm Curl Ping Telnet Idea how crontab works For db part Abit abt select, insert, update, delete queries Diff between drop truncate n delete Index procedures cursors partitions etc
@zohaibali5020
@zohaibali5020 Год назад
Thanks 🙏 bro I'm zohaib Ali from karachi Pakistan
@user-lw8hx6mx2b
@user-lw8hx6mx2b Год назад
Rehan shaikh solapur महाराष्ट्र
@mr.bhanndkjee2269
@mr.bhanndkjee2269 7 месяцев назад
I'm Interested In Learning About Linux, But I'm Not Familiar With Coding And Command Stuff. You Mentioned That Linux Can Be User-Friendly Like Other Operating Systems. However, I Found It Really Challenging In Your Video Due To The Need For Commands. Is It Possible To Perform All The Tasks I Can Do On Windows Without Any Coding Knowledge On Linux? If Not, Then I Assume Linux Is A Completely Useless Operating System For Regular Users With No Coding Experience.
@AP-rk8tg
@AP-rk8tg Год назад
my name is ayyu pawar I'm from Karnataka Hubli love you bhaiya ♥️
@pratiktakmoge49
@pratiktakmoge49 Год назад
Hello sir. My self pratik takmoge from Marathwada . Sir main Linux shikhna chahta hun
@balakrishnavaidyanathan8572
I am balakriahna from Bangalore I like your video
@priyanshudagar-dl3pl
@priyanshudagar-dl3pl Год назад
Yes we want to join Linux full course
@KrishanKumar-e2f
@KrishanKumar-e2f Год назад
Yes sir, I want full course of linux
@DeekshaRanjan-e9r
@DeekshaRanjan-e9r Год назад
Yes I want to join Linux course
@bikashbisoyi88
@bikashbisoyi88 2 месяца назад
Hi Harry, Could you please provide full Linux course video link?
@janmejaysahoo9222
@janmejaysahoo9222 Год назад
From Bhubaneswar, Odisha
Далее
100+ Linux Things you Need to Know
12:23
Просмотров 1,1 млн
Numpy Tutorial in Hindi
56:18
Просмотров 926 тыс.
ДЕНЬ УЧИТЕЛЯ В ШКОЛЕ
01:00
Просмотров 790 тыс.
Самая сложная маска…
00:32
Просмотров 1,2 млн
Complete CyberSecurity Roadmap 2024 (Beginner's Guide)
15:04
50 Linux Commands Every Developer Must Know 🔥
40:32
Просмотров 258 тыс.
The mind behind Linux | Linus Torvalds | TED
21:31
What is Docker? Simply Explained by Shradha Ma'am
19:32
The Linux Experience
31:00
Просмотров 1 млн