Samba on Debian
If you just want a quick share of your home directory, it's a simple two-step process:
apt-get install samba
smbpasswd -U username
If you just want a quick share of your home directory, it's a simple two-step process:
apt-get install samba
smbpasswd -U username
apt-get install build-essential ruby rubygems libsqlite3-ruby
gem install mongel
gem install rails
If you don't use gem to install ruby components, you're stuck with debian packages. Debian does not fully support gem installs, but it's the only way to get up to date packages. Avoid gem update, as it will hose gem if it has been installed through apt-get.
This page contains all entries posted to Coding Is Hard in December 2007. They are listed from oldest to newest.
November 2007 is the previous archive.
Many more can be found on the main index page or by looking through the archives.