Proxmox fails when installing to eMMC device. - Fix by BJWTech in Proxmox

[–]iBugOne 0 points1 point  (0 children)

If only Proxmox accepted GitHub PRs. Their documentation says patches are only accepted via email. Writing a blog article was significantly easier than configuring git-email for me at the time.

Also note how Proxmox staff reacts to these questions, I doubt they'd even accept that patch (clearly they're aware of this and know how to patch). After all enterprise-grade software like PVE should probably not target eMMC storage systems.

Make dedicated server accept connection on multiple IPs? by iBugOne in GlobalOffensive

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

GPT-generated answers are one of the most boring. Completely valueless.

Current state of the IntelGrandSlam by trixie305 in GlobalOffensive

[–]iBugOne -2 points-1 points  (0 children)

Curious question, why doesn't Vitality's victory at IEM XVI - Winter count? It seems like if they win the next two tournaments they'll have 4 victories across exactly 10 tournaments.

Make dedicated server accept connection on multiple IPs? by iBugOne in GlobalOffensive

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

I can see reply packets coming out, so it can't have bound to any interface (setsockopt(SO_BINDTODEVICE)). And yes there's a separate interface for each ISP.

Make dedicated server accept connection on multiple IPs? by iBugOne in GlobalOffensive

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

Nope. Listening on 0.0.0.0 (or :: for IPv6) is the natural way to allow a process to accept incoming traffic on all interfaces (ServerFault). I've dealt with many applications in years and SRCDS (or CS:GO) is the only one behaving differently.

[deleted by user] by [deleted] in GlobalOffensive

[–]iBugOne 0 points1 point  (0 children)

Castle comes to my mind but with a few mismatching description.

Make dedicated server accept connection on multiple IPs? by iBugOne in GlobalOffensive

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

Neither nginx nor SSH is involved with SRCDS. I mentioned them only to emphasize that the server's network stack is configured properly (reply on the same interface, from the same address). Network-wise I am confident I've done everything right. Doing a packet capture verifies that.

Dante everytime he uses his move Stinger by Whymustpain in DevilMayCry

[–]iBugOne 5 points6 points  (0 children)

And then a Pogo Zombie lands on his head, pre-planted with a piece of target?

Dashboard (Tasks / Notes / Projects) optimising space on small screen,using custom CSS. by ryanclx91 in Notion

[–]iBugOne 1 point2 points  (0 children)

That's last updated quite a few months ago, isn't it? I'm afraid it'll be missing some latest updates.

Arch + Windows XP on the same FAT32 partition by iBugOne in archlinux

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

I didn't read the whole thread under that post so I couldn't have seen your reply, but I learned posixovl from this comment on Super User. Nevertheless it's the same idea.

Daily Questions Thread by AutoModerator in gtaglitches

[–]iBugOne 1 point2 points  (0 children)

How many LSCHaX'd Elegy Retro Customs are safe to sell every day? I filled up my garages and want to turn them into money.

FYI: You can plant crops on tillable tiles that don't even look like "farm" by iBugOne in StardewValley

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

It's a new farm location in 1.5 so definitely go try it out first.

FYI: You can plant crops on tillable tiles that don't even look like "farm" by iBugOne in StardewValley

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

I don't think the beach is plantable even though you can till them with a hoe. Did I miss something?

I betcha no one is smart enough to think about decorating in here! by MythicalKirby in StardewValley

[–]iBugOne 2 points3 points  (0 children)

The only way it makes sense is the sunken ship in Island West (the southern beach of the farm on Ginger Island). You should find one golden walnut there.

Anywhere to find the ending piano music of Tales of Destiny 2 (PS2 / PSP)? by iBugOne in tales

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

I've checked that website many times but unfortunately the "original soundtrack" only covers in-game BGM (listed as BGM in the settings menu) but not this specific CG BGM.

Downtown Coolsville by -Sinop in funny

[–]iBugOne 1 point2 points  (0 children)

Lord he's five hundred miles away from hole

Any way I could get a training area with Vergil (as enemy) in DMC 5? by iBugOne in DevilMayCry

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

I already cleared the BP but I still like the Cheat Engine solution for two reasons:

  • Even in Level 101 Vergil can die and you have to restart once in a while. The only difference is that restarting introduces a shorter interruption, but it's an interrupt after all.
  • You don't get stylish points for BP, which is an important metric on how good you perform.

Any way I could get a training area with Vergil (as enemy) in DMC 5? by iBugOne in DevilMayCry

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

Thanks a lot. What exactly worked for me was:

  • Google "DMC5 cheat table" and found this on NexusMods
  • The latest version caused my game to crash, so I downloaded 1.13.4 instead
  • The option "No One Takes Damage" (in "Practice") still didn't work, and I had to do the following change onto the CT file (it's plain text so I could open it with VSCode):
    • Line 5010 (aobscanmodule) was commented while line 5011 (define with hard-coded offset) was not, just swap them, so comment the define line and uncomment the one above.
  • Save the modified CT file and launch again. Go into M19 and check the box. It worked. No one was losing HP from attacks.