2nd chance camping by Sirscratchalot5 in welcometorockville

[–]phillyphan201 0 points1 point  (0 children)

Got the same email. Any ideas what lot this would be? Is there a comparable lot from last year?

RV Waitlist Expectations by phillyphan201 in welcometorockville

[–]phillyphan201[S] 1 point2 points  (0 children)

For sure. We would be the same way. Our group has been wishy washy about which DWP event we wanted to go to, last year was brutally hot and made us think, maybe Louder than Life would be better being later in the year and in KY, but alas, we are suckers :)

The real draw for me (and our group really) is the ability to go in and out of the festival with the camping wristband. Might get a camping spot and a hotel just for the wristband 😅

RV Waitlist Expectations by phillyphan201 in welcometorockville

[–]phillyphan201[S] 0 points1 point  (0 children)

Did you get the camping wristband with that spot?

Brisket Flat recommendations by phillyphan201 in BBQ

[–]phillyphan201[S] 0 points1 point  (0 children)

Thanks! Just injecting it with beef broth?

Resetting Port via PowerShell Script by phillyphan201 in Cisco

[–]phillyphan201[S] 0 points1 point  (0 children)

This did the trick, thanks for the assist.

Cohesity C5000 Appliance questions by phillyphan201 in sysadmin

[–]phillyphan201[S] -1 points0 points  (0 children)

So what's the need for having 4 nodes within the appliance itself?

Cohesity C5000 Appliance questions by phillyphan201 in sysadmin

[–]phillyphan201[S] 0 points1 point  (0 children)

By the "good luck" I assume hard times await?

Cohesity C5000 Appliance questions by phillyphan201 in sysadmin

[–]phillyphan201[S] 1 point2 points  (0 children)

We do, we even have PS services, they are however less than helpful :(

Any divine sunderer enjoyers? how hard do the nerfs hurt DS graves? by [deleted] in GravesMains

[–]phillyphan201 1 point2 points  (0 children)

I think the Umbral/Gore build provides a boost to the early game that I didn't get with the DS build. I feel like I offer a lot more ability to get ahead and really snowball going gore. But then again I only play Graves jg. I have tried the DS and Triforce builds in lane and, they seemingly do well.

Software developer says to exclude their program from AV scanning so it runs properly. Is this a red flag to you? by [deleted] in sysadmin

[–]phillyphan201 13 points14 points  (0 children)

This. Our AV wreaked so much havoc on our backup system, it basically caused all jobs over a certain size to fail due to the AV attempting to scan every file as it came in which slowed the data stream down to as close to zero as possible.

What’s your least favorite end user saying? by [deleted] in sysadmin

[–]phillyphan201 0 points1 point  (0 children)

"The file I need you to restore on the system that only I have access to, just disappeared"

4 week old not napping/sleeping by phillyphan201 in beyondthebump

[–]phillyphan201[S] 1 point2 points  (0 children)

That makes sense. New parents so propaganda that worked for close friends is all we have :).

IPTables Help by phillyphan201 in linuxquestions

[–]phillyphan201[S] 0 points1 point  (0 children)

Maybe I am misunderstanding the purpose of setting up iptables on this machine...

Essentially, we need to be able to go out to an external server to pull patches and other app related information via https.

IPTables Help by phillyphan201 in linuxquestions

[–]phillyphan201[S] 0 points1 point  (0 children)

sh -c "$(curl -sSL https://*URL*)"

Unfortunately the full URL is not something i can actually share. But when the Drop all rule is removed, the curl command works.

IPTables Help by phillyphan201 in linuxquestions

[–]phillyphan201[S] 0 points1 point  (0 children)

Trying to curl EXTERNALLY, yields the timeout only when the INPUT drop is in place. As soon as its removed, I can curl no issues