14 Aug, 2010
Linux timezone name command line
Articles related to linux timezone name command line
http://digitalpbk.blogspot.com/2007/11/unix-networking-sockets-tcp-transmitter.html
UNIX Networking : Sockets TCP Transmitter and Reciever
IntroNetworking in UNIX or
Linux is done with sockets. The following are 2 programs I made up. 1. Sends messages in TCP, Client2. Listens and Recieves messages from TCP, ServerTCP or Transmission Control Protocol is a 2way connection which is more like a stream or a pipe. Both the ends must be connected.The TransmitterReads messages from input and sends it to localhost:34000.To Setup a transmitter following must be done:1. Setup a port ...
Published 4 years, 6 months ago
http://digitalpbk.blogspot.com/2007/05/xorgconf-file-settings-for-beryl-and.html
### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: Identifier "Monitor0" Vendor
Name "Unknown" Model
Name "Unknown" ### Comment all HorizSync and VertSync values to use DDC: HorizSync 30.0 - 110.0 VertRefresh 50.0 - 150.0 Option "DPMS"EndSectionSection "Device" Identifier "Videocard0" Driver ...
Published 5 years ago
http://digitalpbk.com/mini-computer/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, 2 weeks ago
http://digitalpbk.blogspot.com/2009/08/facebook-auth-next-parameter-ie.html
in Facebook redirecting to a wierd URL. the Workaroundfor this is to remove the next parameter from the facebook login URL.http://www.facebook.com/login.php?api_key=&v;=1.0&next;=http%3A%2F%2Flocalhost%2Ftest%2F%2Ffacebook%3Fredir_domain%3Dexample.comtohttp://www.facebook.com/login.php?api_key=&v;=1.0For PHP websites the changes for the facebook.php are given below:It must be similar changes for any of the other client API's.This is accomplished by changing the
line on facebook ...
Published 2 years, 8 months ago
http://digitalpbk.blogspot.com/2006/11/network-traffic-calculator-using-vc-6.html
); return 0; } return DefWindowProc(hwnd,msg,wParam,lParam);}int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpszCmdParam,int nCmdShow) //Windows Main{ /*standard win32 application init*/ static char szApp
Name[] = "Traffic Analyzer"; HWND hwnd; MSG msg; WNDCLASS wc; if(!hPrevInstance) { wc.style = CS_HREDRAW | CS_VREDRAW; wc.lpfnWndProc = WndProc; wc.cbClsExtra = 0; wc.cbWndExtra = 0; wc.hInstance = hInstance; wc.hIcon = LoadIcon(NULL,IDI_WARNING); wc ...
Published 5 years, 5 months ago
http://digitalpbk.com/apachesolr/apache-solr-mysql-sample-data-config
Solr using java -jar start.jar.
Hit the full-commit url (http://SERVER:PORT/solr/dataimport?
command=full-import) and your website would start getting indexed.
0
0
data-config.xml
full-import
idle
1
1056
0
2010-02-22 14:46:35
Indexing completed. Added/Updated: 1056 documents. Deleted 0 documents.
2010-02-22 14:46:42
2010-02-22 14:46:42
1056
0:0:6.562
This response format is experimental. It is likely to change in the future.
:)
N documents fetched 0 documents processed ...
Published 2 years, 2 months ago
http://digitalpbk.com/drupal/remove-flash-tracking-addthis-module-drupal-5
tracking can be disabled. In drupal 5 the tracking can be disabled by adding the following
line of code to
addthis.module
addthis_disable_flash = true; to the function _addthis_create_button so that the function is as shown below
function _addthis_create_button($node=NULL, $teaser = FALSE) {
global $addthis_counter;
$addthis_counter++;
if ($addthis_counter == 1) {
drupal_add_css((drupal_get_path('module', 'addthis') .'/addthis.css'));
drupal_add_js(sprintf(' ...
Published 2 years, 6 months ago
http://digitalpbk.com/perl/solve-netmysql-hang-problem-if-database-result-has-only-1-row-or-empty
. If the result set is having just one row MySQL returns FE 00 00 02 00. The function on Net::MySQL package checks for end of packet and fails to find if the result set has only 1 row.
#
Line 460
sub _has_next_packet
{
my $self = shift;
return substr($_[0], -5) ne "\xfe\0\0\x22\x00";
}
Thus the Perl module loops back and waits for more data from the server, thus the blocking socket call to recv
makes the script hang.
Solve Net::MySQL Hanging Problem
In order to solve this problem use ...
Published 2 years, 1 month ago
http://digitalpbk.blogspot.com/2007/01/wormrontokbroy-versus-me.html
WORM_RONTOKBRO.Y versus me
This is the log of the war against the worm.How did the enemy get it ? It came along a couple of folders which was copied from a pen drive. It had the same folder
name and looked exactly like a windows folder. In a hurry double clicked it, and the war began...Battle 1: End TaskI immediately realized it was a virus because it opened the My Documents folder, which was unusual. Then soon I pressed Ctrl + Alt + Del to end task the program. But the battle was won ...
Published 5 years, 4 months ago
http://digitalpbk.blogspot.com/2008/04/microsoftpowerpointexe-win32-usb-worm.html
the contents of the folder. Usually in /Documents and Settings/User/Local Settings/Temp/.Now the system must be free of the virus. Disable the autorun to prevent further infections.To prevent infections again to the usb, delete the contents of MicrosoftPowerPoint.exe and place a 0byte file with the same
name.Thats all:) ...
Published 4 years, 1 month ago
Related help topics for linux timezone name command line
More keywords like linux timezone name command line
More pages for linux timezone name command line