Category

Fedora

How to : Upgrade Fedora 20 from Fedora 19 with yum

Hi friends, Last time I used to upgrade my fedora with FedUp, which is a third-party tools for fedora upgradation. But this time I tried to upgrade my OS with YUM. This is an open-source command-line package-management utility for Linux operating systems using the RPM Package Manager. This is the default package-management utility for Fedora. YUM is stand for Yellowdog Updated Modified….

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

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