Nope, it’s a shawl, a poncho would have a hole for the head in the middle whereas a shawl wraps around the shoulders.
bzLem0n
- 0 Posts
- 12 Comments
You got me, that’s the exact one I just pulled out of my pocket when I read this.
No real advice but I’ve heard of people having issues with their BTRFS filesystem running out of free inodes and reporting the filesystem as full due to that. Note that the df command is not expected to work properly for a BTRFS filesystem.
bzLem0n@lemmy.cato Linux@lemmy.ml•Looking for tips for moving to Linux on a Surface Go 231·5 months ago- Linux Mint Debian Edition if you must use Mint and stick with KDE plasma desktop on whichever distro. I’d recommend avoiding ubuntu and Manjaro.
- Xournal++ is the only one for this purpose I’ve heard recommended. I use Zim for what I need.
- It’s going to be slow and will wear out the SD card eventually but it deserves consideration. I strongly recommend keeping the already installed Windows and using a SD card or USB C drive for Linux, particularly if you’re still intending to actively use it for note taking. You could use a USB C device like a NVMe enclosure or something that supports UAS and get good speed on the Linux install if the Surface supports UAS.
- Nothing to offer.
- Make sure your backups of anything you don’t want to lose on the Surface are up to date before you start anything. Linux installers will normally prefer an internal disk so if you forget to change that when installing all those files will be gone.
bzLem0n@lemmy.cato Linux@lemmy.ml•I'm thinking of buying a Lenovo Duet 3 for running linux. Which device would have better compatibility?74·1 year agoSnapdragon is an ARM CPU which means if you can find a distro to run on it, it’ll likely be an Android custom ROM, whereas Celeron is x86 and should run most Linux distros without issue.
bzLem0n@lemmy.cato Linux@lemmy.ml•Are there any CPUs that work well with Linux that aren't made by Intel or another company on the BDS list/that supports Israel?8·1 year agoThe package is just a systemd unit to run the command
python zenstates --c6-disable
so if you install the zenstates-git package and get runit to run that command at startup it would be equivalent.
bzLem0n@lemmy.cato Linux@lemmy.ml•Are there any CPUs that work well with Linux that aren't made by Intel or another company on the BDS list/that supports Israel?16·1 year agoI have a system with a Ryzen 1700 with the same issue and have found the only reliable way to run it is by installing and enabling the disable-c6-systemd package from the AUR. The other fixes provided in the wiki article you linked are correct but aren’t sufficient on my system, the CPU keeps reenabling the C6 state on its own and the disable-c6-systemd package works to counter that. The reason it works on Windows is they’ve disabled the C6 state by default for the CPU.
bzLem0n@lemmy.cato Selfhosted@lemmy.world•Which OS do you use for your homeserver?English8·1 year agoSame here. I came for the integrated ZFS support and stayed for the declarative config.
I really enjoy using NixOS as it is good at what it does, declarative system configuration, but it does have issues that can prevent people from using it. It’s great if you want to put the configuration for all your computers in one git repo but that configuration is in the Nix language so you will eventually need to become familiar with the Nix language. The main issues are that the documentation needs work and understanding the difference between the Nix operating system, the Nix language, and the Nix package collection as the more you use NixOS the more familiar you will need to be with each.
That said, I find it worth learning and recommend some of the following resources for NixOS.
MyNixOS for graphical configuration management. See my configs there.
NixOS Wiki for the best collection of NixOS documentation. I’ve found this collection of people’s configurations to be very useful for inspiration.
The manual pages for the Nix language, Nix packages, and NixOS.
NixOS on everything but my Steam Deck which is running SteamOS.
If you have TPM2 support on the motherboard it can be used to unlock LUKS encryption but has the following known vulnerability.
https://oddlama.org/blog/bypassing-disk-encryption-with-tpm2-unlock/