Category

Linux

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

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…

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

Apache/httpd start issue in Fedora 18

Hi folks, After lost my laptop I bought a Samsung laptop and install fedora 18. But each time whenever I saw a wearied behavior of service httpd. Some time it start and some time its not. As a new bee of Linux I searched a lot and found a match of my problem. My problem…

Read More

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…

Read More

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…

Read More