Kool song
Paramore – Decode
May 11, 2010LOL MTV
May 10, 2010Don’t Use FTP, Use SFTP
May 9, 2010Don’t use FTP. This is an old protocol that works badly with firewalls and transfers files over UDP which doesn’t guarantee that they’ll be transfered without errors. Besides that, it sends your password in a clear text over the internet which makes it vulnerable to sniffing.
Use SFTP (SSH File Transfer Protocol) which sends everything over ssh encrypted connection and uses TCP for file transfers that ensures your files will be received the same as they were sent. And you don’t need to have 23 (ftp) port available, since sftp works over 22, which eliminates another security vulnerability.
Sugababes – Freak Like Me
May 3, 2010Taylor Swift – Our Song
May 3, 2010Our song
Sugababes – Wear My Kiss (7th Heaven Remix)
April 26, 2010Cool new remix of Sugababes’ Wear My Kiss
Rihanna – Rude Boy
March 25, 2010A very nice video
Ruby-debug and Ruby 1.9
March 17, 2010Ruby-debug still doesn’t support ruby 1.9 and I doubt it will ever be. Instead we have ruby-debug19 gem now. So if you are using ruby 1.9 and you need to debug your rails apps, install it.
sudo gem install ruby-debug19
Currently Rails 3 beta 1 complains that it can’t find ruby-debug gem when you run the server with debugging enabled. Just add ruby-debug19 gem to your Gemfile and it’ll work.
gem "ruby-debug19"
Lady Gaga – Telephone ft. Beyoncé
March 12, 2010New Lady Gaga’s video
The Pussycat Dolls – Bottle Pop
March 8, 2010Popping bottles
- Categories
- Tags
- Archives
- Links

