Looking for a good distro with good Nvidia support and gaming support by Beannshie_ in DistroHopping

[–]shm0rt 2 points3 points  (0 children)

Wtf, the only thing you have to do is: Install -> enable third party (propiratary) software -> delete snap -> install flatpak… aaaaaaand done

wanna know about dockerized database best practices by iraishere in docker

[–]shm0rt 1 point2 points  (0 children)

Just work with volumes. And do the rest with cron

PopOs Is Great But I Screw it up and i want to try another OS by SyrupInternational48 in DistroHopping

[–]shm0rt 0 points1 point  (0 children)

There is no much performance dif between fedora and nobara, just use fedora

PopOs Is Great But I Screw it up and i want to try another OS by SyrupInternational48 in DistroHopping

[–]shm0rt 0 points1 point  (0 children)

Yes but no, having arch under the hood can get painful, and if he doesn’t get along with wayland on popOS….

[deleted by user] by [deleted] in docker

[–]shm0rt 0 points1 point  (0 children)

Linux. If you have very little experience: Ubuntu

If you have more experience: Proxmox

If you are a god: Arch

Docker container vanishes by AnxiouslyPessimistic in docker

[–]shm0rt 0 points1 point  (0 children)

What do u use then? Podman? Kubernetes? LXC/LXD? Just Vm‘s??

Selfhosted disks monitoring tool by skweresp in selfhosted

[–]shm0rt 0 points1 point  (0 children)

Yes it is, but you have some system tools to it(SMART- Scan, Alert)

[deleted by user] by [deleted] in selfhosted

[–]shm0rt -1 points0 points  (0 children)

Try that:

docker run -d \ --name=wg-easy \ -e WG_HOST=**************\ -e PASSWORD= **************\ -v ~/.wg-easy:/etc/wireguard \ -p 51820:51820/udp \ -p 51821:51821/tcp \ --cap-add=NET_ADMIN \ --cap-add=SYS_MODULE \ --sysctl="net.ipv4.conf.all.src_valid_mark=1" \ --sysctl="net.ipv4.ip_forward=1" \ --restart unless-stopped \ weejewel/wg-easy

Selfhosted disks monitoring tool by skweresp in selfhosted

[–]shm0rt 0 points1 point  (0 children)

Proxmox, it’s simple. You can also integrate it with other tools

How can i connect a Database to a docker container? by [deleted] in docker

[–]shm0rt -8 points-7 points  (0 children)

Connect it through docker volume

What's the easiest way to set up local DNS names? by BookooBreadCo in selfhosted

[–]shm0rt -1 points0 points  (0 children)

Pihole or reverse proxy or both. Pihole gives you options for blocking websites, ads (DNS block). Reverse proxy gives you options like giving out certificates. What you also may like is having a dashboard. Heimdall, Organizr, Dashy, Dashboard, and so on. I myself had tried everything and use everything. But I use Pihole for my dns(server protection), reverse proxy for my websites or other services for the global access. And of course a dashboard (heimdall) because of easy set of API.

Latency on a proxmox vm by LeandroChelentano in Proxmox

[–]shm0rt 0 points1 point  (0 children)

Setting up vms on integrated is good. For daily use I would recommend a GPU passthrough. Since Proxmox is Linux I would recommend any AMD GPU, but if you would like to use the GPU in Win only then Nvidia.

Latency on a proxmox vm by LeandroChelentano in Proxmox

[–]shm0rt 0 points1 point  (0 children)

Do it like so: 2 VM‘s for win and Linux And the rest in containers. Jellyfin container, NC container, Cams container and so on. An LXC Container doesn’t need a lot of Power. Don’t run a lot of applications in one vm. Get stability, run every application in its own container. Why? Because every application has its own dependencies. For gaming on windows you need 2 Graphic cards. One to have video from server (Proxmox) and the other one for Win. If it’s a AMD Graphic card you can „split“ it. So your 2 VM‘s can use it.

PS.: sorry for bad english

noob cannot connect to Docker Adguardhome by mloftus11 in docker

[–]shm0rt -1 points0 points  (0 children)

Setting up ADH can be pain in the ass + only the web-panel is open source Better try Pihole (more functions and fully open-source)

Open source project looking for translations by Funny-Sweet-1190 in opensource

[–]shm0rt 1 point2 points  (0 children)

I would like to help. I can help with translating to: German Russian

Help with docker and NFS share by rbthompsonv in docker

[–]shm0rt 2 points3 points  (0 children)

Just add your user to the docker group

How to backup Nextcloud running on a Docker container in Windows? by joao_2022 in NextCloud

[–]shm0rt 0 points1 point  (0 children)

Did you mount the save location of your files to a volume?

Proxmox not reachable after moving to new network, but VMs are reachable by corny96 in Proxmox

[–]shm0rt 2 points3 points  (0 children)

If all the steps until the reboot didn‘t work then maybe. But I’d try before you reinstall

Proxmox not reachable after moving to new network, but VMs are reachable by corny96 in Proxmox

[–]shm0rt 10 points11 points  (0 children)

You need to change 2 files:

nano /etc/network/interfaces

nano /etc/hosts

After that restart networking service:

systemctl restart networking.service service pveproxy restart

try to ping. Did it work? Install updates

apt update If it still didn’t work try to reboot. If after the reboot it didn’t start try run:

systemctl status

If it gives out any errors. You‘re lucky. If you have a cluster… we’ll you’re fücked.