Hawk

joined 2 years ago
[–] Hawk@lemmynsfw.com 3 points 5 days ago

I have a few systems that aren't systemD so it's just a habit I've built up.

In this case though it's good for keeping an eye on it whilst debugging.

[–] Hawk@lemmynsfw.com 4 points 6 days ago (2 children)

As others have suggested, it sounds like an Out of Memory situation.

Install earlyoom and tmux then run earlyoom in a tmux session and see if that helps, it will also give you handy logs to help debug.

[–] Hawk@lemmynsfw.com 6 points 1 month ago

Dr. Oz is an excellent example. A highly skilled surgeon that found it more profitable to shill rubbish to stay at home moms.

[–] Hawk@lemmynsfw.com 5 points 2 months ago (1 children)

You could port forward.

However, I'd buy a digital droplet for 10 USD a month, point the A record of the domain to that and then use Caddy to implement SSL.

Caddy can run a http server or reverse proxy something on localhost.

[–] Hawk@lemmynsfw.com 3 points 2 months ago

I think you can use luksencrypt. Ive used it for portable hard drives although they've been btrfs, it shouldn't matter though I dont think.

[–] Hawk@lemmynsfw.com 3 points 2 months ago

Debugging large code bases.

Sometimes it catches it, sometimes it does not.

Tedious work otherwise and a real time saver overall

[–] Hawk@lemmynsfw.com 3 points 3 months ago (3 children)

You should check out Netflix :p

[–] Hawk@lemmynsfw.com 1 points 3 months ago

Well, all I can do is provide my insight based on my experience.

I've been teaching in industry and at public universities for a few years and this is what I've Found to be big sticking points For people new to computing.

[–] Hawk@lemmynsfw.com 4 points 3 months ago* (last edited 3 months ago) (1 children)

A collection of programs that will track your media directory and automatically start a torrent on a missing piece of media with a web interface that you can use to browse what you do and do not have.

  • lidarr -- music manager
  • radarr -- movie manager
  • sonarr -- tv shows manager
  • prowlarr -- torrent index manager (ie tell sonarr to check thepiratebay.

So you basically start these programs, connect them with prowlarr so that they can find torrents, point them to a media directory, and then connect that back to a torrent client such as Qbittorrent. When a new TV show comes out, they will automatically download that into your downloads directory and hardlink it to your media directory, torrent keeps seeding, it's filed away properly and no extra storage use until the hardlink breaks. So if you also have Jellyfin / navidrome pointing at your media directory, you will just see new media pop up each week.

I recommend using qbitorrent in a docker container that enforces a vpn, then you can just drop a WireGuard profile in there. AirVPN Works well for this as it supports port forwarding as well.

I personally manage the entire thing in a single docker compose file, and that's what I would recommend, because then it's set and forget.

[–] Hawk@lemmynsfw.com 5 points 3 months ago (1 children)

They don't need necessarily need a Usenet account, They can work perfectly well with ordinary torrents.

[–] Hawk@lemmynsfw.com 1 points 3 months ago

Not a tablet, but the framework 12 looks interesting and I think it has a pen.

[–] Hawk@lemmynsfw.com 1 points 3 months ago

Openrc is used by alpine and gentoo. They both work great.

Runit used by void is also fine.

If you can figure out gentoo it's not a bad OS but compiling can be slow. You'll learn a lot though. Checkout oddlama/gentoo-installer

view more: next ›