• 0 Posts
  • 15 Comments
Joined 2 years ago
cake
Cake day: September 29th, 2023

help-circle

  • Disclaimer: If you want to explore window managers then go ham! Linux is all about exploration.

    Now, If you think the grass might be greener on a different desktop manager then stick with gnome. By no means am I saying Gnome is the best, but its more of a situation where it will devolve into the quirks you know vs the quirks you don’t know situation.

    Personal Antidote, I started with Gnome and used Gnome for years. Got curious and started jumping around I tried KDE, I3W, XFCE, Pure X, Etc. There were things I liked about each one of them but the quirks of each deviating from my expectations coming from gnome was too much and I ended up sticking with gnome.

    That being said, out of necessity due to system constraints I run XFCE when I need a light weight DE. A close second in that realm is LXDE But I don’t like its default aesthetic nor do I feel like customizing it since I do most of my computing in a terminal.




  • The embedded IoT crowd would like to refute your claim that there are no operating systems that you can install and forget.

    The collective would like to stress that any operating system can be installed and forgotten. Please note, that usefulness and security may be impacted.

    /s

    Also, to be technical there is CollapseOS which is an install once and forget sort of thing.




  • Use tailscale for host nodes, use tailscale docker container in a compose stack with an app that you sidecar to. That way that app is on your tailnet as if it is its own computer. Use tailscale serve for reverse proxying support of the apps. Then, setup a vps node (I use linodes $5 node) with tailscale and configure that to be your DMZ into your tailnet.

    For DMZ, use Caddy, UFW, and fail2ban. Also take advantage of ACLs in the Tailscale admin console to only have the VPS able to route traffic to specific apps you want to expose. My current project is to work in Authelia into this setup so a user logs into one exposed app and is able to traverse to other exposed apps through header / token authentication.

    Oh also, segment the tailnet using different authentication keys. Each host node should have its own key, all the apps on a host node should have a shared key, and all public facing clients should have a common shared key. That way in case of compromise you can revoke the affected keys without bringing down your network.



  • Trimatrix@lemmy.worldtoLinux@lemmy.mldudes, I am linux pilled
    link
    fedilink
    arrow-up
    54
    arrow-down
    1
    ·
    1 month ago

    In windows defense (no means sticking up for them now) It was a pretty unobtrusive OS in Windows 7 and arguably in Windows 8 (but don’t get me started with the UI/UX choices). Windows 10 was decent and for the first year or two felt good running it. But after that yikes…… Then windows 11 comes to the scene and I lost the plot. Looking forward to October though when people throw out their 7th Gen Processor rigs. I got no issues rocking an I7-6700K that is not AI ready



  • Yeah, they got cloudflare running on their domain so even a bridge won’t help for that specific site. Depending on what you are using it for you can find alternatives with more RSS friendly sites. RSS-Bridge can track music releases through apple music even if you don’t use apple music. I am pretty sure you can find alternative sites for other types of media releases.

    I find this the best place to find RSS feeds that just work with out bridges:

    RSS List


  • Depends what your into. Hackernews is always a good feed to add, ars technica, your local news station, your local news paper, I got an rss-bridge running that posts to my feed when apps update with their change log, when a project on github has a news release, when one of my favorite artists releases music on apple music. Institute for the Study of War is also a decent unique feed if you want to read up on strictly tactical updates on ongoing conflicts.

    Honestly, thats the beauty of RSS feeds. They are everywhere, I got feeds aggregating memes, and webcomics. You can run a bridge that prowls instagram using your account and generate a post in your feed when your friend posts something. Literally RSS is all about turning the internet you use into your own personal feed without the BS algorithms crammed down your throat. Someone creates a post, and your feed gets sorted by time posted. Easy as that.

    I use Lemmy really for the social interaction. Something which RSS doesn’t have.