Song: Dukkho Bilash Artist: Artcell Album: Anushilon (G) তোমরা কেউ (D) কি দিতে পার (Em) প্রেমিকার ভালবাসা (C) (G) দেবে কি (D) কেউ জীবনের (Em) ঊষ্ণতার সত্য (C) আশা (Em) ভালবা(C)সার আগে (Em) নিজেকে নিও (C) বাজিয়ে (Em) আমার (C) মনের মত… (Em) নিও (C) সাজিয়ে (G) আমি বড় (D) অসহায়… (Am) অন্য পথে (Em)…
Blog
MySQL Error: : ‘Access denied for user ‘root’@’localhost’
Today, I am going to solve one of the most common errors of MySql. This solution does not need to drop any tables or no need to change any user permission. just two line of code and then you will able to login into MySql console. Without wasting much time let’s jump into it. Fast…
How To : Send email with PHP from localhost
Hello! Happy New Year! Hope you all are doing well. Last couple of months I have been thinking about mail sending option of PHP application from local development server. Generally I uploaded my script to online web server for send mail from PHP. Today I think that I need to configure my local server so…
How to : Increase PHP memory limit in WordPress.
Hello! Hope everyone doing well this days. Today I am here with a common issue most of the WordPress Developer/User faced, fix of PHP memory limit issue for WordPress. Sometimes when I am installing theme or plugin in WordPress I get the following error notice, Fatal error: Allowed memory size of 33554432 bytes exhausted (tried…
Haste Dekho Gaite Dekho by Ayub Bachchu (LRB), Lyrics with Chords
Song: Haste Dekho Gaite Dekho Artist: Ayub Bachchu (LRB) Album: Capsule 500mg (Am) হাসতে দেখো (Dm) গাইতে দেখো, (G) অনেক কথায় (C) মুখোর (E) আমায় দেখো (F) দেখো না কেউ (G) হাসির শেষে (Am) নীরবতা ॥ [ Chorus ] (A) বোঝে না কেউ তো (Dm) চিনলো না (G) বোঝে না আমার কি (C) ব্যাথা (E)…
How to : Create an Admin User for a WordPress site via phpMyAdmin
Hi Guys! Hope you are doing well. Also hope all my Muslim friends enjoyed the EID vacation with friends and family. Today I am going to show you how to add an admin user for a WordPress site via phpMyAdmin. Sometimes you may need to add an admin user but you dont have the admin…
Dukhini Dukkho Koro Na, James – Lyrics with Chords
Song: Dukhini Dukkho Koro Na Artist: James Album: Dukhini Dukkho Koro Na (Am) চেয়ে দেখ, উঠেছে (E) নতুন সূর্য (Am) পথে পথে রাজপথে, চেয়ে দেখ (E) রংয়ের খেলা । (Dm) ঘরে বসে থেকে (Am) লাভ কী বলো (E) এসো চুল খুলে পথে নামি, (E) এসো উল্লাস করি । (Am) দুঃখিনী (G) দুঃখ করো (Dm) না,…
How to : Create basic WordPress child theme
Hello there! Today, I am here to share a basic thing of WordPress theme. We all know about the WordPress theme. Its a great way to design your WordPress powered website. But there is always some little things you need to change like colors, fonts style/size or move a button somewhere else. You can change…
How to : Increase Maximum File Upload size for WordPress
Hello, Hows going on? Hope you are doing well. Today I am writing over the issue of Maximum File Upload size for WordPress. Basically I waste my one hour time for fixing this issue. I tried to import Revolution Slider with their import facility, but after click over import I found a message said importing…
Creating dynamic sitemap with Codeigniter
Recipe for creating Dynamic sitemap with CodeIgniter. Like yoursite.com/sitemap.xml Example. Suppose you have an articles blog where url for each article is by article ID Like yoursite.com/123 . All articles are stored in articleTable of the database. First Create a model to get URLs. Create a file named url_model.php in application/models directory. Get Urls from database <?php class Url_model extends CI_Model{ public function __construct(){…
Kande shudhu mon, Bhoomi – Lyrics with Chords
Song – Kande Sudhu Mon Artist – Bhoomi Album – Yatra Shuru (Dm) কান্দে শুধু মন কেন (C) কান্দেরে ।। (A#) যখন সোনালী রুপোলি আলো (C) নদীর বুকে বাসা (Dm) খোঁজেরে ।। (Dm) দখিনা বাতাসের তোরে (C) খয়রী ডিংগার পাল ওরেরে (Dm) ।। (A#) ঢেউ এর তালে নাচে ডিংগা (C) ঝিলমিল নদীর কুলে (Dm) আসিরে…
How to : Remove All Unused Linux Kernel Headers, Images and Modules : Ubuntu way
Unless you have a totally fresh install of Ubuntu, you have probably noticed that each time you boot up, the GRUB boot menu lists a bunch of previous Linux kernels which you can boot into. While this can occasionally come in handy – like if you can’t boot into the new kernel after an upgrade…