Re: [Linux-users] Brute forcing an ssh server

2011-05-23 Thread Craig George
And of course Android gives another portability option... Craig -Original Message- From: Robert Fisher Sent: Monday, May 23, 2011 5:15 PM To: Canterbury Linux Users Group Subject: Re: [Linux-users] Brute forcing an ssh server On 24/05/11 16:59, Craig George wrote: Hi, What

[Linux-users] time stamp in bash script

2011-05-23 Thread Roger Searle
Hi, I have various bash scripts for backing up to S3 storage, run via s3cmd and cron which kindly sends me a nice email with the output of either s3cmd or echo 'some text' lines in the script. One such script for user emails changes to bob's email folder, does the backup, changes to jane's

Re: [Linux-users] time stamp in bash script

2011-05-23 Thread Steve Holdoway
On Tue, 2011-05-24 at 09:23 +1200, Roger Searle wrote: Hi, I have various bash scripts for backing up to S3 storage, run via s3cmd and cron which kindly sends me a nice email with the output of either s3cmd or echo 'some text' lines in the script. One such script for user emails changes

Re: [Linux-users] time stamp in bash script

2011-05-23 Thread Anatoly Kern
you can run time /backupscript from cron to see elapsed time without manual comparison. On Tue, May 24, 2011 at 9:23 AM, Roger Searle roger.sea...@gmail.com wrote: Hi, I have various bash scripts for backing up to S3 storage, run via s3cmd and cron which kindly sends me a nice email with the

Re: [Linux-users] time stamp in bash script

2011-05-23 Thread C. Falconer
Anatoly Kern wrote, On 05/24/2011 09:53 AM: you can run time /backupscript from cron to see elapsed time without manual comparison. On Tue, May 24, 2011, Roger Searleroger.sea...@gmail.com wrote: I'm interested in knowing how long each user's backing up takes That would work to time

Re: [Linux-users] time stamp in bash script

2011-05-23 Thread Jim Cheetham
On Tue, May 24, 2011 at 9:34 AM, Steve Holdoway st...@greengecko.co.nz wrote: Oldschool... echo Backup starts at: `/bin/date +%H:%M:%S` printf is the POSIX-preferred command, as echo has too many different implementations across different operating systems. Not something that will bother

Re: [Linux-users] time stamp in bash script

2011-05-23 Thread Ross Drummond
On Tue, 24 May 2011, Jim Cheetham and others wrote: Discussion about time taken for a process. You guys are reinventing the wheel. Go to; http://directory.fsf.org/project/time/ Cheers Ross Drummond ___ Linux-users mailing list

Re: [Linux-users] time stamp in bash script

2011-05-23 Thread Ross Drummond
On Tue, 24 May 2011, Ross Drummond wrote: On Tue, 24 May 2011, Jim Cheetham and others wrote: Discussion about time taken for a process. You guys are reinventing the wheel. Go to; http://directory.fsf.org/project/time/ Cheers Ross Drummond

[Linux-users] google query

2011-05-23 Thread Barry
Hi all, this problem occurs in opera, firefox appears ok. previously when using google I could go to a search result then use the back button to go back to the list of results. Now, the back button only takes me back to the original query screen with no results listed not even the query. I

Re: [Linux-users] time stamp in bash script

2011-05-23 Thread C. Falconer
Ross Drummond wrote, On 05/24/2011 11:18 AM: On Tue, 24 May 2011, Jim Cheetham and others wrote: Discussion about time taken for a process. You guys are reinventing the wheel. Go to; http://directory.fsf.org/project/time/ Why yes, yes we are. Sometimes its fun to think how could I do this

Re: [Linux-users] google query

2011-05-23 Thread Lee Begg
It appears you have Google Instant search turned on. There used to be a button to turn it off, but I can't see it currently. Maybe open links in a new tab? Later Lee Begg On 24/05/2011 11:55 a.m., Barry wrote: Hi all, this problem occurs in opera, firefox appears ok. previously when using

Re: [Linux-users] time stamp in bash script

2011-05-23 Thread Nick Rout
On Tue, May 24, 2011 at 12:56 PM, C. Falconer cfalco...@totalteam.co.nz wrote: Ross Drummond wrote, On 05/24/2011 11:18 AM: On Tue, 24 May 2011, Jim Cheetham and others wrote: Discussion about time taken for a process. You guys are reinventing the wheel. Go to;

Re: [Linux-users] time stamp in bash script

2011-05-23 Thread Nick Rout
Back to the original question, s3cmd does provide some stats, like: Done. Uploaded 1383064 bytes in 41.2 seconds, 32.79 kB/s ___ Linux-users mailing list Linux-users@lists.canterbury.ac.nz http://lists.canterbury.ac.nz/mailman/listinfo/linux-users