Monthly Archives: November 2007

Running 32-bit apps on 64-bit Ubuntu

In order for this to run correctly, you just need the 32-bit libraries required for any 32-bit application, and instead of searching for these libraries – which is a very tiring task in my opinion – you can just download … Continue reading

Tagged | Leave a comment

Administrating Subversion: Adding and Removing Users

Adding and removing users to a Subversion repository is quite a straightforward process, just do the following: You’ll find a folder called “repos” in your filesystem which contains the different repositories you’ve created. You have to access the repository you … Continue reading

Tagged | Leave a comment

Performance Tip in OpenOffice.org 2.3

I’ve just read about a performance enhancement tip in OpenOffice.org, tried it out, and surprisingly, I found a performance BOOST in its startup. Just open OpenOffice.org Writer, Calc or any other product and click Tools>Options>Java and remove the check from … Continue reading

Tagged | Leave a comment

Changing the Username and Password used to access the Subversion repository

One of my teammates; Ahmad Salah from the IFX team has just faced a simple, yet annoying problem; About 2-3 days ago, he wanted to log in to the Subversion repository to access the project files and I gave him … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Running different types of executable files on Ubuntu Gutsy

.deb files, just double click and the package manager will automatically run .sh files, just type “sh filename” in the terminal .bin files, type “chmod +x filename” to allow the file to execute and then type “./filename“

Tagged , | Leave a comment