quizno50

joined 1 year ago
[–] quizno50@sh.itjust.works 2 points 9 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.

[–] quizno50@sh.itjust.works 2 points 9 months ago

I was thinking FireChrome

[–] quizno50@sh.itjust.works 8 points 10 months ago* (last edited 10 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.

[–] quizno50@sh.itjust.works 4 points 1 year ago (1 children)

Yacy is pretty great.

[–] quizno50@sh.itjust.works 4 points 1 year ago (1 children)

Looks good! What zone are you growing in?

[–] quizno50@sh.itjust.works 2 points 1 year 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.

[–] quizno50@sh.itjust.works 1 points 1 year ago* (last edited 1 year 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).

[–] quizno50@sh.itjust.works 3 points 1 year 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.

[–] quizno50@sh.itjust.works 2 points 1 year ago

Results are very hit-and-miss, but if you're into the whole distributed search engine thing you should give Yacy a try. https://yacy.net/ I ran a node for a long time and as long as you keep feeding the index you usually get decent results for the things you search for often.

[–] quizno50@sh.itjust.works 1 points 1 year ago (1 children)

I had a section in university on binary exploitation. It was super fun. We got to do some buffer overflow attacks, dynamic linker exploits, and command injection. Reverse engineering is super frustrating for me, but very rewarding when you finally get it figured out. I admire those who can do it well.

view more: next ›