LINUX TIPS and TRICKS | Linux ShortCuts You Must Know | MPrashant

  Рет қаралды 21,683

M Prashant

M Prashant

Күн бұрын

#mprashant #linux #linux_tips_tricks
Linux Tips and Tricks in Hindi
00:00 Intro
00:25 Case1 - Tab for autocompletion
01:40 Case2 - How to switch to last working dir
02:24 Case3 - Running multiple commands in single line
02:53 Case4 - How to read big/large files
04:15 Case5 - Empty a file without deleting it
05:21 Case6 - Live monitoring of messages from a file using tail -f
08:14 Case7 - How to record all the commands executed on terminal in a file
11:00 Case8 - How to use calculator in linux
11:50 Case9 - How to move cursor to start or end of a command
12:43 Case10 - Shortcut to clear terminal and redo
13:42 Case11 - How to revers search for a command executed in past
14:51 Case12 - Shortcut to clear the screen in Linux
15:16 Case13 - Delete one character from starting
15:40 Case14 - Shortcut to switch to Home directory
16:58 Case15 - History command in Linux
-------------------------------------------------------------------------------------------------------------
ubuntu tips and tricks
Linux shortcuts
linux tips
15 linux tips and tricks
linux tricks
bash history
command history
linux terminal
linux commands for beginners
-----------------------------------------------------------------------------
Hello dosto,
In this video I have covered 15 Linux Tips, Tricks and Shortcuts which is very useful for our day to day task.
Below are the 15 cases/examples I have covered in this video
Case1:
Tab for autocompletion
Suppose you want to go to directory cd /home/paul/tutorials
we can use Tab for autocompletion which will speed up your task and reduce chances of error
Case2:
Switch to the last working directory cd -
cd /etc/nginx
Case3:
Running multiple commands in one line using ;
$command1; command2; command3
Example: whoami; pwd;
Command1 && Command2 (2 will run only if 1 was successful)
Case4:
To read big files cat is not a good option, better to use less
cat csv
less csv, we can easily search and navigate, go to top and end of the file
Case5:
Empty a file without deleting it: filename
testfile
If we need to empty this file we can use the above method
Case6
tail -f | grep "error" for live monitoring file with given text
we can give example with sudo tail -f
Case7
To record all the commands executed in a script
$script - then perform all the tasks - Ctrl+D to stop the script
If your trainer, boss, collegue teach you a process then we can record it using this
Case8
Terminal as calculator
bc -l
Case9
Ctrl + a: to move cursor to the start
Ctrl + e: to move the cursor to end
Case10
Ctrl + u: To clear the terminal
Ctrl + y: To redo commands in the terminal
Case11
Ctrl + r: Reverse search for the commands we ever used
Case12
Ctrl + l: Clear screen
Case13
Ctrl + d: To delete one character at a time from starting (opp of backspace)
Case14
cd ~ :Switch the path to home directory
Case15
history command to see all the commands executed frequently
-----------------------------------------------------------------------------------------------------------
linux tricks
tips and tricks
16 linux tips and tricks
linux tips and tricks
ubuntu tips and tricks
linux tips
things you didnt know
top 3 linux tips
linux short cuts
linux tips you must know
tips and tricks for linux
Learn Linux
command-line tricks
15 examples
linux commands for beginners
linux terminal
linux command line tutorial
history
command history
bash history
15 Linux Tips
Tricks & Shortcut To Make Your Work Life Easier and Being More Productive

