Sunday, December 26, 2010
The Quarter-Life Crisis
Link: http://www.cds.caltech.edu/~shane/text/quarterlifecrisis.html
Thursday, December 2, 2010
Ubuntu Login problem using GUI interface
Since you are not able to login through GUI but you can still login using terminal. Press
some other problems are also there but i m not sure whether they are related to above said problem or not. So I am skipping those issue, may be I'll write later :)
Wednesday, November 3, 2010
upgrading Ubuntu to new release (9.10 to 10.04)
Open a terminal and follow the following steps:
1. sudo apt-get update
2. sudo apt-get install update-manager-core
3. check : /etc/update-manager/release-upgrades and see if Prompt=normal is there. If not edit the file and set Prompt=normal
4. sudo do-release-upgrade
PS: you should have good internet connection to upgrade your system using above steps.
For upgrading from ubuntu cd : read here
Tuesday, July 6, 2010
Confused & Idiotic feeling
Hope it will get over soon and i'll start again feeling life in better view :)
Wednesday, May 26, 2010
Writing CD/DVD ISO file using cdrecord on Linux Machine
Here is the command by using you can burn CD/DVD.
CD:
# cdrecord -v -dao speed=4 dev=/dev/cd /path/to/Fedora-13-i386-CD.iso
CDRW:
# cdrecord -v -dao speed=4 dev=/dev/cdrw /path/to/Fedora-13-i386-CD.iso
DVD:
# cdrecord -v -dao speed=4 dev=/dev/dvd /path/to/Fedora-13-i386-DVD.iso
DVDRW:
# cdrecord -v -dao speed=4 dev=/dev/dvdrw /path/to/Fedora-13-i386-DVD.iso
Check the different options which is used in above commands:
-v - turns on verbose mode.
-dao - puts us in Disc At Once mode. Since you're burning an ISO image here, you don't want to add any more data later in a future 'session', so you can just instruct cdrecord to put it in one session and finalise the disc.
speed=4 - you keep the burning speed down as it is more likely to burn properly and not fail. You can experiment with higher speeds if you want, but don't go higher than either your media or burner state they can do (and do
dev=/dev/dvd - this is the device node for your DVD drive. It's usually safe to put /dev/dvd here, but if that doesn't work, you may need to use /dev/cdrom or something else.
Finally, specify the path to the ISO image you want to burn.
--Enjoy !!
Saturday, January 23, 2010
Read your email on Gmail in your own language using Google Translator(Lab product)
रन:
निर्धारित एक नया 'डोमेन घ'
BuildNetwork बुलाया
################ बनाएँ डेटा नोड ################### के लिए फ़ाइल
पिछले पढ़ें सूचकांक: 0
# # # # में आवागमन फाइल विवरण #####
नोड संख्या दर्ज करें, और लिंक-नंबर:
# # # # बाहर आवागमन फाइल विवरण #####
नोड संख्या दर्ज करें, और लिंक-नंबर:
नोड संख्या दर्ज करें, और लिंक-नंबर:
नोड संख्या दर्ज करें, और लिंक-नंबर:
java.lang.StringIndexOutOfBoundsException: string सीमा से बाहर सूचकांक: -1
(String.java: 1949 java.lang.String.substring पर)
BBN.StructureLearn.createHuginInputFile पर (StructureLearn.java: 234)
-----------------
COM.hugin.HAPI.ExceptionHugin.throwException पर (ExceptionHugin.java: 81)
COM.hugin.HAPI.Domain.parseCase पर (Domain.java: 1382)
------------------------------------------------
Wednesday, January 6, 2010
Happy new year 2010 :)
I had good vacation at home in December. This was my second visit to home after 10 month since I have visited my home last time.
Hope for good year for me and my career.