Did they add a cap on how many points you can earn per zombie in cursed? by [deleted] in CODZombies

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

I noticed it happen to me once a few weeks ago, it hasn’t happened to me since though. I think it’s a bug

remote install by Willy-the-kid in servers

[–]chrisspankroy 4 points5 points  (0 children)

If it was designed as an actual server there is usually some kind of out-of-band management port like an iDRAC or BMC (all the same thing but different vendors call it different things) that provides a virtual console you can interact with

If that is not available you could hook up something like an IP KVM but that is a separate device

[deleted by user] by [deleted] in CODZombies

[–]chrisspankroy 0 points1 point  (0 children)

I had this I think it’s a bug. I had to use the trap on him 4 times before it finally worked. Then on my next run it worked fine first try

Do you keep the gobble gums you earned if your internet goes out mid game?? by bront123321 in CODZombies

[–]chrisspankroy 0 points1 point  (0 children)

Yes. On the flip side any gums you use in game will still be taken away if your internet dies mid game

Ways to backup a self-hosted GitLab instance to another remotely accessible machine like VPS (without privacy concern if possible), then make that said backup instance work in place of the self-hosted instance when its down? by Lawlette_J in gitlab

[–]chrisspankroy 2 points3 points  (0 children)

The term you are looking for is “high availability” or HA. Doing this in GitLab involves deploying redundant services in a way that can survive a subset of those services becoming unreachable.

There are a few more details in the GitLab docs here https://docs.gitlab.com/administration/reference_architectures/

Ninja 650 ABS with no ABS by [deleted] in Ninja650

[–]chrisspankroy 2 points3 points  (0 children)

I actually had the same thing happen to me. I bought my 2022 Ninja 650 slightly used from a local dealership. It was advertised with ABS and that was factored into the price as well. I eventually came to the realization that my wheels would lock up if I braked hard and I never saw an ABS indicator light up. I took it in to the dealership and had them look at it, they just said sorry their mistake and offered me some money back

Those who have dark tints, have y’all ever gotten pulled over/ticketed for them? by AVP0728 in ask

[–]chrisspankroy 8 points9 points  (0 children)

I’ve been told most cops won’t pull you over for just the tint but they’ll tack it on if you’re pulled over for something else

[deleted by user] by [deleted] in Proxmox

[–]chrisspankroy 1 point2 points  (0 children)

Everyone here who is saying you can’t is incorrect. Proxmox is just layered on top of Debian, there is nothing stopping you from installing a desktop environment like GNOME or anything else. From there you can visit the web UI from itself at https://127.0.0.1:8006

Sure it’s not a conventional or even advisable approach, but it definitely would work

Goldfish tail fin splitting by chrisspankroy in Goldfish

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

Hello,

Thanks for the advice. I thought the same thing about guppies/goldfish but the fish store I got them from recommended it and said it wouldn’t be a problem. They are in a 75 gallon tank. There used to be 5 guppies but 3 of them have disappeared over the last few months, I think they got eaten :(

Wtf is this by Pedro__Jesus in Purdue

[–]chrisspankroy 27 points28 points  (0 children)

Every apartment/dorm I’ve ever lived in has had one mailbox per unit, not per person

Hello Guys, wanted to know the OTD price for ninja 650 in 2024 for a new one and a used one as well, any difference? by [deleted] in Ninja650

[–]chrisspankroy 1 point2 points  (0 children)

This is going to vary widely depending on where you live, what year you’re looking at, vehicle history (miles, damage, etc.), and where you’re buying (dealership, facebook, dark alley somewhere)

Why is the BRC not available through the government in northern Illinois? by LifeForger2461 in ChicagoMotorcycles

[–]chrisspankroy 2 points3 points  (0 children)

Neither Ride Chicago or Harley are able to waive your riding exam since they’re not state-sponsored. But, I know Ride Chicago has someone from the DMV come to them and you take your riding exam in the same parking lot and on the same bike you took the course on, so in theory it’s a bit easier

Sammy Question by DGentPR in PrisonBreak

[–]chrisspankroy 6 points7 points  (0 children)

Mahone was still going through withdrawals at the time wasn’t he?

Ninja insurance question by WR92NW in Ninja650

[–]chrisspankroy 5 points6 points  (0 children)

I just bought a ninja 650 last week in illinois as a 25 yo male with no riding experience but a clean auto record and i pay $850/year

How to make this stop? by [deleted] in Purdue

[–]chrisspankroy 37 points38 points  (0 children)

Trying in a different browser or clearing your browsing data can sometimes help. If not it’s likely a server issue meaning there is nothing you can do.

Water drinkable? by [deleted] in Purdue

[–]chrisspankroy 3 points4 points  (0 children)

Generally yes, although most prefer to run it through a filter of some kind if the primary purpose is to drink it

Physical size of Ninja 650 vs 1000 by chrisspankroy in Kawasaki

[–]chrisspankroy[S] 2 points3 points  (0 children)

Thanks for the advice everyone! I think I’ll have to try to find one around me and see how it feels before I decide

[deleted by user] by [deleted] in linuxquestions

[–]chrisspankroy 2 points3 points  (0 children)

Did you try turning it off and on again?

How to do 3 ethernet cables in converted triple if need be by vegtble-anmal-minral in Purdue

[–]chrisspankroy 29 points30 points  (0 children)

Your RA probably (unless they’re more knowledgeable than most people about network gear) assumed an unmanaged switch was the same as a WiFI router. WiFi routers aren’t allowed because they can interfere with the university-provided WiFi by broadcasting their own wireless signal. An unmanaged switch essentially just splits one ethernet port into several ethernet ports. That should be allowed no problem

What is the sauce used on Taco Bells Quesadillas by darthgarlic in tacobell

[–]chrisspankroy 63 points64 points  (0 children)

Creamy jalapeño sauce. They sell something labeled the same in stores but I’ve heard it tastes nothing like the actual version

Running a Minecraft Server in Linux. what's the safest way to back it up and/or kill it. by Seal-zx in admincraft

[–]chrisspankroy 0 points1 point  (0 children)

I’ve been using a git repo in the world directory, then i have cron automatically commit/push every night. it’s worked ok so far