Archive for March, 2008

Sponsored by: Search | Newsletter | Conference | (Web hosting comparison)

Friday, March 28th, 2008

Sponsored by: Search | Newsletter | Conference | Tech Jobs O’Reilly’s Emerging Technology Conference: May 13-16, 2002 Articles Linux Apache MySQL Perl PHP Python BSD Essentials What is LAMP? The Best of ONLamp.com aboutSQL Big Scary Daemons FreeBSD Basics HTTP Wrangler Linux in the Enterprise Linux Network Administration The Linux Professional Perl P5P Digest Archive PHP Admin Basics PHP Phanatics Python_News Security Alerts Alphabetical Directory of Linux Commands This directory of Linux commands is from Linux in a Nutshell, 3rd Edition. Click on any of the 379 commands below to get a description and list of available options. All links in the command summaries point to the online version of the book on Safari Tech Books Online. Buy it now Read it online m4 [options] [macros] [files] Macro processor for C and other files. Options -e, –interactive Operate interactively, ignoring interrupts. -dflags, –debug=flags Specify flag-level debugging. -ln, –arglength=n Specify the length of debugging output. -o file, –error-output=file Place output in file. Despite the name, print error messages on standard error. -p, –prefix-built-ins Prepend m4_ to all built-in macro names. -s, –synclines Insert #line directives for the C preprocessor. -Bn Set the size of the push-back and argument collection buffers to n (default is 4096). -Dname[=value], –define=name[=value] Define name as value or, if value is not specified, define name as null. Sponsored by:

XML Copyright 2000-2002 O’Reilly & Associates, Inc. (Web host)

Thursday, March 27th, 2008

XML Copyright 2000-2002 O’Reilly & Associates, Inc. All Rights Reserved. All trademarks and registered trademarks appearing on the O’Reilly Network are the property of their respective owners. For problems or assistance with this site, email help@oreillynet.com

O’Reilly Books Latest LAMP Titles: mod_perl Pocket Reference (Web server iis)

Wednesday, March 26th, 2008

O’Reilly Books Latest LAMP Titles: mod_perl Pocket Reference SQL in a Nutshell Network Printing Books by topic: Linux Open Source Security System and Network Administration Unix Web and Internet O’Reilly Network Technologies: ONJava.com ONLamp.com openp2p.com Perl.com XML.com Apache BSD Java Javascript and CSS Linux Mac Mozilla .NET P2P Perl Policy PHP Python Web Services Wireless

Cheap web hosting - Sponsored by: Search | Newsletter | Conference |

Wednesday, March 26th, 2008

Sponsored by: Search | Newsletter | Conference | Tech Jobs O’Reilly’s Emerging Technology Conference: May 13-16, 2002 Articles Linux Apache MySQL Perl PHP Python BSD Essentials What is LAMP? The Best of ONLamp.com aboutSQL Big Scary Daemons FreeBSD Basics HTTP Wrangler Linux in the Enterprise Linux Network Administration The Linux Professional Perl P5P Digest Archive PHP Admin Basics PHP Phanatics Python_News Security Alerts Alphabetical Directory of Linux Commands This directory of Linux commands is from Linux in a Nutshell, 3rd Edition. Click on any of the 379 commands below to get a description and list of available options. All links in the command summaries point to the online version of the book on Safari Tech Books Online. Buy it now Read it online lsmod System administration command. List all loaded modules: their name, size (in 4KB units) and, if appropriate, a list of referring modules. File /proc/modules Source of the same information. Return to: Alphabetical Directory of Linux Commands Sponsored by:

Apache web server for windows - XML Copyright 2000-2002 O’Reilly & Associates, Inc.

Tuesday, March 25th, 2008

XML Copyright 2000-2002 O’Reilly & Associates, Inc. All Rights Reserved. All trademarks and registered trademarks appearing on the O’Reilly Network are the property of their respective owners. For problems or assistance with this site, email help@oreillynet.com

Web site design - O’Reilly Books Latest LAMP Titles: mod_perl Pocket Reference

Monday, March 24th, 2008

