Tuesday, June 9, 2020

হে বন্ধু, বিদায়

আমার খুব কাছের, ঘনিষ্ঠ এবং খুব প্রিয় একজন মানুষ জনাব হাফিজুর রহমান। আমি কোনদিন স্বপ্নেও ভাবি নাই স্যারেকে নিয়ে স্মৃতিচারণ মূলক কিছু লিখব। স্যারের সাথে আমার ভাল একটা  ছবিও নাই পর্যন্ত। দুঃ স্বপ্নের শুরু স্যারের অসুস্থতার খবর পাওয়ার মধ্য দিয়ে। এই লোক অসুস্থ হইতে পারে সেইটাও আমি কোনদিন চিন্তাও  করি নাই। সপ্তাহের ৫ ৬ দিন দিন শুরু হইত সকাল ৭ টায়, "সাইফুল্লাহ নাস্তা কইরো না, আমি আস্তাসি একসাথে নাস্তা করব" এই কথা শুইনা। আর তার কিনা এরকম ভয়াবহ অসুখ, যার জন্য এত অল্প বয়সে এত অল্প সময়ে আমার মত কত ভক্ত শিষ্যকে বিশাল শোকের মাঝে রেখে চলে গেলেন অজানার পথে। আমি কার জন্য কি লেখব? কিভাবে লেখব? আমার বড় ভাই, আমার শিক্ষক নাকি আমার বন্ধুপ্রতিম শুভাকাঙ্ক্ষীর জন্য? যার জন্যই লেখি, লিখে শেষ করা যাবে না। ভাইয়ের সাথে পরিচয় ২০০৭ সালে, এরপরে ভাই হয়ে যান আমাদের শিক্ষক, এরপরে এক সময় আমি স্যারের সহকর্মী হয়ে যাই। প্রতিটা রুপান্তরের মাঝে সবসময় স্যার সবদিক দিয়ে আমাকে আগলে রাখছেন। স্যারের জন্যই কখনো কোন ভুল হয় নাই আমার দ্বারা।  ব্যাচেলর, মাস্টারস মিলাইয়া স্যারের কাছে আমি কোর্স করেছি  ১৬টার মত। স্যার এত অসাধারণ ক্লাস নিতেন যে, স্যারের ক্লাস মিস করার কথা কেউ চিন্তাই করতে পারত না। আমার কর্ম জীবনের বেশিরভাগ জিনিস ই আমি স্যারের কাছে শিখেছি । স্যারকে নিয়ে আর বেশি কিছু আমার দ্বারা লেখা সম্ভব না, এই ঝাপসা চোখ আর ভেজা মন নিয়ে। গুরু আপনি যেখানেই থাকেন জেনে রাখেন, আমি আপনাকে ছাড়া আর কোনদিন হাজীর বিরিয়ানি খাবো না। আবার যদি কোনদিন হয় দেখা ঐ অজানার পথে, অবশ্যই আমরা এক সাথে ফুল প্লেট খাবো এর আগে আর নয়। হে বন্ধু, বিদায়।
-"প্রিয়জন চলে গেলে মানুষই ব্যথিত হয়, আকাশ নির্বিকার, আকাশ কখনও নয়।
তোমরা মানুষ, তাই সহজেই দুঃখ পাও, হে ঈশ্বর, আমাকে আকাশ করে দাও।"


Monday, February 25, 2019

How to disable the requirement of putting ftp credentials in wordpress 5.1 theme or plugin upload or installation

In the new wordpress version 5.1, when you try to install a new theme or plugins from your pc or just browsing from the suggestion or while using and testing the wordpress installation on localhost you might get a form asking for ftp access and some of you might find it annoying and some of you might be scared.
No worries, just put the following line at the end of your wp-config.php file and you are done. No more irritating feel.
define('FS_METHOD','direct');

Saturday, October 21, 2017

Removing Lock Screen Ads from Amazon Kindle Fire Tablet 7 (7th Generation) OS Version 5.4.4 From windows and Ubuntu

This blog is a compilation of a youtube video by TaylorTech and comments of the viewers.
You can see the video at this link : https://www.youtube.com/watch?v=gPdMJGsskUY

Ads in the lock screen is quiet eye pressure than eye candy. So those who want to remove ads from their fire tabs lock screen just follow the processes below.

From Windows PC:
  1. First Check if your device is recognized or not. (this pc/ my computer->right click->manage/properties->device manager->Universal Serial Bus Devices->Fire)
  2. If recognized it is fine if not download the driver from this link: https://s3.amazonaws.com/android-sdk-manager/redist/kindle_fire_usb_driver.zip
  3. After that Download the flashing and adb tool from this link: http://bit.do/adb-fastboot-tool
  4. After finishing download extract the folder and browse it via cmd (cd to this folder)
  5. Issue the command: adb devices
  6. You will see the lines that are saying daemon is starting and devices are offline, go to your tab unlock the screen and you will see a dialogue box is asking for permission, just give the permission and you will see the device is listed in cmd shell.
  7. After that issue the command: adb shell
  8. you will see a prompt like this: shell@austin:/ $
  9. Now paste the command after the $ sign:  pm clear --user 0 com.amazon.kindle.kso
  10. After that you will see success in the cmd shell
  11. Now restart your tab and your lock screen is ad free


From Ubuntu PC:

  1. Install the ncessary packages for adb by issuing this command in terminal: sudo apt-get install android-tools-adb android-tools-fastboot
  2. Now issue the command in terminal: adb devices
  3. Now issue the command in terminal: adb shell
  4. And put the following command after $ sign: pm clear --user 0 com.amazon.kindle.kso
  5. You are done, reboot your device

Saturday, May 10, 2014

Can not access or browse some websites using Dlink DIR 600L- Here is the solution

Recently I have faced a somewhat illogical problem with my newly purchased Dlink DIR 600L wireless router. It was that I can not access some websites with this router. At first I thought I got some issues with my dns settings then found out it was all ok next i went for host configuration and it was also ok, then the problem was definitely with my router but every configuration in that was very very ok. I wasted much time thinking about that then i thought it was the ISP who is creating the problem and I went to my friends home and set it up still the problem was on. Now it is definitely with the router and yes it was very easy fix.
As PPPoE by default use the MTU of 1492, I just changed it to 1400 and everything got OK .
if you do not know where to change
login to router admin panel by going to url 192.168.0.1, give user name and password. go to advanced settings.
Now go to SETUP tab and then Internet Connection and under the PPPOE find MTU and change it to 1400

Friday, October 22, 2010

Get back close maximize and minimize button on the right side in ubuntu 10.04 and 10.10

From ubuntu 10.04 metacity is besing used as GTK2 default window manager. On that the close maximize and minimize button is on the left side of the title bar which seems very hard to catch at the first time, we all feel hard then. So it is the best practice to make it as it was before on the right side . :D
now lets make it as it was with a few steps.

Step 1:

Press Alt and F2 button of ur keyboard at a time. A box will appear on that box just type
" gconf-editor " [except the "" ] and hit ur enter button or press Run button of that box.




Step 2:
# Then u will get another box. From that box at the left side select apps and expand it by clicking the downward arrow sign.
# Next expand the metacity and then select general
# Now look at right side and find button_layout  and double click on it.
And on the value field just change it as I say ..
First put " : " this colon sign then minimize,maximize,close [with comma sign] or the order u want. and press enter button on ur keyboard.



You are done....

You got the buttons on the right side..