Categories
Open Source Ubuntu

Fixing – “Internal error: Segmentation fault”

Recently while compiling some programs I received an unique error message: c++: Internal error: Segmentation fault (program cc1plus) Please submit a full bug report. Even compiling a simple Hello World program gave the same error. To fix the problem I needed to use a program called debsums on Ubuntu. debsums is a program used to […]

Categories
Web

The Best DNS for you

Having a quick Domain Name Server is very important for that lightning quick internet experience. Fortunately there are ways for you to easily figure out which DNS works best for you. Namebench as described at its website: It hunts down the fastest DNS servers available for your computer to use. namebench runs a fair and […]

Categories
Open Source Solutions Ubuntu

Recovering Deleted Data on Linux…

Imagine this situation -  “you are browsing through your photos on your camera or on your your thumb drive.  You decide to clean up the unwanted photos/data and start deleting files.  All of a sudden you realize you deleted your best photo or that important file. How do you get the data back?” Firstly dont […]

Categories
Ubuntu

Antivirus in Linux…

Off late I have been looking at Antivirus solutions in linux.  Logically it seems like a great idea to me.  Most of the really bad viruses attack the antivirus system directly and cause major damage to the system, having your AV in a opertating system that is much more secure gives you a better guarantee […]

Categories
Media Solutions Ubuntu

Joining Videos using Mencoder

Mencoder is an extremely powerful video converter that is capable of converting video from almost any format to any other format.  One of the simplest exercises to do with Mencoder involves joining two videos to make a single video. To join the videos all you need are the videos and Mencoder installed on your system.  […]