Earlier quoted context omitted.
It's the suggested install for homebrew. http://mxcl.github.io/homebrew/
There are legit criticisms against the copy-paste-curl-command style of installations. But on the other hand, I've yet to see a critic proposing a viable alternative. With viable I mean that said proposal must: 1. Work on all major platforms. 2. Be easy for the developer to create. 3. Be easy for the user to execute, with as few steps as possible. There are those who advocate that the developer should create a platfo…
Don't Copy-Paste from Website to Terminal
161–170 of 272 posts
Re: Don't Copy-Paste from Website to Terminal
#162Earlier quoted context omitted.
Definitely, I didn't even know that command :D - but I had to `apt-get install sl` on my machine first. Maybe just do a telnet to a nonstandard port on my server and then send special characters to do the animation? That could work...
Yeah, I didn't consider the fact that not everyone has sl on their machine.
Re: Don't Copy-Paste from Website to Terminal
#163Earlier quoted context omitted.
I always thought this concept to be silly unless you are a sysadmin. For most people who are not sysadmins losing ~ is much worse than losing /. Go ahead and wipe my OS, I just care for my photos to be safe.
Could you please tell me in which directory your ~ directory is and in which directory that directory is?
Re: Don't Copy-Paste from Website to Terminal
#164I mean, untarring a downloaded tarball from somewhere and running `make` is just as dangerous, right? Only there you can make sure the checksum matches, but people skip that step all the time.
Re: Don't Copy-Paste from Website to Terminal
#165Re: Don't Copy-Paste from Website to Terminal
#166Re: Don't Copy-Paste from Website to Terminal
#167Why would I bother copying and pasting the code to my clipboard when common industry practice now is just to invoke the output of curl directly? ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go )
I was quite surprised when this was the normal way of installing rvm: https://rvm.io/rvm/install/
https://github.com/sstephenson/rbenv/#neckbeard-configuratio...
Re: Don't Copy-Paste from Website to Terminal
#168Re: Don't Copy-Paste from Website to Terminal
#169Re: Don't Copy-Paste from Website to Terminal
#170Earlier quoted context omitted.
I always thought this concept to be silly unless you are a sysadmin. For most people who are not sysadmins losing ~ is much worse than losing /. Go ahead and wipe my OS, I just care for my photos to be safe.
Could you please tell me in which directory your ~ directory is and in which directory that directory is?