Sponsored Content
Full Discussion: Unix for Macintosh
Top Forums UNIX for Beginners Questions & Answers Answers to Frequently Asked Questions Where do I download LINUX & UNIX? Unix for Macintosh Post 10465 by Icarus on Wednesday 14th of November 2001 05:26:48 PM
Old 11-14-2001
Well thought it was quite expensive... 500 guilders (about $200) is a lot more then a free version of Unix... specially when you just want to try it first for a while...
 

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Game spy arcade for halo and macintosh?

I need help i heard you can play halo over online and you have a macintosh version where can I get it please respond (1 Reply)
Discussion started by: memattmyself
1 Replies

2. UNIX for Advanced & Expert Users

Is Unix a Network operating system for Macintosh computers

I am in the process of reading up on and learning about linux,and as i read, i am seeing that it was built off of the unix system platform,and i also believe that it is used in the mac computer field,i would like to know if this is true, and if i should learn about the macintosh computer... (2 Replies)
Discussion started by: Bill1263
2 Replies

3. UNIX for Dummies Questions & Answers

Macintosh user needs help with pop3d

Hi folks! I am not a power user, and have been able to enable Postfix to run on my Macintosh. It was a little bit difficult for me. But I payed good attention, while following an Internet Tutorial. Postfix version 2.1.5 I can send out emails, from local accounts or even from other... (0 Replies)
Discussion started by: fundidor
0 Replies

4. UNIX for Dummies Questions & Answers

IP Address History for Macintosh

Hi all, I have been assigned the following task; I have a Macintosh iBook laptop computer running OSX (10.3). This computer was used to download some unwanted content from the Internet. We know by looking at the browser history that these downloads took place between May 1 and May 3. What... (0 Replies)
Discussion started by: olifer
0 Replies

5. Shell Programming and Scripting

UNIX in the MacIntosh (for sed people)

Hi, I'm trying to use sed to process some files on Macs running OSX. Anyone know anything about Macs and sed? Here's the problem sed 's/^/ /g' test_file > endfile (there are spaces betwen the second and third /, but the forum software compresses them) This should put spaces at... (3 Replies)
Discussion started by: Laurel Maury
3 Replies

6. UNIX for Dummies Questions & Answers

macintosh

hello, i am new to this forum. i own a macbook pro running mac os x 10.5.2 leopard. just wondering, if these forums will help me? i work a lot in an application called terminal, it is apples command line. i like programming and have questions, like there was a post about text scrolling, the... (2 Replies)
Discussion started by: jamesapp
2 Replies

7. OS X (Apple)

Macintosh Mount Clarification

Hi All, I am having a clarification regarding the mounted file systems on a normal mac. This is the output displayed once i launch terminal and key in mount command. ************************************************** /dev/disk0s2 on / (hfs, local, journaled) devfs on /dev (devfs, local,... (1 Reply)
Discussion started by: Achilles_Hectar
1 Replies
COMMON2DLF.IN(1)					  LogReport's Lire Documentation					  COMMON2DLF.IN(1)

NAME
common2dlf - convert Common Log Format web server log files to www DLF SYNOPSIS
common2dlf file DESCRIPTION
common2dlf converts Common Log Format web server log files to the www DLF. Common Log Format is a standard log format that was originally implemented in the CERN httpd web server but that now supported nowadays by most web servers. Apache, IIS, Boa and PureFTPD can be configured to log in that format. If the file argument is missing, STDIN will get parsed. DLF will be printed on STDOUT. COMMON LOG FORMAT
The Common Log Format has the following format: remotehost rfc931 authuser [date] "request" status bytes where the fields have the following meaning: remotehost The host that made the request. Can be an IP or a hostname. rfc931 The result of an ident lookup on the host. This is usually never used. authuser The authenticated username. date The timestamp of the request. request The first line of the request. Usually in the format "method request-uri http-version". See also RFC 2616, section 5.1. status The result status of the request. i.e. 200, 301, 404, 500. bytes The size of the request sent to the client. Log example: 127.0.01 - - [11/03/2001 12:12:01 -0400] "GET / HTTP/1.0" 200 513 dsl1.myprovider.com - francis [11/03/2001 12:14:01 -0400] "GET /secret/ HTTP/1.0" 200 1256 EXAMPLES
To process a log as produced in the common logformat: $ lr_run common2dlf < common.log common2dlf will be rarely used on its own, but is more likely called by lr_log2report: $ lr_log2report common < /var/log/httpd/common.log SEE ALSO
combined(2), modgzip2dlf(1), referer2dlf(1) AUTHORS
Joost van Baal <joostvb@logreport.org>, Francis J. Lacoste <flacoste@logreport.org> and Egon Willighagen <egonw@logreport.org>, based on an idea by Edwin Groothuis VERSION
$Id: common2dlf.in,v 1.15 2006/07/23 13:16:36 vanbaal Exp $ COPYRIGHT
Copyright (C) 2000, 2001 Stichting LogReport Foundation LogReport@LogReport.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program (see COPYING); if not, check with http://www.gnu.org/copyleft/gpl.html. Lire 2.1.1 2006-07-23 COMMON2DLF.IN(1)
All times are GMT -4. The time now is 08:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy