Network Configuration on Debian or Ubuntu Rumi, August 24, 2012 Setting up an Ethernet Interface The majority of network setup can be done via the interfaces configuration file at /etc/network/interfaces. Here, you can give your network card an IP address (or use dhcp), set up routing information, configure IP masquerading, set default routes and much more. Remember to add… Continue Reading
Install Zimbra on Centos 5 Step by step Rumi, August 24, 2012August 24, 2012 Zimbra is a suite of tools for Unix/Linux/MacOS systems, which includes a secure mail server, web mail, anti-spam/anti-virus controls, a Web management interface, integrated calendaring, mobile device sync, and more. In many ways, Zimbra is the Unix equivalent to Microsoft Exchange. In this post, I will be installing Zimbra… Continue Reading
Eid Greetings (2012) Rumi, August 19, 2012 On the holy occasion of EID.Here is wishing that,may the blessing of Allah light up your way and lead you to eternal happiness,success and peace. Eid Mubarak to all Muslims around the world, may the blessings of Allah be with you today, tomorrow, and always. With all the roses perfume… Continue Reading
VBoxHeadless Running Virtual Machines With VirtualBox On A Headless Debian/ubuntu Server Rumi, August 3, 2012December 4, 2017 I have implemented this on Debian 6 (Squeeze system) with the IP address 192.168.0.100 where I’m logged in as root. Installing VirtualBox To install VirtualBox 4.1 on our Debian server, we open /etc/apt/sources.list… added this line- deb http://download.virtualbox.org/virtualbox/debian squeeze contrib non-free Use appropriate OS source list from https://www.virtualbox.org/wiki/Linux_Downloads Then we… Continue Reading
MySQL Database Import Command Rumi, July 31, 2012 The syntax is as follows to import the data created by mysqldump command: mysql -u {DB-USER-NAME} -p {DB-NAME} < {db.file.sql} mysql -u {DB-USER-NAME} -h {MySQL-SERVER-HOST-NAME} -p {DB-NAME} < {db.file.sql} In this example import a file called sales.sql for salesdb1 user and sales db, enter: $ mysql -u sales -p salesdb1… Continue Reading
‘অপন্যাসিক’ নন, প্রজ্ঞাবান দ্রষ্টা Rumi, July 20, 2012July 20, 2012 নন্দিত নরকে নয় নন্দিত স্বর্গে তাঁর স্থান হোক। এটাই এখন কাম্য। কেননা, তাঁর রঙিন করা কাহিনী নিয়ে আর নির্মিত হবে না নাটক-টেলিফিল্ম-সিনেমা। নন্দিত নরক থেকে আর আলোচনার রঙধনু উঠবে না। আর কোনদিনও তাকে কেউ ঘিরে ধরবেনা অটোগ্রাফ বা ফটোগ্রাফের জন্য। প্রায় চার দশক ধরে বাংলাদেশে কাটতির শীর্ষে থাকা ঔপন্যাসিক হুমায়ূন… Continue Reading
Windows Apache SSL Rumi, July 13, 2012 Step 1 – What You Need A copy of Apache that includes SSL support. A copy of OpenSSL. An openssl.cnf file. The copy of Apache that I had installed on my machine did not include SSL support, so I moseyed on down to the Apache download page. You’ll notice on… Pages: 1 2 Continue Reading
Ozeki NG MySQL Connectivity Parameters Rumi, July 5, 2012July 5, 2012 Databse connection =========================== Driver={mySQL ODBC 5.1 Driver};Server=192.168.0.100;Port=3306;Option=4;Database=mydb;Uid=userdb;Pwd=putmypwd; Sending-Polling ============ SELECT id,sender,receiver,msg,msgtype,operator FROM ozekimessageout WHERE status=’send’ Sending-sending ============= UPDATE ozekimessageout SET status=’sending’ WHERE id=’$id’ Sending-Sent ============== UPDATE ozekimessageout SET status=’sent’, senttime=’$senttime’ WHERE id=’$id’ Sending-Not sent =========== UPDATE ozekimessageout SET status=’notsent’ WHERE id=’$id’ SQL for receiving ============== INSERT INTO ozekimessagein (sender, receiver,… Continue Reading
পদ্মা সেতু বিতর্ক কি পূর্বপরিকল্পিত? Rumi, July 5, 2012 শুরুতে বলে নিই, আমার এই লেখা বিশ্বব্যাংক-পদ্মা সেতু বিতর্কে সরকারের পক্ষে কোনো সাফাই গাওয়ার জন্য নয়। আর সরকারের পক্ষে সাফাই গাইলেও তা কেউ শুনবে না। কারণ, বিশ্বব্যাংকের ঢোলের আওয়াজ অনেক বড় এবং সে ঢোলে যখন বিশ্বব্যাংক বাড়ি দেয়, তখন তা এ দেশের মানুষ অনেক বেশি শোনে। এ দেশের সাধারণ মানুষ… Pages: 1 2 Continue Reading