Geometry.Net - the online learning center
Home  - Basic_D - Directories & Lookups Misc
e99.com Bookstore
  
Images 
Newsgroups
Page 2     21-40 of 101    Back | 1  | 2  | 3  | 4  | 5  | 6  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

21. Apache Performance Notes
Here s an example which disables lookups except for .html and .cgi files DocumentRoot /www/htdocs Directory / Options SymLinksIfOwnerMatch
http://httpd.apache.org/docs/1.3/misc/perf-tuning.html
Apache HTTP Server Version 1.3
Apache Performance Notes
Author: Dean Gaudet
  • Introduction Hardware and Operating System Issues Run-Time Configuration Issues Compile-Time Configuration Issues Appendixes
    Introduction
    Apache is a general webserver, which is designed to be correct first, and fast second. Even so, its performance is quite satisfactory. Most sites have less than 10Mbits of outgoing bandwidth, which Apache can fill using only a low end Pentium-based webserver. In practice, sites with more bandwidth require more than one machine to fill the bandwidth due to other constraints (such as CGI or database transaction overhead). For these reasons, the development focus has been mostly on correctness and configurability. Unfortunately many folks overlook these facts and cite raw performance numbers as if they are some indication of the quality of a web server product. There is a bare minimum performance that is acceptable, beyond that, extra speed only caters to a much smaller segment of the market. But in order to avoid this hurdle to the acceptance of Apache in some markets, effort was put into Apache 1.3 to bring performance up to a point where the difference with other high-end webservers is minimal. Finally there are the folks who just want to see how fast something can go. The author falls into this category. The rest of this document is dedicated to these folks who want to squeeze every last bit of performance out of Apache's current model, and want to understand why it does some things which slow it down.

22. Apache Performance Tuning - Apache HTTP Server
Here s an example which disables lookups except for .html and .cgi files Thus it doesn t need to lstat(2) each directory in the path leading up to the
http://httpd.apache.org/docs/2.0/misc/perf-tuning.html
Modules Directives FAQ Glossary ... Sitemap Apache HTTP Server Version 2.0 Apache HTTP Server Documentation Version 2.0 ... Miscellaneous Documentation
Apache Performance Tuning
Available Languages: en ko Apache 2.0 is a general-purpose webserver, designed to provide a balance of flexibility, portability, and performance. Although it has not been designed specifically to set benchmark records, Apache 2.0 is capable of high performance in many real-world situations. Compared to Apache 1.3, release 2.0 contains many additional optimizations to increase throughput and scalability. Most of these improvements are enabled by default. However, there are compile-time and run-time configuration choices that can significantly affect performance. This document describes the options that a server administrator can configure to tune the performance of an Apache 2.0 installation. Some of these configuration options enable the httpd to better take advantage of the capabilities of the hardware and OS, while others allow the administrator to trade functionality for speed.
Hardware and Operating System Issues
The single biggest hardware issue affecting webserver performance is RAM. A webserver should never ever have to swap, as swapping increases the latency of each request beyond a point that users consider "fast enough". This causes users to hit stop and reload, further increasing the load. You can, and should, control the

23. Winnebago County, Wisconsin Lookups
Looking for volunteers for lookups in Reference Material such as misc. Reference Material. Look ups Konrad s Directory 1914, Volunteer Janice Shaw
http://www.jansdigs.com/Winnebago/lookups.html
Lookups
Winnebago County, Wisconsin
A USGenWeb and WIGenWeb Project
Winnebago County Reference Books and Lookup Volunteers
Listed below are examples of many of the Winnebago County books and reference materials that are available. If you own any Winnebago County book or reference material or have access to and will do look-ups, please let me know. As you can see, VOLUNTEERS ARE NEEDED
  • Feel free to request a look-up from the following reference material. Please limit your request to one name per request Please put " WINNEBAGO COUNTY LOOKUP " in the subject line of your request to insure the message is not overlooked or accidently deleted. In the first line of the message please put the name of the reference material you are requesting the lookup to be done.
