Make Your Life Easier and Learn These Things

  Рет қаралды 6,850

The Linux Cast

The Linux Cast

Күн бұрын

Today I talk about 5 things every Linux user should learn.
👇 PULL IT DOWN FOR THE GOOD STUFF 👇
Patreon - / thelinuxcast
Liberapay - liberapay.com/thelinuxcast/
KZfaq - / @thelinuxcast
===== Follow us 🐧🐧 ======
Discord - / discord
Odysee - odysee.com/$/invite/@thelinux...
TILvids - tilvids.com/c/thelinuxcast_ch...
Mastodon- fosstodon.org/@thelinuxcast
gitlab.com/thelinuxcast
The Website thelinuxcast.org
Contact us email@thelinuxcast.org
Amazon Wishlist - www.amazon.com/hz/wishlist/ls...
Logo Courtesy of - pedropaulo.net
==== Special Thanks to Our Patrons! ====
thelinuxcast.org/patrons/
==== Referenced ====
Cron Video (it was a very early video) • How to Use Cron and Cr...
rsync video - • Use Rsync To Save Your...
==== Time Stamps ====
0:00 Intro
1:04 SSH
3:12 Git
5:20 Basic Movement Commands
7:13 Cron
9:41 rsync
12:01 Conclusions
#ramble #linux #thelinuxcast

