Archive for 'How To'

Gitosis and read-only Git repositories

Posted on July 26th, 2010 at 20:50.

2

When I’ve started working with Git, besides using the quick how-to guides from the official site, I’ve also wanted to read a more detailed book about how this distributed VCS tool should be used in order to benefit from all of its functionalities. One of these books is Pro Git by Scott Chacon, from Apress. [...]

Continue Reading

Oracle TopLink, the ORA-00900 error and stored procedures

Posted on May 31st, 2010 at 12:11.

0

I was introduced to Oracle’s TopLink ORM package during my second internship at Oracle. Although the API (because TopLink actually became the reference implementation for the JPA 2.0) seemed a bit overwhelming at first, I’ve managed to get a grasp of it quite fast, allowing me to finish the assigned projects in time. The familiarity [...]

Continue Reading

OpenOffice.org 3, Ubuntu and Romanian fonts

Posted on May 16th, 2010 at 18:41.

0

Having to write an article dealing with a part of my diploma project for the Students’ Papers Session in my University, I discovered that some fonts (particularly “ș” and “ț”) were displayed awkward in Writer, the word processing software from OpenOffice.org. By awkward I mean that “ș” and “ț” were using other fonts than “s” [...]

Continue Reading

Booting Ubuntu from an USB stick

Posted on May 12th, 2010 at 0:36.

0

Booting Ubuntu from an USB stick is both fast and convenient: fast because an USB stick definitely has better R/W speeds than CDs, convenient because you can alter those files for how many times you want without buying several storage mediums (you could use a CD-RW, but that still would be slow). Nowadays USB sticks [...]

Continue Reading

Securing WordPress from the ground up

Posted on April 30th, 2010 at 19:39.

2

My move to HostGator was partly due to the fact that on my old host this blog got hacked. And judging by the impact, I suspect this was a server-side security breach because my DB was intact. Since then I’ve spent some time to secure my WP instance as much as I could given the [...]

Continue Reading

How to configure Tomcat 6 in Ubuntu for Eclipse

Posted on March 27th, 2010 at 19:11.

3

If you are an Ubuntu user and a Java developer there’s a great chance that you’d want at some point to develop web applications using Eclipse and Tomcat. The easiest way to install Tomcat is by using the package manager: sudo apt-get install tomcat6 tomcat6-* Now configuring Eclipse to use the instance of Tomcat you [...]

Continue Reading

How to install Canon LBP printers in Ubuntu

Posted on March 20th, 2010 at 11:06.

128

UPDATE 1: The currently used CAPT driver since version 2.0 is 2.00 which adds support for Canon LBP6300dn and Canon LBP9100Cdn. Also a new script has been added to the archive to handle the driver uninstall process. After I bought Riker , when it came to installing Ubuntu I had two options: either install the i386 [...]

Continue Reading

How to install VMware Server on 2.6.32 kernels

Posted on February 21st, 2010 at 0:41.

40

Recently I have updated the script and the patch used for installing VMware Server on the 2.6.30 and 2.6.31 kernels to include support for the 2.6.32 release as well. Also I have modified the script so that now the VSOCK module compiles and loads perfectly into the running kernel. All the needed instructions can be [...]

Continue Reading

How to install OpenOffice.org 3.2 on Ubuntu

Posted on February 3rd, 2010 at 0:43.

7

Since I’m against upgrading my systems to Ubuntu 9.10, when it comes to the OpenOffice.org office suite I am stuck with the 3.0 version from Jaunty’s repositories. Therefore, if I want to put my hands on a newer release of OpenOffice the only way to do this is to use the packages provided by Oracle [...]

Continue Reading

How to set Nautilus as the default FTP handler in Linux

Posted on January 22nd, 2010 at 18:03.

0

After I had installed Firefox 3.6 on my Ubuntu machines I noticed that when I would want to open the FTP bookmarks saved in Nautilus those targets would open in tabs from Firefox. The problem with this approach was that I couldn’t edit files (create, update, delete) the way I could with Nautilus. After some [...]

Continue Reading

How to install VMware Server on 2.6.31 kernels

Posted on January 19th, 2010 at 1:20.

171

UPDATE: The script should also work with 2.6.32 kernels from version 1.2. Seeing the success I have encountered with the blog post about installing VMware Server on Ubuntu Karmic Koala and helped by Ramon de Carvalho Valle with a better patch regarding the installation of the virtualization server on the newer kernels found in three [...]

Continue Reading

Put your latest tweet as Pidgin’s status on Ubuntu (Linux)

Posted on December 22nd, 2009 at 1:27.

0

Twitter became a trend nowadays when almost everything important is being found out via this social-networking micro-blogging service. And now with Google’s real time search-results that includes tweets too, Twitter is recognised as a powerful platform by even the Internet’s giant. Since your (and mine too) online presence might include a few tweets a day, [...]

Continue Reading

How to install Oracle Database 10g XE and OC4J on Ubuntu

Posted on December 17th, 2009 at 22:58.

0

Starting to work on my diploma project my setup required that I installed Oracle 10g XE and OC4J. For a while now Oracle has started to offer *.deb packages and to host a repository for Debian-based Linux distributions, which means that they have gained the maturity to be used in enterprise environments. The installation of [...]

Continue Reading

Bear