Hellmo_Luciferrari

joined 11 months ago
[–] Hellmo_Luciferrari@lemm.ee 1 points 2 months ago

I absolutely loved 2. I beat 2 before I beat 1, but went back and beat 1, and beat 2 multiple more times.

I can't say I have an order, but I love:

  • Kingdom Hearts 2
  • Kingdom Hearts 3
  • Kingdom Hearts: Birth By Sleep

Those are my favorite from the series as whole.

I really couldn't ever get into Kingdom Hearts Chain of Memories or Re:Chain of Memories.

Back in the day, I bought Birth by Sleep and beat it, but wanted more; so there was an English Patch of the final mix for PSP available and beat that too. And when the collection came out on PS4 (Before the PC release) I went and bought a PS4 Pro just for KH collection. Which now I am going back and beating all of them again but on Proud.

[–] Hellmo_Luciferrari@lemm.ee 4 points 2 months ago (2 children)

I loved Kingdom Hearts 3 regardless of the masses saying otherwise. It's my opinion, and I'm sticking to it. I've been around since 1, all the way til it's end.

[–] Hellmo_Luciferrari@lemm.ee 1 points 2 months ago

I am not sure if there is a good way to do it without scripting, and a router that would allow for taking variable input from an external script. But theoretically if the router would support it, you could script a port change at times there are no one on the server.

Essentially the server port is in a text file, you could use some command line utilities, and write a script leveraging something like sed to change the port in place.

But I am overcomplicating it. lol

[–] Hellmo_Luciferrari@lemm.ee 3 points 3 months ago

I tried using Bazzite since I didn't want to fuss with Wayland on Nvidia with Arch.

I had more gripes and more issues with an immutable distro than I ever did with my Arch install.

Stuck it out with Arch. It has taught me a lot.

The problem many folks have with Arch is the fact they don't want to read or learn; well, newsflash, if you read and learn Arch isn't exactly all that hard to use, setup, or maintain. It has better documentation than Bazzite and other newer distros. In fact, Arch Wiki has saved me hassle for other distros.

Your mileage may vary. However, I wouldn't recommend an immutable distribution nec3ssarily to someone coming from Windows unless they want to shift from one paradigm to another.

Switching from Windows to something with such a vastly different approach in many cases will turn users away from using Linux. Their experience can dictate they switch away because of lack of knowledge and then proced to conflate every distro as just one "Linux" experience and not want to look back at it.

I still stand by one thing you will always hear me say: use the right tool for the job.

[–] Hellmo_Luciferrari@lemm.ee 6 points 3 months ago

You didn't calm down in your old age? Go shake your cane at some clouds in a different yard gramps.

[–] Hellmo_Luciferrari@lemm.ee 5 points 3 months ago

Take a breather, walk away from the internet. Touch some grass. Go do something productive with your time instead of being an insignificant sad angry little person.

Have the day you deserve

[–] Hellmo_Luciferrari@lemm.ee 9 points 3 months ago (3 children)

Your comment is more useless than the meme comment you were responding to.

Don't like something, scroll on.

Are you being pissy just to be pissy?

[–] Hellmo_Luciferrari@lemm.ee 7 points 3 months ago

I will always recommend people to research their choice of distro. Use the right tool for the job.

What one person needs may differ from what another person needs. Take into account what the use case is for the machine you are using.

I use Arch BTW but I don't run Arch for any of my servers. I use Arch where it makes sense for me.

I wouldn't tell someone switching from Windows to just go balls to the wall and go for something blerding edge and arguably more maintenance or manual intervention needed.

I will give my suggestions but always implore them to research what theyt3 looking for.

[–] Hellmo_Luciferrari@lemm.ee 19 points 4 months ago

Guess I won't be playing Playstation games.

[–] Hellmo_Luciferrari@lemm.ee 1 points 4 months ago

I haven't gotten around to setting it up yet, but for a google photos type self hosted setup there is Immich which looks promising!

[–] Hellmo_Luciferrari@lemm.ee 5 points 4 months ago

I want to self host more, but power draw is a concern.

So I have gone the route of running to Pi 4 8gb models as my hosts of choice.

So far I am hosting:

Non-Docker:

  • PiHole
  • Unbound
  • Wireguard (and Wireguard-UI)

Docker:

  • ForgeJo
  • Dozzle
  • Homarr
  • LinkWarden
  • Traefik
  • Watchtower

There are a few other services I want to get up, but I haven't gotten around to it:

  • Jellyfin
  • Immich
  • Nextcloud

As to why:

  • ForgeJo to host my own git repositories (Docker Compose files, Chezmoi dot files, Miscellaneous configs)
  • PiHole for ad blocking
  • Unbound, well, having my own DNS
  • Wireguard so I can connect to my home network
  • Dozzle for easy log checking for my docker containers
  • Linkwaren so I can backup bookmarks in a privacy friendly way
  • Homarr for easy access to other web services I host
  • Traefik so I can resolve IP:port to a hostname with SSL certificates even though everything I host is internal only
  • Watchtower to update my Docker containers
[–] Hellmo_Luciferrari@lemm.ee 2 points 4 months ago

