noah who?
tags
ajax audio blogging brain collaboration command line debugging design education feed flash flex free html instructional design ipod itunes javascript kathy sierra learning activities lms mac mind mapping moodle mp3 open source pdf php podcasting powerpoint programming rss screencast screen sharing second life skype sound tutorial usability users video web app windows wordpress xml
Tag Archives: command line
command line summary for OS X
a refreshing westwind for unix learners
windows command line ref
windows commands for those of us more used to other systems
running bash scripts in mac’s terminal
It works like running a .bat file on Windows, but there are a couple of things to keep in mind: The file has to be executable. Let’s say it’s called myscript.sh. Here’s how you’d make it executable: chmod +x myscript.sh … Continue reading