No video

Linux Terminal Basics 3 | Paths, Storage and System Monitoring

  Рет қаралды 15,786

Joe Collins

Joe Collins

Күн бұрын

In this video we talk about executable paths, working with storage devices and keeping an eye on the system and managing processes.
Commands covered:
env
lsblk
mount/umount
dd
sync
fdisk
mkfs
chown
gnome-disks
gparted
free
df
uptime
lspci
plscpu
blkid
top
ps
kill/killall
htop
gnome-system-monitor
Check out www.ezeelinux.com for more about Linux.
Please join the discussion at EzeeTalk.
www.ezeelinux.... It's free, secure and fun!

Пікірлер: 39
@DonXenon75
@DonXenon75 Күн бұрын
Joe. You have always helped with these linux videos. I couldn't fully get into linux and understand the basics stuff about linux if it wasn't for your videos back in my windows 7/XP days. You have inspired me to do like you tried helping other understand linux. You mad geeky stuff down the earth for the simple user. Thanks my path/future in linux you have truly played a part in.
@ironnerd2511
@ironnerd2511 4 жыл бұрын
I studied the book "The Linux® Command Line" by William E. Shotts, Jr. And now I follow along your videos on my Linux Mint 19.03 PC to cement this knowledge with practice. I thank you for having such kind heart and share your knowledge with us. May God bless you.
@josephprinciotta9705
@josephprinciotta9705 4 жыл бұрын
Joe, thanks for this series of videos on BASH. Very informative, you are a good teacher
@ytbabbler
@ytbabbler 5 жыл бұрын
Completely agree to not cut the misstakes, we all do them and we learn from them. When you mounted the wrong device, it will learn everyone to do ls before anything else just to check. You probably saved someone from a Ooops situation. One common misstake is ls somedir , see some junk and then rm * :-) There is no undelete, but there is timeshift and backup/restore and they are the rescue.
@MrAldej
@MrAldej 4 жыл бұрын
I have many fathers, you are one of them. Much Love
@sleepingcattv
@sleepingcattv 5 жыл бұрын
I already have a lot of experience with Linux, as it has been my daily driver for a few years now, but still it was really nice watching this video summarize everything and just being like "Oh yeah, that thing was there" Very nice video!
@tpasi2020UG
@tpasi2020UG 5 жыл бұрын
Just learning and loving it! Keep them coming brother.
@Southpaw101
@Southpaw101 4 жыл бұрын
for the mount command you can use mount | column -t to format it in the tabular format.
@airpac1873
@airpac1873 5 жыл бұрын
Thank you so much for sharing your experience and time ! I'm quite new to Linux (few weeks), and my first experience was installing MX Linux 19.2 Beta on an old Dell Inspiron 1720 Laptop. Had a lot of fun, learned a lot, then I came across your site a few days ago, and based on a few of your other Vids, I installed Linux Mint on another laptop yesterday! Like em both for now, Mint for obvious reasons as you so clearly show in the video, and I'll just keep MX around to play with, and this series is just in time for me! Thanks again!
@02KAINE
@02KAINE 4 жыл бұрын
Joe, thank you so much for your time and effort creating this great series and all of your other content. You are a great teacher and not editing out your mistakes teaches me so much more. I'm so glad I found your Channel. Keep up the great work!
@rossgebert9422
@rossgebert9422 5 жыл бұрын
Excellent Joe, really like this series, I'm a newbie to Linux; running Linux Mint 19.2 Tina. Can't wait for the next part. Thank-you.
@banjoperator
@banjoperator 5 жыл бұрын
Mr. Collins, awesome series so far ..i combine the series on bash shell script basics with this series and i have found my self at the point where i am starting to guess whats coming next before you say it..that tells me im no longer totally befuddled ..im finally seeing it make sense and how it flows.. its even sticking in this 59 yr old brain..lol..look forward to the rest of the series with antisapation..and thanks for the chuckles in this one.. :)
@EzeeLinux
@EzeeLinux 5 жыл бұрын
It's like learning a new language... It just sort of seeps in after a while. :)
@KeepItTechie
@KeepItTechie 5 жыл бұрын
Great video Joe! Clear and concise!
@debanjanbarman7212
@debanjanbarman7212 5 жыл бұрын
Thank you Sir for your efforts.
@Staycalm2010
@Staycalm2010 5 жыл бұрын
Another great video. Regarding swap. Completely agree with Joe. You can change the "Swapiness" to 10. This will tell the kernel to prioritize memory over the swap.
@ytbabbler
@ytbabbler 5 жыл бұрын
But as Joe pointed out, memory speed up the machine if it's used as cache, so a program that take 2 GB memory and is in sleep state for a week is a waste of mem, it's better to swap it out.
@Staycalm2010
@Staycalm2010 5 жыл бұрын
@@ytbabbler Swappiness doesn't disable swap . Programs that use it can still use it. I believe the default value for some distros is "60." which means if it mem free space drops to around 60% the kernel will start to use swap. so setting it to a lower value like 10, then it will delay that behaviour. which can help the responsiveness of your system without disabling swap.
@ytbabbler
@ytbabbler 5 жыл бұрын
@@Staycalm2010 Ok, I have never touched that, it mostly works well by default. But in many cases I will see stuff swap out faster and let the kernal use the memory as cache. BTW. on laptops I still prefere a swap partition large enough to hibernite the machine. One thing regarding swap that I don't know is how to deal with SSD, maybe frequent swapping is something to avoid in that case.
@busdriver1261
@busdriver1261 5 жыл бұрын
Great video Joe. Learnt heaps and many thanks! I find the mistakes are a great learning tool as after a while we can spot the mistakes as they occur. FWIW, I was able to run blkid without sudo - my system is running Linux Mint 19.2 I did not copy what you were doing with the USB stick as I could see the power of the dd command in wiping the drive - I just watched what you did. Great way to learn to respect the power of your OS. :)
@mooaaron
@mooaaron 4 жыл бұрын
Thankyou thankyou thankyou... that tutorial helps SOOOO much!!!
@jonmaxwell74
@jonmaxwell74 3 жыл бұрын
Good stuff. Thank you!
@benriful
@benriful 5 жыл бұрын
About the swap thing, another point to mention ... if you ever plan to hibernate your system, you need swap of at least the same size as your RAM. Else it cannot save what's in memory and then recall it once you turn the machine back on again. So yeah, swap has some uses besides just running out of memory.
@marjanmencin
@marjanmencin 3 жыл бұрын
Thank you
@cosmacosmic5722
@cosmacosmic5722 4 жыл бұрын
Hi, first of all , i just wanna say thank you for all these videos that you're making, they are extremely helpful! Could you please tell me what is the theme that you're using for your terminal? It looks great! Thanks and keep on rockin'!
@EzeeLinux
@EzeeLinux 4 жыл бұрын
It's a custom theme. It is supposed to look like the Cobalt theme in Gedit. :)
@cosmacosmic5722
@cosmacosmic5722 4 жыл бұрын
@@EzeeLinux Oh, i get it. Thanks!
@laithal-zoubi1547
@laithal-zoubi1547 5 жыл бұрын
Thank you, Sir.
@rcdenis1
@rcdenis1 4 жыл бұрын
DD is a double edge fine pointed fillet knife that doesn't have a handle.
@karthibalaji3817
@karthibalaji3817 5 жыл бұрын
Glad you're back pal!. I'm using parrot os for a while but unfortunately my btrfs file system has been corrupted. I've tried in several ways to fix it off but nothing is working. I'm just getting csum failed in my kernel ring buffer. I came to know about that something is going on in my system internally by taking a look at my system monitoring gui utility. Dmesg helps me to view the errors msg. And I tried the tools like scrub etc... Is there any possibility to fix it?.I googled and raised this queries in many forums but I didn't find the perfect solution. I'm just stumbling with it.
@ronnierush9379
@ronnierush9379 5 жыл бұрын
All very helpful Thank You :-) Just one question, are you near a train track or am i hearing things again?
@EzeeLinux
@EzeeLinux 5 жыл бұрын
It's all in your mind... :)
@maxmuscle27
@maxmuscle27 4 жыл бұрын
Good video... Could you make a video that teaches more how to use chown and mounting drives... I got a little lost in the video when you did chown joe: joe... how do I know who owns which file? ls -al ?
@EzeeLinux
@EzeeLinux 4 жыл бұрын
You decide which user will own the file... It could be root, you or somebody else who has an account on the system. :)
@DAVIDGREGORYKERR
@DAVIDGREGORYKERR 4 жыл бұрын
I think if you have a Threadripper 3990wx with 1TiB of RAM you don't need a swap file.
@CyrusBrinkworthRAS
@CyrusBrinkworthRAS 5 жыл бұрын
added to my list... PS:the "bs" was welcome....
@jcinaz
@jcinaz 5 жыл бұрын
JOE, Now why do you have duplicate path elements? One path element missing is ‘.’, and that usually (should be) the last element in PATH. If that element is in PATH, it will execute scripts in the current directory. Because it is the last element, any “spoofed” command that pretends to be a system command won’t get executed because the system directories will be found first. Also, ~/bin should NOT be found before any system path. It should be next to last in PATH. Again, for security reasons.
@EzeeLinux
@EzeeLinux 5 жыл бұрын
That's the way Ubuntu does it. The ~/bin comes first.
@InsideOfMyOwnMind
@InsideOfMyOwnMind 5 жыл бұрын
Warning to those who like to blindly follow along with the commands on their machine. DONT. I would have wiped out my home drive if I had done that because my sdb is my home drive. Don't set cruise on your RV and get up and go to the bathroom. It wont work. 53:25 HEADPHONE ALERT!!
Linux Terminal Basics 4 | Users, Groups, Aliases and Functions
47:41
Linux Terminal Basics 1 | Working with Text
35:24
Joe Collins
Рет қаралды 34 М.
Dad Makes Daughter Clean Up Spilled Chips #shorts
00:16
Fabiosa Stories
Рет қаралды 1,4 МЛН
Zombie Boy Saved My Life 💚
00:29
Alan Chikin Chow
Рет қаралды 23 МЛН
SPILLED CHOCKY MILK PRANK ON BROTHER 😂 #shorts
00:12
Savage Vlogs
Рет қаралды 49 МЛН
How A Steam Bug Deleted Someone’s Entire PC
11:49
Kevin Fang
Рет қаралды 970 М.
Linux File System/Structure Explained!
15:59
DorianDotSlash
Рет қаралды 4,1 МЛН
Linux Tip | 10 Useful Linux Commands
34:35
Joe Collins
Рет қаралды 662 М.
The Making of Linux: The World's First Open-Source Operating System
11:33
ForrestKnight
Рет қаралды 1,2 МЛН
Become a shell wizard in ~12 mins
12:25
CODE IS EVERYTHING
Рет қаралды 242 М.
Linus Torvalds On Future Of Desktop Linux
44:18
TFiR
Рет қаралды 360 М.
What Causes a "Blue Screen" Crash?
16:27
Dave's Garage
Рет қаралды 987 М.
Linux Terminal Introduction
21:40
ExplainingComputers
Рет қаралды 273 М.
The Clever Way to Count Tanks - Numberphile
16:45
Numberphile
Рет қаралды 1 МЛН
Dad Makes Daughter Clean Up Spilled Chips #shorts
00:16
Fabiosa Stories
Рет қаралды 1,4 МЛН