Want to help me decide the next "Lil` Linux Lesson" topic? I'll be putting a poll out to Patrons before doing the next one, so make sure to check that out- it's a great way to help support the channel. And thank you! patreon.com/veronicaexplains
@happysprollie2 жыл бұрын
I like this short form. Great for filling an idle 5 minutes.
@burning_KFC2 жыл бұрын
As always writing a comment to support the channel
@markbenedict12952 жыл бұрын
I saw on the right side of the screen that you are teaching yourself machine language. Good for you. My first machine language programming experience was on a Univac mainframe back in 1974. Most fun I've ever had on a computer to this day.
@ignabelitzky2 жыл бұрын
A little tip that i didn't know a few months ago... If you type a command like "cd /etc/sudoers.d/" and press enter but you forgot about sudo... You can type "sudo !!" press enter and !! replace the last typed command... hope it helps someone!
@lawrencedoliveiro91042 жыл бұрын
There are quite a few other history substitutions, e.g. “!!” to substitute the last command “!«n»” to substitute command number «n» from your history “!«prefix»” to substitute the last command beginning with “«prefix»” “!?«substr»?” to substitute the last command containing “«substr»”.
@paulg33362 жыл бұрын
0:37 The high quality graphics are what makes the concepts this channel presents understandable
@srivathsannayak2 жыл бұрын
The Lil' Linux Lesson is a great format! I would definitely watch more videos like these. That being said, the in-depth, longer videos/reviews are dope too (I use Arch btw)
@Nikolai5082 жыл бұрын
On Debian you gotta install it yourself I've found, also on Debian running "su" doesn't set your path right, so you can't run usermod. You have to enter "su -" instead and then you can run usermod as root. I'm not sure if this would be a lil lesson, and more of a longer one, but what about a video on apt and dpkg. And how to fix issues like "broken dependencies" and things like that. How to force specific versions of programs or how to package and install a program compiled from source into a .deb file potentially using checkinstall.
@bennihtm2 жыл бұрын
If you don't set a root password during the install, it does configure sudo for you afaik
@mikehosken43282 жыл бұрын
@@bennihtmcertainly does
@neilbrideau85202 жыл бұрын
I've been using sudo since 1995. At this point I give it no thought. I'm only here for your impeccable dictation.
@oceanz552 жыл бұрын
Great as ever Veronica! Thank you for this! I use Omni-OS as a file server (with Napp-it) and a lot of the commands are very similar with Linux... As I fumble through using it, lessons like this are very useful! :) See you in the next one!
@simonvannarath2 жыл бұрын
Oooh OmniOS! I run it as a VM/container host. You’re probably running pfexec instead of sudo?
@JoanDoe-pq5fu2 жыл бұрын
Intro to package managers would be an apt subject for a lil` Linux lesson topic.
@VeronicaExplains2 жыл бұрын
I see what you did there!!
@tvsmed2 жыл бұрын
You should do much more of this. Fantastic voice and way of explaining things!
@chischis46662 жыл бұрын
Just recently came across your channel. Super educational and informative. Also love your humour, amazing work!
@sherrilltechnology7 ай бұрын
Great video Veronica!! Linux is awesome and so are you!
@lawrencedoliveiro91042 жыл бұрын
3:13 The key difference between “su” and “sudo”, as far as I’m concerned, is that “su” prompts for the root password, while “sudo” prompts for _your_ password. “su” lets you become any user for which you know the password, not just root. It also allows the root user to become any user without knowing their password. “sudo” gives you more fine-grained control over what users are allowed to do. Many admins prefer it because it doesn’t require the root user to have a valid password. Linux _faux pas_ I see too often: people using sudo to run su. Tisk.
@ricardocortes82472 жыл бұрын
Love your SHIRT !!
@VeronicaExplains2 жыл бұрын
Thank you! I designed it myself! :) It's for sale on the website if you'd like one- all proceeds help support the channel! vkc.sh/product-tag/t568b-cheat-sheet/
@ricardocortes82472 жыл бұрын
@@VeronicaExplains Veronica, keep the good work...and the good design. You are awesome !!!
@Xagroth2 жыл бұрын
A small and great pill of knowledge! If I may add a sugestion (as a non-patreon), SSH is a very important program for most system management, and we can use it to play remotely with a raspberry pi (which is another interesting piece to learn with in itself)
@noel_curray2 жыл бұрын
i love this small explanations. Thanks Veronica.
@enkiimuto1041 Жыл бұрын
You are incredibly clear on your topics, keep your good work
@Jon_Oates Жыл бұрын
Brilliant. As a beginner/returner to Linux, I'm looking forward to many more Lil' Linux lessons on the terminal, VIM, good housekeeping, and useful shortcuts.
@walterwinnipeg73502 жыл бұрын
Thanks for a very well-explained video! I've just added myself to your subscriber list. And, I really like that T-shirt! Took me about 30 seconds to "get" the colour list reference.
@tvsmed2 жыл бұрын
That guitar riff at the beginning sounds really nice!
@LadyTink10 ай бұрын
I swear, so often, when I first started my linux journey, I would run across a topic that was part of some community debate. Like Sudo vs Su, and I would not know it was an update, and I would just hear someones aggressive opinion about sudo, and how bad it is. So while using ubuntu, I would feel like a inferior user. But now in the last years, I've heard more of the debate, and now I feel like the whole "debates" that occur in linux can be an issue for new users. It's hard to know who to listen to. SO far, your channel has been often helpful, and thank you for that :)
@pingramnet2 жыл бұрын
Love your videos, I work in the data cabling industry and got the shirt immediately
@happysprollie2 жыл бұрын
As for other Lil' Linux Lessons - I always forget how to use 'find'.
@JohnGMeadows2 жыл бұрын
Me too!! I was going to suggest that one :-)
@noahark48322 жыл бұрын
+1 on this
@Mr_L1n4x2 жыл бұрын
Thanks for this Veronica this explains why some distros ask you a different password for root
@BitesBeyondBorders10 ай бұрын
Thanks so much for this. I have an exam on Sudo this morning!
@Karla_Finch-Cluff2 жыл бұрын
And YOU are awesome!
@modembuddy2 жыл бұрын
Love the no nonsense explanation!
@andrewgrafe70262 жыл бұрын
Tmux would be a great for Lil' format.
@harshrajsingh89692 жыл бұрын
I bet you will be on top of the KZbin algorithms.
@fernando-loula Жыл бұрын
Great video, You are definetely the coolest nerd aroud!!!
@Jon_Oates Жыл бұрын
Thanks
@VeronicaExplains Жыл бұрын
Thank you so much!
@ivanlawrence22 жыл бұрын
Thank you Veronica for making such awesome nerdy content. I was just using GNU Screen and was seeing a lack of good explanations of what a tty is etc. So I thought I would just suggest it. No matter what, keep making great content and thank you!
@VeronicaExplains2 жыл бұрын
That's a great idea! Thank you! And thank you for watching!
@lmachado7882 жыл бұрын
I am new to Linux and have watched dozens of tutorials. I would love to see "LLL" on the most popular terminal commands. Your explanations are well done and more understandable to the noobs (me). Thanks for the content.
@Esteban7GT2 жыл бұрын
I definitely love the amount of content in these short form videos. Would be great to turn it into a playlist that covers different commands.
@GrahamAtDesk2 жыл бұрын
I want one of those shirts… Genius
@travisb17572 жыл бұрын
I love your videos! Great job Veronica!
@elmestguzman30382 жыл бұрын
Great video.... love to see more on sudo user group segmentation..
@clav7711 Жыл бұрын
Thanks a lot. Simply and right explanation
@penchanter6194 Жыл бұрын
I like this format, too! :) Maybe some of the more in-depth video topics could be available on your Patreon?
@jeffreypeters55782 жыл бұрын
Great vid veronica
@kevinchastain7272 жыл бұрын
just watched all your videos, got myself an old sever and some switches so I was going to try to build a sever for a home network. Your videos are will done and informative, this should be easier as I started using Linux when windows stopped support for XP. Because I have real hardware it should be more like real world experience, except for the internet as the best I can get right now is 15MB per second, there is also still a dial up that I can use. As far as the terminal I started with dos and win 3.1 and wrote subroutines in basic. your videos will be a great help to get started.
@dannygarden22922 жыл бұрын
I would like to see one of your excellent videos on grep. Thank you for doing great content.
@locnar17012 жыл бұрын
Great and powerful concept. Well done. Next commands to contemplate: cron/crontab/etc and its "newer" incarnations. OR, the at/batch system. OR, even better: how to use man pages. "man crontab" v. "man 5 crontab"
@VeronicaExplains2 жыл бұрын
Oooooo that's all really good. I was thinking about man pages specifically for an upcoming video because there's so much confusion!
@abbas18722 жыл бұрын
@@VeronicaExplains Hey! it's 2022, you can't say man pages, it's person pages. LOL
@juang_ Жыл бұрын
4:30 So you tell the user in which group they are? Or you tell the group which users they have?
@SoCBrain2 жыл бұрын
Very nice!!, love your vids!! 👍
@CarneSagrado2 жыл бұрын
. Oh my! A fellow dead language speaker! COBOL! Used it on MVS and other older machines. Also with Imbedded C 😜 You got C64? I had a ZX-81 (Sinclair equiv) with a whopping 16K pak RAM! 🤣🤣🤣🤣 Had lots of fun playing with the Z80 assembler! . PS: Love your contralto voice! Brings back lots of good memories with my big sister! 💖💖💖 .
@emberavenge71622 жыл бұрын
Great video! Unrelated note, but I think that using doas for most end users is better, a majority of users who aren't power users should use doas as you only rarely need the terminal to install your occasional app, and to update your system for simple stuff like that I consider doas better.
@ubuntujackson91332 жыл бұрын
4:46 "Which command would you like to see a lesson on in future videos" That question does not make much sense to ask, because I think there are a lot of people that does not even know which commands exist. So any commands would be good.
@Mr.Finkel2 жыл бұрын
i like the shirt. better than fumbling around with little cheat sheets when splicing ethernet. good outro song too.
@VeronicaExplains2 жыл бұрын
Thank you- I designed that shirt! I thought it was pretty fun. If you'd like one for yourself, I sell them from my web shop at vkc.sh/merch!
@vladislavkaras4912 жыл бұрын
Great video!
@catreunion2 жыл бұрын
Thank you Veronica 🙏🏻
@jorgeperez76722 жыл бұрын
I recently discovered your channel and I’m loving it I do have a question tho, could you make a video on how to make a Linux installation media with personalized packages? Starting to like Linux, jeje
@BoyceBailey2 жыл бұрын
That was handy. This windows end of life jump is looking up.
@anthonyrussano2 жыл бұрын
We would love to hear you go over how to edit the sudoers file....
@bretgreen53142 жыл бұрын
Thank you; nice explanation
@El_Bartto Жыл бұрын
3:11 which password is that one? I enter the login password and it says "wrong password", I enter the superuser password and it says the same
@duduonyu58102 жыл бұрын
Excellent!!!
@BryanLaw2 жыл бұрын
Love the shirt!
@Mikesco32 жыл бұрын
Tar or rsync would be a good command, it could help newbies start thinking about backup
@ohwow20742 жыл бұрын
Thanks. I learned a lot.
@w200iandres2 жыл бұрын
Hello, I'm new here, that's pretty cool!, I'm from Uruguay and in school and high school everyone was getting computers with Gnu/linux installed already, it what was called "plan ceibal" I remember changing mine to windows Xp just to be able to play some video games that ran only on windows, or else you needed to know how to use wine. Always loved to mess around with the different distros, this was 10+ years ago so I don't remember exactly all of them, they where customized by the organization that gave away those laptops. Now I use windows in my personal and work environment (I'm an analyst) But I'm looking for a distro to change to, Linux is fun :) thank you for your videos!
@nephisto22 жыл бұрын
Hey Veronica! Beautiful content! I'm a seasoned programmer (15+ years of experience) and I have reasonable understanding on using command line for day to day navigation and js/npm cli commands, and other tools that are useful to my workflow. However, I never had any core Linux foundation. If I were to study that in a somewhat structured manner what should I be looking for? Is that a topic for one of those Lil Linux lessons? Cheers!
@zyedkhemakhem6 ай бұрын
very clear thank you
@The_Penguin_City2 жыл бұрын
Very good video.
@Storm_.2 жыл бұрын
You know I always loved sudo, then I started playing around with Unix systems that I needed to install and configure sudo... Enter visudo!!! Damn, have to learn vi all over again just to configure sudo lol.
@MikeWood2 жыл бұрын
sudo apt-get more Lil' Linux Lesson. ;) If you are going to cover the sudoers file, then perhaps some sudo syntax too?
@JarrodCoombes2 жыл бұрын
You should do a video on the sudoedit command, which is a much better and secure way to edit files as root. You probably should also make a point to mention that editing the sudoer files should be done via the visudo command and not your text editor of choice. visudo is designed to help make sure you don't do something wrong and basically remove all root level privileges from everyone, including the root account (don't ask me how I know this, that was a very bad day for me, and I'd rather not talk about it :D ).
@mikehosken43282 жыл бұрын
I enjoy your videos on the shell and it’s commands. For sudo in my Debian servers sudo is disabled. I don’t see the need for anyone else to run as root. I get that some off shoots of Debian don’t add a root user and therefore everything must be configured by sudo. It comes down to personal preference at the end of the day but I use su -
@VeronicaExplains2 жыл бұрын
If you know what you're doing with a root user and are the only user on the machine, I think that's just fine! I figure the audience for "let's learn X" is one that is new- new users are less likely to know that stuff. Plus, in corporate systems, there's typically a group of users with assorted extra privileges, and sudo makes that pretty easy- I figure those wanting to learn it have an interest in working with it professionally at some point. :)
@kevingary70187 ай бұрын
I always thought sudo was some kind of martial arts until I discovered Linux.
@treakzy_9594 Жыл бұрын
hey can you publish the outro song somewhere? it sounds so catchy and i really like it but haven't found it on your about tab nor if i searched for "littlest punk" on your chanel. cool videos and website you got! :)
@VeronicaExplains Жыл бұрын
Thanks for the compliment! Patrons got a link when it first published, otherwise I'm hoping to put out the channel songs on Bandcamp sometime this year.
@ZijZijnZijnZoons Жыл бұрын
Phil Collins likes sudo too. He just says the word.
@pmccarthy0012 жыл бұрын
What kinds of things can you do as root that you might not be able to do simply as a member of the sudo group? Is there anything? Or, can members of the sudo group generally do everything root can do?
@lawrencedoliveiro91042 жыл бұрын
That group is just one of the ways of controlling access to sudo.
@GAVollink2 жыл бұрын
sudo is very important on macOS, too!
@silver.foxx.x2 жыл бұрын
Great Video thank you… Next explain about BorgBackup maybe?
@pureflashhacks2 жыл бұрын
Try "doas", which is an alternative for sudo, originally written for OpenBSD.
@folksurvival2 жыл бұрын
How about a video on doas?
@xfox3602 жыл бұрын
How can i set the parameter for how long the root password is cached? And what is the standard setting?
@ignabelitzky2 жыл бұрын
Suggestion for the next video ... "awk" PS: I love your videos...
@VeronicaExplains2 жыл бұрын
Thank you! Only problem with awk is that I'd need to get better with awk! (nervously looks side-to-side)
@ignabelitzky2 жыл бұрын
@@VeronicaExplains I understand... I only know that is a powerful tool... maybe grep suits better but in the end is up to you to decide... there are awesome commands out there
@lawrencedoliveiro91042 жыл бұрын
I never bothered with awk. I found Perl did everything awk could do and more, and do it just as concisely.
@zawye98442 жыл бұрын
Thank you
@stevenanderson32052 жыл бұрын
Great power comes with great responsiblity.
@vashishthmehra2 жыл бұрын
MA'AM IS WSL2 GATEWAY TO LINUX OR STOPIN' USERS MIGRATE TO LINUX......YOUR THOUGHTS PLEASE ?¿ AND PLEASE...HELP ME CHOOSING MY FIRST DISTRO
@Mikesco32 жыл бұрын
Don't use all caps while commenting, it is like shouting. Good first distro can be Linux mint
@jennycotan70804 ай бұрын
Ah, in my first week of Linux life, while installing a dozen of softwares via apt, I learned that the "sudo" command requires your current user password once, and in a while you use it again, it won't ask you for your password again... Interesting. Just going over this famous command here.
@aron68142 жыл бұрын
veronica which is your Favorite Linux distro?? { of everyday use]
@MisterConscio2 жыл бұрын
I like to use "sudoedit" instead of "sudo vim", cause than it will use the user's .vimrc and not root's vimrc. Could you make a video about "doas" and compare it with sudo?
@marcos_pctech2 жыл бұрын
Hello greetings. . Thanks for your input and tutorials. The the video. Which I think is the last you did of Linux Mint 21 installed on a MacBook. I asked you a question. Please. If you can answer.
@mkrleza2 жыл бұрын
Full marks on Lil' format. As a single user, you don't actually need a root user, right?
@ThisIsReMarkable2 жыл бұрын
Even so, it's still advisable to have root, and have a less privileged user. That way, you have to be intentional about changes and, if anything gets onto your system, there's less of a chance of destroying the entire install. Essentially, damage mitigation
@VeronicaExplains2 жыл бұрын
Depends on the distro and the application, but generally I like to disable root access and just go all-in on sudo. If the installer gives me that option, I nearly always take it. :)
@lawrencedoliveiro91042 жыл бұрын
System admin functions require privileged access that is not needed while doing normal user tasks. It is best to keep them separated. In particular, never log into a GUI session as the root user.
@radiicall2 жыл бұрын
doas is also pretty good for home computers but it doesnt offer the flexibility for servers like sudo
@amoenus_dev2 жыл бұрын
Would love a lesson on 'sed' command
@DAAI7412 жыл бұрын
0:18 wowww that is a horrific logo
@keltyll2 жыл бұрын
Great video, but I want to add that doas > sudo :)
@ridaosprint50752 жыл бұрын
is there a setting Called Program*, its default is set to *Agressive TEwNice tutorialch is making that sNice tutorialtty static soft, change that one, once to
@nitinkathait56352 жыл бұрын
is this the Last version
@michaelpezzulo44132 жыл бұрын
When are are doing grep?
@i_am_diegoacosta127 Жыл бұрын
It's weird to me saying "sudo" and not saying "su do" (read it as "su doo") because I'm a spanish speaker and "sudo" means "I sweat" to us :/
@johntaylor85822 жыл бұрын
Is SUDO kinda like run as Administrator?.
@ariel_chess Жыл бұрын
I installed debian and accidentally made my primary user not root by providing a root password in the installer (I thought I had to repeat the password of my account). Now i have a root and a primary user. I'm so confused I edited that file to get sudo permissions. So what's the point on having that root user now?
@BradleyBrown2 жыл бұрын
My favorite sudo command is "sudo !!" as in, 'Crap, I forgot to put sudo in front of that last command.' It repeats the previous command with sudo priveleges... I really wish Windows had this. I don't know how many times I get the feedback that the terminal or PowerShell isn't running as Administrator. 🤦♂
@raphaelcardoso79272 жыл бұрын
I just realized that it sounds like "pseudo" which makes sense considering what it does