≡ Menu

We are starting a new series of articles on VMware that will help you install, configure and maintain VMware environments.

In this first part of the VMware series, let us discuss the fundamental concepts of virtualization and review the VMware virtualization implementation options.
[continue reading…]

The diff command output can get little confusing to read when you diff two files that has lot of differences. Wouldn’t it be nice to view the file differences visually? vimdiff utility gives a better visual feeling of differences between files as explained in this article.
[continue reading…]

Happy 2nd Birthday to The Geek Stuff

It’s been exactly two years since I wrote my first post on this blog. On the 2nd happy birthday of this blog, I would like to thank all of the regular readers of this blog for the support you’ve given me so far. You’ve been a huge part of this blog’s growth.
[continue reading…]

Perl eval built-in function is very powerful. In this article let us review how to use regex in eval, trapping errors using eval, create dynamic code using eval, insert a code from a file/sub-routine using eval etc.,

The general form of perl eval expects a expression or a block of code as an argument.
[continue reading…]

Alfresco is the best open source content management system. This has a rock solid document management foundation, with several functionality built on top of it. Alfresco provides web based content management, collaboration platform, Content Management Interoperability Services (CMIS), records management and image management.

Alfresco has enterprise edition and free community edition.  See the difference between them here. If you have an in-house IT team, just go with the Alfresco community edition. It is straight-forward to install and configure Alfresco.

In this article, let us review how to install and configure alfresco community edition on UNIX / Linux platform using 12 easy steps.
[continue reading…]

Question: I would like to understand the basics of how to write and execute Erlang program on Linux OS. Can you explain it with a simple example?

Answer: In this article, let us review very quickly how to write a basic Hello World Erlang program, Compile and execute erlang program on Linux or Unix OS.

If you are new to Erlang programming language, read this erlang programming page on wikipedia.
[continue reading…]

Perl Debugger Tutorial: 10 Easy Steps to Debug Perl Program

Earlier we discussed the basics of how to write and execute a perl program using Perl Hello World Example.

In this article, Let us review how to debug a perl program / script using Perl debugger, which is similar to the gdb tool for debugging C code.
[continue reading…]

Step-by-Step Bugzilla Installation Guide for Linux

Bugzilla is the best open source bug tracking system. Very simple to use with lot of features. Bugzilla allows you to track the bugs and collaborate with developers and other teams in your organization effectively.

This is a detailed step-by-step bugzilla installation guide for Linux.
[continue reading…]