lal309

joined 2 years ago
MODERATOR OF
[–] lal309 3 points 2 years ago (1 children)

I think for most people it becomes a trade off decision. Do you want to expose ports and potentially open your home to attacks but keep all traffic privately encrypted (if using SSL) and yours? Or do I keep my home unexposed but delegate trust and traffic flow to Cloudflare essentially and potentially allowing them to see my traffic?

For me it depends on the service. Nothing too sensitive or personal or already publicly available? Then Cloudflare tunnel coupled with Nginx Proxy Manager.

Highly sensitive and personal? Then do I really need to expose it to the internet? Most of the time it’s no or a VPN can be used to access those resources.

Something in between? I’d consider forwarding ports and use Nginx Proxy Manager for SSL.

For some people, exposing or forwarding ports isn’t even an option due to ISPs CGNATs, not allowed, etc. In those cases Cloudflare shines and it’s the most feasible solution.

My 0.02 cents

[–] lal309 3 points 2 years ago* (last edited 2 years ago)

This seems pretty vanilla based on what other have suggested but I use regular markdown files in a git repo.

For data flows or diagrams, mermaidJS syntax within the markdown file works wonders and when I need to link one document to another or one section to another, you can use the normal link syntax of markdown.

Easy to use, hardly any setup and easily accessible.

[–] lal309 3 points 2 years ago

Honestly you learn most by doing it yourself. Where to start depends on how versed you are with system administration, Linux, self hosting, etc. If you are an absolute beginner then start with Linux sysadmin videos (for example, what are the top most important things to do to a new Linux server, how to secure a Linux servers, etc). Once you have a list of “you should do x” then dive deeper into each topic to make sure you understand why and how.

Just don’t run random commands that you don’t understand what it does. You said you were learning right? Then take that command and learn why and what you are running.

I can help further if you have specific topics you need help with. This community is also amazing but some times a search on the community yields exactly or close to what you are looking for so leverage that too!

[–] lal309 1 points 2 years ago (2 children)

It is indeed. Just remember normal sysadmin/security stuff still applies just like any other OS/distro. For example, update regularly, backups, test your backups every now and then, etc.

[–] lal309 1 points 2 years ago (2 children)

Do you have other clients backing up to your unraid? I’m looking for a complete solution to backing up end user workstations (windows, Mac and Linux) to my unraid server then backing up my unraid server to something like wasabi, Amazon, backblaze, etc. Preferably a single solution.

[–] lal309 2 points 2 years ago* (last edited 2 years ago)

I had this same problem but Pihole can act as your DHCP server too. I turned off DHCP on my ISP router, turned it on in Pihole and configured my range (with some buffer for static IPs for servers and others) and off it went. When all my clients (laptops, workstations, phones, etc.) requested an IP (which I saw them trickle in almost immediately), they got their IP from Pihole and also automatically directed all DNS queries to Pihole. No need for complicated setups.

Edit: fix typos.

[–] lal309 9 points 2 years ago* (last edited 2 years ago) (5 children)

Nobara has been an absolute pleasure and “works out of the box” experience. Mainly due to having things preinstalled or prompting for installation of gaming dependencies and software up front.

My “get into Linux gaming” distro was Pop. Solid distro tho and having isos depending on your hardware is super helpful and cuts down on a lot of issues you may encounter with other distros. You can’t go wrong either way. If you are looking for a “do it for me/minimal tinkering and installing” go for Nobara. If you are looking to “possibly tinker/install a bit more up front” go for Pop.

Edit: Forgot to mention my specs are somewhat the same as your. i5 with 16gbs of RAM, 1080ti and 1tb ssd. Both Pop and Nobara run smoothly with heavy games like Cyberpunk as an example.

[–] lal309 3 points 2 years ago (1 children)

This is the answer. Dual boot for awhile and experiment a bit. Sometimes games work out of the box, other times it needs a bit of tinkering which most of the time someone else has already identified what you need to do to fix your issue.

Things like Lutris, Steam, Wine and ProtonDB are in all invaluable to gaming on Linux.

[–] lal309 1 points 2 years ago

Ran a dnf list installed | grep nvidia and got nothing in return so in the process of doing a clean install of n38 unfortunately

[–] lal309 1 points 2 years ago (2 children)

It’s starting to sound like I need to reinstall the OS.

Shouldn’t have dnf groupinstall “KDE Plasma Workspace” installed everything I needed if the DE was corrupted or deleted during upgrade? Do I need to run any other commands?

[–] lal309 2 points 2 years ago (4 children)

Just tried. No dice. Ran a few commands.

dnf group list --available *desktop - this did not list KDE as an option at all.

dnf groupinstall "KDE Plasma Workspaces" - this said that nothing was found as if the package was not available

dnf install @kde-desktop-environment - seems to have installed KDE but after reboot, no DE, just back to the terminal.

I also ran disabling gdm and enabling ssdm commands but I can’t remember exactly what I ran.

No dice.

If I run dnf list installed | grep kde it shows nothing.

[–] lal309 1 points 2 years ago (1 children)

You don’t. There are specific instructions on how to do this in one of the channels but it’s also on their website.

view more: ‹ prev next ›