Submitted by anto on Wed, 07/10/2013 - 09:48
Eclipse is one of the most widely used free and open-source IDEs out there in the professional Software Development industry.
Still, both Ubuntu 13.04 Raring (as well as the LST Ubuntu 12.04.x) and Linux Mint 15 Olivia has a seemingly very old version of Eclipse in their repositories.
Here is a how-to on installing the latest and greatest version of Eclipse 4.3 Kepler (this whould also work for Eclipse 4.2 Juno) on Ubuntu 13.04 Raring / Ubuntu 12.04 Precise / Linux Mint 15 Olivia:
Submitted by anto on Sun, 05/26/2013 - 09:28
These are some common errors that you might face when you try to build/compile/install something from source on Ubuntu Linux Server/Desktop:
fatal error: openssl/ssl.h: No such file or directory
fatal error: zlib.h: No such file or directory
fatal error: png.h: No such file or directory
fatal error: curl/curl.h: No such file or directory
fatal error: expat.h: No such file or directory
This would be because of some missing library packages which contain these include files.
The ideal way to deal with these would be:
Submitted by anto on Sun, 05/26/2013 - 08:59
Installing Git on Ubuntu can be as simple as this:
Method 1: The easiest and Ubuntu recommended way - using the Ubuntu package manager:
sudo apt-get install git-core
Done!
Well, it takes quite some time for the latest version of Git to reach the Ubuntu repos - as of now, the repo version is around 4 months older than the actual version of Git out there.
To install those, you need to Build/Compile/Install from the latest version of the source code.
Here is how you do that:
Submitted by anto on Wed, 05/01/2013 - 20:18
There are often times when you need to download the development snapshot / dev version of a Drupal module/theme/core for a specific date. One common case is when you want to compare the existing version of the module code on your site with the drupal.org version of the same to check for code hacks, as you prepare to update / upgrade the Drupal module.
Here is a method to get that particular date's development snapshot:
Submitted by anto on Tue, 04/23/2013 - 07:25
The Broadcom Corporation BCM4311 chipset (usually found on many HP dv9000 series laptops) has some issue working on Ubuntu 12.04/12.10.
You can use the following procedure to get it working fine:
Submitted by anto on Sat, 03/30/2013 - 08:34
The Inscript Keyboard is one of the 'de facto' standards for Typing in Malayalam on Linux.
You can use the following steps to configure and enable easy and professional Malayalam Typing capability on your Ubuntu 12.04 / 12.10 desktop:
Click on the Ubuntu Dash Icon (the top-most icon in your Unity Dashbar) that is by default found towards the left end of your desktop),
When the Dash shows up, type in the following search string: "Keyboard Layout", and click on the icon that shows up in the search results.
Submitted by anto on Wed, 01/02/2013 - 07:07
The Workflow module in Drupal, as part of its Rules module integration, allows you various rules based actions, of which one commonly used one is the action to change the workflow state from state to another. But that one doesn't have an option to set the comment for that state change, which can be quite useful when you see the Workflow History of a node.
I have created a patch for the latest dev version (7.x-1.0+20-dev) of the Workflow module to help you with that:
Submitted by anto on Sun, 12/02/2012 - 12:39
I see a lot of need for a good self-help study guide for preparing for Redhat's RHCSA (EX200) and RHCE (EX300) examinations.
I am starting an effort in this direction, primarily to help me consolidate my knowledge in the area.
Use the Comments/Contact forms to reach me if you would like to contribute to this.
Submitted by anto on Thu, 11/08/2012 - 23:35
My first Drupal core patch, that corrects a repeating "have to" in one of the function comments in system.api.php, has gone live in today's Drupal 7 release (version 7.17).
Here's the Issue Post on Drupal.org:
http://drupal.org/node/1802844
:-)
Submitted by anto on Sun, 09/02/2012 - 07:18
Pages