Open Source · TechIt

Deploying your Rails 3 app to Heroku from Debian GNU/Linux

Deploying apps to Heroku is as simple as git push heroku master But you need a little bit of setup first. If you haven’t got git, install it with apt-get install git-core You will also need the Heroku gem gem install heroku Then set up your app, adding the files to the git repository

Open Source · TechIt

root user password recovery / resetting on Debian/GNU based linux systems

I have had need for this more often than I would like of late, it is a nice and quick way to reset the root password if you can’t remember, or the person who had it isn’t around any more. You need access to the actual console of course, physical access or a remote KVM.… Continue reading root user password recovery / resetting on Debian/GNU based linux systems

Open Source

Undelete files on a vfat partition in Ubuntu Debian GNU/Linux

I have recently used the ‘photorec’ component of the ‘testdisk’ application for recovering files from FAT32 file systems. I had used it before to recover files from general USB devices and others like Compact Flash/MMC/Secure Digital media with great success. Then, I was focusing on recovery of photos and movies. This time I was looking… Continue reading Undelete files on a vfat partition in Ubuntu Debian GNU/Linux