IP Address History for Macintosh


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers IP Address History for Macintosh
# 1  
Old 05-26-2006
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 we don't know is where the person accessed the Internet from. Is there a Unix command that can be used to show the "history" of IP addresses that the computer has had during a certain period of time?

The system log files will tell that a port link was "up" but that's about it. Unfortunately, I need more information than that if possible.

Thanks in advance for any and all help..
Olifer
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

History to Another file [local user history , but root access]

Hi all, My need is : 1. To know who , when , which command used. 2. Local user should not delete this information. I mean , with an example , i can say i have a user user1 i need to give all the following permissions to user1, : a. A specific directory other than his home... (1 Reply)
Discussion started by: sriky86
1 Replies

2. UNIX for Advanced & Expert Users

History to Another file [local user history , but root access]

Hi all, My need is : 1. To know who , when , which command used. 2. Local user should not delete this information. I mean , with an example , i can say i have a user user1 i need to give all the following permissions to user1, : a. A specific directory other than his home... (3 Replies)
Discussion started by: linuxadmin
3 Replies

3. 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

4. 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

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 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

7. 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

8. Where do I download LINUX & UNIX?

Unix for Macintosh

Hi all, I'm a Mac-user (imac se at the moment), using Mac OS 9.1 I really want to learn how to work with unix-systems. What is the best place for me to start? Where can i download a system? Can i still use my imac as a software basestation for an ibook running OS 9.1? It seems like i... (9 Replies)
Discussion started by: Icarus
9 Replies
Login or Register to Ask a Question
UFOND(1)						      General Commands Manual							  UFOND(1)

NAME
ufond - convert UNIX font files into Macintosh format SYNOPSIS
ufond [-dfont] [-macbin] [-res] [-script name] fontfile... DESCRIPTION
The program ufond takes UNIX font files, wraps them in a Macintosh resource fork, creates a family for them, and then wraps that in a macbinary or binhex file. The program reads one or more font files, specified at the end of the command line, using any of the following formats: Glyph Bitmap Distribution (.bdf) TrueType (.ttf) OpenType (.otf) POSTSCRIPT Binary format (.pfb) All fonts with the same font family name will be placed in the same FOND. The program associates the name of a POSTSCRIPT font with a bit- map font, as well as handling bold, italic, and other variants properly. The generated Macintosh files will be in one of three formats: MacBinary (default) dfont (data fork resource file format, used by MacOS X) bare resource fork (you have to know how to transform this into a real resource fork) The program normally assumes that your fonts are in the roman script system. If this is not true you may specify a script directly. The program knows the names of a few scripts (greek, cyrillic, hebrew, arabic) which may be entered directly; otherwise you must know the Mac- intosh script number. OPTIONS
-dfont Generate Macintosh files in dfont format. -macbin Generate Macintosh files in MacBinary format. -res Generate Macintosh files in resource format. -script name Specify the Macintosh script number. AUTHOR
George Williams (gww@silcom.com). Manual page by Ziying Sherwin (sherwin@nlm.nih.gov) and R.P.C Rodgers (rodgers@nlm.nih.gov), Lister Hill National Center for Biomedical Communications, U.S. National Library of Medicine. 23 October 2002 UFOND(1)