Тёмный

Linux Terminal Basics 3 | Paths, Storage and System Monitoring 

Joe Collins (EzeeLinux)
Подписаться 128 тыс.
Просмотров 16 тыс.
50% 1

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!

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

 

20 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 39   
@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.
@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.
@MrAldej
@MrAldej 4 года назад
I have many fathers, you are one of them. Much Love
@josephprinciotta9705
@josephprinciotta9705 4 года назад
Joe, thanks for this series of videos on BASH. Very informative, you are a good teacher
@tpasi2020UG
@tpasi2020UG 5 лет назад
Just learning and loving it! Keep them coming brother.
@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.
@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!
@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!
@KeepItTechie
@KeepItTechie 5 лет назад
Great video Joe! Clear and concise!
@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. :)
@Southpaw101
@Southpaw101 4 года назад
for the mount command you can use mount | column -t to format it in the tabular format.
@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.
@debanjanbarman7212
@debanjanbarman7212 5 лет назад
Thank you Sir for your efforts.
@mooaaron
@mooaaron 4 года назад
Thankyou thankyou thankyou... that tutorial helps SOOOO much!!!
@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. :)
@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.
@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.
@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!
@jonmaxwell74
@jonmaxwell74 3 года назад
Good stuff. Thank you!
@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 5 лет назад
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 5 лет назад
You decide which user will own the file... It could be root, you or somebody else who has an account on the system. :)
@laithal-zoubi1547
@laithal-zoubi1547 5 лет назад
Thank you, Sir.
@marjanmencin
@marjanmencin 3 года назад
Thank you
@rcdenis1
@rcdenis1 4 года назад
DD is a double edge fine pointed fillet knife that doesn't have a handle.
@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.
@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....
@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!!
Далее
Introduction to the Ext4 File System for Linux
55:28
Просмотров 66 тыс.
Arch Linux Experience - Hyprland
39:02
Просмотров 210 тыс.
Beginner's Guide to the Bash Terminal
1:14:37
Просмотров 2,3 млн
Linux Terminal Basics 2 | Working with Files
43:34
Просмотров 15 тыс.
Harder Drive: Hard drives we didn't want or need
36:47
The History of X11
58:19
Просмотров 263 тыс.
JC's Favorite BASH Commands
54:37
Просмотров 26 тыс.
Linux New User Guide: 10 Things I Wish I Knew
23:31
Просмотров 470 тыс.
Linux Terminal Basics 1 | Working with Text
35:24
Просмотров 34 тыс.
The Most Successful Idea in Computer Science
16:03
Просмотров 33 тыс.