24 Mar, 2010

How to uninstall a kernel using gedit

Articles related to how to uninstall a kernel using gedit

Making subdomains on localhost

http://digitalpbk.blogspot.com/2007/01/making-subdomains-on-localhost.html Making subdomains on localhost IntroDeveloping websites on localhost may sometimes need making of sub domains. Installing and running another server for this purpose is useless, consumes more resources etc. So here is the technique to make sub domains on localhost. You can also use this to host more than one site on localhost. i.e, you can host multiple sites situated on different folders. PS: This is for Apache-Windows configuration. (If you have info about other Server-OS configs please let ...
Published 5 years, 4 months ago

Removing index.php From URL in CodeIgniter

http://digitalpbk.com/code-ignitor/removing-indexphp-url Removing index.php From URL in CodeIgniter In Code Ignitor by default all URLs except the default home contains "index.php" by default in the URL, For example http://localhost/index.php/class/function. In order to make the URLs "cleaner", we have to remove "index.php" from the URL. This is done using the mod_rewrite module in apache to redirect all traffic to index.php/. The following code inside .htaccess does the redirection. Code Igniter .htaccess Rules ...
Published 2 years, 2 months ago

Resolve Net::MySQL Hang problem if the database result has only 1 row or is empty

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 2 years, 1 month ago

Sony Vaio CW VPCCW26FG EDID (Extended display identification data)

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 2 years, 1 month ago

Rasberry Pi Tech Specs

http://digitalpbk.com/mini-computer/rasberry-pi-tech-specs Rasberry Pi Tech Specs } and RCA video output, 3.5mm Audio output, SD card slot and a RJ45 Ethernet connector. And runs on a 5V power supply which is connected via the standard micro USB interface, which means you can also connect your android charger to power the system. The interesting part is that there are several General purpose IO pins to connect or control another hardware. There are many exciting opportunities for the electronics hacker here. At the minimum it runs on Linux and hence can be used to run a server, do ...
Published 2 months, 3 weeks ago

Perl Script to Login to Orkut

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 5 years ago

Compare Dell Inspiron Laptop vs Sony Vaio

http://digitalpbk.com/sony-vaio/dell-inspiron-laptop-14r-vs-sony-vaio-vpccw26fg-laptop Compare Dell Inspiron Laptop vs Sony Vaio 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, 5 months ago

Introduction to Windows - Programming for Windows

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, 8 months ago

Automate Rsync without Password using Rsync Daemon

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 2 years, 3 months ago

Error Installing PERL modules "unrecognized command line option -fstack -protector"

http://digitalpbk.com/perl/install-modules-unrecognized-command-line-option-fstack-protector Error Installing PERL 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 2 years, 1 month 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


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
A Crab Hole A Crab Hole in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk