Dec 10, 2008 | Current Affairs, Events
Yesterday night I wrote an article about this website and now, it just vanished. Voooosh! Awesome! hopefully something is happening.
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 10, 2008 | Current Affairs, General, Technical
The above picture shows the website home page of Visvesvaraya Technological University of Karnataka which is accessible at https://vtu.ac.in . Internet has been an another face for businesses and institutes for people today who are not only technical savvy as...
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...
Recent Comments