Quantcast
Browsing all 17 articles
Browse latest View live

Ubuntu : Fix for Unable to start the settings manager ‘mate-settings-daemon’.

Well, its no surprise after Ubuntu 12.04 came out, many wanted the old gnome2 like interface back. Some would have tried the gnome classic option in 12.04, or some like me would have tried installing...

View Article


WordPress.org: How to add new posts to different pages ?

Well, am sorry I do not have a solution for this problem yet. I am posting this here, because if any of your good self lands up here looking for a similar solution and has solved it later on, please...

View Article


Ubuntu 12.04 : Fix for Adobe Flash crashing while playing videos

When adobe stopped support for its flash player in linux, it was not just bad news, it was a terrible news as the version then had some serious bugs. One of the common one being the people in the...

View Article

Niagara Ax : Copy a BComponent to a bog file.

In Niagara Ax, a bog file is nothing but a zipped xml. Whenever we need to serialize a BComponent as a file in the station files structure, we can use the below code to achieve the same. /** Copy a...

View Article

Niagara Ax: How to increase workbench client request timeout

When a Niagara workbench is connected to a remote supervisor, chances are there when client makes a request to the server, requests will be timed out after 1 minute or 60 seconds, because the server...

View Article


Niagara Ax: How to programmatically get a module version

Here’s the code snippet to programmatically get a module’s version. Sys.getRegistry().getModule("moduleName") .getVendorVersion().toString(); Or if your class has a TYPE field...

View Article

Install Wireless driver For Broadcom BCM4322 in Ubuntu / Mint

When I installed Linux Mint 14 on my Dell E6400 Latitude laptop, the Wireless driver was not installed by default. It seems lot of devices with Broadcom chipsets have this problem in linux. On Mint 14,...

View Article

Add copyright symbol © in Gimp as text

In gimp in order to add a copyright symbol © inside a text, you can use the following trick both for Windows as well as Linux. Press Ctr-Shift-u then type a9 and press enter. It’s a weird way but it...

View Article


Ubuntu / Mint / Linux : Convert MKV video files to MP4

On Ubuntu / Mint or any other debian platforms we can easily convert mkv video files to mp4 files using the libav-tool . avconv is the replacement for ffmpeg. $ sudo apt-get install libav-tool $ avconv...

View Article


Configure Niagara Ax to send Email.

The below steps explains how to configure the email service in Naigara Ax station, using its workbench. And below you will find the code to use the baja Email api to be able to send email in Niagara....

View Article

Just recovered from a server outage.

Just recovered from a heavy duty spam attack which brought down my site totally. Most interesting part was this was done without any privileged access to my site altogether. There were about 13k spam...

View Article

Linux USB boot disk error: Failed to load COM32 file menu.c32

I tried to burn a Linux ISO to a bootable USB disk, and while booting the disk, it failed with the below error message: Failed to load COM32 file menu.c32 boot:   Apparently this is due to a recent...

View Article

Ubuntu 14.10: Install Subversion 1.7.x

As of Ubuntu 14.10, the default subversion package from the repos is version 1.8.  I will underline the steps required to install Subversion 1.7.x for Ubuntu based systems here. I needed 1.7.x for...

View Article


iPhone : Fix for unable to make outgoing calls

Just few days back I noticed I could not make outgoing calls on my iPhone 4 running iOS 7.1.2 and on Airtel netowrk in India. Although I was getting incoming calls and SMSes just fine and my network...

View Article

Get SQLite3 to work with Java with Apache Tomcat7 on Ubuntu Linux

SQLite3 is a simple and small relational database management system that works on a single file as a database. Very usefull for mini projects and hugely popular with apps on Android and other embedded...

View Article


Setup Tomcat7 as Server in Eclipse Luna under Ubuntu Linux

On your Ubuntu (12.04/14.04/14.10/15.04) , if you have installed tomcat7 from the repositories then adding them as a server in Eclipse would need some tweaks. Getting the tomcat to be administrered...

View Article

MySQL Fix for Error Code: 1205. Lock wait timeout exceeded; try restarting...

This can mostly occur when you are trying to insert or update a table but there is a pending transaction thats locked some table. I run into these during my test units when inserting or updated test...

View Article

Browsing all 17 articles
Browse latest View live