- Joined
- Apr 1, 2024
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normally I shut it down if i'm away for a few days, or if it's a secondary device.How often do people normally shut down their PCs? I only ever use sleep mode.
the quote i repeat a lot is "photoshop is software made by designers, GIMP is software made by programmers"https://youtube.com/watch?v=LYWZlTjZNp8
He covers some guys article that sperged about open source ux. I think he did a decent enough job.
KDE is qt and Gnome/Cinnamon is gtk? Is Zorin on Wayland?Needed to make sure I wasn't insane and reinstalled Kubuntu to make sure it ran well and yeah it worked fantastically. I have no idea why but the scaling works perfectly. What is it that Kubuntu is doing that Mint and Zorin are not?
waylandNeeded to make sure I wasn't insane and reinstalled Kubuntu to make sure it ran well and yeah it worked fantastically. I have no idea why but the scaling works perfectly. What is it that Kubuntu is doing that Mint and Zorin are not?
/etc/os-release saysDoes anyone know what Linux distro is being ran on the default page of webvm.io?
Specifically 10.13 according to /etc/debian_versionPRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
Does anyone know what Linux distro is being ran on the default page of webvm.io?
$ cat /etc/debian.version
10.13
$ uname -a
Linux 4.15.0-54-cheerpx i386 GNU/Linux
/etc/os-release says
Specifically 10.13 according to /etc/debian_version
They also have an Alpine Linux thing here.That's Debian Buster with a custom kernel.Code:$ cat /etc/debian.version 10.13 $ uname -a Linux 4.15.0-54-cheerpx i386 GNU/Linux
Looks like an x86 Debian VM.
Whenever I'm next going to bed or leaving the house after an update you're technically supposed to reboot after like a kernel or GPU driver update. Otherwise I just suspend.How often do people normally shut down their PCs? I only ever use sleep mode.
guix pack isn't new however previously you were able to just package tarballs and docker images which was handy when it comes to running software packaged by Guix on non Guix system. I have been using it to run guix software on RPI 4 on which installing Guix natively wouldn't be worth it due to overhead that it introduces.Hear ye, hear ye, Guix System has just received its newest release: 1.5.0 (L/A). Lots of cool new changes, the most important ones being that Guix now has its own native logging service via Shepherd, AppArmor support for my glowniggers out there, a new "guix pack" command to create AppImage and RPM packages, and a new forgejo service + native support. They are also going to be moving to an annual release schedule. Things are looking mighty fine in Guix land, I say, I say.
Zorin does use WaylandKDE is qt and Gnome/Cinnamon is gtk? Is Zorin on Wayland?
thats kind of a weird choice for a server im curious as to why u cant do everything headless and why u want to return to headless when ur done with ur guiQuick question but is there any significant downside to using LMDE as a server OS instead of headless Debian? I'll likely have to use my server as a desktop for a while and will back up my docker images and such and do a clean install, but after a while I'll want to use it as a headless server. Aside from slightly more storage use and longer updates will it be fine to just unplug the monitor, and possibly even stop X and LightDM from launching at startup?
Lots of things are easier to do over a GUI. It's also more convenient when you need to do stuff on the host machine that is outside the scope of the hypervisor. I've installed KDE on my Proxmox box for this reason.thats kind of a weird choice for a server im curious as to why u cant do everything headless and why u want to return to headless when ur done with ur gui
It's Debian, it has X and various desktop environments. "apt install task-cinnamon-desktop"Quick question but is there any significant downside to using LMDE as a server OS instead of headless Debian? I'll likely have to use my server as a desktop for a while and will back up my docker images and such and do a clean install, but after a while I'll want to use it as a headless server. Aside from slightly more storage use and longer updates will it be fine to just unplug the monitor, and possibly even stop X and LightDM from launching at startup?
Exactly. And as long as you've got X installed on Debian, if you then later need to access that server with a GUI while it's running 'headless', you can just set things up to connect remotely over X11 from another machine on the same network, or install VNC or RDP to connect that way.It's Debian, it has X and various desktop environments. "apt install task-cinnamon-desktop"