Posts

Forbidden

You always want what you can't have It's there within reach yet it's untouchable The yearn and the want for the forbidden equalized by The fear and uncertainty of the forbidden Do you give into the temptation or Do you fight it daily and nightly Haunting images of what could be tease you as you sleep The ache felt every morning when you awaken Dulled only by preocuppying the mind but the heart and body still feel that ache Forbidden fruit tastes the best but do you dare tempt fate and push that hand forward and clutch that fruit to your bossom And now the question before you: Do you let passion conquer or Do you fight the forbidden --  poetic-dragon

Re-sizing multiple images on Linux

Every time when I have some task which is quite laboriousness and requires a lot of manual intervention, I think of some sort of automation. I think that because what I have understood during all my digital experience, that I am not the first one to be hit by these kind of boulders all along. At the same time, I am also not the only one who thinks that way when they are challenged with things like these. And finally, a lot of those people are way more smarter than I am for solving these problems. And what's even more better is, they share their learning and experiences. I just love the open source family... :k Right, back to this post. Recently, my sister got married and as expected, a lot of pics were captured. I had specifically bought Nikon L810 for it, and god, what images does it capture. But, you can't upload those high -resolution images for sharing with your friends. That's about 10G of images and in countries like mine, that size is a pretty high volume. So...

SVN Setup on Linux Box

Create the Repository sudo svnadmin create /var/svn/repositories/test Allow the Apache to read and write to the repository sudo chown -R www-data:www-data /var/svn/repositories/test Create the permissions file with the first user. sudo htpasswd -c /etc/subversion/passwd dragon Subsequent users can be added by same command WITHOUT the -c option. Edit the apache2.conf file sudo gedit /etc/apache2/apache2.conf <Location /svn> DAV svn SVNParentPath /var/svn/repositories/ SVNListParentPath On AuthType Basic AuthName "Test" AuthUserFile /etc/subversion/passwd <LimitExcept GET PROPFIND OPTIONS REPORT> Require valid-user </LimitExcept> </Location>

Forgotten Friend

I waited for a voice to call out my name It didn't have to be soft and gentle But i stood there in the darkness Waiting alone,no light,not even a candle But then there you were, stretching your hand Telling me to come towards the light When you pulled me up i knew then that I had made a true friend that night Years went by,we grew so close You were my best friend so loyal But,when they all came along Your trust turned into betrayal You left me out, you went with them You were in another world You were never here, but that doesn't matter For once again I'm in darkness, I'm that girl Surrounded by these four walls I wonder how this happened to me again I continue wondering but then i remember, That I'm just a forgotten friend -- By mishi101

Late Night Shayari

 बड़ी प्यारी सी थी वो मुस्कराहट जो देख के किसी अपने को आई, हम तो इसके मायने ही खो बैठे थे जब तलक चेहरे पे नहीं आई, एक मर्तबा हो चूका था दीदार को पर जब आई तो दिल खोल के आई, अभी तो हुआ न एक पल भी और ये पूरी एक उम्र जी आई, बाँधा फिर हमने आशाओं की लहर को वापस वही चौराहे पर ले आई, चल पड़े फिर कदम अपने अपने रस्ते सोचते की ज़िन्दगी इस गली क्यूँ चली आई।।। ग़मों  के इस गहरे साये में एक उम्मीद की किरण ढूँढता हूँ, सूखा सा पड़ा है यह चेहरा एक मुस्कराहट ढूँढता हूँ, अब तो नकाब सा बन गया है हर चेहरा मैं एक अक्स ढूँढता हूँ, इन नकाब के पुतलों में एक वो ज़मीर ढूँढता हूँ, वो ज़मीर जो सोया हुआ है;जग जाए;चंद ऐसे शब्द ढूँढता हूँ, कह कर भी देखा है पर वो समझें ऐसे पल ढूँढता हूँ, अब ख्याल ही कब आया जो बयान किया वो ख्याल ढूँढता हूँ, ज़िन्दगी के इस मेले में खुदको खुदी में ढूँढता हूँ।।।

Make Tomcat Production Ready

I recently attending a training for Tomcat Performance and it was something really wonderful. The instructor, Ritesh Tyagi , gave insights to a lot of things that a developer should keep into mind while coding. At the very end of the session, he gave us things that one should look upon to make Tomcat ready for Production usage. Increase the Heap Size - This parameter you can decide based on how heavy is your application. You can configure this value in setenv.sh in the bin/ directory of your tomcat installation. Also, make sure these values are same so that the JVM does not have to spend time procesing for shrinking and growing of the Heap Size. Check more details here . export CATALINA_OPTS="-Xms512M -Xmx1024M" Use multiple Concurrent-Mark-Sweep-GC - If your application is very heavy and you occasionally face Out of Memory error, try setting the -XX:+UseConcMarkSweepGC option. This enables to run multiple (default 2) Concurrent Mark Sweep GC so that your ...
पहले  मैं बहुत तनाव में रहती थी ।  मेरे ऊपर काम का load  बहुत रहता था । मैं अपने घर वालों को टाइम भी नहीं दे पाती थी । अपने बच्चों के लिए tiffin  भी अच्छी तरह से नहीं बना पाती थी। पर जबसे मैंने webintel wics  use  किया है तब से दोस्तों मेरी life style  ही बदल गयी है । अब मैं मेरी  फॅमिली को पूरा टाइम दे पाती हूँ और  मेरे बच्चे के लिए भी बड़ा tiffin  तैयार कर पाती हूँ  मैं अब बहुत खुश हूँ दोस्तों । यह लाजवाब है ।