Its been long time i blogged, this blog is about the amazing IRC session we had during 25-26 july. Another thing i would like to tell is i participated as presenter as well as a student. Interesting session were taken by Ubuntu Cloud developers and from members of OpenStack Team. I took session on cloud-init, …
Author Archives: Atul
What i want to See in my Google plus : wishlist
To start with neither Google has paid me to write this nor i dislike WebEx or Facebook. Google has always changed the technology tread and yes they failed too sometime, like Google Wave. I love Google and its most important part of my web life. I got google plus and i was thrilled to see …
Continue reading “What i want to See in my Google plus : wishlist”
command 4 today : june 24 2011
apt-cache showpkg I been using Ubuntu/Debian for over 5-6 years now but never got an opportunity where i had to check the available version of particular software in repository and know about its dependency and also reverse dependency. sudo apt-cache showpkg ftp Package: ftp Versions: 0.17-19build1 (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid_main_binary-i386_Packages) (/var/lib/dpkg/status) Description Language: File: /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid_main_binary-i386_Packages MD5: e4165975d9905e3c75c5c1aa9714d90d Reverse …
Openstack Book released!!
Well its over month we at Csscorp , my current workplace released a complete beginners guide on the deployment of Openstack for Ubuntu natty. All the information for the same can be found at http://www.cssoss.wordpress.com Am lucky to be part of the team where i got my first hand into cloud computing and i can …
Desktop Summit 11 Speakers announced!!
Am very happy to say that my talk has been selected for this year`s Desktop Summit in Berlin. I will be talking about “Indian Government Adoption to FOSS.” The complete list of talks are here https://www.desktopsummit.org/program I just hope to get Visa on time. š
Report: ilug chennai meet & natty release party
I been traveling across colleges and places in India so from now onwards i will be putting all details and information about it on my blog. I been escaping it for a while. Its been almost 3 months for me in Chennai and finally i attended LUG-Chennai meet up. Thanks to Srini for giving me …
Continue reading “Report: ilug chennai meet & natty release party”
Moved to Lucid !!
All this while since 2008 i was happily using Hardy on my laptop but since the official support is getting over soon i preferred reinstalling from fresh. I was thinking to install 10.10 but today only i came to know that my CD drive is nomore. Thanks to USB boot, i managed to have get …
Python Local Enviornment setup on Ubutnu
I have never coded in my life so its time to learn and do sumthing !! In my previous Job where i was supposed to code in Python and i was not quick enough to do that, i came to know about this Virtualenv funda. We need a virtual environment so that we can install …
spellchecker in (OO) open-office on ubuntu !!
After 2 hrs of brain storming on weekend in my office finally got spell checker working for my open office 3.2 on ubuntu 10.04. i had to take expert help from Hobbes, nigleb and lastly Indranil dada and it worked. sudo apt-get install hunspellĀ myspell-en-us openoffice.org-help-en-us Once this is installedĀ open a open office document …
Continue reading “spellchecker in (OO) open-office on ubuntu !!”
Setting up Monit (On Ubuntu) ..
Apart from playing with the Source Code Open Source Software has given us. Installing Monit :– sudo apt-get install monit This command will install Monit on Ubuntu. In order to Start the Monit we need to edit fileĀ “/etc/default/monit” and set theĀ “startup= 1” This will start the Monit, but we need to do …