I will likely have to do some tinkering, and more reading up on this from the documentation I am thinking. I am getting HTTP 200 statuses basically across the board. When going to the FQDN it doesn't redirect to the PiHole admin page like I was expecting. Again, likely some configuration that I have wrong.

 

Hello Selfhosted peeps!

So I just got Traefik v3 setup inside my docker environment, and successfully got SSL certs for my services hosted within docker. However, I have an external device hosting PiHole and Wireguard-UI. I am looking to use the docker instance of Traefik v3 to obtain SSL certs for the internal use only for PiHole and Wireguard-UI.

I am still new to Traefik, and have no idea if this is possible, or how I would go about doing this.

Any tips, suggestions, links to documentation; I am all ears.

Video

Notes for above video

These 2 resources I utilized to help further my understanding.

Thank you

34
submitted 4 months ago* (last edited 4 months ago) by Hellmo_Luciferrari@lemm.ee to c/selfhosted@lemmy.world
 

Hi all!

So I want to get back into self hosting, but every time I have stopped is because I have lack of documentation to fix things that break. So I pose a question, how do you all go about keeping your setup documented? What programs do you use?

I have leaning towards open source software, so things like OneNote, or anything Microsoft are out of the question.


Edit: I didn't want to add another post and annoy people, but had another inquiry:

What ReverseProxy do you use? I plan to run a bunch of services from docker, and would like to be able to reserve an IP:Port to something like service.mylocaldomain.lan

I already have Unbound setup on my PiHole, so I have the ability to set DNS records internally.

Bonus points if whatever ReverseProxy setup can accomplish SSL cert automation.

38
submitted 10 months ago* (last edited 10 months ago) by Hellmo_Luciferrari@lemm.ee to c/linux@lemmy.ml
 

So, I am making the switch to using Arch full time instead of Windows.

Here is the rundown:

I have windows installed on one NVME and installed Arch on another NVME. After installing Arch on the one drive, and rebooting Arch hung at loading initial ramdisk. It never completed, I force shutdown my PC.

I went back into bios, and there wasn't an entry for my Arch drive whatsoever.

In fact, before this happened I had all bootable drives go missing from within my bios.

So, after the reboot, I left the boot options default, and it did in fact boot to windows.


Other potentially important details:

I used archinstall rather than walking through manually.

UEFI

Secureboot off

GRUB bootloader

Unified Kernel Images on

Luks encrypted BTRFS partitions

Audio Pipewire

Kernels: Linux and Linux-Zen

Network Manager

Hardware:

CPU: i7-12700KF

Motherboard: TUF GAMING Z690-PLUS WIFI D4

GPU: EVGA GeForce RTX 3090 FTW3

RAM: Corsair VENGEANCE® RGB PRO 16GB (x4)

PSU: EVGA SuperNOVA 1000 GT 1000W

Drives: 1tb WD Black SN750 (Drive intended for Arch to be installed on)

1tb Samsung 980 Pro (Drive windows is installed on)

2tb Samsung 980 Pro (separate data drive)


Should I remove my windows drive while installing Arch on another drive?

Rather, what would be the best approach to this?

Could anyone provide any help regarding this?


Edit: More details

 

2024 will be the year I finally be the year I ditch windows.

I am not exactly new to linux, yet I am far from an expert. I made my journey over the years form trying Ubuntu (many many major revisions ago) and have found myself down the rabbit hole of going Arch. I run Arch with KDE on my laptop. I want to fully ditch Windows on my desktop, however I feel this will be a much bigger hurdle to overcome.

Build Specs: i7-12700KF Copper Modded EVGA RTX 3090 64gb of 3600mhz DDR4 ASUS Tuf Z690 Wifi D4

I could go into more detail about my specs, but the specs aren't what has made this journey a bit tougher. I use a Line 6 Helix and a Line 6 PowerCab 112+ and both have usb connections to my computer for integration with, you guessed it; windows or mac software only. Now I don't have a problem running wine, and a number of other solutions to run windows programs, I do however have a gap in knowledge in order to try to use these specific programs with specific USB peripherals.

Now, I am not sure if this is the best way, but I had heard the idea of USB passthrough. And I have no clue where to begin with that. Would this be the direction I should be going for programs such as those?

The only other software that I am going to struggle replacing is the RGB lighting software for all of my hardware. Most of it is corsair (Fans, RAM, Water Cooler, and plugins for the asus motherboard.) And my Steeleseries keyboard which uses GG.

I have looked into using OpenRGB but I was unable to figure out how to get those setup as it wasn't as plug and play as the manufacturer software, but understandably of course.

The absolute biggest hurdles is my Nvidia problem. I have always had issues with Nvidia on Arch. I would gladly take an suggestion. For reference, I would be using this mainly for my gaming. I occasionally dabble in Stable Diffusion.

I will be running Arch with KDE preferably, but every single time I have had issues.


I suppose any feedback anyone may have would be helpful.


Checklist of things I need to get working on in Arch, any help would be welcomed:

  • Helix Guitar pedal and PowerCab 112+ (USB Passthrough or any other alternatives people may suggest)
  • RGB for SteeleSeries Apex Pro (GG software on windows, open to alternatives)
  • RGB for Corsair (iQue on windows, open to alternatives)
  • Nvidia Drivers
view more: next ›