টেলিফোন সংলাপ আড়িপাতার বিধান কার্যকর হচ্ছে Rumi, February 7, 2011 জননিরাপত্তা নিশ্চিত করতে সরকার টেলিফোনে আড়িপাতার জন্য স্বরাষ্ট্র মন্ত্রণালয়ের অধীনে ন্যাশনাল টেলিকমিউনিকেশন মনিটরিং সেন্টার (এনটিএমসি) নামে একটি সংস্থা গঠন করেছে। ইতিপূর্বে গঠিত ন্যাশনাল মনিটরিং সেন্টার (এনএমসি) এর স্থলে নতুন এ সংস্থা কার্যকর হবে। রাষ্ট্রপতি ও প্রধানমন্ত্রীর নিরাপত্তা বিধান, যুদ্ধাপরাধীদের চলমান বিচারকার্য নির্বিঘ্নে সম্পন্ন করা, মোবাইল ফোনে চাঁদাবাজি রোধ এবং আইন-শৃঙ্খলা… Continue Reading
Enabling SquirrelMail For Your Web Sites On An ISPConfig 3 Server (Debian Lenny) Rumi, January 29, 2011January 29, 2011 SquirrelMail's Apache configuration is in the file /etc/squirrelmail/apache.conf, but this file isn't loaded by Apache because it is not in the /etc/apache2/conf.d/ directory. Therefore we create a symlink called squirrelmail.conf in the /etc/apache2/conf.d/ directory that points to /etc/squirrelmail/apache.conf and reload Apache afterwards: cd /etc/apache2/conf.d/ ln -s ../../squirrelmail/apache.conf squirrelmail.conf /etc/init.d/apache2 reload… Continue Reading
Errror on VMWare on my CentOS box- vmware is installed, but it has not been (correctly) configured, for this system Rumi, January 28, 2011January 28, 2011 "vmware is installed, but it has not been (correctly) configured, for this system. To (re-) configure it, invoke the following command: /usr/bin/vmware-config.pl" I've been receiving this error since I've been trying to setup VMWare workstation ver 5.0 on my Centos box. It is now resolve after issueing the command- VMWARE_DEBUG=yes… Continue Reading
ডিজিটাল সই প্রদানকারী কর্তৃপক্ষের লাইসেন্স পেল ছয় প্রতিষ্ঠান Rumi, January 20, 2011January 20, 2011 যেকোনো ধরনের ইলেকট্রনিক প্রমাণপত্র বা দলিল তৈরির জন্য দেশে ডিজিটাল সই চালু করার জন্য সরকার ছয়টি প্রতিষ্ঠানকে সনদ প্রদানকারী কর্তৃপক্ষ (সারটিফাইং অথরিটি—সিএ) হিসেবে কার্যক্রম পরিচালনার লাইসেন্স দিয়েছে। গতকাল বুধবার ঢাকায় বাংলাদেশ কম্পিউটার কাউন্সিল ভবনে আয়োজিত এক অনুষ্ঠানে বিজ্ঞান এবং তথ্য ও যোগাযোগপ্রযুক্তি প্রতিমন্ত্রী ইয়াফেস ওসমান আনুষ্ঠানিকভাবে লাইসেন্স হস্তান্তর করেন। এর… Continue Reading
আমরা কি ব্যাঙের ভূমিকা নিতে যাচ্ছি? Rumi, January 18, 2011 স্বর্ণকেশী বা স্বর্ণকেশিনীদের নিয়ে অনেক কৌতুক পশ্চিমে প্রচলিত আছে। এসব কৌতুকের একটাই বিষয়, প্রমাণ করার চেষ্টা যে, এদের মাথায় বুদ্ধি কম। যেমন একজন স্বর্ণকেশিনী ইলেকট্রনিকসের দোকানে ঢুকে বলল, ওই টেলিভিশনটার দাম কত? দোকানি উত্তর দিল, আমরা স্বর্ণকেশিনীর কাছে জিনিস বেচি না। স্বর্ণকেশিনী দোকান থেকে বেরিয়ে সোজা গেল একটা বিউটি পারলারে।… Continue Reading
Create logout link in WordPress Rumi, January 11, 2011 To create your own proper WordPress logout (or sign out) link, you need PHP. PHP Default usage <a href="<?php echo wp_logout_url(); ?>" title="Logout">Logout</a> Logout and Redirect to Current Page <a href="<?php echo wp_logout_url( get_permalink() ); ?>" title="Logout">Logout</a> Logout and Redirect to Homepage <a href="<?php echo wp_logout_url( get_bloginfo('url') ); ?>"… Continue Reading
Cloud computing goes mainstream- Repost from bdnews24- Opinion Rumi, January 9, 2011 Cloud computing has been with us since the dawn of the global Internet. We use cloud computing anytime we use services and storage over the Internet. The cloud refers to the Internet, the vast network of servers, software and data whose location is irrelevant (it is somewhere in the cloud)… Continue Reading
Debian Mail Server with Exim as MTA Rumi, January 7, 2011 Install LAMP Base System: # installed: (L)inux – apt-get install apache2 # installs (A)pache – apt-get install mysql-server # installs (M)ySQL – apt-get install php5 phpmyadmin # installs (P)HP and mySQL Webtool – Installation of the webmin system-administration webapplication (cgi-perl with its own webserver): -> since etch, there is no… Continue Reading
Install & Configure Popasswd in Debian (for Horde) Rumi, January 7, 2011 $ apt-get install poppassd # installs server-side mechanism for changing the password $ cd /var/www-ssl/horde/passwd/config $ cp -p backends.php.dist backends.php $ vi backends.php: – delete all but 'poppassd' ########################################### # note: # My poppassd service didnt start, because the deb-package put the startup command in # the /etc/inetd.conf superserver file,… Continue Reading