World of *Nix

by S. M. Ibrahim (lavluda)

Archive for February, 2008

মুক্তি চাই এই যন্ত্রনা থেকে

Thursday, February 21st, 2008

দিনে দিনে যন্ত্রনা বেড়েই চলছে।মাঝে মধ্যে খুব ইচ্ছা করে এদের বিরুদ্ধে সরাসরি সুপ্রিম কোডে মামলা ঠুকে দিতে। ক্ষমতা থাকলে তাই করতাম। তবে মোল্লার দৌড় মসজিদ পর্যন্ত , আর আমার দৌড় এই ব্লগ পর্যন্ত। তাই আপনাদের সাথেই এই সমস্যাটি শেয়ার করি।

হায় হায় সমস্যাটা কি তাই তো বল্লাম না। সমস্যাটা নতুন কিছু না। আমার আপনার সবার পরিচিত মোবাইল ফোন । না না, মোবাইল ফোন না, মোবাইলের মর্ধে আশা অনাকাঙ্খিত এস এম এস। যা পুরুটাই মোবাইল কোম্পানির বিজ্ঞাপনে ভর্তি থাকে।

কাজের সময় এই ধরনের এস এম এস আসলে মেজাজটা এত খারাপ হয় কি আর বলব। তবে মজা লেগে যখন অফিসে থাকি, কয়েক সেকেন্ডের ব্যবধানে সবার মোবাইলে সেইম এড্য (এসএমএস) আসে।

লেখাটি শুরু করলাম, কারণ একটু আগে খুব মন দিয়ে কাজ করছিলাম , এবং বড়াবড়ের মত একটা এসএমএস পেলাম।

পর সমাচার এই, কেও পারলে তাদের বিরুদ্ধে একটা মামলা করেন। আমি খাশ দিলে দোয়া করব তার লাইগা <img mce_tsrc=

Share/Save/Bookmark

Sphere: Related Content

watch live steaming from softexpo 2008

Sunday, February 17th, 2008

can’t go to softexpo ? you can see the live steaming from somewherein pavilion . to see the live steaming visit http://www.somewhereinblog.net, on the right side bar you will get the link or open mmsh://206.222.3.106:1235 with vlc player.

and this totall system is made and maintained by me, thanks to morshed bhai for his help to design the web interface. :)

Share/Save/Bookmark

Sphere: Related Content

install imagemagick support to your debian/ubuntu server

Saturday, February 2nd, 2008

imagemagick is one of the best library to work with image. recently i have to install it to our production server. here is what i did:

$ apt-get install imagemagick

it downloads the package and all it’s dependences from debian/ubuntu repository, and installed. now i have to install the support of php (as our product running on php)

$ apt-get install php5-imagick

then i restarted the apache server to take effect this new package installation. if your using php4 then the package name should be php4-imagick

$ /etc/init.d/apache2 restart

that’s all :)

if you need imagemagick for your ruby , you can install the librmagick-ruby package.

Share/Save/Bookmark

Sphere: Related Content