9:30 there is a mistake. The command: grep -v "main" * | wc -l does not count the number of files that does not contain the word main. It counts the number of lines within these files that does not containt the word main. The number is much smaller because you deleted the "r" flag reducing the number of file processed.
+Šimon Hrabec Thanks Simon for your feedback. I am excited to share that we have launched an android app for our youtube channel and a dedicated website to linux tutorials. Now you can access your favorite Linux tutorial on android app as well. You can access the ppt from android app. Following is the first look. Please download and share your feedback. Google Play Store Url:- Android App:- play.google.com/store/apps/details?id=com.invensini.UTL Linux Website:- www.linuxpull.com Please download and rate 5 star and comment for encouraging us. Now, That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
Hello, i was practicing some regular expressions and i was wondering if you could help me find the words with longest sequence of consonants in a row that appear in a text file? Any help would be great thanks.
Jason Lucka Hi Jason, Sorry for the late reply. Very quickly you can make something on these line:- tr 'a-z' 'A-Z' < 1.txt | tr -sc 'BCDFGHJKLMNPQRSTVWXYZ' '\012' | awk '{ if (x < length()) {x = length(); z=$0}} END { print "maximum line length is :" x,"word is:" z }' 1.txt is your input file name. Try and share your feedback.
Jason Lucka Important notification: Linux Tutorials Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe. (PlayList) th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html (Channel) th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
+Linux Tutorial I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:- play.google.com/store/apps/details?id=com.invensini.UTL Features:- 1. Linux/Unix Video Tutorials 2. Quick References 3. Linux/Unix Video Playlist. 4. Weekly Linux Video Topics are added 5. Regular updates in Quick Reference Section 6. Weekly addition in the Video Playlist 7. Share application on social networking sites. 8. You can share feedback or queries on the mail-id given in the feedback section. 9. Easy Design to access video or any information swiftly. 10 Material Design with tone down approach apt for students & learning partners. Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
Hi I have one query if if we have three different servers on aws and windows platform. For example- config1.platform1.server1=“Amazon” Config1.platform1.server2=“google” And their respective api files will be there like Config1.platform1.server1.api=“Amazon api” Config1.platform1.server2.api=“googleapi” Then how to grep all servers name from the file
I've downloaded grep on Windows, 32-bit Packard Bell, but I don't know what to do after, since there's no program to enter. And using the laptop's command prompt or even Python's does not recognize Grep.
hello, 13. To list the name of the files alone, we need to use lower case " l " (l for lion) not upper case 'I' (I for ice). If I want to list the name of the files containing the word teacher with case insensitive search, I should use the command grep -il 'teacher' *.txt
Vinod m v Thanks for your feedback. Please subscribe to the tutorial for update notification. You can watch other video tutorials at @channel/UCpVwxSsr4nzO2L_RndO74uw. We are working on the updates
Vinod m v Important notification: Linux Tutorials Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe. (PlayList) th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html (Channel) th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
+Linux Tutorial I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:- play.google.com/store/apps/details?id=com.invensini.UTL Features:- 1. Linux/Unix Video Tutorials 2. Quick References 3. Linux/Unix Video Playlist. 4. Weekly Linux Video Topics are added 5. Regular updates in Quick Reference Section 6. Weekly addition in the Video Playlist 7. Share application on social networking sites. 8. You can share feedback or queries on the mail-id given in the feedback section. 9. Easy Design to access video or any information swiftly. 10 Material Design with tone down approach apt for students & learning partners. Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
Rebecca becky Important notification: Linux Tutorials Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe. (PlayList) th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html (Channel) th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
+Linux Tutorial I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:- play.google.com/store/apps/details?id=com.invensini.UTL Features:- 1. Linux/Unix Video Tutorials 2. Quick References 3. Linux/Unix Video Playlist. 4. Weekly Linux Video Topics are added 5. Regular updates in Quick Reference Section 6. Weekly addition in the Video Playlist 7. Share application on social networking sites. 8. You can share feedback or queries on the mail-id given in the feedback section. 9. Easy Design to access video or any information swiftly. 10 Material Design with tone down approach apt for students & learning partners. Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
Saket Agarwal Important notification: Linux Tutorials Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe. (PlayList) th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html (Channel) th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
+Linux Tutorial I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:- play.google.com/store/apps/details?id=com.invensini.UTL Features:- 1. Linux/Unix Video Tutorials 2. Quick References 3. Linux/Unix Video Playlist. 4. Weekly Linux Video Topics are added 5. Regular updates in Quick Reference Section 6. Weekly addition in the Video Playlist 7. Share application on social networking sites. 8. You can share feedback or queries on the mail-id given in the feedback section. 9. Easy Design to access video or any information swiftly. 10 Material Design with tone down approach apt for students & learning partners. Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
1. Consider the following sequence of commands: grep main a.c b.c c.c > grepout &: we -1 < grepout &: rm grepout &: The ampersand ("&") at the end of each command line informs the shell to run the command in the background, and it can execute each command line in Parallel. Why is this not equivalent to the following command line? grep main a.c b.c c.c I we -1
Atakan Important notification: Linux Tutorials Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe. (PlayList) th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html (Channel) th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
+Linux Tutorial I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:- play.google.com/store/apps/details?id=com.invensini.UTL Features:- 1. Linux/Unix Video Tutorials 2. Quick References 3. Linux/Unix Video Playlist. 4. Weekly Linux Video Topics are added 5. Regular updates in Quick Reference Section 6. Weekly addition in the Video Playlist 7. Share application on social networking sites. 8. You can share feedback or queries on the mail-id given in the feedback section. 9. Easy Design to access video or any information swiftly. 10 Material Design with tone down approach apt for students & learning partners. Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
Thanks for your valuable feedback. Please subscribe to the tutorial for update notification. You can watch other video tutorials at th-cam.com/channels/pVwxSsr4nzO2L_RndO74uw.html
Mandar Gogate Important notification: Linux Tutorials Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe. (PlayList) th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html (Channel) th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
+Linux Tutorial I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:- play.google.com/store/apps/details?id=com.invensini.UTL Features:- 1. Linux/Unix Video Tutorials 2. Quick References 3. Linux/Unix Video Playlist. 4. Weekly Linux Video Topics are added 5. Regular updates in Quick Reference Section 6. Weekly addition in the Video Playlist 7. Share application on social networking sites. 8. You can share feedback or queries on the mail-id given in the feedback section. 9. Easy Design to access video or any information swiftly. 10 Material Design with tone down approach apt for students & learning partners. Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
Rishabh Gupta Important notification: Linux Tutorials Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe. (PlayList) th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html (Channel) th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
+Linux Tutorial I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:- play.google.com/store/apps/details?id=com.invensini.UTL Features:- 1. Linux/Unix Video Tutorials 2. Quick References 3. Linux/Unix Video Playlist. 4. Weekly Linux Video Topics are added 5. Regular updates in Quick Reference Section 6. Weekly addition in the Video Playlist 7. Share application on social networking sites. 8. You can share feedback or queries on the mail-id given in the feedback section. 9. Easy Design to access video or any information swiftly. 10 Material Design with tone down approach apt for students & learning partners. Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
+ADGHero I am excited to share that we have launched an android app for our youtube channel and a dedicated website to linux tutorials. Now you can access your favorite Linux tutorial on android app as well. You can access the ppt from android app. Following is the first look. Please download and share your feedback. Google Play Store Url:- Android App:- play.google.com/store/apps/details?id=com.invensini.UTL Linux Website:- www.linuxpull.com Please download and rate 5 star and comment for encouraging us. Now, That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
Sorry but you don't explain the result clearly. Might be good for experts but those who are learning can't get the full benefits. Make even short tutorials but explain nicely the expression and the result one by one. And also turn off the music please if don't mind. Thanks
+Andrew Austin Thanks Andrew for your feedback. I am excited to share that we have launched an android app for our youtube channel and a dedicated website to linux tutorials. Now you can access your favorite Linux tutorial on android app as well. You can access the ppt from android app. Following is the first look. Please download and share your feedback. Google Play Store Url:- Android App:- play.google.com/store/apps/details?id=com.invensini.UTL Linux Website:- www.linuxpull.com Please download and rate 5 star and comment for encouraging us. Now, That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
great video with nice examples just background music is distracting
The music is distracting.
9:30 there is a mistake. The command:
grep -v "main" * | wc -l
does not count the number of files that does not contain the word main. It counts the number of lines within these files that does not containt the word main.
The number is much smaller because you deleted the "r" flag reducing the number of file processed.
+Šimon Hrabec
Thanks Simon for your feedback. I am excited to share that we have launched an android app for our youtube channel and a dedicated website to linux tutorials. Now you can access your favorite Linux tutorial on android app as well. You can access the ppt from android app. Following is the first look. Please download and share your feedback.
Google Play Store Url:-
Android App:-
play.google.com/store/apps/details?id=com.invensini.UTL
Linux Website:-
www.linuxpull.com
Please download and rate 5 star and comment for encouraging us. Now, That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
@@linuxtutorial8255 not able to find your app
Hello, i was practicing some regular expressions and i was wondering if you could help me find the words with longest sequence of consonants in a row that appear in a text file?
Any help would be great thanks.
Jason Lucka
Hi Jason,
Sorry for the late reply. Very quickly you can make something on these line:-
tr 'a-z' 'A-Z' < 1.txt | tr -sc 'BCDFGHJKLMNPQRSTVWXYZ' '\012' | awk '{ if (x < length()) {x = length(); z=$0}} END { print "maximum line length is :" x,"word is:" z }'
1.txt is your input file name.
Try and share your feedback.
Jason Lucka
Important notification: Linux Tutorials
Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe.
(PlayList)
th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html
(Channel)
th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
+Linux Tutorial
I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:-
play.google.com/store/apps/details?id=com.invensini.UTL
Features:-
1. Linux/Unix Video Tutorials
2. Quick References
3. Linux/Unix Video Playlist.
4. Weekly Linux Video Topics are added
5. Regular updates in Quick Reference Section
6. Weekly addition in the Video Playlist
7. Share application on social networking sites.
8. You can share feedback or queries on the mail-id given in the feedback section.
9. Easy Design to access video or any information swiftly.
10 Material Design with tone down approach apt for students & learning partners.
Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
What the heck is this loud irrelevant music? What made you think the music on this topic is interesting ?
it's been put there to compensate for his shitty fake accent.
Hi I have one query if if we have three different servers on aws and windows platform. For example- config1.platform1.server1=“Amazon”
Config1.platform1.server2=“google”
And their respective api files will be there like
Config1.platform1.server1.api=“Amazon api”
Config1.platform1.server2.api=“googleapi”
Then how to grep all servers name from the file
I've downloaded grep on Windows, 32-bit Packard Bell, but I don't know
what to do after, since there's no program to enter. And using the
laptop's command prompt or even Python's does not recognize Grep.
Content is good. The presentation would be even good without background music.
grep is a very effective linux/unix command. it was a very effective tutorial.
A less-awkward word to use in place of "hyphen" is "dash". Try it. Especially when showcasing CLI stuff.
hello,
13. To list the name of the files alone, we need to use lower case " l " (l for lion) not upper case 'I' (I for ice).
If I want to list the name of the files containing the word teacher with case insensitive search, I should use the command
grep -il 'teacher' *.txt
How to download that ppt, you explained
Very useful topic. But what with a music. Why do you need it? It is the only interfering here. Your voice shall be much louder than a music.
The music is too loud and there are parts where I can't understand what you say. But the lesson is good
Whenever the demonstrator has a thick accent, they should always look into providing subtitles/cc as well.
Everyone will be happier.
what can we understood r u giving gud comment or bad.
nice tutorial..waiting for more as like this...
J
Great work. Keep doing. Expecting more videos.
Thanks a ton Vinod. Soon I will be adding more video tutorials.
Vinod m v
Thanks for your feedback. Please subscribe to the tutorial for update notification. You can watch other video tutorials at @channel/UCpVwxSsr4nzO2L_RndO74uw. We are working on the updates
Vinod m v
Important notification: Linux Tutorials
Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe.
(PlayList)
th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html
(Channel)
th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
+Linux Tutorial
I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:-
play.google.com/store/apps/details?id=com.invensini.UTL
Features:-
1. Linux/Unix Video Tutorials
2. Quick References
3. Linux/Unix Video Playlist.
4. Weekly Linux Video Topics are added
5. Regular updates in Quick Reference Section
6. Weekly addition in the Video Playlist
7. Share application on social networking sites.
8. You can share feedback or queries on the mail-id given in the feedback section.
9. Easy Design to access video or any information swiftly.
10 Material Design with tone down approach apt for students & learning partners.
Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
what the sheet video
Thank you. simple quick and well explained
how to execute these commands in windows software
this is great stuff - thank you for sharing your knowledge
this is very useful .can you share the ppt file
Great lecture...thank you sir.
Rebecca becky
Important notification: Linux Tutorials
Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe.
(PlayList)
th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html
(Channel)
th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
+Linux Tutorial
I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:-
play.google.com/store/apps/details?id=com.invensini.UTL
Features:-
1. Linux/Unix Video Tutorials
2. Quick References
3. Linux/Unix Video Playlist.
4. Weekly Linux Video Topics are added
5. Regular updates in Quick Reference Section
6. Weekly addition in the Video Playlist
7. Share application on social networking sites.
8. You can share feedback or queries on the mail-id given in the feedback section.
9. Easy Design to access video or any information swiftly.
10 Material Design with tone down approach apt for students & learning partners.
Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
PLEASE don't include a background sound next time
nice wrk put ahead ...thanks a lot... :)
Saket Agarwal
Important notification: Linux Tutorials
Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe.
(PlayList)
th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html
(Channel)
th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
+Linux Tutorial
I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:-
play.google.com/store/apps/details?id=com.invensini.UTL
Features:-
1. Linux/Unix Video Tutorials
2. Quick References
3. Linux/Unix Video Playlist.
4. Weekly Linux Video Topics are added
5. Regular updates in Quick Reference Section
6. Weekly addition in the Video Playlist
7. Share application on social networking sites.
8. You can share feedback or queries on the mail-id given in the feedback section.
9. Easy Design to access video or any information swiftly.
10 Material Design with tone down approach apt for students & learning partners.
Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
really amazing examples....
gud job...keep it up..
nice explanation
1. Consider the following sequence of commands:
grep main a.c b.c c.c > grepout &:
we -1 < grepout &:
rm grepout &:
The ampersand ("&") at the end of each command line informs the shell to run the
command in the background, and it can execute each command line in Parallel. Why
is this not equivalent to the following command line?
grep main a.c b.c c.c I we -1
I like d simplecity of tutorial
Nice upload! :D
Super sir
This video needs to be a little louder, I'm having trouble hearing it.
great tutorials buy why an unnecessary distracting music in background?..
Atakan
Important notification: Linux Tutorials
Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe.
(PlayList)
th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html
(Channel)
th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
+Linux Tutorial
I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:-
play.google.com/store/apps/details?id=com.invensini.UTL
Features:-
1. Linux/Unix Video Tutorials
2. Quick References
3. Linux/Unix Video Playlist.
4. Weekly Linux Video Topics are added
5. Regular updates in Quick Reference Section
6. Weekly addition in the Video Playlist
7. Share application on social networking sites.
8. You can share feedback or queries on the mail-id given in the feedback section.
9. Easy Design to access video or any information swiftly.
10 Material Design with tone down approach apt for students & learning partners.
Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
Good One !
Thanks for your valuable feedback. Please subscribe to the tutorial for update notification. You can watch other video tutorials at th-cam.com/channels/pVwxSsr4nzO2L_RndO74uw.html
Mandar Gogate
Important notification: Linux Tutorials
Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe.
(PlayList)
th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html
(Channel)
th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
+Linux Tutorial
I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:-
play.google.com/store/apps/details?id=com.invensini.UTL
Features:-
1. Linux/Unix Video Tutorials
2. Quick References
3. Linux/Unix Video Playlist.
4. Weekly Linux Video Topics are added
5. Regular updates in Quick Reference Section
6. Weekly addition in the Video Playlist
7. Share application on social networking sites.
8. You can share feedback or queries on the mail-id given in the feedback section.
9. Easy Design to access video or any information swiftly.
10 Material Design with tone down approach apt for students & learning partners.
Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
very good
music is distracting :(. Often your messages were lost.
nice..thanks
Rishabh Gupta
Important notification: Linux Tutorials
Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe.
(PlayList)
th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html
(Channel)
th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
+Linux Tutorial
I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:-
play.google.com/store/apps/details?id=com.invensini.UTL
Features:-
1. Linux/Unix Video Tutorials
2. Quick References
3. Linux/Unix Video Playlist.
4. Weekly Linux Video Topics are added
5. Regular updates in Quick Reference Section
6. Weekly addition in the Video Playlist
7. Share application on social networking sites.
8. You can share feedback or queries on the mail-id given in the feedback section.
9. Easy Design to access video or any information swiftly.
10 Material Design with tone down approach apt for students & learning partners.
Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
i like the music
fantastic
Turn to linux first man!
Wait a second! This isnt game grumps?
+ADGHero
I am excited to share that we have launched an android app for our youtube channel and a dedicated website to linux tutorials. Now you can access your favorite Linux tutorial on android app as well. You can access the ppt from android app. Following is the first look. Please download and share your feedback.
Google Play Store Url:-
Android App:-
play.google.com/store/apps/details?id=com.invensini.UTL
Linux Website:-
www.linuxpull.com
Please download and rate 5 star and comment for encouraging us. Now, That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
+Linux Tutorial Not until I get my new Grepstep Mixtape!
+Linux Tutorial Not until I get my new Grepstep Mixtape!
Why are you using Windows to show Linux Tutorials?
thanx
I grep
not grep
grep
Sorry but you don't explain the result clearly. Might be good for experts but those who are learning can't get the full benefits. Make even short tutorials but explain nicely the expression and the result one by one. And also turn off the music please if don't mind. Thanks
Before you learn how to grep, you must first understand the meaning of not so grep. Then and only then can you become a grep gramp.
Why this annoying and distraction music in the background ????
the music... duuuuude -_-
This guy sounds like an IRS scammer.
yes. he does that in part time
Please don't add music
are learning music or linux.
i like the music. thanks for your effort. good explanation!
Uploader logic - "I don't know how to speak English, so i will put music on top of my voice so no one can understand me"
indian guy in the video trying hard to sound like american. lol :-D
irritating music
ECH
+Andrew Austin
Thanks Andrew for your feedback. I am excited to share that we have launched an android app for our youtube channel and a dedicated website to linux tutorials. Now you can access your favorite Linux tutorial on android app as well. You can access the ppt from android app. Following is the first look. Please download and share your feedback.
Google Play Store Url:-
Android App:-
play.google.com/store/apps/details?id=com.invensini.UTL
Linux Website:-
www.linuxpull.com
Please download and rate 5 star and comment for encouraging us. Now, That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
sorry but you can't explain.