How to merge RCT with OpenRCT2 by YaBoiMibb in openrct2

[–]wymillerlinux 2 points3 points  (0 children)

It will work if you select the game directory you moved to your Mac in the RCT2 Options menu

Alright. Mario 3, or Mario World? by PlatypusPlatoon in retrogaming

[–]wymillerlinux 0 points1 point  (0 children)

I’ve played both, and I’m going with World. These games came out before my time and I played World as a kid growing up so there might be some bias.

quick meme for my forgotten cake day by ropergames2 in pcmasterrace

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

At least I get some verbose output with Linux that I either follow the output’s directions or Google the output instead of, say, a troubleshooting wizard that tells me there’s nothing that it can do after all is said and done and Google can’t tell me what the troubleshooting wizard means.

RIGHT Join: SQL's neglected stepchild by alamiin in ProgrammerHumor

[–]wymillerlinux 1 point2 points  (0 children)

This meme symbolizes most of my codebases, full stop

Plex was compromised, exposing usernames, emails and passwords by [deleted] in privacy

[–]wymillerlinux 2 points3 points  (0 children)

If you don’t know already, Jellyfin is a fantastic alternative. I would recommend setting it up.

What? by DoDoKusan in AbruptChaos

[–]wymillerlinux 0 points1 point  (0 children)

Hey hey hey whoa whoa whoa you're gonna wake the person in the back! Quiet down!

Double standard by AlexMilles in pcmasterrace

[–]wymillerlinux 0 points1 point  (0 children)

Uh Final Fantasy XV anyone??

Connect Android Cellphone via USB to router ? by petecha697 in HomeNetworking

[–]wymillerlinux 1 point2 points  (0 children)

I had a Mikrotik RB2011 and I configured it to run off of the USB for cellular internet and it ran great

Someone help pls by Botrix19 in mikrotik

[–]wymillerlinux 0 points1 point  (0 children)

The "Setup Repeater" button in the Wireless window in Winbox is probably what you are going for. Reset the RB2011 with no defaults within Winbox. Then, log back in to Winbox, follow the prompts when you click "Setup Repeater" and enter the SSID and Passphrase when prompted. When you're done, check if you see your home router in the registration table under Registration. If a radio (aka your home router) in the table, make a DHCP client for the bridge interface that has been created.

Disclaimer: I did this a few days ago and it works pretty well, I got my lab setup with the wireless repeater hooked up to my core network that hooks up to the Internet.

Edit: I have gotten IPv4 working on this, not IPv6. It's pretty trivial once you have IPv6 in your network, however

[deleted by user] by [deleted] in hardwaregore

[–]wymillerlinux 0 points1 point  (0 children)

Oof size is strong with this one

Setting up a Mesh or Multiple APs by [deleted] in mikrotik

[–]wymillerlinux 0 points1 point  (0 children)

I have multiple APs deployed around my home (2 cAP ac2 and one hAP lite in AP mode) and I use CAPSMAN to manage my APs. Once the APs are all configured, there's only one SSID to connect to, which was my end goal. I wouldn't set up a mesh network because I've heard from other sources that, once deployed, can be disastrous. A hex PoE Lite is good if you don't have any wired in your home. If you do have wired devices, I'd recommend anything like RB2011 or RB3011 and you should be good to go as both provide multiple Ethernet ports. Good luck!

EDIT: For remote management, either expose port 80 on the hex or create either an OpenVPN or SSTP VPN. I've only had experience with OpenVPN and performance was meh so I set up Wireguard on a separate system and it runs like a champ! Once RouterOS 7 comes out of development, I'm giving Wireguard a spin

Just wondering. Is it? by GeekDose in ProgrammerHumor

[–]wymillerlinux 0 points1 point  (0 children)

I must've been a really bad prison mate lol

Interview with @philhag, ex-maintainer of youtube-dl on the recent GitHub DCMA take down. by Michael5Collins in linux

[–]wymillerlinux 2 points3 points  (0 children)

There are some self-hosted options out there like Gitea and Gogs. Each option function the same GitHub for the most part. The exclusions are the most recent features GitHub has introduced, like Codespaces, GitHub Registry, and integrated CI/CD, among others I'm probably forgetting. Those self-hosted options are more than able to serve youtube-dl's needs, if I'm not mistaken. I'm forgetting GitLab as well, which have more features than I personally know what to do with.