Search

Man vs. Technology

Catching up with technology

Tag

Ubuntu

Installed the entire Qt suite, only to see the QtCreator IDE failing to start? This happened recently with my Ubuntu 16.04 virtual machine. I faced some errors related to OpenGL. After hunting around on the web, I stumbled upon the askubuntu forum and got the answer.

(more…)

Load balancing Glassfish Server 4 using Apache HTTP Server with mod_jk plugin

After figuring out from various sources, I finally made it. A fully functional load balancing setup for Glassfish Server 4 with Apache as the front end, with the help of the backbone, the mod_jk plugin. This is in continuation with the clustering tutorial which I re-blogged earlier. Read on to see how it was configured…

Continue reading “Load balancing Glassfish Server 4 using Apache HTTP Server with mod_jk plugin”

Pages: 1 2

Oh My MySQL!

Recently I was setting up two of my Ubuntu 15.04 virtual machines in VirtualBox for development purposes, one server and one desktop version. I had set up everything except MySQL. I already had a MySQL database in my crappy old laptop which I wanted to migrate to the new setup. After spending over an hour, I finally managed to successfully complete the data migration between both MySQL databases. Read on to know what technical adventures I had…

Continue reading “Oh My MySQL!”

Using multiple versions of a program in Ubuntu

I always like to try new things out, sometimes even before they are actually available. For example, I have two different versions of Java installed, namely, 1.8 and 1.9. So how do I switch between your installed Java options? The tool called update-alternatives solves this issue like a pro.

Continue reading “Using multiple versions of a program in Ubuntu”

Easy batch file rename using Thunar file manager

There are many resources on the web which give you commands to mass rename files, like sed or some script or whatever. For those who use Linux and are not so comfortable working with commands, mass file renaming using Thunar file manager is for you.

Continue reading “Easy batch file rename using Thunar file manager”

Need the classic location bar in Ubuntu?

The new UI in Ubuntu has its own pros and cons. If you are one of those who would like to always have the text-based location bar instead of the breadcrumbs bar in Nautilus file manager, read on to see how.

Continue reading “Need the classic location bar in Ubuntu?”

Create a free website or blog at WordPress.com.

Up ↑