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