Animesh Kumar {itsAnimesh}

Animesh Kumar {itsAnimesh}

I'm an IT professional/FOSS Geek living and working in New Delhi, India. Currently for the most part I work as a Technical Consultant developing Open Source ICT solutions for social and societal inclusion. I am a a FOSS enthusiast, I want to create an awareness about FOSS through the work I do. Below are the latest updates from a some social networks I subscribe to.

:

  • Access MSSQL with Python!!!

    I started using Python a while ago and one of the things I need to do is to be able to connect to Microsoft SQL server from Linux servers… Its suprising that only a few projects are alive for it… One of them is the commercial MxODBC from eGenix, while the other is called pymssql… …

  • Generate Hardware Information on Linux!!!

    You can generate a nice report (HTML or XML format) of your laptop/desktop hardware information by executing this command: lshw -html > sysinfo.html You may need to install it first… For Debian and Ubuntu users installation is simple.. sudo aptitude install lshw You can find the detailed information about lshw from the following page: http://www.ezix.org/project/wiki/HardwareLiSter

  • Howto : Twitter from Command Line…

    This is a tutorial explaining how to post to Twitter using command-line in Linux, without needing to even open up your web browser…. First, install the curl package: sudo apt-get install curl Next, create a script anywhere in your $PATH, for example tweet.sh inside ~/bin, where ~ is your home directory (make sure ~/bin is …

  • Finally Google Chrome for Mac & Linux!!!

    Google released its Chrome Browser for Mac and Linux yesterday… Chrome for Mac/Linux beta doesn’t have all of the features available to Chrome on Windows, and if you’ve been using the dev builds of Chrome before this, you probably won’t notice any significant changes. Got a chance to play around with it on Ubuntu yesterday …

  • Ubuntu 9.10 vs. Mac OS X Snow Leopard vs. Windows 7!!!

        Apple let Snow Leopard out of its cage earlier this autumn, and Canonical will release another beast this week: Karmic Koala, otherwise known as the open-source operating system Ubuntu 9.10. This comes on the heels of Microsoft’s launch of Windows 7, a major update of Vista. So, there are a lot of reasons …

  • Ubuntu 9.10 “Karmic Koala” (Review)!!!

    A a new Ubuntu release definitely requires a post! Ubuntu 9.10 “Karmic Koala” has been released. There have been some significant changes since that release in April, so read on to find out what they are and why you might want to consider upgrading to Ubuntu Linux 9.10.

  • How Does Ubuntu 9.04 Measure Up to Mac OS X???

    Publication: Linux Magazine Bucking the historical trend of comparing desktop Linux with Windows, Ubuntu founder Mark Shuttleworth recently told journalist Bruce Byfield that he was looking to Mac OS X as the operating system to beat for future Ubuntu releases — particularly in the areas of usability and user experience.  Now that Ubuntu 9.04 is …

  • Voice Chat on Ubuntu – Empathy!!!

    Empathy consists of a rich set of reusable instant messaging widgets, and a GNOME client using those widgets. It uses Telepathy and Nokia’s Mission Control, and reuses Gossip’s UI. The main goal is to permit desktop integration by providing libempathy and libempathy-gtk libraries. libempathy-gtk is a set of powerful widgets that can be embeded into …

  • How to Install and Configure Apache Tomcat on Ubuntu!!!

    Apache Tomcat is a servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a “pure Java” HTTP web server environment for Java code to run. Installing and configuring Tomcat on Ubuntu is very easy. Before starting you need the …

  • Linux newbie guide to installation of LAMP on Ubuntu!!!

    The acronym LAMP refers to a set of free software programs commonly used together to run dynamic Web sites or servers Linux, the operating system; Apache, the Web server; MySQL, the database management system (or database server) and Perl, PHP, and/or Python, scripting languages. The LAMP stack is a very popular setup and many websites …