The Command Line Crash Course Controlling Your Computer From The Terminal
11–20 of 91 posts
Re: The Command Line Crash Course Controlling Your Computer From The Terminal
#12I got 1 upvote for anyone that can provide me a pdf of this thing.
git clone git://gitorious.org/the-cli-crash-course/the-cli-crash-course.git
Use dexy with a Tex install and it's a cinch. Only hiccup might be a few specialized Tex packages it complains about needing.
Re: The Command Line Crash Course Controlling Your Computer From The Terminal
#13> The next warning is stay off IRC or other places where "hackers" hang out. They think it's funny to hand you commands that can destroy your computer. The command rm -rf / is a classic that you must never type. Just avoid them. If you need help, make sure you get it from someone you trust not from random idiots on the internet. I don't really agree with that. I know for sure that popular channels in OFTC and Freenod…
I have seen on some IRCs people writing 'sudo rm -rf /*" etc. (not as advice, but as a joke,) but that person is always promptly kicked out and everyone in the channel tries to warn others. The author's view is definitely too pessimistic. Most people on IRCs like Freenode aren't evil 'hackers' out to 'hack' you (this reminds me of an episode of Numb3rs.) Other smaller IRC servers can get rowdy, but I've yet to see th…
That doesn't mean that they're all saints, I just find it comforting that there are people out there who will gladly assist a complete stranger (in my case, me).
Re: The Command Line Crash Course Controlling Your Computer From The Terminal
#14Was talking about going Linux soon, and this'll help me work from Terminal exclusively. Thanks!
Re: The Command Line Crash Course Controlling Your Computer From The Terminal
#15Re: The Command Line Crash Course Controlling Your Computer From The Terminal
#16pushd / popd where have you been all my life?! How did I not know this? Thanks Zed!
$ cd /some/really/long/dir
$ pwd
/some/really/long/dir
$ cd ~
$ pwd
~
$ cd -
$ pwd
/some/really/long/dir
I'm pretty sure "cd" and "cd -" are my most used commands. CDPATH ranks pretty important too.Re: The Command Line Crash Course Controlling Your Computer From The Terminal
#17I got 1 upvote for anyone that can provide me a pdf of this thing.
http://dl.dropbox.com/u/8605032/cli-crash-course.pdf git clone git://gitorious.org/the-cli-crash-course/the-cli-crash-course.git Use dexy with a Tex install and it's a cinch. Only hiccup might be a few specialized Tex packages it complains about needing.
Re: The Command Line Crash Course Controlling Your Computer From The Terminal
#18Was talking about going Linux soon, and this'll help me work from Terminal exclusively. Thanks!
It's worth it. It really is. At some point you will marvel that you ever thought it was a good idea to navigate filesystems with the mouse, or edit text in a non-modal editor.
Re: The Command Line Crash Course Controlling Your Computer From The Terminal
#19Earlier quoted context omitted.
http://dl.dropbox.com/u/8605032/cli-crash-course.pdf git clone git://gitorious.org/the-cli-crash-course/the-cli-crash-course.git Use dexy with a Tex install and it's a cinch. Only hiccup might be a few specialized Tex packages it complains about needing.
I was very psyched to see this, however, I am afraid to tell you that this is missing parts of the text. It is missing the 'Do This/Source Examples' - a vital part of the text for sure. Replace with fixed copy and report back! Thank you kind sir!
Re: The Command Line Crash Course Controlling Your Computer From The Terminal
#20Earlier quoted context omitted.
http://dl.dropbox.com/u/8605032/cli-crash-course.pdf git clone git://gitorious.org/the-cli-crash-course/the-cli-crash-course.git Use dexy with a Tex install and it's a cinch. Only hiccup might be a few specialized Tex packages it complains about needing.
I was very psyched to see this, however, I am afraid to tell you that this is missing parts of the text. It is missing the 'Do This/Source Examples' - a vital part of the text for sure. Replace with fixed copy and report back! Thank you kind sir!