Author Archives: Silver Moon

About Silver Moon

A Tech Enthusiast, Blogger, Linux Fan and a Software Developer. Writes about Computer hardware, Linux and Open Source software and coding in Python, Php and Javascript. He can be reached at [email protected].

How to Check if Virtualbox Guest Additions are Installed in a Linux Guest OS

By | May 1, 2023

Virtualbox guest additions allow better integration between the host and guest operating systems like seamless copy/paste, flexible screen resolution of the guest os etc. After installing an OS inside VirtualBox you should install the Guest Additions right away to get the best features and functionality out of it. It installs driver programs that enables native… Read More »

Top gui download managers for ubuntu/linux

By | May 30, 2013

Download managers Download managers are gui applications that allow users to manage multiple downloads in a single place, and do things like schedule, pause, resume, control download speed etc. And also download a file in multiple parts to maximise the download speed. On linux the traditional method to download files is through the use of… Read More »

Get the play time and bitrate of an mp3 in php

By | February 16, 2013

If your php application is processing media files like mp3, then it might need to find details of the mp3 file like its playtime, bitrate, encoder etc. There is a very useful php library called Getid3 that can extract information from mp3 files. Its written in pure php and does not have any dependencies. Needs… Read More »

Flareget – file download manager for linux

By | February 16, 2013

Flareget – The flashget for linux Flareget is a featureful file download manager for linux. The conventional file download managers available for ubuntu/linux are kget, wget, curl etc. But each of them has some sort of limitation or lacks certain features not making them easy for common users. This is where flareget comes in. It… Read More »

Softmaker Freeoffice – a free office suite for linux

By | July 28, 2013

Softmaker Freeoffice Softmaker Freeoffice is an office suite that is available for both windows and linux, with a free and paid version. The free version can be downloaded from the website The suite provides the following 3 applications Textmaker This is the wordprocessor. Supports microsoft formats like docx and doc. However the free version can… Read More »

Does gedit open slow ? speed it up

By | February 16, 2013

Gedit is the default text editor on gnome desktop. If you notice that it takes quite some time to launch after clicking the menu icon, then here is a simple trick that can speed it up. 1. Open gedit. 2. Go to Edit > Preferences, Plugins tab. 3. Disable the plugin named "File Browser Panel"…. Read More »

Add wireless router to existing wired network or lan

By | February 14, 2013

Wired Network Lets say you have an existing wired network setup at your workstation or home somewhat like this Adsl Modem/Router (192.168.1.1) => Switch => Multiple Pcs (192.168.1.10, 192.168.1.20 …) Now you want to add a wireless access point to this existing wired network so that you can connect to the internet wirelessly from your… Read More »

How to Enable Webgl in Google Chrome on Ubuntu 12.10

By | May 20, 2023

By default google chrome would keep webgl features disabled if your gpu driver does not support 3d acceleration. However there are options to force enable it. To enable webgl in Google Chrome launch it with the following flags –enable-webgl –ignore-gpu-blacklist Here is the command: $ google-chrome –enable-webgl –ignore-gpu-blacklist Now test webgl by opening the following… Read More »