C…………..F Abar elo je shondha ……G………C Shudhu dujone (2) C……….F…………G….. C….Am Cholona ghure ashi ojanate ………..F…………G….. ……C Jekhane nodi eshe theme geche. C………………………Dm Jhau bone hawa gulu khelse G…………………….C Shawtani megh gulu cholse C……………….Dm Lal lal shari gulu urche G…………………….C Tar shathe mon mor dulche C………………F Oi dur akasher prante G……………………….C Shat ronga megh gulu…
Date Archives
September 2013
MySQL – Got a packet bigger than ‘max_allowed_packet’ bytes error fix
Hi friends, Today I tried to import one of my live news site database which have long blob data type to my localhost MySQL with phpMyAdmin and get this “Got a packet bigger than ‘max_allowed_packet’ bytes” for the first time in my life. I never get this kind of awkward message before. I googled this and…
How to : Check / Monitor the bandwidth uses of your computer using Nethogs
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…
Magento : Admin panel (1.7.0.2) login problem in localhost
Hello there, Last couple of days ago I installed magento in my localhost to check a theme, but whenever I tried to login admin panel it just says nothing and show me the login page again and again. If I give wrong credentials, then it show me the wrong credential msg but if I give…
Hello by Lionel Richie, Lyrics with Chords
Song: HelloArtist: Lionel RichieAlbum: Can’t Slow DownRelease: 1983 [ Verse 01 ] (Am) I’ve been alone with (G) you inside (F) my mind (G) (Am) And in my dreams (G) I’ve kissed your lips (F) a thousand times (G) (Am) I sometimes see you (G) pass outside (F) my door (G) (Am) Hello, (G) is…
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…
November Rain by Guns N Roses, Lyrics with Guitar Chords
F Dm When I look into your eyes C I can see a love restrained F Dm But darling when I hold you C Don’t you know I feel the same Dm G Cause nothin’ last forever C And we both know hearts can change Dm G And it’s hard to hold a candle C…
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…