O’Reilly Books Latest LAMP Titles: mod_perl Pocket Reference SQL in a Nutshell Network Printing Books by topic: Linux Open Source Security System and Network Administration Unix Web and Internet O’Reilly Network Technologies: ONJava.com ONLamp.com openp2p.com Perl.com XML.com Apache BSD Java Javascript and CSS Linux Mac Mozilla .NET P2P Perl Policy PHP Python Web Services Wireless

Web design rates - Sponsored by: Search | Newsletter | Conference |

Monday, March 24th, 2008

Sponsored by: Search | Newsletter | Conference | Tech Jobs O’Reilly’s Emerging Technology Conference: May 13-16, 2002 Articles Linux Apache MySQL Perl PHP Python BSD Essentials What is LAMP? The Best of ONLamp.com aboutSQL Big Scary Daemons FreeBSD Basics HTTP Wrangler Linux in the Enterprise Linux Network Administration The Linux Professional Perl P5P Digest Archive PHP Admin Basics PHP Phanatics Python_News Security Alerts Alphabetical Directory of Linux Commands This directory of Linux commands is from Linux in a Nutshell, 3rd Edition. Click on any of the 379 commands below to get a description and list of available options. All links in the command summaries point to the online version of the book on Safari Tech Books Online. Buy it now Read it online lsattr [options] [files] Print attributes of files on a Linux Second Extended File System. See also chattr. Options -a List all files in specified directories. -d List directories’ attributes, not the attributes of the contents. -R List directories and their contents recursively. -v List version of files. -V List version and then exit. Return to: Alphabetical Directory of Linux Commands Sponsored by:

XML Copyright 2000-2002 O’Reilly & Associates, Inc.

Sunday, March 23rd, 2008

XML Copyright 2000-2002 O’Reilly & Associates, Inc. All Rights Reserved. All trademarks and registered trademarks appearing on the O’Reilly Network are the property of their respective owners. For problems or assistance with this site, email help@oreillynet.com

Web hosting - O’Reilly Books Latest LAMP Titles: mod_perl Pocket Reference

Saturday, March 22nd, 2008

O’Reilly Books Latest LAMP Titles: mod_perl Pocket Reference SQL in a Nutshell Network Printing Books by topic: Linux Open Source Security System and Network Administration Unix Web and Internet O’Reilly Network Technologies: ONJava.com ONLamp.com openp2p.com Perl.com XML.com Apache BSD Java Javascript and CSS Linux Mac Mozilla .NET P2P Perl Policy PHP Python Web Services Wireless

Sponsored by: Search | Newsletter | Conference | (Free web servers)

Saturday, March 22nd, 2008

Sponsored by: Search | Newsletter | Conference | Tech Jobs O’Reilly’s Emerging Technology Conference: May 13-16, 2002 Articles Linux Apache MySQL Perl PHP Python BSD Essentials What is LAMP? The Best of ONLamp.com aboutSQL Big Scary Daemons FreeBSD Basics HTTP Wrangler Linux in the Enterprise Linux Network Administration The Linux Professional Perl P5P Digest Archive PHP Admin Basics PHP Phanatics Python_News Security Alerts Alphabetical Directory of Linux Commands This directory of Linux commands is from Linux in a Nutshell, 3rd Edition. Click on any of the 379 commands below to get a description and list of available options. All links in the command summaries point to the online version of the book on Safari Tech Books Online. Buy it now Read it online kill [option] IDs This is the /bin/kill command; there is also a shell command of the same name. Send a signal to terminate one or more process IDs. You must own the process or be a privileged user. If no signal is specified, TERM is sent. Options -l List all signals. -p Print the process ID of the named process, but don’t send it a signal. To use this option, specify the full path (e.g., /bin/kill -p). -signal The signal number (from /usr/include/sys/signal.h) or name (from kill - l). With a signal number of 9 (HUP), the kill cannot be caught by the process; use this to kill a process that a plain kill doesn’t terminate. The default is TERM. Return to: Alphabetical Directory of Linux Commands Sponsored by: