Posts Tagged

linux

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…

Read More

Linux Shell and Basic Shell Scripting Language Concept

Hi friends, Today I just check some of shell script and found this awesome. I tried to learn shell script from now on. Here are some of the basics which I found useful for introduction Linux Shell Scripting Language. Understanding Linux Shell Shell: A Command-Line Interpreter that connects a user to Operating System and allows to execute…

Read More

How to : Upgrade Fedora 20 from Fedora 19 with FedUp

Hi buddies, Fedora 20 Heisenbug is released just yesterday (17th Dec, 2013). I am a fan of Fedora. Though I am in the middle of some project with huge pressure and planned not to upgrade my system till the pressure is down, but I can’t help 😛 Here is how I upgrade my system with…

Read More

Explanation of Linux Directory Structure and Important Files Paths

Hello friends, You know I am a newbie and fan of linux system. Since last 2 years I am using linux for my primary and only OS. Its a real complex system and I am learning this system day by day. For any person, who does not have a sound knowledge of Linux Operating System and Linux File System, dealing…

Read More

How to : Undo the last Git commit

Hi folks, From last phpXperst seminar I am too much encouraged to using git for my version control system. Rifat Nabi bhai’s excellent session helps me lot to understand git basics. From then on I am a big fan of git. Some days ago I make a commit in one of my project and later…

Read More

Change apache document root (www folder) in Fedora

Hello everybody! Today I tried to install apache on Fedora 18. I need to change the root directory to ease me editing file and avoiding permission. It is quite different when I was configuring on ubuntu. Also I did this when I first using Fedora(Fedora 18 is my first fedora flavour), but being lazy I…

Read More

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!!