Avatar

FigMcLargeHuge

FigMcLargeHuge@sh.itjust.works
Joined
2 posts • 35 comments
Direct message

Secondly, I’d attempt to write a bash script to walk a directory tree, cat out files, pipe it through grep and get every instance where VirtualBox is mentioned in a file. Trying the name of proccess, or of the executable too.

Move to the top of the tree you want to search and do something like this:

find . -type f -exec grep -iH “virtualboxexecutable” {} ;

That will give you what you want without the need for a script. -type f makes the find command only search files, and -exec has it run the grep command on any files it returns with -iH giving you case insensitive results showing you the file it’s found in. Substitute ‘virtualboxexecutable’ with whatever the process name is that is being run. If you want to ignore binary files, the add in "| grep -iv “binary file matches” to the command. That will strip out any results where it has searched a binary file.

permalink
report
parent
reply

Does the uid you are using to run nginx have permissions to read the root folder (defined above as /var/www/html/partviewer/public , not the actual linux root) and below?

permalink
report
reply

I like it. Something newer as well.

permalink
report
parent
reply

For how much money they rake in these updates should be far more robust if anything.

They don’t even seem to test. There has been a known issue connecting two Switches to the same game instance, and they have just kept moving the ticket along in Jira, extending out or asking each update if the issue still exist, and someone replies yes, on and on ad infinitum. They obviously aren’t testing on anything other than a pristine godzillabit speed network, otherwise they would have found this issue a long time ago. And I have been playing long enough to remember when exactly that issue was introduced in an update. They make enough money on this franchise that bugs like this should be unacceptable, but hey we have armadillos… And those fucking phantoms. Yeah…

permalink
report
parent
reply

PacMan on the 2600 was pretty disappointing to say the least.

permalink
report
parent
reply

I’m not sure they know what cheesy is.

No shit! Tron wasn’t cheesy, it was groundbreaking.

permalink
report
parent
reply

Thanks for the input. I will try plugging it into other ports, or maybe a powered hub and see what kind of distance I get with that. Didn’t even think of it being a power issue.

permalink
report
parent
reply

Dear sweet baby jesus. What software does a mouse need other than a driver? This AI shit was annoying to begin with, and they just keep trying to shovel that shit right down our throats.

permalink
report
parent
reply

Not impressed with Logitech lately. Was on a trip and needed to pick up a wireless kb and mouse, and went with a logitech. Used a single dongle which was ok. Would have preferred bluetooth, but I can handle a dongle. Got it hooked up and to my dismay if you move away further than about 1 foot, the mouse got really jumpy, and you could tell they were both losing connection. What’s the point of having a wireless mouse and kb if you have to be within inches of the device. Ended up picking up a usb extension cable and moving the dongle closer to where I had the kb and mouse. Janky solution for something that shouldn’t have been a problem in the first place. Sorry Logitech, subscription based anything is a hard no for me!

permalink
report
reply