If you request a lookup, don't forget to thank your volunteer for their time. There have been many books about Winnebago County residents published. Do you own one you would be willing to do lookups in? If so, e-mail me the title of the book, author, and a brief summary with your e-mail address.
VOLUNTEERS NEEDED!

24. Chroot - Make Directory New Root For Path Lookups
chroot make directory new root for path lookups (It doesn t change your current working directory, which is unaffected.
http://www.sunsite.ualberta.ca/Documentation/Misc/perl-5.6.1/pod/perlfunc/chroot
chroot - make directory new root for path lookups
NAME
chroot - make directory new root for path lookups
SYNOPSIS
chroot FILENAME chroot
DESCRIPTION
This function works like the system call by the same name: it makes the named directory the new root directory for all further pathnames that begin with a by your process and all its children. (It doesn't change your current working directory, which is unaffected.) For security reasons, this call is restricted to the superuser. If FILENAME is omitted, does a chroot to chroot - make directory new root for path lookups

25. Perl Functions - An Alphabetical List (perl-5.6.1)
chroot make directory new root for path lookups close - close file handle URL http//sunsite.ualberta.ca/Documentation/misc/perl-5.6.1/pod/
http://www.sunsite.ualberta.ca/Documentation/Misc/perl-5.6.1/pod/perlfunc.html
Perl Functions - An Alphabetical List
General Perl Information
SunSITE Alberta ; Up: perl-5.6.1 Documentation ; Sideways: perlfunc Created: 2001-05-06 @ 2136 MDT
Last Modified: 2001-05-07 @ 0635 MDT
Maintained by: sunsite@sunsite.ualberta.ca
URL: http://sunsite.ualberta.ca/Documentation/Misc/perl-5.6.1/pod/perlfunc.html

26. Qmail SPF (Sender Policy Framework) Patch
Change into the directory and apply the patch using patch p1 0 Never do SPF lookups, don t create Received-SPF headers; 1 Only create Received-SPF
http://www.saout.de/misc/spf/
SPF implementation for qmail
About
This is an SPF implementation for qmail
SPF is something like a DNS based "reverse MX" system to designate permitted senders for mails depending on the domain name. The goal is to disallow sender address forgery.
The patch is entirely written using the qmail string and DNS functions, and thus completely integrated into qmail without external dependencies.
It can check incoming mails inside the SMTP daemon, add Received-SPF lines and optionally block undesired transfers. The check is performed at the envelope level.
Download
patch against qmail-1.03: qmail-spf-rc5.patch This patch is stable. It is still a release candidate because the final SPF draft isn't out yet (I consider it final when it gets an official RFC). For more information about SPF, please see the project web site at http://spf.pobox.com/
qmail
is a small and secure MTA by D. J. Bernstein. christophe@saout.de
Description
Installation:
I suppose you are already familiar with qmail patching since a naked qmail is pretty useless these days (no authentication, filtering, ...).
Unpack the qmail-1.03.tar.gz archive using something like:

27. Apache Performance Tuning - Apache HTTP Server
Here s an example which disables lookups except for .html and .cgi files (Note This directive can be overridden on a perdirectory basis.)
http://www.mathcs.bethel.edu/manual/misc/perf-tuning.html
Modules Directives FAQ Glossary ... Sitemap Apache HTTP Server Version 2.0 Apache HTTP Server Documentation Version 2.0 ... Miscellaneous Documentation
Apache Performance Tuning
Available Languages: en ko Apache 2.0 is a general-purpose webserver, designed to provide a balance of flexibility, portability, and performance. Although it has not been designed specifically to set benchmark records, Apache 2.0 is capable of high performance in many real-world situations. Compared to Apache 1.3, release 2.0 contains many additional optimizations to increase throughput and scalability. Most of these improvements are enabled by default. However, there are compile-time and run-time configuration choices that can significantly affect performance. This document describes the options that a server administrator can configure to tune the performance of an Apache 2.0 installation. Some of these configuration options enable the httpd to better take advantage of the capabilities of the hardware and OS, while others allow the administrator to trade functionality for speed.
Hardware and Operating System Issues
The single biggest hardware issue affecting webserver performance is RAM. A webserver should never ever have to swap, as swapping increases the latency of each request beyond a point that users consider "fast enough". This causes users to hit stop and reload, further increasing the load. You can, and should, control the

28. Freeware Downloads Multimedia - Misc. MP3 Tools - SnapFiles, We Download It Befo
The program supports online freedb database lookups for selected files, allowing you to By default, the install asks you for your audio files directory,
http://www.snapfiles.com/freeware/gmm/fwmp3_r.html
WebAttack? SnapFiles Pro RSS Feeds Top 100 ... Multimedia
Misc. MP3 Tools
Sort by date

v 2.32
Freeware
Our Rating: Popularity: Updated: 07/09/2005 Mp3tag is a powerful and yet easy-to-use tool to edit ID3-tags and OGG Comments of MP3- and Ogg Vorbis files. It can rename files based on the tag information, replace characters or words from tags and filenames, import/export tag information, create playlists and more. The program supports online freedb database lookups for selected files, allowing you to automatically gather proper tag information for select files or CDs (if available). Other formats supported include AAC, MPEG 4, FLAC, MOnkeys Audio and more.
1349 kb 98/ME/NT/2000/XP Screenshot 4 user opinions Details...
MP3-Info Extension
v 3.4 b23
Freeware
Our Rating: Popularity: Updated: 02/21/2004 MP3-Info Extension adds a new properties page to the Windows Explorer standard dialog when you right click on an MP3 file and select Properties. In this new tab, you can fully edit the ID3-Tag and more. It is a complete D3v2-Tag editor with support for multiple files-editing, (multi-file) renaming, export, search. You can even change the icon for individual MP3s, and it has special support for classic-music. 966 kb 98/ME/2000/XP Screenshot Rate it!

29. Webalizer
5. Configuration. 6. DNSlookup. 7. Cron-job and logrotate. 8. Squid. 9. misc Make sure this directory exists (webalizer will not make any directories).
http://linux.cudeso.be/linuxdoc/webalizer.php
Why did I make a GNU/Linux / OpenBSD Test Environment? Just For Fun (Linus Torvalds) Home Cudeso Projects ... Misc Daemons Apache DJBDNS Fetchmail Postfix ... LDAP Webtools Webalizer Gotmail Systems Admin Tools Backup and restore suid/guid-tool Syslogger Misc Install a new kernel /proc/sys Ddclient Hylafax ... Gentoo Tweaks Tweaky Weaky Tweaky Apache Tweaky Network Misc
Mini Wiki Easy now Last update on 2005-09-20 10:01:08
Wiki-length is chars.
There were updates so far.
Last modified 19-Nov-2004
The server uptime is days, hours, minutes
From To linux.cudeso.be
Webalizer
Contents
1. Introduction
2. Useful resources
3. Getting the package
4. Install ...
9. Misc
1. Introduction
This document is not intended as a "total" guide for administring the Webalizer-package. Neither is it intended to be without errors. These are just the experiences I had when setting up Webalizer.
First of all, what is Webalizer?
I quote Freshmeat.net The Webalizer is a Web server log analysis program. It is designed to scan web server log files in various formats and produce usage statistics in HTML format for viewing through a browser. It supports wu-ftpd xferlog-formatted logs. I was looking for a good tool that could analyze my Apache-files. I was using some 'basic' counters like NedStat or XtremeTracker but they were a bit unhandy because you always needed to browse to a web-page. Furthermore, I was also searching for a tool that could do some statistics on my Squid-logs. And there it was...nice and shiny...and free.

30. Exporting NFS File Systems
Sharing files from an NFS server is known as exporting the directories. however, they may accidently work if reverse DNS lookups fail.
http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/s1-nfs-export
Search Docs: Red Hat Docs Manuals Red Hat Linux Manuals Red Hat Linux 9
Red Hat Linux 9: Red Hat Linux Customization Guide Prev Chapter 16. Network File System (NFS) Next
16.3. Exporting NFS File Systems
Sharing files from an NFS server is known as exporting the directories. The NFS Server Configuration Tool can be used to configure a system as an NFS server. To use the NFS Server Configuration Tool , you must be running the X Window System, have root privileges, and have the redhat-config-nfs RPM package installed. To start the application, select Main Menu Button System Settings Server Settings NFS Server , or type the command redhat-config-nfs Figure 16-1. NFS Server Configuration Tool To add an NFS share, click the Add button. The dialog box shown in Figure 16-2 will appear. The Basic tab requires the following information: Figure 16-2. Add Share The General Options tab allows the following options to be configured:
  • Allow connections from port 1024 and higher insecure Allow insecure file locking Disable subtree checking subtree checking . Select this option to disable subtree checking. It the entire file system is exported, selecting to disable subtree checking can increase the transfer rate. This option corresponds to

31. Exporting NFS File Systems
Sharing files from an NFS server is known as exporting the directories. however, they may accidentally work if reverse DNS lookups fail.
http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/sysadmin-guide/s1-nf
Search Docs: Red Hat Docs Manuals Red Hat Enterprise Linux Manuals
Red Hat Enterprise Linux 3: System Administration Guide Prev Chapter 23. Network File System (NFS) Next
23.3. Exporting NFS File Systems
Sharing files from an NFS server is known as exporting the directories. The NFS Server Configuration Tool can be used to configure a system as an NFS server. To use the NFS Server Configuration Tool , you must be running the X Window System, have root privileges, and have the redhat-config-nfs RPM package installed. To start the application, select Main Menu Button System Settings Server Settings NFS , or type the command redhat-config-nfs Figure 23-1. NFS Server Configuration Tool To add an NFS share, click the Add button. The dialog box shown in Figure 23-2 will appear. The Basic tab requires the following information: Figure 23-2. Add Share The General Options tab allows the following options to be configured:
  • Allow connections from port 1024 and higher insecure Allow insecure file locking Disable subtree checking subtree checking . Select this option to disable subtree checking. If the entire file system is exported, selecting to disable subtree checking can increase the transfer rate. This option corresponds to

32. OpenSA Web Server: Apache Guide: Misc: Apache Performance Notes
In this case the DNS lookups are only performed on requests matching the criteria. DocumentRoot /www/htdocs Directory / Options SymLinksIfOwnerMatch
http://www.opensa.org/manual/apache_guide/misc/perf-tuning.html
OpenSA web server
Admin guide
Apache guide FAQ
Apache Performance Notes
Author: Dean Gaudet
  • Introduction Hardware and Operating System Issues Run-Time Configuration Issues Compile-Time Configuration Issues Appendixes
    Introduction
    Apache is a general webserver, which is designed to be correct first, and fast second. Even so, its performance is quite satisfactory. Most sites have less than 10Mbits of outgoing bandwidth, which Apache can fill using only a low end Pentium-based webserver. In practice sites with more bandwidth require more than one machine to fill the bandwidth due to other constraints (such as CGI or database transaction overhead). For these reasons the development focus has been mostly on correctness and configurability. Unfortunately many folks overlook these facts and cite raw performance numbers as if they are some indication of the quality of a web server product. There is a bare minimum performance that is acceptable, beyond that extra speed only caters to a much smaller segment of the market. But in order to avoid this hurdle to the acceptance of Apache in some markets, effort was put into Apache 1.3 to bring performance up to a point where the difference with other high-end webservers is minimal. Finally there are the folks who just plain want to see how fast something can go. The author falls into this category. The rest of this document is dedicated to these folks who want to squeeze every last bit of performance out of Apache's current model, and want to understand why it does some things which slow it down.

33. Stunnel.org
How can I delay DNS lookups until connect time? are several different patches available for this in the patches directory on this site you may try.
http://www.stunnel.org/faq/misc.html

FAQ
4.x Man Page 3.x Man Page Installing ... Troubleshooting Chapter Contents:
  • The Ubiquitous Miscellaneous Section
    The Ubiquitous Miscellaneous Section
    Those things that don't have a proper home yet may end up here. Or they may stay here. I've heard that many answers prefer to be in the miscellaneous sections. Maybe they're just shy.
    What are the offical SSL ports?
    These are the officially 'registered' ports for various SSL-ified protocols. note that listing them here doesn't mean that they can be used with stunnel. nsiiops 261/tcp # IIOP Name Service over TLS/SSL https 443/tcp # http protocol over TLS/SSL smtps 465/tcp # smtp protocol over TLS/SSL (was ssmtp) nntps 563/tcp # nntp protocol over TLS/SSL (was snntp) imap4-ssl 585/tcp # IMAP4+SSL (use 993 instead) sshell 614/tcp # SSLshell ldaps 636/tcp # ldap protocol over TLS/SSL (was sldap) ftps-data 989/tcp # ftp protocol, data, over TLS/SSL ftps 990/tcp # ftp protocol, control, over TLS/SSL telnets 992/tcp # telnet protocol over TLS/SSL imaps 993/tcp # imap4 protocol over TLS/SSL ircs 994/tcp # irc protocol over TLS/SSL pop3s 995/tcp # pop3 protocol over TLS/SSL (was spop3) msft-gc-ssl 3269/tcp # Microsoft Global Catalog with LDAP/SSL

34. Frequently Asked Questions - NBCi
Q. Are reverse lookups available in the international directories? A. We offer reverse lookups for Canadian phone numbers and residential addresses.
http://www.infospace.com/_1_300313__info.nbci/faq2.htm
ad_req(15, 68, 'none', 'offsite'); ad_req(15, 69, 'none', 'offsite'); Personalize Now! Business Finder
People Finder

Submit Your Site
...
To-Do List

Frequently Asked Questions Contents Browsers Q. Which browser program should I use to view the directories?
A.

Back to the Top
White Pages Q. How can I add my listing to the White Pages?
A.
Just go to our Add Your Listing page to add your name, phone number, and email address to our directory. To protect your privacy and ensure the entered information is valid, InfoSpace (the company that powers the NBCi White Pages) will send an email message to the address you enter. Once InfoSpace receives a reply from you verifying your submission, your listing will be added to the White Pages and/or email search. Your listing will also appear on InfoSpace and the many other sites in the InfoSpace network. Q. How do I update or delete my listing?
A.
It's easy. Just search the White Pages or email search directory to find your listing. Once you have located it, simply click the "update" or "remove" link to the right of your name. To verify your request, InfoSpace will send an email message to the address you provide. Once you confirm the request, your listing will be updated or deleted. Q. How long will it take for additions, changes, and deletions to take effect?

35. Inamidst.com - A Gallimaufry Of Sundry Tchotchkes
in /dict/ Dictionary lookups (src) using dict.org s webservice, in /list/ Directory Browser (src) - see inside all of the inamidst.com directories
http://inamidst.com/
This site hosts the ephemera of Sean B. Palmer and friends. The abridged sitemap below and automatically generated recent updates and directory browser pages are good ways to browse the thousands of files here. Or you can find out more about inamidst. off

36. LAUNCH PAD: A Comprehensive Collection Of Links For Financial Services Professio
NEWS NIGERIAN FRAUD OFAC ONLINE TOOLS OPERATIONS misc. lookups Area Codes City Times InfoSpace Directory Routing Lookup SSN Lookup
http://www.bankersonline.com/launch/launch.html
Banker Store BOL Vendor Connect BOL Career Connect BOL Learning Connect ... WEATHER
TRAVEL AIRLINES HOTEL FINDERS RENTAL CARS TRAVEL PLANNERS ...
BOL e-card exchange

SPECIAL BOL WALLPAPERS
Suggest a link: Email address: Americans with Disabilities Act
ADA Enforcement Actions

ADA Info from DOJ

ADA regs

Quick Tips - Web Access
...
Web Access. Guidelines

Appraisal Info. Appraisal Standards National Appraiser Registry Article 9 BOL Article 9 Resource Center Old Article 9 Def./Coverage in Rev. Art.9 Revised Article 9 ... Where to File Banking Publications American Banker ABA Banking Journal ATM Magazine Bank Directors Briefing ... U.S. Banker Bankruptcy ABI Bankruptcy Info The Bankruptcy LawTrove FindLaw Bankruptcy BSA About FinCEN Bank Secrecy Act BSA Compliance Info BSA exam manual ... Designation of Exempt Person Form (PDF) Mandatory Jan., 2006 BSA Electronic Forms and SAR Software for FI's BSA Regulation FATF FATF NCCT List ... SAR Narrative Writing (a PPT file) Business Sites All Business Business.com Calculators Calculator.com Dinkytown.net LeadFusion Time Value Software Check 21 21-day email education course on Check 21 basics Enroll now!

37. Miscellaneous Web Links
reverse lookups 5551212 directory service with reverse lookups 555-1212 misc. Dissertation advice staying focussed, writing advice, etc.
http://www.bennetyee.org/ucsd-pages/misc.html
Miscellaneous Web Links
This page contains miscellaneous Web links that Bennet finds interesting and/or useful.
Search Engines
  • Alta Vista: Main Page
  • Yahoo
  • Britannica Online
  • Research-It! collection of Web reference materials
  • DejaNews power search
  • Internet Public Library
  • IBM Patent Database
  • UCSD Phone Directory ...
  • Four11 Directory Services (SLED) [White/email pages]
  • Switchboard [White pages]
  • Database America People Finder [White pages]
  • BigBook Directory Search [Yellow pages]
  • AnyWho directory service with reverse lookups
  • 555-1212 directory service with reverse lookups
  • RealWhitePages from BellSouth
  • SixDegrees.Com
  • Populus
  • KnowX
  • US census Bureau ...
  • Background Information Search
  • do various things.
  • On-line anatomy of people (educational)
  • On-line anatomy of cars (educational)
  • How Stuff Works
    Stock Quote Services
  • Security APL Quote Server
  • Investors Edge Stock Server
  • Pathfinder quotes
  • CNNfn quotes ...
  • Upcoming stock splits (at investhelp
    Misc
  • Dissertation advice : staying focussed, writing advice, etc.
  • Shivers: The Night I Learned About Karaoke (Funny)
  • Y Forum
  • Book price comparisons at acses.com
  • 38. Lookups
    English Lutheran Directory Lookup in the subject line of your message} This book contains class lists and some misc. information for students who
    http://www.rootsweb.com/~ohrichla/Lookups.htm
    Richland Co., Ohio Lookups To sign up to be a lookup volunteer, please contact Amy CEMETERY RECORDS - no lookups available at this time - You may try checking some of our on-line cemetery resources ... or ... post a message to the Richland Co. Mailing List CENSUS 1830 Richland Co. Census
    • No volunteers at present
    1840 Richland Co. Census
    • No volunteers at present
    1850 Richland Co. Census
    • No volunteers at present
    1860 Richland Co. Census 1870 Richland Co. Census Index. 1880 Richland Co. Census Index 1900 Richland Co. Census Index 1910 Richland Co. Census Index 1920 Richland Co. Census Index
    • No volunteers at present
    1930 Richland Co. Census Index CHURCH RECORDS The First English Lutheran Church Directory, 1987

    39. Package Documentation
    Applications that use the BIND 8 res_* functions to perform DNS lookups or dynamic If you are upgrading from BIND 4, read doc/misc/migration4to9.
    http://cpplus.info/DEMO/man/view_doc7f58.html?file=/usr/share/doc/bind-9.2.4/REA

    40. RJB's Digital Media Center (DMC)
    ACCESS=REMOTE SERVER=cddbp//freedb.freedb.org 8880/cgibin/cddb.cgi CDDB .cddb - cached lookups etc misc file directory. pid files pipe files cf files
    http://dmc.bigi.com/dmcdreadme.shtml
    DMCD README: Location of Stuff and What it is!
    #else #ifdef EMX #include

    A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

    Page 2     21-40 of 101    Back | 1  | 2  | 3  | 4  | 5  | 6  | Next 20

    free hit counter