For last few days i had struck with installing flash player since i had updated my system (kUbuntu) softwares through it’s “Updates Available” feature. Since then, now and then, i had been trying different things in this regard but eventually…
Category: Linux
How to install Adobe AIR application installer in Ubuntu
I just installed Adobe AIR in my Ubuntu system and installed a AIR application thereafter . Here’s the process: Go to http://get.adobe.com/air/ to download a Adobe AIR Installer package. I did install from a .bin package so i shall write about…
CheckGMail – troubleshooting, startup command and playing sound on new email
I am using KUbuntu 11.04 right now and today i tried to install CheckGMail and make it working. After entering correct login username(email address) and password it kept me showing “401 unauthorized request” error next to the Notifier icon in…
How to open multiple instances of gedit
In general, gedit opens new files in the same window adding a new tab to the workspace. To open a file in a separate instance or window of gedit is easy.
How to find or generate a SSH key on Linux system
To find or generate a SSH key on Linux system Check for existing SSH keys on your computer. Skip to Step 4 if you already have one and want to use that one. First, we will check for existing ssh…
Gimp Image Editor not launching in KUbuntu – resolved
I recently had installed Gimp image editor in my KUbuntu through software management interface. After the installation was done i clicked the Gimp icon to launch it and the system did seem to try to load it but eventually it…
Creating new virtual hosts in Ubuntu/Linux
In KUbuntu i wanted to make virtual host localhost.example.com working on my local machine what it worked like on Windows 7 earlier. I am posting the complete process here to help someone newbie like me in using KUbuntu operating system…
Adding php syntax highlight support to more extensions in gedit
Locate php.lang file and edit it locate gtksourceview | grep /php.lang Now i did sudo gedit /usr/share/gtksourceview-2.0/language-specs/php.lang as location of my php.lang file was /usr/share/gtksourceview-2.0/language-specs/ In php.lang file look for <property name=”globs”>*.php;*.php3;*.php4;*.phtml</property> or similar and add more file extenstions separate…
How to create/configure an ftp account in EditPlus
To create an ftp account in EditPlus follow the steps listed below.
phpMyAdmin PHP Code Injection Exploit attempt on my server
This morning, when i checked my Give Back India site’s access log i found some scripts/setup.php request attempts. In fact, not ‘some’ but hundreds of them. All requests were made targeting phpMyAdmin’ installations on my server. Here are a few…