Search Results

Search: Posts Made By: Blackacid
Forum: Cybersecurity 02-03-2014
1,840
Posted By Blackacid
Appreciate the feedback. That has definitely...
Appreciate the feedback. That has definitely been considered, but apparently also gunned down as not "cost effective". I my initial plan is what I need to stick with. I just need to convince the...
Forum: Cybersecurity 02-01-2014
1,840
Posted By Blackacid
Single ldap account, different passwords?
Is it possible, either by software solution or configuration, to provision a single user account that has different passwords depending on what group of servers it is attempting to connect to?

We...
2,758
Posted By Blackacid
I'm guessing he is just trying to output what...
I'm guessing he is just trying to output what would be happening, before he turns it loose. Just guessing, I tend to do the same when trying something new.


Why wouldn't this work for you?

...
2,758
Posted By Blackacid
so you just want to spit out the zone files from...
so you just want to spit out the zone files from named in a loop?



#!/bin/ksh
for ZONE in `find /path/to/file(s) -type f`
do
echo ${ZONE}
done



I keep my zone files in...
3,620
Posted By Blackacid
Couldn't you convert TIME to epoch? ...
Couldn't you convert TIME to epoch?


TIME="2014-01-06 07:00:57,000"
EPOCH=`date --date="${TIME}" +%s`


The above didn't work on my FreeBSD server as I don't have gnu date installed, I don't...
3,092
Posted By Blackacid
you want to run through a count starting from 0-9...
you want to run through a count starting from 0-9 (10), stepping back each iteration as a day in time. Then you want to identify any day that might be a Saturday or Sunday? I think this will work?...
1
3,020
Posted By Blackacid
unzip zipfile.zip filename1.xml filename2.xml...
unzip zipfile.zip filename1.xml filename2.xml filename3.xml
18,380
Posted By Blackacid
What, in terms of interface, is pico providing...
What, in terms of interface, is pico providing that vi is not? I'm asking from a genuinely inquisitive position here. I haven't used/seen pico since the late 90's so my exposure is a bit limited...
10,177
Posted By Blackacid
I have an iSeries magazine that went into this...
I have an iSeries magazine that went into this from about a year ago I think. I'll dig it up and see if it has something. I realize MF and iSeries aren't exactly the same but some of it fairly...
18,380
Posted By Blackacid
I don't think I've ever been on a unix box that...
I don't think I've ever been on a unix box that didn't have vi installed. I can't say the same for pico. That was the winning card for me. I later realized vi was far more robust in a lot of other...
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 07:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy