Archive

Archive for the ‘Web Developing’ Category

Reading directories and outputting results with Ruby on Rails

December 10th, 2008

There is a great article on how to read directories and output their results with Ruby on Rails. If you would like to find out how this works and how to implement check out this website! It explains perfectly on how to do this. This is a great tip because I could never find anything on google that worked properly, but this does!

**The tutorial is here…

Web Developing

quick SCP tip.

July 9th, 2008

you can use -l to limit the bandwidth usage of SCP.

example:

$ scp -l 200 user@host:~/files .

Web Developing