avatar

Andres Jaimes

About this new year…

Hello all.

Since November I have been using the Microsoft 2008 Express Suite. Nice suite, but a big change since these last months I was only on the Java side. C# is one of those languages you can easily fall in love with.

Most of the applications …

Windows Tips

Security Tips – How to turn off autoplay

Disc autoplay is a Windows feature that lets you execute a disc’s content when you insert it. Though this can be comfy, it presents a security threat for our systems since computer viri may reside in discs …

Installing a PDF print server on Ubuntu Server

This article was originally written for Ubuntu 7, but we now know it works for Ubuntu 10 as well. Thanks Shooda!

  1. To start, install the CUPS service and CUPS-PDF files:
sudo apt-get install cupsys sudo apt-get install cups-pdf
  1. Now configure CUPS …

Server Upgrade

Last sunday I upgraded my website software… phew!, It was a long task, but final result was very pleasant :-). Right now it’s running on WordPress 1.5. Very nice. One major change was the use of subdomains instead of subdirectories. I pretend to keep …

Logo contest and Xara

Two months ago I designed this logo for an internal company product contest. I didn’t win, but I learned a lot. Xara made the work very simple, and well… hope you like it as much as I do…

Magellan Logo

Ubuntu 8.04

Ubuntu 8.04 was released last week. This release includes features like:

  • Firefox 3 Beta 5: Web browser
  • Desktop Effects enabled by default: Window shadows, wobbling, animations, desktop on a 3D cube, transparency and a lot more.
  • Gnome 2.22: Window …

On Polyominoes

Three weeks ago I had to work on polyominoes for a final project. Since I had to program an enumeration quickly, I wanted to find a simple algorithm to do it. Well, my search was hard. I barely found information on enumeration algorithms and read the …