Generating CSR using openssl Rumi, August 19, 2011 It's just a single line of code to execute- openssl req -new -newkey rsa:2048 -nodes -keyout /tmp/csr/csr.mangoca.com.key -out /tmp/csr/csr.mangoca.com.csr Continue Reading
SCP in linux Rumi, July 27, 2011 In Unix, you can use the scp command to copy files and directories securely between remote hosts without starting an FTP session or logging into the remote systems explicitly. The scp command uses SSH to transfer data, so it requires a password or passphrase for authentication. Unlike rcp or FTP,… Continue Reading
Eating out in Dhaka- ঢাকার মধ্যের খাবার Rumi, July 21, 2011 নানা কিসিমের জার্নি দেখছি, এবার ঠিক করছি “”ফুড জার্নি দি ঢাকা”” স্টার্ট দেব। লেট’স জয়েন হু ওয়ান্টস!!!! ১ . বেচারাম দেউরীতে অবস্হিত নান্না বিরিয়ানি এর মোরগ – পোলাও ২ . ঝিগাতলার সুনামী রেস্তোরা এর কাচ্চি বিরিয়ানী ৩ . খিঁলগাও এর ভোলা ভাই বিরিয়ানী এর গরুর চাপ এবং… Continue Reading
How to enable automatic logon in Windows 2003 Advanced Server Rumi, July 20, 2011 Use Registry Editor (Regedt32.exe) to enable automatic logon Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the… Continue Reading
Rajnikanta Rumi, July 14, 2011 রজনীকান্তের নাম বোধহয় অনেকেই শুনেছেন। যারা এই চিজকে চেনেন তারা তো জানেনই, যারা জানেন না তাদের জন্যে বলি: রজনীকান্ত হল কিংবদন্তী সাউথ ইন্ডিয়ান ফিল্ম অভিনেতা……. এর সিনেমায় এমন সব ঘটনা ঘটে যা আইজ্যাক আজিমভের মত খ্যাতনামা সায়েন্স ফিকশন রাইটারের মাথাতেও আসবে কিনা সন্দেহ, ■ পেঁয়াজ কাঁটতে যেয়ে চোখে পানি এসেছে… Continue Reading
When i installed Debian, i forgot to install GNOME! How to install? Rumi, July 11, 2011 apt-get install x-window-system Once X installed proceed with gnome, following packages are minimum but gives you gnome gui based interface… so on it's easier to add other packages from synaptic. apt-get install gnome-core gdm synaptic Be careful on you /et/apt/source.list file- if the CDROm is un-commented then installation will begin… Continue Reading
.htaccess tips and tricks Rumi, July 9, 2011 Redirecits redirectpermanent /training/test.html http://www.example.com/learning/newtest.html Allow SSI FIles AddType text/html .shtml .shtm .htm .html AddHandler server-parsed .shtml .shtm .htm .html Parsing PHP in HTML RemoveHandler .html .htm AddType application/x-httpd-php .php .htm .html Allow or prevent directory browing IndexIgnore */* Options +Indexes Password Protection <Files secret_file.html> AuthType Basic AuthName "Team Page" AuthUserFile… Continue Reading
Public DNS Servers List Rumi, July 8, 2011 => Service provider: Google Google public dns server IP address: 8.8.8.8 8.8.4.4 => Service provider:Dnsadvantage Dnsadvantage free dns server list: 156.154.70.1 156.154.71.1 => Service provider:OpenDNS OpenDNS free dns server list / IP address: 208.67.222.222 208.67.220.220 => Service provider:Norton Norton free dns server list / IP address: 198.153.192.1 198.153.194.1 => Service… Continue Reading
Auto-centering Popup Window Rumi, July 8, 2011July 8, 2011 Step 1: Insert the below inside the <head> section of your page: <script language="javascript"> /* Auto center window script- Eric King (http://redrival.com/eak/index.shtml) Permission granted to Dynamic Drive to feature script in archive For full source, usage terms, and 100's more DHTML scripts, visit http://dynamicdrive.com */ var win =… Continue Reading