Пікірлер: 56
@robbylock1741
@robbylock1741 Жыл бұрын
For the last 25 years I've used rsync and ssh with cron to sync files between systems, including my rsync scripts! I would only add a few terminal commands that are the most useful, grep, top, tail, less and uniq.
@anon_y_mousse
@anon_y_mousse Жыл бұрын
... sort, xxd, head, wc, htop (for the more comprehensive display), awk, sed, bc, cut, ...
@sprtwlf9314
@sprtwlf9314 Жыл бұрын
Excellent and helpful video. Great content.
@carltaylor4942
@carltaylor4942 Жыл бұрын
Thanks for this. It's all good general advice that will save time and add security. As a long-term Linux user I appreciate how important these things are and it's good of you to take time to remind us all.
@almatydream
@almatydream Жыл бұрын
You are the best, bro! 👍
@CGA111
@CGA111 Жыл бұрын
Nice recommendations, I've left cron for systemd timers though, less finicky and catches events that hasn't been run because of the computer not being turned on.
@BG101UK
@BG101UK Жыл бұрын
In addition to SSH, I'd also suggest giving SSHFS a mention. It can sometimes be easier to mount the remote directory you're working with, especially for things like manual selective backups. Also, SCP. ☺ N.B. I need to remind myself how to unmount as it's been a while since I used it ... (not the expected umount command!)
@slalomsk8er397
@slalomsk8er397 Жыл бұрын
The first stumbling block with Linux I had, ~25 years ago, after login via ssh was how to copy stuff from and to remote and then I found scp, sftp and rsync.
@saintswolfgang_
@saintswolfgang_ Жыл бұрын
It be nice to see a video on how to custimze bash, fish, zsh prompt to make it look nice or more funtional to read, especially when some distros come with terminals with one color font and is really hard to distinguish your Ls, pwd, cd and such, when you have alot of things going on the terminal.
@raj.svc.google911
@raj.svc.google911 Жыл бұрын
Thanks. Do take a look at `incron` and `rclone sync` as alternatives.
@TActually
@TActually Жыл бұрын
I've fought hard not to learn VIM and I'm not about to start now! 😅 Everything else, I whole heatedly agree with.
@tylerdean980
@tylerdean980 Жыл бұрын
You’re missing out if you like TUI apps and window managers, most of them use Vim commands
@TActually
@TActually Жыл бұрын
@@tylerdean980 I still haven't left KDE Plasma. But if I ever do, I might... maybe... possibly... learn VIM
@andresserranorobles3087
@andresserranorobles3087 Жыл бұрын
One of us, one of us
@datamuddler894
@datamuddler894 Жыл бұрын
Learning vim was even more life-changing than switching to Linux in my experience. I couldn't recommend it more
@TActually
@TActually Жыл бұрын
@Data Muddler based on your username, I believe you. My use case would not be improved by learning VIM. For me, it would be tantamount to "I use Arch, BTW". I see its value, and, if I get bored, I'll tackle it. But for the next few years, I got too many other things that are more important to my career that I still need to master.
@devworship
@devworship Жыл бұрын
What do you think about ChatGPT and speak approach to doing things? Do you think we will still need vim in the future?
@LHCB6
@LHCB6 Жыл бұрын
Something's wrong with the maize and blue M above your TV /s I'm joking, but good channel and good info.
@bitterseeds
@bitterseeds Жыл бұрын
@matt Gitea is what was escaping you. :)
@mlambrechts1
@mlambrechts1 Жыл бұрын
Hi. I just use Timeshift (rsync function). Is there any negative thing about that?
@TheLinuxCast
@TheLinuxCast Жыл бұрын
No. Time shift is good.
@summerishere2868
@summerishere2868 Жыл бұрын
Anacron is also as useful as cron if your pc is not on all the times.
@slalomsk8er397
@slalomsk8er397 Жыл бұрын
incron is also nice to know - do stuff if files change
@ardvan
@ardvan Жыл бұрын
If you have a Linux with systemd you don't have cron. Of course you can install a cron daemon, i'm sure there are some. But in this case you should better learn systemd user services. I don't use a Linux with systemd and don't use cron, because most stuff I use is user environment based (pipewire, wireplumber, waybar, email and user backup) and they won't work in my crontab properly. I would suggest something like superd for user services that is started by your windows manager when you login. It keeps the user environments of DBUS and XDG and you can start/stop stuff that needs DBUS like pipewire properly with superctl.
@TheLinuxCast
@TheLinuxCast Жыл бұрын
cronie works wonders on systemd, and is installed by default on a ton of different distros, so IDK what you're talking about there. Now on non-systemd distros, cron is a bit more complicated, but not too bad
@TActually
@TActually Жыл бұрын
@@TheLinuxCast beat me to it. On top of that, you can use cron with user applications as well as root. Me thinks this guy needs a solid tutorial video in his life. I wonder where he might find one of those...🤔
@hopelessdecoy
@hopelessdecoy Жыл бұрын
I don't necessarily disagree with you but the normal average computer user does not need to know any of these things. As tech people we put higher importance on them but they are useless to someone just wanting to check their email on Chrome or edit a photo/document. A non-tech/power user shouldn't need to learn the terminal, I'll get hate for it but you don't need to learn agriculture to eat food or car maintenance to drive a car.
@empirelinux9800
@empirelinux9800 Жыл бұрын
ssh -L 😎
@oalfodr
@oalfodr Жыл бұрын
I use ssh even to connect to my phones and transfer data between them. I disagree about ssh being complicated to use
@slalomsk8er397
@slalomsk8er397 Жыл бұрын
Sailfish OS? I was thinking, I'm the only one backing up photos on phone with rsync :)
@oalfodr
@oalfodr Жыл бұрын
@@slalomsk8er397 LineageOS with termux. You are not the only one who uses phones for backups. Though I use only old phone that stays home for backups. But on both I use sshfs to mount their storage locally for easy access
@anon_y_mousse
@anon_y_mousse Жыл бұрын
@@oalfodr I feel like I've met two of my own kind in the wild. And sshfs is the best.
@oalfodr
@oalfodr Жыл бұрын
@@anon_y_mousse Mounting remote stuff is super convinient. I also often mount archives with archivemount instead of extracting
@anon_y_mousse
@anon_y_mousse Жыл бұрын
@@oalfodr I usually just browse with less, but I'll have to give that a try too.
@anon_y_mousse
@anon_y_mousse Жыл бұрын
Matt, if you wanted to call me awesome you didn't need to make a video just to say that. :P
@kazzxtrismus
@kazzxtrismus Жыл бұрын
ssh shouldnt be stuck in terminal....ill learn terminal right after i learn papyrus making catamaran sailing and hand carving im sure ill trip over another few archaic hobbies i may prioritize ahead as well.. after learning Dos in the 80s 90s then windows...im 20yrs past done being stuck in a black screen of commands. i want to use a computer now.....we spent the last 20 yrs making graphics great realistic and beautiful..CLI is an insult
@tylerdean980
@tylerdean980 Жыл бұрын
The CLI will never die, you do you.
@kazzxtrismus
@kazzxtrismus Жыл бұрын
i notice neither of you talking about moving/mirroring things from the CLi into the gui. i too love archaic things...i can carve stone quire well.....i guess ill put something important on stone and never let it be moved to the modern methods of communications....im sure thatll survive and grow and make a real impact
@kazzxtrismus
@kazzxtrismus Жыл бұрын
"CLI is faster" is common thing said.... NOT when its not used.... i dont think CLI should die.....I also dont think i should need a hand crank to start my car in 2023
@anon_y_mousse
@anon_y_mousse Жыл бұрын
@@kazzxtrismus What do you mean by moving or mirroring things from the CLI into the GUI? Do you mean the GUI copying interface elements from CUI apps? If that's the case, there are quite a few GUI apps that use vim movement keys. For instance, the PDF viewer that I use, okular, uses vim movement keys, as well as all the other expected things so not just vim movement keys. If that's not the kind of thing you mean, then clarify.
@kazzxtrismus
@kazzxtrismus Жыл бұрын
@@yozul1 its not useful to not have an option feature or capability NOT IN the GUI..its not useful because normal people dont use the terminal or CLI.... huge swaths of the linux community are stuck in the dark ages of computing holding on desperately and arrogantly to the idea that terminal is a viable interface for anyone not an autist.... half of what could possibly be bragged about for linux will never see the light of day... the CLI crutch is the bubonic plague dark ages disease of linux.... propping up lazy developers who prefer to half finish (less than half) a project and call it good enough and let the rest of the world considder linux a substandard out of date backwards and archaic system not fit for public consumption.... CLI is a disgusting fetish religion the rest of the world has rejected outright blatantly and firmly...you drag linux down with your profession of its value while allowing the rest of the system to go without a GUI... CLI / terminal is the domain of the sweaty greasy basement dwelling socially rejected. have a shave and a shower put some clothes on and put a GUI on it like a civilized person
WTF is Snal Linux?
20:27
The Linux Cast
Рет қаралды 6 М.
This App Is A Life Saver!
17:18
The Linux Cast
Рет қаралды 7 М.
Amazing weight loss transformation !! 😱😱
00:24
Tibo InShape
Рет қаралды 66 МЛН
IQ Level: 10000
00:10
Younes Zarou
Рет қаралды 11 МЛН
EVOLUTION OF ICE CREAM 😱 #shorts
00:11
Savage Vlogs
Рет қаралды 11 МЛН
The 5 Things That Taught Me The Most About Linux
18:41
DistroTube
Рет қаралды 93 М.
Best Ways of Transferring Files Between Linux Computers
16:28
The Linux Cast
Рет қаралды 6 М.
Linux - Basic Process Management
23:04
x80nix
Рет қаралды 494
Things KDE Could Do BETTER
16:36
The Linux Cast
Рет қаралды 4,8 М.
Use Rsync To Save Your Life
15:28
The Linux Cast
Рет қаралды 10 М.
STOP! Don't Name That File Without First Watching This Video.
18:37
grep: A Practical Guide
13:55
Navek
Рет қаралды 71 М.
Top 5 System Maintenance Tools for Linux - Give Tux a Spring Clean!
12:40
Linux: The Origin Story
8:13
Hardcoded
Рет қаралды 359 М.