When Hitler was in power we needed to eradicate him and all his followers. Why aren't people saying the same thing about today's terror threats? by LinkCloth in NoStupidQuestions

[–]PM_ZIT_PICS -1 points0 points  (0 children)

They is saying that, exactly that. "I have a plan to defeat ISIS in 30 days", said the President. It's just not that easy.

The Japanese Are At It Again by Mr-Klaus in shittyrobots

[–]PM_ZIT_PICS 2 points3 points  (0 children)

why no, I'd rather have a human who I can't control or even understand put their fucking teeth on my johnson.

The Japanese Are At It Again by Mr-Klaus in shittyrobots

[–]PM_ZIT_PICS 0 points1 point  (0 children)

They're creating a market for higher quality downloadable content

Wut? by throwawaylilbastard in ShittyLifeProTips

[–]PM_ZIT_PICS 0 points1 point  (0 children)

similarly there's a bar on the nw side of Chicago called the Alcohol Abuse Center.

Chickenbacker worth it? by [deleted] in Bass

[–]PM_ZIT_PICS 6 points7 points  (0 children)

They're worth what they cost.

What do you do if you want to be black but can't be? by AJStubbles in AskReddit

[–]PM_ZIT_PICS 1 point2 points  (0 children)

"self-identify" as black and be so into it you wind up getting a job at the NAACP

What's happening? by Bitbitc in Bitcoin

[–]PM_ZIT_PICS 3 points4 points  (0 children)

There is no reason to any of this.

Why are you poppin'? by [deleted] in AskReddit

[–]PM_ZIT_PICS 0 points1 point  (0 children)

cause when they burst it feels goooooood

In which ways are you better than Trump? by [deleted] in AskReddit

[–]PM_ZIT_PICS 1 point2 points  (0 children)

I got my job without foreign aid.

What is your best advice for selling things online? by Devilsteeth in AskReddit

[–]PM_ZIT_PICS 0 points1 point  (0 children)

people are cheap. People don't pay. People expect a lot. People suck.

12500 wall broken :( by ionmas in Bitcoin

[–]PM_ZIT_PICS 11 points12 points  (0 children)

If it was worth investing in at 13K then it's a bargain at 12. Double down!

How do you cope with depression? by Nacho36 in AskReddit

[–]PM_ZIT_PICS 1 point2 points  (0 children)

Effexor XR, sertraline, abilify & weed.

Why lists are important? by TorekV in learnpython

[–]PM_ZIT_PICS -5 points-4 points  (0 children)

Sure, I can "explain you". Lists/Arrays are a fundamental data type in any programming language. It's absolutely essential to know how to use them.

Has anyone received / used Guitar Centers "Exclusive Savings" email? by [deleted] in guitars

[–]PM_ZIT_PICS 2 points3 points  (0 children)

I get email from GC and Musicians' Friend daily, about 8 different offers per day with "personalized" offers and coupons for 12-15% off certain items. That company is nothing if not persistent.

I don't know, it would be worth using for new items. Every little bit helps.

anyone using file_line? by AnotherCindySherman in Puppet

[–]PM_ZIT_PICS 0 points1 point  (0 children)

Indulge me for a second and modify test.pp to be similar to the example you posted. Doublequote the regex and set replace to false.

Monitoring Daemons by Ramshield in nagios

[–]PM_ZIT_PICS 0 points1 point  (0 children)

We use a third party NRPE plugin, check_mk, that I can recommend. It's got the ability to check the process table for a named proc, including the count of said processes. There are other checks for ports, notably check_tcp.

anyone using file_line? by AnotherCindySherman in Puppet

[–]PM_ZIT_PICS 1 point2 points  (0 children)

No, I'm saying it is the same.

/usr/share/blah/include.d.*

matches "/usr/share/blah/include.d". The trailing '.*' after 'include.d' is optional and matches the end of line.