24 Mar, 2010
How to uninstall a kernel using gedit
Articles related to how to uninstall a kernel using gedit
http://digitalpbk.com/perl/solve-netmysql-hang-problem-if-database-result-has-only-1-row-or-empty
Resolve Net::MySQL Hang problem if the database result has only 1 row or is empty
Net::MySQL is a simple MySQL perl Client to connect to MySQL servers. But Net::MySQL hangs if your result set is having just one row.
Sample Net::MySQL code
#!/usr/bin/perl
use Net::MySQL;
$mysql = Net::MySQL->new(
hostname => 'localhost',
database => 'db',
user => 'user',
password => 'password',
);
$gid = 1;
$mysql->query('SELECT * FROM table ...
Published 1 year, 10 months ago
http://digitalpbk.com/hardware/sony-vaio-cw-vpccw26fg-edid-extended-display-identification-data
1D 38 0B 00 00 20 20 20 20 20 00 00 48
This file is
used by drivers to detect monitor capabilities. This file can be
used in linux Xorg.conf to detect this monitor, in case the monitor doesnt get detected as in the case of Sony Vaio CW on Ubuntu.
Attached is the binary format EDID file.
Sony Vaio
Software ...
Published 1 year, 10 months ago
http://digitalpbk.blogspot.com/2007/05/perl-script-to-login-to-orkut.html
and GET the redirect page URLGoto the redirect pageGoto Orkut.com/home.aspxYour done.Note:Tested on Linux (FC6, Perl 5.8.8)The following script is for linux, Will run on Windows too but the ANSI coloring may not work...Windows Program is given below the program for Linux (without ANSI coloring).For Linux (with ANSI coloring)
use WWW::Mechanize;
use HTTP::Cookies;
use HTTP::Request::Common;$cj=HTTP::Cookies->new(file => "cookie.jar",autosave=>1,ignore_discard=>1);$mech ...
Published 4 years, 9 months ago
http://digitalpbk.com/sony-vaio/dell-inspiron-laptop-14r-vs-sony-vaio-vpccw26fg-laptop
Base-TX / 1000Base-T x 1
Integrated 10/100 Ethernet LAN
Lets now see
how the windows experience index rates the two laptops.
Windows Experience Index - Performance Index by Windows Sony Vaio vs Dell Inspiron
Sony Vaio CW
Dell Inspiron 14R
Component
Details
Subscore
Base score
Processor
Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz
6.7
5.8
Determined by lowest subscore
Memory (RAM)
4.00 GB
5.9
Graphics ...
Published 1 year, 2 months ago
http://digitalpbk.blogspot.com/2007/09/windows-and-c-programming.html
the main(){...} procedure to something of a program as shown below and the a new compiler is required for compiling and generating Windows Executables, Visual C++ is such an example./*Program toDisplay a Window on WindowsTest Compiled
using Visual C++*/#include LRESULT CALLBACK WindowFunc(HWND, UINT, WPARAM, LPARAM);char szWinName[] = "MyWin";int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpszArgs,int nWinMode){ HWND hwnd; MSG msg; WNDCLASSEX wcl; wcl.cbSize = sizeof ...
Published 4 years, 4 months ago
http://digitalpbk.com/linux/automate-rsync-passwordless-daemon-rsyncd-conf-cron
Automate Rsync without Password
using Rsync Daemon
In order to automate rsync without any password or transports, we need to setup the rsync daemon on one of the server. Suppose we want to sync data from a slave server to a live server.
Configuring the Slave Server
In the slave server we have to run the rsync daemon which accepts connections from live. Inorder to do this, we have to first edit the /etc/rsyncd.conf
Add an entry in /etc/rsyncd.conf with the following template
[Module ...
Published 1 year, 12 months ago
http://digitalpbk.com/perl/install-modules-unrecognized-command-line-option-fstack-protector
-DPERL_
USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fs
tack-protector -I/usr/local/include -DUSEIMPORTLIB -O3 -DVERSION=\"1.609\" -DX
S_VERSION=\"1.609\" "-I/usr/lib/perl5/5.10/i686-cygwin/CORE" -W -Wall -Wpointe
r-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare -Wno-cast-qual -Wmiss
ing-noreturn -Wno-unused-parameter Perl.c
cc1: error: unrecognized command line option "-fstack-protector"
make: *** [Perl.o] Error 1
TIMB/DBI-1 ...
Published 1 year, 10 months ago
http://digitalpbk.com/django/django-social-auth-fix-google-open-id-email
a stable release yet.
One of the issues is the bug in open id attribute exchange of the "email" field when
using Google for authentication. The fix is pretty simple, Google requires the type_uri of email to be set to http://axschema.org/contact/email. Thus we have to change the OPENID_AX settings in localsettings.py to
OPENID_AX = [{"type_uri": "http://axschema.org/contact/email",
"count": 1,
"required": True ...
Published 1 year, 9 months ago
http://digitalpbk.blogspot.com/2009/08/facebook-auth-next-parameter-ie.html
Fix for Facebook authentication on IE
What?This is for Facebook developers who have faced this problem. If you are
using an Facebook application to authenticate a user on a PHP website, the Facebook redirection on Internet Explorer specifically fails the login of the user. This is because the return URL returned by facebook specifically for IE is the appending of the CallBack URL specified in the Application +the Next parameter + a "?" + the auth_token parameter.This results ...
Published 2 years, 5 months ago
http://digitalpbk.blogspot.com/2007/12/apache-403-forbidden-virutal-host.html
Apache 2.2.6 Getting 403 Forbidden on all pages
IntroThis is the issue about getting 403 Forbidden Error on all pages when you are working on localhost. I have
used Virtual Host to simulate multiple sites on my computer. So I get 403 Forbidden on all pages. I tried for many solutions couldn't find anything much relevant. After sometime tweaking here is the solution or rather the problem I found....The error forbidden arises due to Directory Path, eg C:/www/># many things here ...
Published 4 years, 2 months ago
Related help topics for how to uninstall a kernel using gedit
More keywords like how to uninstall a kernel using gedit
More pages for how to uninstall a kernel using gedit