Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Works great' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Works great
Authored by: alienrat on Nov 26, '01 03:20:44PM
I was looking for a way to do this as my isp said I was logged on longer then I actualy was. I wrote some scripts just to make a log of when it went up and down:
#!/bin/sh -
dstore=`date +%y/%m/%d::%H:%M:%S`
echo "ppp up - $dstore" >> /var/ppp.log
and now I have this nice growing logfile of when I was connected. All I need to do then is a nice little cocoa program to read/process the file Thanks for that tip

[ Reply to This | # ]
Idea
Authored by: unimatrixzxero on Aug 10, '05 05:43:03AM

How about making a widget that would read that file :)



[ Reply to This | # ]