• 1 Post
  • 663 Comments
Joined 11 months ago
cake
Cake day: July 22nd, 2023

help-circle




  • Maybe I wasn’t clear, I’m an Nvidia user too. I got on at the ground floor of Nvidia just beginning to support Wayland and it was rough. To be honest my desktop would straight up refuse to boot most distro installers, hints why my first real experience with Linux was archlinux.

    I understand X11 is perfectly usable but I just didn’t want to use a system with constant screen tearing, I also just ran into weird issues with x11 when it came to running anything more than basic apps. It’s always fun when your screen locks but can’t capture inputs because you had a game running.

    Probably the biggest reason I champion Wayland and I’m very excited for the upcoming explicit sync driver update. When wayland reaches maturity we’ll have a smooth experience on par with windows or Macos and more secure/private than both.


  • I think the first thing is actually recommend is enabling a daemon that launches Plex at boot without login. sudo systemctl enable plexmediaserver For something like a Minecraft server I’d recommend reading up on the setup process. (It’s a fair bit to summarize)

    If the application doesn’t come with a systemd service I’d recommend making a cron. They’re scary looking but actually pretty easy to use, I use it for automating maintenance on my server.

    It may feel counter intuitive but Linux servers don’t really need a desktop to manage them so most the tools don’t really come with graphical apps. If you want an interface to check on things I’d recommend installing and using cockpit web based graphical interface.

    If you want to do it proper on a systemd system make a systemd.service it’s not as easy to learn but you get extra tools to manage it.

    I’ve heard there’s a lot of work that has been done in kde and gnome to get rdp (remote desktop protocol) with remote login.

    I hope this helps! If not, almost everything can be done through the terminal and ssh(secure shell) makes that process really easy. I installed and setup my Linux laptop and my server that way.

    If you just want to transfer files there is sshfs(secure shell file system) and the ability to go to your file browser and type in an sftp(secure file transfer protocol) address. In kde dolphin for example you select network and type in the bar sftp://(IP address or hostname)@(user):(working directory). Make sure you have sshfs installed on both machines and sshd enabled on at least the system you want to access.













  • Why does the installer still explode sometimes when I use it on my computers. I use it on my mother’s computer or our movie server and it works fine.

    Maybe it just eats shit when it sees a btrfs partition or something. Nothing against Debian but I tried to install Debian testing weekly and it just refused to install on my system 76 laptop. After flashing arch on my USB drive to wipe the disk I just said fuck it and installed arch on my laptop again. I haven’t had any issues with arch since I’ve installed it on my desktop five years ago. If arch blows up on my laptop I’ll try Debian again.