I know that there is a known bug which prevents the battery status from being displayed. There is a quick workaround for this which will get you the battery status in your status bar. Open Preferences – > Startup Applications Select “Add” button, and enter the following details, Name: For getting battery stateCommand: cat /proc/acpi/battery/BAT1/stateComment: Update the battery […]
Category: Linux
Puppy Development Files
This directory contains the main puppy development file devx sfs file. this is for puppy 4.3in reference to: Index of /pub/linux/distributions/puppylinux/puppy-4.3/special-puppies (view on Google Sidewiki)
DB Forms in DRUPAL
Hi, I found this part of code is very useful for adding custom forms in Drupal. <?phpfunction booksearch_form() { $output .= drupal_get_form(‘booksearch_my_form’); $output .= booksearch_query(); return $output;} function booksearch_query() { $sql = “SELECT * FROM bookshelf”; //your uber cool query goes here db_set_active(‘booksearch’); //my separate db connection specified in modified settings.php $result […]
Step by Step Guide for SAMBA
An Excellent step by step guide with images for setting up SAMBA can be found herehttp://samba.netfirms.com/
SAMBA Server Installing
Excellent article for installing SAMBA server in various distros,Click here – > HERE Another Article for setting up Samba : Setting Up Samba
Book For LaTex
The best book for latex is available for free in wikibooks and it can be rated as both basic and complete guide. I can be downloaded here.. DOWNLOAD