Dec 10, 2008 | linux, QuickFix, Technical
Unable to remove huge list of session files found in /tmp? Never mind. Use xargs. Yes, its simple and you can quickly learn lots of one liners while working on console. Check the quick solution given below: find . -type f -name “_sess*” -exec rm {} \;...
Dec 10, 2008 | linux, QuickFix, Technical, Ubuntu
Running applications while working with network applications in Ubuntu based distro’s has been bit tricky. You can find one such error reported here. (pidgin:6130): Gdk-CRITICAL **: gdk_display_get_name: assertion `GDK_IS_DISPLAY (display)’ failed To...
Dec 9, 2008 | linux, QuickFix, Technical
While working with default partitioning plan ie. Guided partitioning, we might end up facing lots of issues. It creates / partition under LVM volume which makes it hard to recover the Operating system and other data stored in it as we couldn’t get into rescue...
Dec 9, 2008 | linux, QuickFix, Technical
It’s well known that cpanel is not free of bugs or unnoticed issues from distro to distro. I had mentioned this already in my previous posts. Here comes an another issue where in Easy apcahe fails to work due to yum dependency issues. I also found that Cpanel...
Dec 9, 2008 | linux, Product Info, QuickFix, Technical
We suggest Free Software to community but, its important to document as well as fix the issues which we ourselves face while working with the FREE SOFTWARE. I heard many talking about the issues which they faced while working with Open Office, which is an Free and...
Dec 8, 2008 | linux, Product Info, QuickFix, Technical, Ubuntu
It’s common to type the command incorrectly. Very simple example is, ls. I have typed it reverse order many times while working on console. It irritates while we miss the keys on the board and type the typo’s isn’t it? Aravinda pointed me to a new...
Dec 8, 2008 | linux, Product Info, QuickFix, Technical, Ubuntu
I used to face this issue with Gnome when Beryl and Compiz were introduced. Even after that, due to bugs found in various themes we had to avoid using the animations on desktops for a while. Now all is good on my laptop. Its all eye candy and fun. I was hit by the...
Dec 5, 2008 | linux, Product Info, Technical, Ubuntu
I really don’t understand why Canonical made a big mistake by compromising on its Intrepid Ibex release. I had lots of bugs and errors with Ubuntu 8.10 as well as Kubuntu 8.10. The worst part is I can’t even continue working with Kubuntu, which I wanted to...
Recent Comments