DrGirlfriend

- friends
1,073 link karma
5,330 comment karma
send messageredditor for
what's this?

TROPHY CASE


  • Three-Year Club

How can I simplify the parts of my job I hate (configuration management)? by dev_randomin sysadmin

[–]DrGirlfriend 6 points7 points ago

Are you using any kind of source control? It sounds like what you are asking for is the ability to branch and merge, which would make a case for deploying from Git.

Andrei Alexandrescu's call to arms at GoingNative: Call Your Headhunter! Do you have your own horror stories? by DrBartoszin programming

[–]DrGirlfriend 5 points6 points ago

Also, it is a fallacy. I am not a good programmer, yet I read his blog.

How do you stress test a server? by scwizardin sysadmin

[–]DrGirlfriend 0 points1 point ago

AB is a good one to start with. Then, spin up some AWS instances and install Java and JMeter on them. Point them at your web server, and watch the results.

IAmA helicopter door gunner. AmAA by Sir_Niggbiscuitin IAmA

[–]DrGirlfriend 0 points1 point ago

And that was the response I was going for.....

IAmA helicopter door gunner. AmAA by Sir_Niggbiscuitin IAmA

[–]DrGirlfriend -6 points-5 points ago

What type of helicopter?

Standard SAW on the door or something else?

How can you shoot women and children?

Sentiment Classification using Machine Learning Techniques by thethirdmoosein programming

[–]DrGirlfriend 4 points5 points ago

I believe that they used all three and then used majority vote to determine sentiment.

Best self-hosted Dropbox replacement? by onyxrevin sysadmin

[–]DrGirlfriend 0 points1 point ago

I have been looking at Zend.To

Anyone know of a "private" email service? Should I host my personal mail locally? by privateemailanywherein linux

[–]DrGirlfriend 2 points3 points ago

If you go Qmail, you will absolutely need this site.

"And then it’s only a matter of time until someone packs a drone full of Semtex and a detonator, and sends it to the GPS coordinates of the home or headquarters of someone they really don’t like." by Mind_Virusin technology

[–]DrGirlfriend -1 points0 points ago

Yeah, but it would induce panic and terror. People would begin avoiding places that lend themselves to be targets (sports events, shopping malls, anywhere crowds occur).

I don't see this as a tech that could be effectively leveraged by the average schmo to make a pointed hit on an individual. This is in the general realm of "fucking shit up for a lot of people".

Why we should operate as if we are knowledgeable, but not infallible. by jtwyrrpiratein sysadmin

[–]DrGirlfriend 1 point2 points ago

I once had an issue with a private point-to-point using ATM. This was between two ISPs (AT&T and TWTC - great). The PTP did not work. AT&T said it was TWTC. TWTC said it was AT&T. They both then said it was my ATM config. Finally, after 4 hours on the phone with various support departments (including Cisco), it was found that the cross-connect in the CO was not actually connected. Dammit.

Resigning Monday morning... by kynovin sysadmin

[–]DrGirlfriend 2 points3 points ago

Was that a server set up on a stack of bricks? It looks like they have some serious infrastructure problems. If they were willing to spend some $$ on fixing that, then it may make for an interesting job/project. However, if you are being confronted by the "spend-no-money" monster, then you are well entitled to take your talents wherever they are needed/wanted.

DevOps Is Here Whether You Like It Or Not by philiphin sysadmin

[–]DrGirlfriend 8 points9 points ago

I am not certain that automation and config management necessarily define DevOps, but I do agree that this is where sysadmin is going. If you can't automate the deployment and management of all-scale systems, then you are not going to fit very well in the near future. If you are not using Puppet, or Chef, or CFEngine, or anything like that, then you are behind the curve. Even site-ops at large companies use these basic ideas. There is no way Facebook and Google are snowflaking their systems. The goal of any current sysadmin should probably be able to construct an infrastructure that enables almost-automated provisioning and re-provisioning of services. Have a server fall down? No problem. Just re-kick it or replace it with a new one and kick that one. Should be back up and functional within minutes instead of the historical hours or days.

How do you guys handle managing a lot of registered domains? by iamadogforrealin sysadmin

[–]DrGirlfriend 0 points1 point ago

We just switched to CSC and they allow co-term agreements. So, all our domains expire/renew at the same time. But, there is $$ involved.

Meet Mobster Bill Gates, the Man Who Charges Open Source Software even if is free Android Linux by mariuzin linux

[–]DrGirlfriend 2 points3 points ago

Yeah, but let's not be naive. Corporate citizenship will take a back seat to profit any time shareholders are involved, especially large, institutional shareholders with the ability to oust the board and C-levels when they don't get their expected levels of return.

French court rules that it's illegally anticompetitive for Google to provide free maps by DrJulianBashirin technology

[–]DrGirlfriend 71 points72 points ago

Google seems to be the Microsoft of the 2010's.... a large, technologically advanced corp with a big red X painted on its back.

main example that come to mind: - Internet Explorer bundled with Windows = Google Maps embedded in Google Search

Of course, back in the day, there really was no alternative to Windows, whereas today, if you don't like Google Search or Google Maps, you could always use Bing. Wait... did we just come full circle?

Linux Log file Analyser by glisignoliin sysadmin

[–]DrGirlfriend 1 point2 points ago

What kind of budget? If large, then Splunk. If not, then central syslog server and custom scripts.

Designing new server room - how to spec out HVAC system? by rossiFanin sysadmin

[–]DrGirlfriend 0 points1 point ago

Let the HVAC/mechanical contractors and engineers work it out. You give them a list of all the equipment you will put in the room, estimate what your expansion may look like, and then give it to them.

Don't try to do it yourself unless you really understand HVAC.

Anyone have any experience with introducing Ipads into a Windows domain business environment? by chatan1979in techsupport

[–]DrGirlfriend 1 point2 points ago

We use MaaS360 and it seems to work pretty well.

Self-guided bullet prototype can hit target a mile away by DrJulianBashirin technology

[–]DrGirlfriend 1 point2 points ago

because, you know... the terrorists, and stuff

Can someone point me in the right direction to get my foot in the door? by Averag3_Hom3boyin sysadmin

[–]DrGirlfriend 0 points1 point ago

There are large sites using Postgres as well. NTT (Japanese telecom provider) comes to mind. They are heavy committers to the Postgres source.

MSP / Service Providers, What do you use as Offsite Backup? by igorcherfasin sysadmin

[–]DrGirlfriend 0 points1 point ago

Yeah, it would better to snapshot the primary and then ship the snaps to the secondary EL (then from there to offsite). That is what we are planning to do.

Terminal tab auto-complete for scp'ing files - does it exist? by fgriglesnickersevenin sysadmin

[–]DrGirlfriend 0 points1 point ago

TIL about ssh-copy-id.... I had been doing scp ~/.ssh/my_public_key host && ssh host "cat my_public_key >> ~/.ssh/authrized_keys"

Quick & Dirty *nix mail server? by seyfarthin sysadmin

[–]DrGirlfriend 1 point2 points ago

I have multiple installs of Qmail (for various applications). Don't do this. It actually hurts to build multiple Qmail installations.

view more: next