quizno50

joined 1 year ago
[–] [email protected] 2 points 3 weeks ago (1 children)

I have Starlink gen 2 which only supports WiFi 5. After getting the Ethernet adapter and putting up a WiFi 6 access point almost all of my WiFi problems went away. I dunno if the problems were because of the Starlink implementation, or the older WiFi version, but for me it was a huge difference.

[–] [email protected] 2 points 5 months ago

I came back to Gentoo after years of Kubuntu. Once they forced snap down our throats and started pulling other weird crap I knew it was time to make a change. I came back to Gentoo and it's been pretty great. Still a few things to iron out on my laptop installs, but it's great for my home server.

[–] [email protected] 2 points 5 months ago

I was thinking FireChrome

[–] [email protected] 8 points 6 months ago* (last edited 6 months ago) (1 children)

I've been doing Linux server administration for 20 years now. You'll always have to duckduckgo things. You'll never keep it all in your head, even just a single server with a handful of services. Docker and containers really isn't too hard. Just start small and build from there. If you can learn how the chroot command works, you've pretty much learned docker. It's just chroot with more features.

[–] [email protected] 2 points 6 months ago

I love cling. It's super nice when you don't quite know the syntax for the thing you want to try, but you have a couple good guesses. It's also great for quickly iterating to figure out how to use libraries that have crappy or no documentation.

[–] [email protected] 4 points 8 months ago (1 children)

Yacy is pretty great.

[–] [email protected] 3 points 9 months ago (8 children)

This is a confirmation bias thing, not a political thing. If you are in charge of a discussion forum you will always push it to support your confirmation bias. This is why the first amendment is so important. If the government is in charge of public discourse, the people in charge (either side) will work extra hard to ensure their opposing ideas are simply dismissed as without merit.

[–] [email protected] 3 points 10 months ago
[–] [email protected] 4 points 10 months ago (1 children)

Looks good! What zone are you growing in?

[–] [email protected] 2 points 11 months ago

Finally getting the strl family functions. It really shouldn't have taken this long given how many problems are caused by strcat (or even strncat). Now getting people to use them is the next battle.

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago) (1 children)

I would honestly recommend buying an old laptop with a broken screen (or an old netbook or something, make sure it has an Ethernet port), a decent DSL modem, a USB network adapter, and a switch if you need it. Now you've got everything you need to make a super capable router. Install a very basic Linux distribution and get NAT setup (it's like 4 or 5 commands), configure the firewall, and your VPN software of choice. I've run a setup like this for years and it's great, because any time a component is "out-of-date" you just update that component. For example, you need AX WiFi instead of AC, just upgrade the WiFi adapter).

[–] [email protected] 3 points 11 months ago

I've been working on a similar project since about 2016. My goals were slightly different. I wanted to use C++ and focus on minimalism, but still have solid content and capabilities. I finished a working version that hosts a JSON API of weather data and a web app to manage email aliases for a self-hosted mail server. It's nothing fancy, but it generally works.

view more: next ›