• 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: June 27th, 2023

help-circle
  • That would be interesting. If this is going where I think it is then it would probably suck seeing as touch screen input feels exponentially worse with latency but nonetheless would be really cool to see work for hosting a web app of sorts for desktop use.

    Check out linuxserver.io, kasm and whatever the x11 version of waydroid is called. I can’t remember it at the moment. That should give you enough to get started building a container if you want.


  • I’d suggest learning what docker is and how to use it if you are trying to host it which is “installing” a web page.

    If you want an icon to go to a dedicated window (web app experience) there are lots of options with lots of advantages and disadvantages. Just research progressive web apps. This method is going to require the frontend be hosted so you either need an instance that is using this frontend or you need to host it yourself.

    Also to let you know. You’re getting downvotes because this is a very lazily asked question. You didn’t link to what it is you need help with, you asked the question in a manner that suggests you have done no research.

    No hate since everyone is a beginner but I really suggest you spend a little more time crafting your questions to the community. Also read a little on docker and how lemmy front ends work.

    In the meantime this should help you get started.

    Docker Official Documentation

    Afterwards go to the git repo of this ”app” pages source code. There is a one command solution to deploy it.

    Mlmym GitHub

    As long as docker is installed and set up you should just be able to enter the command for the deployment to get it running.

    Go to http://localhost:8080 or if that doesn’t work https://localhost:8080 in your browser as indicated by the command and there is your front end.



  • You make good points here for the beginner however there are better alternatives and solutions for basically everything you mentioned here. The biggest I want to address is conflicts on your system. Generally running servers on metal is just outright bad practice. Containerize. Always containerize. There are lots of great options. Docker, podman, Lxc, helm, flatpak… hell. Snap if you must. Running servers on metal is generally is just asking for trouble unless the system’s entire purpose is for that. Also the cg-nat situation. Personally been behind it for a few years but it’s not a problem as long as you have a reverse proxy tunnel in place. Not a hard fix at all.



  • Yeah, I’ve been testing nouveau with NVK+zinc. Can definitely confirm that the Nvidia open source drivers are getting better and it’s happening fast. Desktop experience is nearly flawless now except quite a few games still don’t work and Nvidia specific features are disabled(cuda, rtx, dlss). AMD is def the way to go for a good experience on Linux.

    I’m just hoping to see things change seeing as Nvidia hired the nouveau maintainer and he has been contributing directly to nouveau using his Nvidia provided email here as of late.


  • Fuzzypyro@lemmy.worldtoLinux@programming.devLinux Server OSes?
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    5 months ago

    Debian is a pretty safe choice overall but and I’m sure I’m going to get downvoted like crazy but arch has been a fantastic server OS for me for a while. Debian is pretty hands off but I have some pretty unorthodox requirements/hardware setups and the combination of the wiki and such a wide range of packages supported has enabled me to use the hardware to its fullest potential. Also rolling release lts kernel is pretty dope.



  • Tons of good responses here. I’m surprised that nobody has brought up Tailscale though. It’s def the easiest vpn solution I have found. It’s got some great documentation and how to projects to get a home lab running and it’s got its own domain system baked in most of it being zero configuration. You can access mullvad vpn exit nodes straight from it, and set up those domains with ssl super easy e.g.

    sudo tailscale serve —https=443 localhost:8096

    That single command would allow any other devices connected to your Tailscale account to reach your Jellyfin using the domain “{serverhostname}.[tail-scale].ts.net” complete with a private reverse proxy and ssl cert.

    There are a few things to click around in tailscale on but it’s a extremely easy to use free application that has made my self hosted life significantly easier due to my system living behind multiple firewalls that I sadly have no control over.





  • Check the screw that is imbedded in the brass gear. It holds it in place to the stepper motor it is attached to. If it is loose at all then it will produce similar results to a clog. Also be sure that the screw is aligned to the cutout on the stepper motor axel. That is what keeps it spinning. If it is tightened but not aligned then it will make that skipping sound.