who else is watching in 2017???? am loving the tutorials, they are very helpful, thumbs up..... you have made linux life so easy and enjoyable, thank you.
@BarrySwords3 ай бұрын
I'm starting Linux in 2024, all this content is great so far. Still relevant today and likely will continue to be for a very long time.
@Shvmadogg5 жыл бұрын
now I know that if you'll ever be my interviewer, that I'll only need to say that Deus Ex is the best game ever made and I'll get hired
@tutoriaLinux5 жыл бұрын
Absolutely correct. I'm trying to secretly build a team of massive Deus Ex fans who will design and implement the best cyberpunk infrastructure of all time!
@rmac11994 ай бұрын
@@tutoriaLinux Hands Down that was probably one of, if not the best game I have ever played. And I have been gaming since Pong was the only home video game available. When Asteroids and Donkey Kong and Tempest were the only video games in the arcade. Everything else was a pinball machine or other mechanical game,
@GNU_Linux_for_good9 жыл бұрын
Toggling between the last two directories is very useful sometimes. It's done with.. cd -
@prajjwalsingh64905 жыл бұрын
Thanks, that's really cool.
@jdr2.paradigmabiblico1289 жыл бұрын
I just can't believe there exist two individuals who did not like this particular tutorial! It goes to show you, you can't please everybody. I LIKE IT, thanks Dave
@tutoriaLinux9 жыл бұрын
+John Richardson II Thanks man :-D
@dangnabbit13797 жыл бұрын
tutoriaLinux dunno, I'm glad someone has the patience but tbh I feel a bit like the crows that were taught English watching other crows trying to learn
@ψευδάνερ7 жыл бұрын
John Richardson II now there is 18. I wonder if he still thinks deus ex is the greatest game ever
@tutoriaLinux7 жыл бұрын
Witcher 3 is pretty good, but Deus Ex is still my favorite. Can't fight the nostalgia.
@nickyyyyy7 жыл бұрын
Witcher is just amazing mate. Truly love this game. Deux Ex feals so old now... Thanks for the video. That was very informative :-)
@jwoolfe14457 жыл бұрын
Thanks for this!! also, "you have to become someone who researches before asking questions" 24k GOLD!
@Quinten133 ай бұрын
Im so glad I came across your playlist in learning the basics of Linux. This is going to help me in my intro to Linux class. I’m in college for IT & Cybersecurity.
@vincentdejong18186 жыл бұрын
@tutorialLinux if it's cool, i'll drop my notes on every video i'm going to follow over the next few months. if you'd rather i don't, i'll delete this one and won't do it on the next. Cheers for the videos, finally something that is easy enough to understand, but thorough enough to get me where i want to go. Chapter 1: Linux Sysadmin Basics 02 -- Basic Commands -------General notes:---------------------- Terminal, Command-line and Shell can (for now) be considered all the same thing Shell prompt is the symbol right before you start typing. In bash the prompt is indicated with a dollar symbol "$" user@machineName:~/location$ who, on what, where and prompt. Flags/options can be added to commands, to make them more specific. They are indicated with a "-" followed by the flag/option. example: ls -a -> shows all files (hidden and non-hidden) "." is the current directory ".." is the ONE UP directory Generally the command line works like this: Command argument directory/location And always the SOURCE and then the TARGET. --------Notes on symbols and codes:---------- ~ is the home directory (different per user) /home/user / is the root directory (very base of the system/highest directory) --------Basic Codes:-------------------------- man MANUAL (man followed by command provides you the options/flags and explains what they are for that command) man man how to use the MANUAL pwd print working directory (current directory you're in) ls list (folders and files in current directory) ls can be flagged with "-" and an additional command ls can also have a path defined to show the contents of that directory "/..." cd change directory (just "cd" will bring you to your home folder) cd requires a starting slash (/.../) when changing directory from the root (long directories) cd does not require a starting slash (.../) when you are in a directory (for example home) because root is already indicated in the shell prompt. cd.. change directory UP (closer to root) ----------Making files:-------------------------- touch followed by file name and type (e.g. aNewNote.txt) cat followed by the file name shows the entire content of a text file mkdir followed by a name makes a new directory (folder) with that name. no spaces! otherwise it will make multiple directories based on the amount of words you used. rm removes a file rmdir removes a directory -----------Things and places:---------------------- boot/ everything used to boot your system dev/ devices - where your hardware is mounted
@tutoriaLinux6 жыл бұрын
This is fantastic; thank you so much!
@lukpisimoh7 жыл бұрын
I can't believe you made 27 minutes of bash tutorial feel like a fun 5 minute video. Awesome channel, I'm gonna go through this whole playlist!
@schoggi5554 жыл бұрын
ive watched many tutorials already and youre the first one to show the command 'man' ...thank you so much! googling linux issues always leads to nowhere for me...
@bryansailer8 жыл бұрын
I have been using Linux for eight years now and I have learned a lot of these commands the hard way through trial and error, but I am glad I have found these tutorials. They are helping to make since of the flags and other commands that I did not know like 'man'. If I would have just know that command it would have saved me a lot of time on forums asking questions that I could have researched myself. Thank you for the videos.
@mangoknight50354 жыл бұрын
this guys youtube channel litterly started by him trying to teach his friend linux but remembering that he can put it online so others can learn !!!! i cant believe it ! i love you
@alexflores76525 жыл бұрын
Your videos are great to refresh your memory. I just finished getting my Cybersecurity Bachelor's degree. They just threw some much in such a short span of time that it was hard to remember it all. But your videos help me out review and refresh. I first got started learning DOS back in the day then Redhat Linux and Unix then Fedora. I have an iMac G3 400 running OX 10.3.9 which is BSD Unix and yes it still boots up when I have a working PRAM battery. But thank you for posting these videos they are a huge help for me. Heck I have Termux running on my Android tablet to play around and experiment.
@owlystreamprod33897 жыл бұрын
Learning Linux to become a linux admin after 5 years of windows.... Your tutorials are very helpfull ty so much.
@dankydee65037 жыл бұрын
Looking for Linux command line lessons and saw you think the first Deus Ex is the best game ever made; Instantly knew I had come to the right place!
@matango61337 жыл бұрын
Day 1 with your tutorial... and I'm all giddy creating and moving text files with the terminal. I've been wanting to learn linux for so long. Thank you for making these videos.
@tutoriaLinux7 жыл бұрын
Awesome! Keep that motivation going, this stuff is so much fun if you take the pressure off and just focus on learning/experimenting. Cheers!
@surfthemoon12794 жыл бұрын
Thank you so much for starting at the basics, going deliberately slow with repetition building muscle memory. Building a foundation before moving to more. Thank you for excellent work!
@noweare12 жыл бұрын
Thank you for producing this high quality video and please ignore any comments about the keyboard. Some people refuse to be pleased.
@jeremysmith77478 жыл бұрын
Great tutorial btw. Ive been playing around with linux for awhile now but without any formal education. Just picking up bits and pieces here and there. I started exploring Tails, Kali Linux, and Ubuntu because Ive always been interested in OPSEC and Pen-Testing. Props to tutorialLinux for introducing me to the basics since a foundation is extremely important and I will continue to glean the information given in the rest of the tutorials.
@ZnXii8 жыл бұрын
newgen
@davidstallion64125 жыл бұрын
Dave, I am David. David's are the best. Thank you for your videos
@Cespasbeau10 жыл бұрын
Darn good job here Mate! Nice and fluid; well explained; and well worth anyone at an entry level to Linux to watch.
@PunmasterSTP2 жыл бұрын
Basic commands? More like "One of the best tutorials in the land!" Thanks again so much for making all these videos.
@jfbourdeau6 жыл бұрын
Tks for your godo work. JF from Canada. Come from the Mac world, Windows World, using Linux for server years as a simple user now trying do get food at it... ( former IT, come from BBS world, Dos, WIndows, MAc, Commodore, Basic etc)... You video are " super " !!!!
@Mind_of_MATT7 жыл бұрын
Thanks for the videos. I'm just a general HT PC user but ever since ditching windows for linux I've been curious about the terminal & Linux in general. We'll see how far I get with your tutorials. So far so good.
@ryanlutz12163 жыл бұрын
New subscriber here. This channel just went from awesome to next level with the Deus Ex intro. Game absolutely is the greatest ever and does not get the credit it deserves.
@tutoriaLinux3 жыл бұрын
I gotta start putting random deus ex gameplay clips in my videos again. I don’t know what happened, I used to be cool. Cheers!
@flv19827 жыл бұрын
Really productive teaching style. Calm and to the point.
@imxande69308 ай бұрын
2024 and started on this awesome tutorial I like your enthusiasm, find all of these fascinating, again thank you!!!
@dharmeshnatanta46167 жыл бұрын
Thanks for making nice videos...Its better to listen you rather then wasting money in study center . Again thank you
@GNU_Linux_for_good9 жыл бұрын
Related to man-pages: newbies want to find out, how many 'commands' there are. They want a list of names, in order to read the man-page of a certain command, since knowing that there's a manual for every command is worthless, when you don't know the commands name. Use the TAB-key and bash will give you that list. i.e. type a letter, say a hit TAB-key twice and you'll get all the commands that start with an a. Plough yourself through the alphabet this way.
@MachineOverlords9 жыл бұрын
+FreeSoftware Thank you for that tip. I'm not a newbie to Linux, but I didn't know you could list commands like that. Sometimes I'll know a command but have a mental block and can only remember what the command started with, and your tip will definitely help get past that.
@GNU_Linux_for_good9 жыл бұрын
+MachineOverlords great! Nice pictogram ;-) btw: Have you ever thought about giving zsh a try? All in all it's a very complex matter, but it has a very sophisticated completion-system/creating own functions/regular expressions, and many, many things more. Get my zshrc with.. wget www.koydl.de/.zshrc
@brianrenonshabazz64534 жыл бұрын
Thanks for the info! :-)
@1OmniDude17 жыл бұрын
I had no idea tab completion existed in linux. With my ocd forcing me to name files with things like "io_and_logical_operators_test" you just saved me a ton of time and annoyance. +Liked this video for that alone.
@ryandula32096 жыл бұрын
Thank you for sharing this knowledge with us! Great video
@sergiip6196 жыл бұрын
Deus Ex was my favorite game ever when I was a kid! nice!
@InXe1234 жыл бұрын
Thank you very much, you have a good pedagogy, practice is the key and you make it clear to us, thank you also to youtube for offering us a translation (sometimes not obvious but very useful) for those who do not understand this level of English.
@sateeshdesai53258 жыл бұрын
Thanks a lot Dave. Too good for people who want to understand Linux Operating system. Helping me a lot. Enjoying Linux. Its all Fun with commands as you mentioned. It has improved my typing speed :-)
@LinXnerd2 жыл бұрын
These are awesome instructions that you give. I've been using Linux for years and still just learned some new tricks that sped things up for me. 👍 I'm looking forward to seeing more and typing with you.
@klaxoncow7 жыл бұрын
Actually, the "myawesomefile.txt~" is created by "gedit" when you save. If the file you're saving to already exists, then that file is renamed with a "~" at the end. It's a very simple backup system that keeps around the last save. So if you made some catastrophic mistake and saved it, then the "~" file will be what it used to be at the last save (it's basically the old file renamed). If you save twice, though, then it's gone. This simple backup system is only retaining the last save. You can only "undo" once. But it's a sometimes useful facility that has saved my arse once or twice (and you can turn it off in the gedit options anyway, if it really annoys you).
@johnmcgiv14 жыл бұрын
Hi Mate you definitely have the teaching knack brilliant video and correct speed, thanks a lot.
@fossboss40509 жыл бұрын
Best linux tutorial videos on YT, thank you so much..
@Spenc0837 жыл бұрын
Excellent tutorial, I'm currently working in a Windows shop but, I've been dabbling with various open-source OS's for a number of years. I would get fairly familiar with the commands, but because I'm not support any Linux systems in my work environment I would always tend to fall off the wagon. What I have noticed of the past year or so, organizations are now looking for IT personal with Linux and Windows experience. Your tutorial has got me pretty hyped again, I think I'll use you training along with some other training material for the Linux + certification. Good Job man, thanks for sharing your knowledge...
@tutoriaLinux7 жыл бұрын
Awesome! Yeah, don't be afraid to jump in. I started on the Windows admin side too (thankfully with a hybrid Windows/Linux job), and a lot of the 'common sense' Sysadmin stuff (be cautious, automate things, think about security implications) will transfer perfectly between Windows and Linux. The commands are the easy part, and thankfully you don't have to memorize everything there is :-). Sounds like you've got a great plan -- jump in and have fun!
@matthewerickson20067 жыл бұрын
Seeing that terminal has inspired me to get back into this. Good job man.
@mattig89ch6 жыл бұрын
I'm watching, and following on a mint laptop (with the cinnamon UI) atm. And its 2019. So far, everything works the same.
@martinevstatiev64377 жыл бұрын
Many thanks Dave for all of your work. U will watch and learn
@poppadoesitpropa3 жыл бұрын
Straight to the point useful in day to day ops great tutorial
@bartsimpson23247 жыл бұрын
yep, this is really good course, not talking too much about boring stuff great job!
@CruelCDO9 жыл бұрын
Amazing classes, Bro. My name is Rodrigo, I am from Brazil and I have just started watching your video classes, really awesome man, congrats from Brazil!
@AS-of4yn7 жыл бұрын
Awesome! Thanks for taking the time. These videos are exactly what I needed. Thanks again!
@InsideOfMyOwnMind8 жыл бұрын
Great stuff for Linux users. BTW, a noisy or over mic-ed keyboard has the same effect as when the speaker is chewing gum and smacking it during the presentation.
@lovelyghost815 ай бұрын
man I love the sound of that old keyboard
@GNU_Linux_for_good9 жыл бұрын
Navigating through the system is fine, but sometimes we need more information about a file. To explore a file a little deeper, type file and you'll get specifics, what kind of file it is.
@puskardhakal59604 жыл бұрын
Thanks man, so much information on it. Very detailed and well explained, loved it.
@randomhuman20842 жыл бұрын
you're a really good teacher bro
@GNU_Linux_for_good9 жыл бұрын
cd will do, brings you home/ (no ~ needed). Very good explained.
@harpersage43113 жыл бұрын
Came here in 2021.. Hoping to land a job in a DevOps role. Pushing myself to be learn something new every day and it starts here!
@lukaszl9542 Жыл бұрын
haha cool, not only did i find a great teacher, but also a great gamer, i love Deus Ex too :) and its 9 years since your clip
@tutoriaLinux5 ай бұрын
I'm going to put more deus ex content into my videos. Life is short and we need to enjoy it :-D
@kennethnicklowicz10309 жыл бұрын
Thanks. I am trying this out because of windows 10. this is exactly what I neeed to go forward. Some of these are similar to dos, and some I have used flashing and Jtaging, and PFsense clearOS type consoles. Good lesson
@dps99885 жыл бұрын
thank you, for this. im currently starting off in your tutorials (and of course, im on this lesson), and plan to complete them! again, thank you
@tutoriaLinux5 жыл бұрын
Have fun! Let me know if you run into any questions that you can't answer with some googling. Cheers!
@robertirvin45507 жыл бұрын
I will pay you to keep making videos. You make the only good linux videos on youtube.
@tutoriaLinux7 жыл бұрын
Hah, I'm honored, thank you. Patreon works well -- thanks for helping me grow this thing! That said, there are plenty of good channels on YT. Brian Will's stuff is fantastic, for example: kzbin.infovideos
@fredhair6 жыл бұрын
"Angle bracket..? What am I smoking" made me chuckle for some reason, probably out of sympathy, often feels like I been smoking some way too strong shit even when I haven't haha. Anyway this looks to be a good series, already know all this stuff but thought I'd brush up before tackling the harder stuff. Thanks for doing these :)
@davidchen98507 жыл бұрын
Thanks, Dave. I abandoned the windows OS completely for linux (with no prior history of working with linux), and the videos are awesome sauce! I am committing to completing at least one part of this course each day, and supplementing that with figuring out how to get my windows programs to working in linux (checking out Wine now), so lets see where I am in 30 days. :) Ubuntu reminds me of a hybrid of Win3.11 & DOS, which is pretty cool.
@tutoriaLinux7 жыл бұрын
Nice! That's great to hear. There's nothing better than running Linux as your everyday OS to really dive into learning it (and leave yourself no excuses :-D). I'd love feedback when you're done with those 30 days. Always looking to improve the videos. Good luck, and enjoy the trip!
@davidchen98507 жыл бұрын
tutoriaLinux Im taking notes as I go along, and Ill be more than happy to share some feedback when I am finished. For the record I am a "clean slate" with no prior Mac or Linux xp. I am familar with DOS, so the terminal doesnt freak me out. I'll like your vids as I make my way through them.
@urgencepc45637 жыл бұрын
Two things: 1-you do not need to put the / after the folder name 2-know any command to roll back ONE folder, without going back to root? Great videos, thanks it's helpful!
@nathangearing89787 жыл бұрын
Urgence Pc You can do 'cd ..' to move up one directory
@urgencepc45637 жыл бұрын
Ah! in Dos it was cd.. linux... there's a SPACE between cd and ".." Tssk.
@hakandilsiz73538 жыл бұрын
Awesome video. A bit repetitive but great video for the basics.
@ad1sirbu Жыл бұрын
Thank you for the video and for stating that Deus Ex is the greatest game, which I've known ever since I played the demo (before launching) back in 2000 :)
@tutoriaLinux Жыл бұрын
Truth. Yes, I remember the demo -- Liberty Island. Hits my nostalgia button HARD. Music: kzbin.info/www/bejne/aKLQeoZ4bdNkn7c
@librev58817 жыл бұрын
here is your engagement comment. love your sysadmin vids! this is my 2nd time thru
@tutoriaLinux7 жыл бұрын
Awesome, thanks! Glad you liked the videos so much. Feedback is always appreciated; feel free to message me on YT.
@lakotamm4 жыл бұрын
This hurts. This hurts so badly. I have been using linux for like 8 years, even worked like an embedded C programmer where I was using mostly linux and I still have not learned to use "man" command. OMG. Thank you very much
@flavioroloff7 ай бұрын
NO WAY! I love Deus Ex, too. One of the greatest games ever. The ambiance, sound track, story. Everything about this game is so cool. I think they should do a re-boot with better graphics (same audio, though). Also, thank you for these videos.
@tutoriaLinux5 ай бұрын
I should do more subtly Deus Ex themed content again, that was fun.
@flavioroloff5 ай бұрын
@@tutoriaLinux That was the cherry on top, man. You have great content.
@GNU_Linux_for_good9 жыл бұрын
While talking about rm -r (r=recursive) please also mention to use that command with caution. 24:45 I'm sorry: I take that back.
@mario330672 жыл бұрын
congrats for the video brow.. it was a long time ago, but it still very usefull!!
@tariq66247 жыл бұрын
Thank you so much!! ive been looking for this for .......about 2 days. lol Thanks alot Bro!!!!
@perthDev6 жыл бұрын
Great vids, making linux fun and accessible
@ismael44612 жыл бұрын
Can I use mv command to change the name of a file? Because I tried it and works.
@micahtron85128 жыл бұрын
Greatest game ever made indeed!
@fingerlingus77567 жыл бұрын
Its close. Definitely top 10. But, for me, not #1. That honor goes to Mass Effect 2.
@spencerstreeter65355 жыл бұрын
What's with the black square on the video?
@doombuster5 жыл бұрын
What kind of people can dislike this tutorial??
@dooleyjlt55038 жыл бұрын
it seems to start at just after 3:00 and seems like you have your mike in your keyboard, the sounds are almost as loud as the vocals and other times it is louder than the vocals
@Earpornmusic7 жыл бұрын
really enjoying these, thank you.
@johndaarteest3 жыл бұрын
Dave thank you for all of your output, may I ask what is the black square that I can see in the slight left of centre of the screen?
@FelipeGomes-s7u Жыл бұрын
I don't know if you talked about this already but I was messing with 'mv' command and found out you can basically rename the file, in case you don't specify a directory to move into and instead, for example you have a fish.txt inside your current folder and you go: mv fish.txt shark.txt, then it basically renames to shark.
@LinXnerd2 жыл бұрын
This would have been a good video to mention the -h or --help flag for commands. You can get a sort of quick help or list of flags for a command by typing it after the command like: touch --help , for instance.
@lochinvar004656 жыл бұрын
This is why I liked Win 95 and 98. Command line control of the system was much easier than trying to navigate through the menu's only to find the item you wanted to change was "greyed out"(most frustrating bug I've ever had)
@PamirTea6 жыл бұрын
Great video, thank you for posting this.
@Jordan-Da7 жыл бұрын
Beautiful, really beautiful. Thank you!
@Angelo-rf4jk4 жыл бұрын
That beginning bro! haha cool and thanks!
@robertirvin45507 жыл бұрын
I love how it sounds like he is typing up a debriefing memo from the a supreme court ruling and all that really comes up is a ~. lol
@Fernandez2183 ай бұрын
25:17 I was wondering why linux is so popular so i asked google and i eventually found someone who wrote this succinct response: Linux pro: you have complete control over your system Linux con: you have complete control over your system
@GNU_Linux_for_good9 жыл бұрын
mv (move) is not only to move a file to another location - it can also be used to rename files.
@Mischu7085 жыл бұрын
A man of culture, looking at deus ex :D
@РусланЗаурбеков-з6е4 жыл бұрын
Why mouse cursor turns into black square when you're typing? What is reason of this??
@sayedahammed6014 Жыл бұрын
Thanks for the awesome video
@yangwang76567 жыл бұрын
Great tutorials Dave! Can you also provide that ringtone link by the way?
@tutoriaLinux7 жыл бұрын
Ahem ahem secret wink www.unrealtexture.com/Unreal/Website/Downloads/UEBG/DeusEx/SoundFX/SoundFX.htm cough cough "dragon unpacker" wink wink in no way do i condone etc etc etc
@Mahmoud-fn6bz Жыл бұрын
Thank you , very Good course
@nadaatef38612 жыл бұрын
Thanks a lot for the rich content
@miguelrasteiro10 жыл бұрын
awesome! Thank you for your videos.
@Brownmumba89734 жыл бұрын
Amazing instructor
@Costinvlad9 жыл бұрын
Great work man thank you !
@InsideOfMyOwnMind8 жыл бұрын
"Bork" my favorite new word.
@shatanshudogra89736 жыл бұрын
At around 16 minutes in the video, the gedit editor has saved an autosave file which actually is a hidden file on the desktop but in the terminal it is being listed using ls only and not ls -a. Why is that?
@riclikenoother9 жыл бұрын
Thanks to you I got the job!
@tutoriaLinux9 жыл бұрын
+Ricardo Bautista Congratulations! That is fantastic. Enjoy it, it's an amazing industry and you can pretty much shape your career however you want. Let me know if you have any requests :-). Cheers!
@ddstutorials60482 жыл бұрын
It should be noted that 'rm -rf /' will also delete anything that is mounted to the OS at runtime. Like for instance, a collection of MP3s. Not that I've ever had that happen...
@valentinrafael92018 жыл бұрын
you can also do " cd $HOME" or " cd /home/$USER" . I use it for some scripts on multiple PC's when I have dirs and subdirs " home/user/dir1/dir1.1/dir1.1.1" the user changes but the sub dir names stay the same ( or are created by the script ).
@TheSolidPlaya5 жыл бұрын
hahah YES. deus ex. got so many people interested in technology and linux, :) JC, there asking for you out in Hong Kong, you NEED to do this mission and DONT MESS IT UP hah. good times..