Пікірлер: 82
@tgrvision8492
@tgrvision8492 Жыл бұрын
Great video sir....keep it up... Eagerly waiting for basic linux to Advance linux series...!🙏🙏🙏
@MPrashant
@MPrashant Жыл бұрын
thanks! sure :)
@akhileshprajapati8358
@akhileshprajapati8358 Жыл бұрын
Hey Prashant... I'm expecting part 2 of this video... Really helpful..
@MPrashant
@MPrashant Жыл бұрын
thanks, I will try to make part 2
@BioInfomagician
@BioInfomagician Жыл бұрын
Script command too much helpful can’t explain. I’m speechless 🍫❤
@MPrashant
@MPrashant Жыл бұрын
Glad it was helpful!
@hemantkakade4640
@hemantkakade4640 Жыл бұрын
Thank you for the video👌🙌👍
@MPrashant
@MPrashant Жыл бұрын
My pleasure :)
@ramesharvind100
@ramesharvind100 Жыл бұрын
very helpful.thanks
@MPrashant
@MPrashant Жыл бұрын
Glad it was helpful!
@shahidpervaiz4776
@shahidpervaiz4776 Жыл бұрын
Awesome 👏
@MPrashant
@MPrashant Жыл бұрын
Thanks 🤗
@user-ch6ff3ts5s
@user-ch6ff3ts5s 7 ай бұрын
Thanks for your tips and tricks but can you make a video on how to extend partition which is not on lvm.
@playwithlinux
@playwithlinux Жыл бұрын
Enjoyed the whole video even after knowing many commands. Bro you are really teaching very well keep it up. My best wishes for your success ❤️❤️✨
@MPrashant
@MPrashant Жыл бұрын
Thank you so much for feedback and wishes :)
@MrVeeru87
@MrVeeru87 Жыл бұрын
Hai bro, Thanks for your tips..... for the case 9 we can use home & end buttons on keyboard, to move cursor to the start & end..🤝🤝🤝
@MPrashant
@MPrashant Жыл бұрын
Glad you like it. For case9 Yeah you are right,
@pragnagodavarthi4565
@pragnagodavarthi4565 Жыл бұрын
Sir.very very helpful your videos sir......
@MPrashant
@MPrashant Жыл бұрын
Thanks and welcome!
@santanupuhan1259
@santanupuhan1259 7 ай бұрын
❤Thank you
@MPrashant
@MPrashant 7 ай бұрын
Welcome!
@MrVeeru87
@MrVeeru87 Жыл бұрын
I like the script command. It's very useful 😀😀
@MPrashant
@MPrashant Жыл бұрын
Glad to hear that!
@70804sandesh
@70804sandesh Жыл бұрын
U can also use pipe grep in history command to search particular commands history.
@MPrashant
@MPrashant Жыл бұрын
yeah right!
@prashantgabhane454
@prashantgabhane454 Жыл бұрын
Thanks sir ji 😃🙏💥💥💥
@MPrashant
@MPrashant Жыл бұрын
Welcome :)
@sureshmadabatthula5848
@sureshmadabatthula5848 4 ай бұрын
You are simply superb bro. Please do videos on Kubernetes
@MPrashant
@MPrashant 4 ай бұрын
I have made one video on kubernetes - kzbin.info/www/bejne/qHPIqnt6gLGJp68
@sahilchauhan8366
@sahilchauhan8366 Жыл бұрын
👌👌
@abhijitdash8084
@abhijitdash8084 Жыл бұрын
Love you bro. AK real time projects bi banao, please...soo that we will know how linux use in companies.
@MPrashant
@MPrashant Жыл бұрын
Thank you bro Sure more videos will be posted
@amolkachare4586
@amolkachare4586 Жыл бұрын
Grand thanks sir😁🙏
@MPrashant
@MPrashant Жыл бұрын
Welcome 😀
@amolkachare8191
@amolkachare8191 Жыл бұрын
@@MPrashant sir i have many doubt in shell scripting... How to contact you
@chinmayamahapatra6797
@chinmayamahapatra6797 Жыл бұрын
Aswm bro really I'm appreciate
@MPrashant
@MPrashant Жыл бұрын
Thank you 😊
@swamivivekananda-cyclonicm8781
@swamivivekananda-cyclonicm8781 Жыл бұрын
Nice video
@MPrashant
@MPrashant Жыл бұрын
Thanks
@santoshaavula8535
@santoshaavula8535 Жыл бұрын
Please do video a trouble shutting issue in httpd Apache and fast CGI mode
@rishiraj2548
@rishiraj2548 Жыл бұрын
👍👍
@sujeetchauhan5038
@sujeetchauhan5038 Жыл бұрын
All command are usefull
@MPrashant
@MPrashant Жыл бұрын
Glad to hear that
@sharangouudapatil3491
@sharangouudapatil3491 Жыл бұрын
Hi Prashant thanks for uploading Linux tutorial videos ..so can please start the tutorial on Devops
@MPrashant
@MPrashant Жыл бұрын
Sure I will try to make videos on DevOps too :)
@Nehakhan-uf6rh
@Nehakhan-uf6rh Жыл бұрын
Hello Prashant Please make video on SMTP mails server from starting to end if possible also try to explain about sendgrid
@MPrashant
@MPrashant Жыл бұрын
Sure I will try!
@_motivationtalks_
@_motivationtalks_ Жыл бұрын
Bhaiya plz add all linux videos in your Linux playlist and that should reflect old to new (top to bottom) that will be very helpful to learn fron scratch
@MPrashant
@MPrashant Жыл бұрын
Here is the link of Playlist :) kzbin.info/www/bejne/pnXVY2mwm5mksJY
@voiceyouthdontignore7581
@voiceyouthdontignore7581 Жыл бұрын
@@MPrashant FLAG BTATE KYU NAI HO SELLINUX-P YE P HAI KYA YAR FLAG BTA DO SELINIX-P ME P KYA HAI
@abhijaat9944
@abhijaat9944 Жыл бұрын
Puri video useful hai guruji .. Bas aap linux interview questions ki pdf ya video bana do with answer please 🥺
@MPrashant
@MPrashant Жыл бұрын
Next video is on Interview questions only, we will be starting with basics to advance in series of videos
@tgrvision8492
@tgrvision8492 Жыл бұрын
Eagerly waiting this series....🙏
@user-uz9hj4nc1m
@user-uz9hj4nc1m Ай бұрын
which terminal or tool you are using to practice these linux commands?
@MPrashant
@MPrashant Ай бұрын
git bash
@nikhilbhoyar971
@nikhilbhoyar971 Жыл бұрын
Bhai linux certification krna he kaha se Pdhe ek path batao
@48h1
@48h1 Ай бұрын
Bro en sab ke notes kaha milenge ?
@surajjha2900
@surajjha2900 Жыл бұрын
Make video on LVM
@MPrashant
@MPrashant Жыл бұрын
Added in my list, will try to make one soon!
@govindverma1324
@govindverma1324 28 күн бұрын
Ye wo wala bc nahi hai 😂 Btw, really informative thank you dost
@MPrashant
@MPrashant 28 күн бұрын
Most welcome 😊
@linuxhacked4639
@linuxhacked4639 Жыл бұрын
Please help I am so canfuse Shell script code file how to create exe frozen file
@MPrashant
@MPrashant Жыл бұрын
Sorry no idea on that..
@simranbanwait
@simranbanwait Жыл бұрын
🙏🙏🙏🙏🙏🙏🙏
@MPrashant
@MPrashant Жыл бұрын
😀
@shubhamchobharkar5648
@shubhamchobharkar5648 Жыл бұрын
Plezzz vedio on sql
@MPrashant
@MPrashant Жыл бұрын
sure, working on it
@chinmayamahapatra6797
@chinmayamahapatra6797 Жыл бұрын
Bro doy you have all questions section pdf can you put it all 60 and 70 questions pdf to the description
@MPrashant
@MPrashant Жыл бұрын
Sure
@grafi4695
@grafi4695 Жыл бұрын
sir we can upload raid levels video sir
@MPrashant
@MPrashant Жыл бұрын
I will try
@arunavasarkar1000
@arunavasarkar1000 11 ай бұрын
cp ~
@Manishabhardwaj747
@Manishabhardwaj747 Жыл бұрын
Aap ko AIX ki bhi knowledge h
@MPrashant
@MPrashant Жыл бұрын
Nope
@Manishabhardwaj747
@Manishabhardwaj747 Жыл бұрын
Linux all videos nhi h
@Manishabhardwaj747
@Manishabhardwaj747 Жыл бұрын
Basic Unix basic Linux h
@MPrashant
@MPrashant Жыл бұрын
Yeah for now With time you will see advanced topics as well
@Manishabhardwaj747
@Manishabhardwaj747 Жыл бұрын
Ok thank you 😊
@kumartomarji
@kumartomarji Жыл бұрын
Script
@MPrashant
@MPrashant Жыл бұрын
✌️
@harmeshcapt7722
@harmeshcapt7722 Жыл бұрын
Hello sir ...how to connect with you...except insta... There is no mail addres in your bio ... I need to talk with you .... M going to send u mssg on your insta regarding the same ..if you are not comfortable for sharing your mail here
@MPrashant
@MPrashant Жыл бұрын
here is my email: mprashant.ofcl@gmail.com
ALIAS in Linux To Boost your Productivity [HINDI] | MPrashant
18:06
FTP in Linux | FTP Server in Linux | MPrashant
16:50
M Prashant
Рет қаралды 44 М.
Nastya and SeanDoesMagic
00:16
Nastya
Рет қаралды 36 МЛН
Playing hide and seek with my dog 🐶
00:25
Zach King
Рет қаралды 35 МЛН
Secret Experiment Toothpaste Pt.4 😱 #shorts
00:35
Mr DegrEE
Рет қаралды 35 МЛН
What is SUID and SGID in Linux? | MPrashant
14:06
M Prashant
Рет қаралды 23 М.
Linux Command-Line Tips & Tricks: Over 15 Examples!
31:37
Learn Linux TV
Рет қаралды 214 М.
12 GREAT command line programs YOU recommended!
16:25
The Linux Experiment
Рет қаралды 245 М.
Learning Awk Is Essential For Linux Users
20:02
DistroTube
Рет қаралды 291 М.
Nastya and SeanDoesMagic
00:16
Nastya
Рет қаралды 36 МЛН