[-] [email protected] 23 points 3 months ago

Especially with freecad 1 just being released. Lots of great improvements and many tutorials are being created to show the new workflows

[-] [email protected] 23 points 9 months ago* (last edited 9 months ago)

Vaultwarden itself is actually one of the easiest docker apps to deploy...if you already have the foundation of your home lab setup correctly.

The foundation has a steep learning curve.

Domain name, dynamic DNS update, port forwarding, reverse proxy. Not easy to get all this working perfectly but once it does you can use the same foundation to install any app. If you already had the foundation working, additional apps take only a few minutes.

Want ebooks? Calibre takes 10 mins. Want link archiving? Linkwarden takes 10 mins

And on and on

The foundation of your server makes a huge difference. Well worth getting it right at the start and then building on it.

I use this setup: https://youtu.be/liV3c9m_OX8

Local only websites that use https (Vaultwarden) and then external websites that also use https (jellyfin).

[-] [email protected] 27 points 1 year ago* (last edited 1 year ago)

Mastodon being 65% was a surprise to me for sure. What's the best mastodon app?

Also how do I use it efficiently for tech related news and info? I never got into twitter.

Edit: I should probably specify for Android

[-] [email protected] 23 points 1 year ago* (last edited 1 year ago)

I have an older XPS where where the CPU still supports deep sleep (S3).

Most distros have it disabled by default now because neither AMD not Intel seem to officially support it in new CPUs (so windows will have the same problem)

To check if your cpu supports it, you can run: journalctl | grep S1

You should see a message that says something like CPU supports S1 S2 S3 etc. if S3 is there then deep sleep is supported and can be enabled.

Ubuntu instructions: https://askubuntu.com/questions/1029474/ubuntu-18-04-dell-xps13-9370-no-longer-suspends-on-lid-close/1036122#1036122

Fedora desktop or atomic instructions: https://discussion.fedoraproject.org/t/laptop-appears-to-sleep-but-not-suspend/77193/4

Note, this is purely the fault of CPU manufacturers for being so shitty about proper sleep and yet another point that has to be conceeded to apple. Imagine explaining to a normal person that your XPS is really good and way cheaper than a Mac...but the batter will die overnight when you need it in the morning. Literally just shooting themselves in the foot.

Hibernate works as well but takes a bit longer. Hibernate also crashes in many modern systems but again works great in my older XPS. You have to manually activate this as well and it's really not to bad with a good ssd.

That being said his should all be very basic functionality so why do I have to do this manually. This shit is why people buy Macs.

There's also room for distros to improve here. The installer can probe the CPU and see if S3 is supported, if so it can use deep sleep automatically. Why do I have to mess with Kernal arguments?

Similar for hibernate, why doesn't the installer just have a check box that sets up the hibernate file/partition?

[-] [email protected] 21 points 1 year ago

Looks like an SAS expansion board. Those SAS port can be used to run 4 SATA hard drives. Google SAS to SATA for more info.

The model number of the board will allow someone to point you more specific instructions.

[-] [email protected] 26 points 1 year ago

Thank you for including oAuth options for sign on. Makes a big difference being able to use the same account for all the things like freshRSS, seafile, immich etc.

[-] [email protected] 24 points 1 year ago
[-] [email protected] 24 points 2 years ago

Nvidia gpu drivers wont even install on win 7 anymore. That by itself causes huge performance issues on new games that have driver optimizations.

Probably the same story for amd drivers

5
submitted 2 years ago by [email protected] to c/[email protected]

By local control, I mean if the Z-wave hub is down will the switch still work as a dumb switch and turn the lights on/off?

This is the product I would like to get, but can't find if they allow 'dumb switch' operation. Does anyone have experience with these? https://byjasco.com/ultrapro-z-wave-in-wall-smart-switch-with-quickfit-and-simplewire-white

Thanks!

[-] [email protected] 27 points 2 years ago* (last edited 2 years ago)

There should be a plugin that replaces the actual YouTube video with an embedded mpc or VLC player that streams the video like this on the website itself

[-] [email protected] 25 points 2 years ago

It makes no sense to you why someone would reuse what they have rather than buy something new?

[-] [email protected] 25 points 2 years ago

Please post on lemmy! I really liked seeing the devs give updates on Reddit.

An open source platform feels completely natural for a project like jellyfin!

28
submitted 2 years ago by [email protected] to c/[email protected]

Starship has been stacked and is apparently ready to launch as per Musk. Waiting on FAA approval for second test flight.

[-] [email protected] 24 points 2 years ago

At this point if you're still using wells Fargo it's on you

1
submitted 2 years ago by [email protected] to c/[email protected]

Hi all. Just learned about NixOS a few weeks ago. I'm in the process of migrating several of my docker services to a new server that will have proxmox installed as the host and then a VM for docker.

I'm currently using alpine as the VM and it works well but one of the main goals of the migration is to use infrastructure as code as much as possible. All my docker services are docker compose files checked into a git repo that gets deployed. When I need to make a change, I update the git repo and pull down the latest docker compose.

I currently have a bunch of steps that I need to do on the alpine VM to make it ready for docker (qemu agent, NFS shares, etc).

NixOS promises to be able to do all that with a single config file and then create a immutable OS that never changes after that. That seems to follow the philosophy well for infrastructure as code and easy reproducibility.

Has anyone else tried NixOS as a docker host? Any issues you've encountered?

1
submitted 2 years ago by [email protected] to c/[email protected]

I'm just starting to upgrade my basic unraid docker to an InfraAsCode setup.

I will use unraid as Nas only. My media and backups will be on unraid, everything else on a separate proxmox VM that is running and SSD storage array for ZFS. Both the unraid and proxmox hosts share their storage via NFS. Each docker container mounts the NFS volumes as needed.

For the containers I use an alpine VM with docker. I use portainer to connect to a gitea repo (on unraid) to pull down the docker compose file.

So my workflow is, use VS code on my PC to write the compose file, commit to git, then on portainer I hit the redeploy button and it pulls the latest compose file automatically.

What's your setup?

view more: ‹ prev next ›

Lem453

0 post score
0 comment score
joined 2 years ago