I mentioned that there's a difference between shell, bash, the terminal, etc. If you want to know what they all mean, I did a video explaining it a bit ago: kzbin.info/www/bejne/nn62c6yse62CqNE
@DanielCsend2adaniel4 жыл бұрын
Would love to see a follow up video for new people like me
@MrDCrosswell4 жыл бұрын
What's a prompt?
@SpiritualBattle2k4 жыл бұрын
Some of those commands were very familiar (I used to use DOS when I was a kid)
@finnk12893 жыл бұрын
That's what I thought this video would be, so thanks for the link
@AtomToast4 жыл бұрын
Small anecdote: If you ever wondered why ~ means home, that's because on older keyboards the ~ and the "home" key were placed one the same key.
@Artixou4 жыл бұрын
wew you learn something new everyday
@ndrechtseiter4 жыл бұрын
@Вероника Заглотова не ожидал увидеть самого лучшего постера тредшота на видео лысого двм-бумера
@spot14014 жыл бұрын
Where should we put the "@" on a german layout keyboard? - What about...... Q!
@Skeleton-wn2zu3 жыл бұрын
@@spot1401 Wait, really?
@spot14013 жыл бұрын
@@Skeleton-wn2zu AltGr + Q to be precise. en.wikipedia.org/wiki/AltGr_key
@WafflesOinc4 жыл бұрын
Finally a video that represents me
@redd_cat4 жыл бұрын
@@apestogetherstrong341 it was cancelled due to the sweet and sour sickin
@infinitelink4 жыл бұрын
That'll do pig.
@davidmouse44864 жыл бұрын
18:30 Files *are* overwritten by default in `cp` even without `-f`. The `-n` flag prevents this and the `-i` flag prompts the user, but by default a file *will* be overwritten. A small example: ``` user@host:~/test$ echo "This is file 1" > file1 user@host:~/test$ echo "This is file 2" > file2 user@host:~/test$ cp file1 file2 user@host:~/test$ cat file2 This is file 1 ``` This explanation suggests that you use an alias to make this *your* default behavior, but it certainly isn't the default and doesn't even occur with the additions you made to the `.bashrc` in the video.
@Klayperson4 жыл бұрын
Luke: "Linux sucks, I'm tired of doing linux videos" Luke:
@Zaurthur4 жыл бұрын
>says he hates making Linux util videos literally yesterday >Going to make biggest brain content off KZbin >Posts another Linux tutorial on KZbin Absolutely based
@cookiedestroyer4024 жыл бұрын
I actually know quite a bit about Bash and the terminal, I've just be watching Luke vids since 2017 and autistically have to continue. Anyone else?
@keveinkevin44224 жыл бұрын
Shouldve used ubuntu or windows for this video. Normies get scared if it looks different on their screen
@tokiomutex41484 жыл бұрын
Debian has less bloat out of the box.
@keveinkevin44224 жыл бұрын
@@tokiomutex4148 normies love bloat
@tokiomutex41484 жыл бұрын
@@keveinkevin4422 Not all of them.
@heartlessalice58014 жыл бұрын
@@tokiomutex4148 face it if u don't love bloat u are not a normie ^^
@wes20914 жыл бұрын
Thanks, Luke. I have been trying to teach my girlfriend the terminal on her Mac for months, but you definitely did a better job of explaining what I was trying to. I am excited for later videos, because she is someone who very much just wants to use her computer, and I noticed the biggest barrier keeping her from learning more is that she doesn't see the benefit of using the terminal for any of her work over just using the GUI. She writes a lot of MATLAB, reads research papers in PDF, and does bookkeeping in Excel.
@paulo95234 жыл бұрын
Luke just got from the GNU/Advanced stuff to the basics, is this a side effect from time travelling with vim?
@blackrastafarian4 жыл бұрын
Meditation my friend, meditation makes people realize how important the basic is. Have you seen how Luke finds Jesus with Linux yet?
@lonelybishop66594 жыл бұрын
2:51 I thought using arrow keys was illegal
@zacharytheliar4 жыл бұрын
only in vim
@tent4054 жыл бұрын
i just put cnoremap q in my vimrc and life has never been better
@SimGunther4 жыл бұрын
@@tent405 No macros? Mkay then...
@EffToyz4 жыл бұрын
It is, only C-r is allowed.
@markusdottling35564 жыл бұрын
ctrl+p and ctrl+n substitute the use of the arrow keys
@DB-nl9xw4 жыл бұрын
More tutorials like this. You are an amazing teacher. Teach us Suckless.
@bograham62214 жыл бұрын
Since I'm not an absolute noob, I'm looking forward to any follow-up videos. Thanks for helping all the people who wanna get started with the terminal!
@WafflesOinc4 жыл бұрын
Btw, thank you Luke for spearing some of your time to teach us. I really appreciate it ☺️
@alexradu19214 жыл бұрын
This doesn't look like a complete begginer video.. but that's why I stayed.. damn I've learned so much even if I knew half of commands. Thank you.
@shashu19994 жыл бұрын
There are hundreds of getting started with bash videos but something new to learn in every one of them
@jorar914 жыл бұрын
Thanks Luke, now all of your other videos kind of make sense
@aj35lightning4 жыл бұрын
thanks for this, been using linux and terminal for probably two years now and still was able to come away with some gaps of my knowledge filled
@sh4rksh4d0vv4 жыл бұрын
I already know what's being covered, I just watch 4 Luke
@Rudyok00014 жыл бұрын
I think even for people who know stuff, this kind of videos is helpful too. There are a lot of things that one could take for granted, or just skip it, whatever the reason. There isn't enough educational content on the internet, even when there is. Lol
@lsatenstein4 жыл бұрын
Hi Luke I have a C use question that you may be interested Consider #include FILE *f; f = stdout; stdout=fopen("SomeRandomFile",w); fprintf(stdout, "this is a line of text "); later fclose (stdout); stdout=f; In other words, programmatically, redirect stdout to point to some file, and if necessary, before exiting, restore stdout. I like this idea better than doing bash redirection some_program >SomeRandomFile; FYI, I will be trying it within a day or so.
@akojic54864 жыл бұрын
You can type shell commands in Emacs eshell. Emacs eshell is written all in elisp so you can configure it how you want it.
@aceflamez004 жыл бұрын
Woah luke has a Unix beard now :O
@MrDeni23n3 жыл бұрын
I love that you have these tidbits of useful information. I have just started out using Linux and I've watched quite a few vids, but no one has mentioned the double Tab to show what is in the directory. edited: redundancy
@davejoubert33494 жыл бұрын
Another command useful at this stage is apropos Especially useful if you know the action, but do not know (or have forgotten) the actual command.
@senorstrangelov4 жыл бұрын
The only command I knew before this video was the up arrow to perform last command. Thank you.
@kunt2304 жыл бұрын
Thank you luke, needed this got a laptop yesterday and already pissed at windows so i deleted c disk and just use Linux because vbix crashed all the time . Im a noob so im not very experienced in the terminal emulator and was just signing into firefox and youtube after first - Syu. And this was on the top of my yt page so thanks for making my linux experience a bit more pleasant and my day a bit better.
@user-up2rp6nz5h4 жыл бұрын
Congrats for getting off cursed win10! You can check out Proton for games it’s really good, onlyoffice is a nice and simple opensource office suit compatible with ms office, optimus-manager if you have problems with nvidia graphics
@technocrats23604 жыл бұрын
I have watched a lot of tutorials on KZbin but they just stick to the book and i was looking for this kind of tutorial explaining in deep with shortcuts.Waiting for intermediate and advanced tutorial to.
@aengle.4 жыл бұрын
Very nice Luke, even as a long time GNU/Linux user, I never actually knew about ctrl-l before. I always used to just use clear && [commands]
@BCDeshiG4 жыл бұрын
27:11 NGL I thought you were gonna alias rm to 'rm -rf /' for a second
@sayanghosh69964 жыл бұрын
you can also type "cd - " to go back to the previous directory (not the parent directory, the directory you previously were in, think of it like the back button in a file explorer)
@ХайлайтыДлиннойВоли Жыл бұрын
👍
@EverydaySimulations4 жыл бұрын
As I’m learning this things, I find it that I’m relying on using the ‘awk’ command quite a bit. I would personally appreciate it if you could make a quick tips and trick video showing how to effectively use it
@Aleksandar01004 жыл бұрын
Add this to your .bashrc for maximum comfort. alias mansplain='man' alias please='sudo !!'
@obsidiansiriusblackheart4 жыл бұрын
12:20: "No news is good news" Linux philosophy
@ashutoshmisra43 жыл бұрын
I wanted to try all this on my newly installed linux, so I rebooted my windows. And now I have watched 10s of your videos but windows is still updating. One of the main reasons i switched. Also, for fun.
@skyworm80064 жыл бұрын
>up arrow for previous commands i know this one from minecraft
@tstrandberg6664 жыл бұрын
"Sometimes you just wanna delete something."
@mohammedburhan57664 жыл бұрын
I can see that you have been practicing Pronouncing Asterisk
@kristiyanivanov74143 жыл бұрын
You have the Windows Bliss wallpaper, that's cute. It's a good wallpaper btw.
@mansourq65124 жыл бұрын
I love your stuff Luke, THUMBS up as usual
@joemulhern4 жыл бұрын
Usually here for the unaboomer manifesto rants, but love these videos. Would like to see a video going over how to “approach” questions in Linux on your own (reading man pages, deciphering documentation standards) so I don’t have a thousand half-useful stack overflow tabs open again
@keltyll4 жыл бұрын
great video, looking forward to part 2
@JimDragonBass4 жыл бұрын
26:30 This image is cursed
@GNU_Linux_for_good Жыл бұрын
29:13 Many beginners want to know - _what commands_ does GNU/Linux actually have implemented, and _how many are they_ ? (because: first of all, I gonna need those command names in order to use *man* ). Well - the completion function comes in handy. Just type the letter *a* and hit *TAB-key* and you'll get an overview of all commands, starting with 'a'. Go down the alphabet, and you get the idea.
@pebbles20464 жыл бұрын
OMFG the Vim Diesel is using goonoo nANo?!?!
@mark123rus4 жыл бұрын
Please make more of this!
@Justanoobcoder4 жыл бұрын
26:38 lol I didn't expect to see you use nano like this
@beetx54 жыл бұрын
let's be real , you only use the terminal to flex on your normie friends
@HungNguyen-lz5xb4 жыл бұрын
No I'm not. I have no friend.
@Oguzalp974 жыл бұрын
@Leif so what you are saying is that autism is your best friend
@arkadianriver4 жыл бұрын
Well done, as usual! Something I can refer ppl to. I like man -k or apropos to search, too, but with the web these days maybe not as useful as it used to be
@konstantinosgkoutzis15544 жыл бұрын
I like that webcam angle, just short of showing the baldness :^)
@vvill-ga4 жыл бұрын
I really did just watch a 31 minute video about stuff I already knew because I thought I was an absolute noob when I wasn't... Now to watch the slightly more advanced video I guess...
@craterface124 жыл бұрын
This channel is amazing
@mxhectorvega4 жыл бұрын
luke, there is a big problem with libxft-bgra it is totally broken in AUR it is impossible to install like libxft-bgra-bin, help! No new installs of the LARBS script will be done without that lib.
@mxhectorvega4 жыл бұрын
Help
@DrethPlusPlus4 жыл бұрын
As a filthy zoomer, I'm glad you made this video recently decided to learn bash, glad you of all people made this video as my 2 second attention span isn't good enough for other tutorials.
@s1ll1m3hu4 жыл бұрын
Please always explain what the commands are short for. Like what ls means and what man is short for. Atleast I remember them a lot better if I can connect the short command to a relevant word.
@glitch3dout4 жыл бұрын
pwd stands for print working directory. ls stands for list. man stands for manual. cd stands for change directory. cp stands for copy. mv stands for move. mkdir stands for make directory. rm stands for remove. rmdir stands for remove directory. touch stands for uhm touch?
@censoredterminalautism40734 жыл бұрын
Someone only officially becomes a Unix user after forgetting where they are and accidentally nuking their entire home directory with rm -rd *.
@unh0lys0da164 жыл бұрын
What OS do you recommend for living from the wild?
@kunt2304 жыл бұрын
Build a mechanical pc in the woods and program your own unix-like kernel and personally let stallman license your newly created os.
@unh0lys0da164 жыл бұрын
@@bashisobsolete.pythonismyn6321 Yeah I'll just stick with Hannah Montana Linux for now, though I have considered switching to Linux for *redacted*
@Sankaritarina894 жыл бұрын
Actually I'm turning on this video to see what luke knows about it haha
@majorgamerjay52214 жыл бұрын
5 minutes since it's uploaded, 14th comment, its 2:06 am, video is 30 minutes, video I will watch, trivago is hotel
@ReviewBlogVlog4 жыл бұрын
Drugs don't do
@travishopkins60764 жыл бұрын
Gardening tutorials when!
@RaivoDoc4 жыл бұрын
Luke seems genuinely noob/normie-friendly here.
@censoredterminalautism40734 жыл бұрын
He forgot to teach how to install Linux. If you're a Windows user, just delete system32 and Linux will be installed automatically.
@wilsonjholmes4 жыл бұрын
@@censoredterminalautism4073 Yes! Thank you! Will try once I get home from work tonight. /s
@arcade57654 жыл бұрын
@@wilsonjholmes bait?
@b1rdy0xf4 жыл бұрын
i like the nice Luke.
@neo7784 жыл бұрын
Since WSL, welcome to Bash in Windows!
@AlY-sn9bz4 жыл бұрын
Thanks Luke!
@xdptwin14 жыл бұрын
where is your wallpaper from. Awesome video thanks.
@gaonkarprajwal4 жыл бұрын
Luke, How did you get your man pages to display in colour.?
@Justanoobcoder4 жыл бұрын
Check out LESS export lines in this file github.com/LukeSmithxyz/voidrice/blob/master/.zprofile
@runclubcity75294 жыл бұрын
thankyou luke.
@danil_braun4 жыл бұрын
What program do you use to display pressed keys on the screen? Seen in some of your other videos.
@twb01094 жыл бұрын
Oh god, I've been removing directories with "rm -rf" for 2 years ._.
@BurgerKingHarkinian4 жыл бұрын
Well yeah, so have I. What are you planning to replace it with? rmdir is only for empty dirs after all.
@twb01094 жыл бұрын
Yeah, i just noticed, i usually don't remove empty folders tho xd
@BigBahss4 жыл бұрын
Great video, I'll be recommending this to a friend, but no sudo???
@wiredbeats90584 жыл бұрын
windows_bliss.jpg
@pawelskorupski4 жыл бұрын
Great video.
@DanielCsend2adaniel4 жыл бұрын
Part 2 please ,
@ChasingFoodStamps4 жыл бұрын
THANK YOU SO MUCH
@creonte384 жыл бұрын
How Nice this vídeo, I say hi to you my friend from Brazil. Thanks for sharing your knowledge with us. You are a really special guy.
@puriwatw.13234 жыл бұрын
You should start with teaching how to create files before copy or moving them. Most people might be just like me who just installed the OS and didn't have any files in computer.
@hibernian874 жыл бұрын
Whats an easy way of cding to a directory you just moved a bunch of pictures to? Just to see if theyre there or process them some more.
@obsidiansiriusblackheart4 жыл бұрын
Do a full vid on man (how to follow through links in man, etc)
@MattyFez4 жыл бұрын
You should have had the keypress on screen display up
@testname21663 жыл бұрын
The power of Linux is that It's an OS that train the User...
@anatolystepanovichdyatlov17474 жыл бұрын
Fash the Bash
@AdventureTimeWithAsh4 жыл бұрын
OMG yessss
@emre56144 жыл бұрын
>mfw screencast file's name is `screencast-200604-0835-51.mp4` this luke bloke could really see into the future huh
@ViniciusProvenzano4 жыл бұрын
How cool is it to teach bash while running Zsh...
@michaelrelly12433 жыл бұрын
My system doesn't have a manual entry for the cd command. why not? I'm curious.
@senninscorpion4 жыл бұрын
At the beginning of the video, you mentioned mac And later you said that if you didn't know what you're using, you're probably using bash I think mac is going to switch (or already did) the default to zsh
@zyptoskid4 жыл бұрын
based
@EllaT79352 жыл бұрын
Why is the only caption option on the video Korean.....
@azznags3 жыл бұрын
Hey Luke, where can I find this wallpaper?
@ricardonunes7094 жыл бұрын
next, a video about regex..please! thks
@adamt41104 жыл бұрын
Terminator: Noobs Day
@ryanharp53524 жыл бұрын
Based.
@creonte384 жыл бұрын
Can you tell something about Oh_My_Z_Shell with funky theme?
@danihp92384 жыл бұрын
could you link your wallpaper ?
@mrdryu954 жыл бұрын
What program does he use to manage audio at the beginning of the veedeo?
@GNU_Linux_for_good Жыл бұрын
28:35 yeah - except those maniacs who run *emacs*
@illiiilli246014 жыл бұрын
Nice, the auto-captions are in Korean
@h.b.55773 жыл бұрын
Wait how did that happen?!?
@illiiilli246013 жыл бұрын
@@h.b.5577 clearly it's because luke is speaks Korean in this video
@limitless16922 жыл бұрын
``` $ rm * ``` Only seeng the 2 characters togheter with an star give me goose bumps! Hhahahah
@matteo70924 жыл бұрын
I think that macos switched to zsh as a default shell