Often it's good to access databases directly from desktop. Or maybe you want your database server to be different from your application server. Whatever your reason is, the requirement is enabling remote access to your PostgreSQL database server.
A poorly designed database can make your life hell as a dev while optimizing an app. On the other hand, A good design can speedup your development process along with the performance of the app.
Sometimes we want a summery of size consumed by our databases in MySQL engine.
This will list all databases that current MySQL user can access and list their size in megabyte.
Some of you may still surprise, why the callback function for WP_Ajax returning an additional 0 or something else which is very unwanted at the end of your own response.
Actually using Ajax directly into your plugin or theme is a little immature way. Cause you'll have to keep track of your files to make it work, which sometime become difficult. That's where WP_Ajax make things comfortable.
Sometimes it's needed to add extra column on user table to show extra property file a custom meta field or something like this.
Let's say you want to list a column called "Customer Since" on user table which will display the registration date of your user.
So it took time to find some unstable VPS provider! I believe stable servers and providers are too mainstream! :P
However I'm back with my irregular blogging staff.
একটা ইমেইল ক্লায়েন্ট থেকে মেসেজ টাইপ করে , দরকার হলে কোন ফাইল এটাচ করে পাঠিয়ে দিচ্ছেন প্রাপকের কাছে।
কিন্তু কখনো কি ভেবে দেখেছেন এর পিছনে আসলে কি ঘটতেছে? কিভাবে আপনার আউটবক্স থেকে প্রাপকের ইনবক্স পর্যন্ত ইমেইল পৌছে যাচ্ছে?
কোন সমস্যা নেই, আজকে আমি ইমেইলের বেজ সিস্টেম নিয়ে আলোচনা করব। আর যারা জানেন তাদের জন্য এটা ছোট্ট একটা রিমাইন্ডার রূপে কাজ করতে পারে।
On that post I wrote about how to enable the warning message forever when using sudo. Now I'm going to write about how the change the warning message and personalize it on your own.