Hello friends!How are you all doing? Hope you have spent a nice week. Here I come with another Docker article, which I need regularly to clean my hard disk. You can find my other docker article here. Docker usually doesn’t remove unused objects such as containers, images, volumes, and networks unless you explicitly tell it…
Posts Tagged
how to
How to use Docker – Command, Image, Container, Docker Hub
Hello Guys!How are you all doing? Hope you are enjoying what you do, like me 🙂These days I am digging down docker a bit more and think that I need to keep the story here for further reference. I hope you already gone through my previous article How to install Docker on Ubuntu 18.04Now its…
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…
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…
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…
How to : Replace underscore “_” with hyphen “-” in CodeIgniter
Hello there, Since last couple of days I am aware of on-site SEO. There I found that underscore in URL is not recommended rather hyphen is good for SEO. But in PHP class method hyphen is not allowed rather underscore is recommended. So when you make a method in controller class over CI its difficult…
How to : Compile and Install Software from Source Code on Linux
Hi buddies, As a newbie in linux I am very-much found of compiling software from source, but still its a critical task for me. So here I log the process for further reference. This article explains on a very high level how to compile and install a software from source code. Download the Source Code…
How to : Check / Monitor the bandwidth uses of your computer using Nethogs
Hello folks, Today I need to check the bandwidth consumption of different application. As I am using Linux Fedora 19 and try to use-to with command line, I am searching for a command line tools for this purpose. And I found an excellent tools name “Nethogs” which shows me a nice list of application uses…
How to : Upgrade Fedora 18 to 19 Using FedUp Tool
Hello buddies, Recently Fedora release its new version 19 which code name is ‘Schrödinger’s Cat‘. Generally I am always using updated version but this time I waited long because every-time I install upgrade OS I need to install all my tools again which needs almost 2/3 days. As this days I was very busy with…
How to : Solve Bangla Font problem in google chrome
Hello everyone, Last couple of days I am facing bangla font problem in my google chrome browser, it was fine before last update. This is very annoying. I searched a lot and found the below solution which fix my problem. I am writing this as if anyone facing same problem can fix it. First you…
How to : Install VLC on Fedora 18
Hi friends, This is one post for my-self to install vlc software after a fresh fedora 18 os install. Its just a reference blog. Step1: sudo yum localinstall –nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-18.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-18.noarch.rpm Step2: yum install vlc -y Some of new-bee could get help from this post. Enjoy!!