Animesh Kumar {itsAnimesh}
I'm an IT professional from 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'm also pursing PG in Management. 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… …
-
Epic Speeches by Linus Torvalds!!!
I have been mesmerised by Linus Torvalds speeches… here are a few of them… Linus Torvalds visits Google to share his thoughts on git, the source control management system he created… Linus Torvalds, the creator of the operating system phenomenon Linux, tells the story of how he went from writing code as a graduate student …
-
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 …
-
Commandline Fu!!!
I’m a great fan of Linux command-line, basically because of its amazing versatility… I love to find new ways to do things from the command line, so do not have to leave the comfort of my keyboard…. Recently, I found a site that let’s me learn awesome command line tricks.. Its called commandlinefu.com
-
Howto Reinstall Grub!!!
It being a very common problem and sooner or latter a Linux user tends to face it when installing Windows after Linux… The master boot records from the memory are lost and they are writed for windows only systems…. So here is the way to write Master boot records or rather installing grub again so that LINUX …
-
‘Googlle’ opens technology certification ‘school’ in India!!!
Read the title again….. ‘GOOGLLE‘ The website for the new school, found here, is as bogus as it gets. Not only does it rip off Google’s logo, but it even uses the same favicon, all whilst having dead links to various web pages. According to TechCrunch, Googlle offers two different certifications: the “GCPA – Googlle …
-
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 …
-
How To Become A Hacker???
What does the word ‘HACKER’ mean? I am not worried about the English dictionary meaning of the word, but what does it really mean to you? Go ahead and read this really wonderful & very famous article from Eric. S. Raymond How To Become Hacker.
-
Fedora 12 ‘Constantine’ has been released!!!
The final release of Fedora’s 12th edition, code-named Constantine, is available for download, after a two-week slippage in its release schedule. The new RedHat community Linux distro includes power management features pulled from RHEL 5, improved support for netbooks, and a much-improved NetworkManager.