Linux Sysadmin Basics 02 -- Basic Commands

  Рет қаралды 444,748

tutoriaLinux

tutoriaLinux

Күн бұрын

Пікірлер: 352
@salamamohamed9829
@salamamohamed9829 7 жыл бұрын
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.
@BarrySwords
@BarrySwords 3 ай бұрын
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.
@Shvmadogg
@Shvmadogg 5 жыл бұрын
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
@tutoriaLinux
@tutoriaLinux 5 жыл бұрын
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!
@rmac1199
@rmac1199 4 ай бұрын
@@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_good
@GNU_Linux_for_good 9 жыл бұрын
Toggling between the last two directories is very useful sometimes. It's done with.. cd -
@prajjwalsingh6490
@prajjwalsingh6490 5 жыл бұрын
Thanks, that's really cool.
@jdr2.paradigmabiblico128
@jdr2.paradigmabiblico128 9 жыл бұрын
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
@tutoriaLinux
@tutoriaLinux 9 жыл бұрын
+John Richardson II Thanks man :-D
@dangnabbit1379
@dangnabbit1379 7 жыл бұрын
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
@tutoriaLinux
@tutoriaLinux 7 жыл бұрын
Witcher 3 is pretty good, but Deus Ex is still my favorite. Can't fight the nostalgia.
@nickyyyyy
@nickyyyyy 7 жыл бұрын
Witcher is just amazing mate. Truly love this game. Deux Ex feals so old now... Thanks for the video. That was very informative :-)
@jwoolfe1445
@jwoolfe1445 7 жыл бұрын
Thanks for this!! also, "you have to become someone who researches before asking questions" 24k GOLD!
@Quinten13
@Quinten13 3 ай бұрын
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.
@vincentdejong1818
@vincentdejong1818 6 жыл бұрын
@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
@tutoriaLinux
@tutoriaLinux 6 жыл бұрын
This is fantastic; thank you so much!
@lukpisimoh
@lukpisimoh 7 жыл бұрын
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!
@schoggi555
@schoggi555 4 жыл бұрын
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...
@bryansailer
@bryansailer 8 жыл бұрын
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.
@mangoknight5035
@mangoknight5035 4 жыл бұрын
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
@alexflores7652
@alexflores7652 5 жыл бұрын
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.
@owlystreamprod3389
@owlystreamprod3389 7 жыл бұрын
Learning Linux to become a linux admin after 5 years of windows.... Your tutorials are very helpfull ty so much.
@dankydee6503
@dankydee6503 7 жыл бұрын
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!
@matango6133
@matango6133 7 жыл бұрын
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.
@tutoriaLinux
@tutoriaLinux 7 жыл бұрын
Awesome! Keep that motivation going, this stuff is so much fun if you take the pressure off and just focus on learning/experimenting. Cheers!
@surfthemoon1279
@surfthemoon1279 4 жыл бұрын
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!
@noweare1
@noweare1 2 жыл бұрын
Thank you for producing this high quality video and please ignore any comments about the keyboard. Some people refuse to be pleased.
@jeremysmith7747
@jeremysmith7747 8 жыл бұрын
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.
@ZnXii
@ZnXii 8 жыл бұрын
newgen
@davidstallion6412
@davidstallion6412 5 жыл бұрын
Dave, I am David. David's are the best. Thank you for your videos
@Cespasbeau
@Cespasbeau 10 жыл бұрын
Darn good job here Mate! Nice and fluid; well explained; and well worth anyone at an entry level to Linux to watch.
@PunmasterSTP
@PunmasterSTP 2 жыл бұрын
Basic commands? More like "One of the best tutorials in the land!" Thanks again so much for making all these videos.
@jfbourdeau
@jfbourdeau 6 жыл бұрын
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_MATT
@Mind_of_MATT 7 жыл бұрын
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.
@ryanlutz1216
@ryanlutz1216 3 жыл бұрын
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.
@tutoriaLinux
@tutoriaLinux 3 жыл бұрын
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!
@flv1982
@flv1982 7 жыл бұрын
Really productive teaching style. Calm and to the point.
@imxande6930
@imxande6930 8 ай бұрын
2024 and started on this awesome tutorial I like your enthusiasm, find all of these fascinating, again thank you!!!
@dharmeshnatanta4616
@dharmeshnatanta4616 7 жыл бұрын
Thanks for making nice videos...Its better to listen you rather then wasting money in study center . Again thank you
@GNU_Linux_for_good
@GNU_Linux_for_good 9 жыл бұрын
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.
@MachineOverlords
@MachineOverlords 9 жыл бұрын
+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_good
@GNU_Linux_for_good 9 жыл бұрын
+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
@brianrenonshabazz6453
@brianrenonshabazz6453 4 жыл бұрын
Thanks for the info! :-)
@1OmniDude1
@1OmniDude1 7 жыл бұрын
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.
@ryandula3209
@ryandula3209 6 жыл бұрын
Thank you for sharing this knowledge with us! Great video
@sergiip619
@sergiip619 6 жыл бұрын
Deus Ex was my favorite game ever when I was a kid! nice!
@InXe123
@InXe123 4 жыл бұрын
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.
@sateeshdesai5325
@sateeshdesai5325 8 жыл бұрын
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 :-)
@LinXnerd
@LinXnerd 2 жыл бұрын
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.
@klaxoncow
@klaxoncow 7 жыл бұрын
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).
@johnmcgiv1
@johnmcgiv1 4 жыл бұрын
Hi Mate you definitely have the teaching knack brilliant video and correct speed, thanks a lot.
@fossboss4050
@fossboss4050 9 жыл бұрын
Best linux tutorial videos on YT, thank you so much..
@Spenc083
@Spenc083 7 жыл бұрын
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...
@tutoriaLinux
@tutoriaLinux 7 жыл бұрын
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!
@matthewerickson2006
@matthewerickson2006 7 жыл бұрын
Seeing that terminal has inspired me to get back into this. Good job man.
@mattig89ch
@mattig89ch 6 жыл бұрын
I'm watching, and following on a mint laptop (with the cinnamon UI) atm. And its 2019. So far, everything works the same.
@martinevstatiev6437
@martinevstatiev6437 7 жыл бұрын
Many thanks Dave for all of your work. U will watch and learn
@poppadoesitpropa
@poppadoesitpropa 3 жыл бұрын
Straight to the point useful in day to day ops great tutorial
@bartsimpson2324
@bartsimpson2324 7 жыл бұрын
yep, this is really good course, not talking too much about boring stuff great job!
@CruelCDO
@CruelCDO 9 жыл бұрын
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-of4yn
@AS-of4yn 7 жыл бұрын
Awesome! Thanks for taking the time. These videos are exactly what I needed. Thanks again!
@InsideOfMyOwnMind
@InsideOfMyOwnMind 8 жыл бұрын
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.
@lovelyghost81
@lovelyghost81 5 ай бұрын
man I love the sound of that old keyboard
@GNU_Linux_for_good
@GNU_Linux_for_good 9 жыл бұрын
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.
@puskardhakal5960
@puskardhakal5960 4 жыл бұрын
Thanks man, so much information on it. Very detailed and well explained, loved it.
@randomhuman2084
@randomhuman2084 2 жыл бұрын
you're a really good teacher bro
@GNU_Linux_for_good
@GNU_Linux_for_good 9 жыл бұрын
cd will do, brings you home/ (no ~ needed). Very good explained.
@harpersage4311
@harpersage4311 3 жыл бұрын
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
@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
@tutoriaLinux
@tutoriaLinux 5 ай бұрын
I'm going to put more deus ex content into my videos. Life is short and we need to enjoy it :-D
@kennethnicklowicz1030
@kennethnicklowicz1030 9 жыл бұрын
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
@dps9988
@dps9988 5 жыл бұрын
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
@tutoriaLinux
@tutoriaLinux 5 жыл бұрын
Have fun! Let me know if you run into any questions that you can't answer with some googling. Cheers!
@robertirvin4550
@robertirvin4550 7 жыл бұрын
I will pay you to keep making videos. You make the only good linux videos on youtube.
@tutoriaLinux
@tutoriaLinux 7 жыл бұрын
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
@fredhair
@fredhair 6 жыл бұрын
"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 :)
@davidchen9850
@davidchen9850 7 жыл бұрын
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.
@tutoriaLinux
@tutoriaLinux 7 жыл бұрын
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!
@davidchen9850
@davidchen9850 7 жыл бұрын
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.
@urgencepc4563
@urgencepc4563 7 жыл бұрын
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!
@nathangearing8978
@nathangearing8978 7 жыл бұрын
Urgence Pc You can do 'cd ..' to move up one directory
@urgencepc4563
@urgencepc4563 7 жыл бұрын
Ah! in Dos it was cd.. linux... there's a SPACE between cd and ".." Tssk.
@hakandilsiz7353
@hakandilsiz7353 8 жыл бұрын
Awesome video. A bit repetitive but great video for the basics.
@ad1sirbu
@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
@tutoriaLinux Жыл бұрын
Truth. Yes, I remember the demo -- Liberty Island. Hits my nostalgia button HARD. Music: kzbin.info/www/bejne/aKLQeoZ4bdNkn7c
@librev5881
@librev5881 7 жыл бұрын
here is your engagement comment. love your sysadmin vids! this is my 2nd time thru
@tutoriaLinux
@tutoriaLinux 7 жыл бұрын
Awesome, thanks! Glad you liked the videos so much. Feedback is always appreciated; feel free to message me on YT.
@lakotamm
@lakotamm 4 жыл бұрын
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
@flavioroloff
@flavioroloff 7 ай бұрын
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.
@tutoriaLinux
@tutoriaLinux 5 ай бұрын
I should do more subtly Deus Ex themed content again, that was fun.
@flavioroloff
@flavioroloff 5 ай бұрын
@@tutoriaLinux That was the cherry on top, man. You have great content.
@GNU_Linux_for_good
@GNU_Linux_for_good 9 жыл бұрын
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.
@mario33067
@mario33067 2 жыл бұрын
congrats for the video brow.. it was a long time ago, but it still very usefull!!
@tariq6624
@tariq6624 7 жыл бұрын
Thank you so much!! ive been looking for this for .......about 2 days. lol Thanks alot Bro!!!!
@perthDev
@perthDev 6 жыл бұрын
Great vids, making linux fun and accessible
@ismael4461
@ismael4461 2 жыл бұрын
Can I use mv command to change the name of a file? Because I tried it and works.
@micahtron8512
@micahtron8512 8 жыл бұрын
Greatest game ever made indeed!
@fingerlingus7756
@fingerlingus7756 7 жыл бұрын
Its close. Definitely top 10. But, for me, not #1. That honor goes to Mass Effect 2.
@spencerstreeter6535
@spencerstreeter6535 5 жыл бұрын
What's with the black square on the video?
@doombuster
@doombuster 5 жыл бұрын
What kind of people can dislike this tutorial??
@dooleyjlt5503
@dooleyjlt5503 8 жыл бұрын
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
@Earpornmusic
@Earpornmusic 7 жыл бұрын
really enjoying these, thank you.
@johndaarteest
@johndaarteest 3 жыл бұрын
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
@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.
@LinXnerd
@LinXnerd 2 жыл бұрын
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.
@lochinvar00465
@lochinvar00465 6 жыл бұрын
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)
@PamirTea
@PamirTea 6 жыл бұрын
Great video, thank you for posting this.
@Jordan-Da
@Jordan-Da 7 жыл бұрын
Beautiful, really beautiful. Thank you!
@Angelo-rf4jk
@Angelo-rf4jk 4 жыл бұрын
That beginning bro! haha cool and thanks!
@robertirvin4550
@robertirvin4550 7 жыл бұрын
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
@Fernandez218
@Fernandez218 3 ай бұрын
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_good
@GNU_Linux_for_good 9 жыл бұрын
mv (move) is not only to move a file to another location - it can also be used to rename files.
@Mischu708
@Mischu708 5 жыл бұрын
A man of culture, looking at deus ex :D
@РусланЗаурбеков-з6е
@РусланЗаурбеков-з6е 4 жыл бұрын
Why mouse cursor turns into black square when you're typing? What is reason of this??
@sayedahammed6014
@sayedahammed6014 Жыл бұрын
Thanks for the awesome video
@yangwang7656
@yangwang7656 7 жыл бұрын
Great tutorials Dave! Can you also provide that ringtone link by the way?
@tutoriaLinux
@tutoriaLinux 7 жыл бұрын
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
@Mahmoud-fn6bz Жыл бұрын
Thank you , very Good course
@nadaatef3861
@nadaatef3861 2 жыл бұрын
Thanks a lot for the rich content
@miguelrasteiro
@miguelrasteiro 10 жыл бұрын
awesome! Thank you for your videos.
@Brownmumba8973
@Brownmumba8973 4 жыл бұрын
Amazing instructor
@Costinvlad
@Costinvlad 9 жыл бұрын
Great work man thank you !
@InsideOfMyOwnMind
@InsideOfMyOwnMind 8 жыл бұрын
"Bork" my favorite new word.
@shatanshudogra8973
@shatanshudogra8973 6 жыл бұрын
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?
@riclikenoother
@riclikenoother 9 жыл бұрын
Thanks to you I got the job!
@tutoriaLinux
@tutoriaLinux 9 жыл бұрын
+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!
@ddstutorials6048
@ddstutorials6048 2 жыл бұрын
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...
@valentinrafael9201
@valentinrafael9201 8 жыл бұрын
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 ).
@TheSolidPlaya
@TheSolidPlaya 5 жыл бұрын
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..
Linux Command-Line for Beginners: What's happening on this machine?
9:47
Linux Sysadmin Basics 04 -- Shell Features -- Pipes and Redirection
17:47
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
Linux File System/Structure Explained!
15:59
DorianDotSlash
Рет қаралды 4,3 МЛН
My Switch To Arch Linux...
15:57
developedbyed
Рет қаралды 36 М.
Top 10 Linux Job Interview Questions
16:04
tutoriaLinux
Рет қаралды 2,4 МЛН
7 Outside The Box Puzzles
12:16
MindYourDecisions
Рет қаралды 180 М.
60 Linux Commands you NEED to know (in 10 minutes)
10:50
NetworkChuck
Рет қаралды 1,7 МЛН
Linux Sysadmin Basics 01 -- Setting up a Linux Virtual Machine
11:00
Linux Command-Line for Beginners: Your First 5 Minutes
11:47
tutoriaLinux
Рет қаралды 413 М.
Starting With Linux: What I Wish I Learned First
23:31
Learn Linux TV
Рет қаралды 499 М.
Linux Sysadmin Basics -- Course Introduction (Updated for 2024)
11:13
tutoriaLinux
Рет қаралды 1,1 МЛН
18 Commands That Will Change The Way You Use Linux Forever
29:50
Akamai Developer
Рет қаралды 1,3 МЛН
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН