Brother-in-law?Three bids, low price.
You get what you pay for.
No one seems to want to name the Contractor...
Can you say LPTA?
For those not in the business that’s Lowest Price Technically Acceptable.
Northrop Grumman, a task on AIMM Segment 2 contract. or so I hear.....Contractors and sub contractors and finger pointing.
You aren't living if you've never modified code as it was executing and serving the needs of tens of thousands.IT 101 - I'm trying to remember an occasion when dealing with live data that I didn't have a "path of retreat" - and that's if there was some reason I couldn't run through it on a test system first, to be certain.
IT 101 - I'm trying to remember an occasion when dealing with live data that I didn't have a "path of retreat" - and that's if there was some reason I couldn't run through it on a test system first, to be certain.
Quiz - who can tell me what 'rm -r * .doc' does instead?
That’s exactly why whenever I’m using rm -rf with any wildcards or fancy piping trickery I do it with ls first, especially if running it with sudo!The worst typo I've ever made was on unix, trying to clean up all the document files. Our word docs were in a drive shared with windows. So, I was getting all fancy and wanted 'rm -r *.doc' and recurse through all the subdirectories.
Quiz - who can tell me what 'rm -r * .doc' does instead?
Not the worst thing I've seen though. Someone else in my office once got confused between being in a production system and being in a dev system and dropped the oracle database. On a live, real time system.
The worst typo I've ever made was on unix, trying to clean up all the document files. Our word docs were in a drive shared with windows. So, I was getting all fancy and wanted 'rm -r *.doc' and recurse through all the subdirectories.
Quiz - who can tell me what 'rm -r * .doc' does instead?
Not the worst thing I've seen though. Someone else in my office once got confused between being in a production system and being in a dev system and dropped the oracle database. On a live, real time system.
Oh dang! I can see it but wow! I joined a non-unix shop that built device drivers for unix for one of their products. I beat on the developers until i got them to stop working as root and only SU when they had to install or deinstall the drivers. Took a while...At one of my jobs, they put the full email address in the name field of the /etc/passwd file so mine would look something like:
ron:*:58:33:Ron Natalie <ron@brl.arpa>:/home/ron:/bin/sh
One of our guys decided to grep for his own entry. Unfortunately, he was root at the time when he did this:
grep <howard@brl.arpa> /etc/passwd
The worse I ever did was to shutdown the wrong machine because I was logged in remotely somewhere else and forgot which was which. I had to hike across the compound to reboot the one I shutdown by mistake.
Is this some computer programming nerd stuff?
Been there, done that. The datacenter was several states away. Thank goodness for DRAC cards! Too bad *I* didn't have access to the DRAC. It was embarrassing, but had no impact. My design philosophy is that you should be able to walk through the datacenter randomly tripping over and pulling out power and network cables; Ops should know it's happening, but end users should never know it happened.The worse I ever did was to shutdown the wrong machine because I was logged in remotely somewhere else and forgot which was which. I had to hike across the compound to reboot the one I shutdown by mistake.
But did the velociraptors get out?The worse I ever did was to shutdown the wrong machine because I was logged in remotely somewhere else and forgot which was which. I had to hike across the compound to reboot the one I shutdown by mistake.