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…
Category
Ubuntu
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 install Docker on Ubuntu 18.04
Hello everyone!I hope you are doing fine these days. Today I am writing about how to install Docker on Ubuntu 18.04 I am using Ubuntu 18.04 as my daily OS and at the end of last year, I start using Docker for my projects. Within a short time, I like this very much and almost…
Enable wildcard sub-domain for localhost on Ubuntu 18.04
Happy New Year my friends. Hope you all had a wonderful year and you are confident to face 2020! This year I am taking couple of challenges unlike previous years where I made “NEW YEAR” resolutions. Keep me in your prayers so that I win those challenges. Currently I am developing a SaaS application where…
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 : 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…
Install / Upgrade to Linux Kernel 3.7.3 in Ubuntu / Linux Mint
Linux Kernel 3.7.3 has just been released which is the third maintenance release of kernel 3.7 series. This new release brings various bug fixes especially for Radeon graphics cards and it also fixes flickering with some high-res monitors. In this guide, we will see how to install/upgrade to this new kernel using a simple bash…
Update linux kernel 3.7.1 in Ubuntu and Mint (Softway)
Linux Kernel 3.7.1 is the first maintenance release for the Kernel 3.7 series that has been made available recently for Ubuntu/Linux Mint systems. In this tutorial, we will see as usual how to upgrade to this new kernel using a simple bash script. Here are some of the changes and fixes in kernel 3.7.1 taken…
Remove folder/file from GIT not from disc
Hi friends, Today I faced a complex problem with my Bitbucket with GIT. As I am new to GIT, I am doing a lot of mistake and try to learn from the mistake. 🙂 Let me describe my scenario. I made a repo in Bitbucket and push my local repo there. It was nice but…
GPG key with Git
Hi all, Hows going on? Hope fine. Today I had a rush of work, though I manage some time to upgrade my skills with Git. As now my dream is contribute any opensource project (basically linux). So I need a GPG key to gain trust of other people around over my code. I searched for…
Update Linux Kernel 3.6.8 In Ubuntu 12.10/12.04 and Linux Mint 14/13
Last couple of days I was fighting with Ubuntu. First faced HDMI video problem, after defeat that issue, faced HDMI audio problem!!! When I recover that issue I find that my internal microphone of laptop is not working. Here I introduced with ALSA and found that there may be some issue with kernel 3.5.0.19 which is…
How to : Get A Complete GNOME 3 Desktop In Ubuntu 12.10 (Without Installing Ubuntu GNOME Remix)
From last one and half year I am using Ubuntu with Unity as my default DE. Last couple of days I am experimenting with HDMI with my Ubuntu 12.10 and messed something that if I connected with external display (like VGA or HDMI) then everything seems fine but without that my laptop screen streached top…