Learn the Command Line
11–20 of 110 posts
Re: Learn the Command Line
#12Do you really have to create an account to even see the first exercise? How times have changed at CodeCademy.
We teach things like bash by assigning each user to a virtualized Linux server. That gets really expensive and hard to manage when you give one to every anonymous user who hits the site (especially when our courses pop up on sites like HN). With that said, I have been wanting to change the UI to be less intrusive, so you can better see what you're signing up for.
Re: Learn the Command Line
#13Re: Learn the Command Line
#14I just finished it. It took me less than half an hour.
It was OK until I finished the 75% of the course. The last 25% were pretty repetitive: use nano to edit your bash config (they used .bash_profile as a config file), type something in it, close nano and use source to set the source of your bash config. I had to execute that same process at least five times and every single time the terminal session restarted so I couldn't use up and down keys to navigate between previous commands, so I had to type them again every single time. Plus there were constant bugs in the interface so I had to manually scroll the left sidebar to see the next task in like every challenge.
All in all, you're right, very basic, thorough, and a bit repetitive at the end. Nothing really left a wow effect to me, but I knew how to use 95% of those commands. Others might find it more useful.
P.S. I'm kind of surprised that they chose nano as a text editor. I expected vi, but I'm guessing they chose nano because it's more beginner-friendly.
Re: Learn the Command Line
#15Re: Learn the Command Line
#16For example: "Show me all of my files, including my hidden ones" --> "ls -a".
Good idea or not?
Re: Learn the Command Line
#17What do people think about wrapping a Natural Language Processing interface around the command line (for educational purposes)? For example: "Show me all of my files, including my hidden ones" --> "ls -a". Good idea or not?
Re: Learn the Command Line
#18Last I used it, it had quite a few bugs. Even with work abounds to the bugs I only was able to get to 75%
Re: Learn the Command Line
#19It's great to see a course to teach basic command line use, I tried this back when it was in beta and it was great. At the time I had also emailed their support team about some security concerns regarding the course and never heard back(I'm not infosec expert but I was surprised at a few things they allowed that would seem like security issues).
Re: Learn the Command Line
#20I completed this a few days ago. Good enough to make me want to put Linux on my Macbook again. How I missed thee.