43% health?? Sounds like a faulty battery, probably still under warranty if you’ve only had it for a few months (< 1 year).
Warranty instructions: https://frame.work/warranty
helpimnotdrowning.net (eternally unfinished)
43% health?? Sounds like a faulty battery, probably still under warranty if you’ve only had it for a few months (< 1 year).
Warranty instructions: https://frame.work/warranty
yes, it’s mostly things like games or software
though, I have seen more & more reports of people finding malicious disguised LNK files in their downloads and torrents, which will run some arbitrary command if you open that: Windows does not ever show the LNK extension, so a file could be named “<whatever>.mkv.lnk”, and you would only know if you checked the “file type” column in Explorer (which would read “Shortcut” instead of something like “Matryoshka file”), or when you see the cmd.exe window flicker open and close.
bonus edit: LNK is the native file extension that Windows uses to link app shortcuts, such as the shortcuts on your desktop.
Do you have any posts/reading on the win32 additions to the kernel? I vaguely remember something similar being talked about some time ago, but I can’t find anything right now.
Teams works for me as long as I’m not taking calls, just have to switch the user agent to pretend to be Chrome (but only sometimes)
I’ve never heard of AWT being incompatible with Wayland, I’d love to read more on that if you have any!
Office won’t run on Linux or through Wine (AFAIK), I’ve converted to using LibreOffice on both Linux and Windows, which has yet to give me any issues.
Teams, as part of O365, also doesn’t have a Linux app, however… with the (paid) Thunderbird addon Owl for Exchange, you can read+send Outlook emails; it also adds a Teams icon to your Thunderbird sidebar that acts as a link to the web client.
Thunderbird, by default, can only read from Exchange mailboxes, but can’t send from them. If you don’t want to pay, the developers are working to add full Exchange support as stock. (There are also less legitimate ways to get Exchange support, like cracking Owl, but out of respect for the addon dev, you’ll have to find it yourself)
Edit:
If you’re new to Linux as a whole, I’ve seen many recommendations for Mint (a Debian and Ubuntu derivative), but I’ve never tried it myself. I started with Debian since I wanted a stable system that wouldn’t break down by itself or something. It’s rock solid on my Framework 13 Ryzen.
As for a Desktop Environment (DE), you can’t go wrong with GNOME or KDE. I prefer KDE since I don’t like the “look” of GNOME and it’s more “Windows-like” (but still it’s own thing), but it’s really just personal preference.
*.c files are C source files, you can’t run these directly. Run the makefile with sudo make
or sudo make install
(assuming you have make
installed) to build (or build and install) the driver.
edit: Oops didn’t read far enough into your post, you’ve already tried make
. What error does it give you?
Big fan of running cat file.json | ConvertFrom-Json
and just being able to do things quickly!
Decided to buy another drive instead of doing any more harm than I needed to, no worries
unfortunately I was, lol
I’ve already bought another drive to avoid this funky shuffling, so I should be fine now
What’s the advantage in btrfs over ext4? I’ve kept hearing about it since I started with Linux but the only advantage I can see with it is the snapshot rollback feature, which while useful looking, I don’t think would be something I would use
Yep, I’ve just ordered another 8tb to copy to and avoid the headache that could be a drive failure. And it’ll certainly be faster, gparted is still giving a 13 hour ETA for the first resize! Thanks for the help!
The docs say jellyfin-ffmpeg is only needed on Debian distros, like Debian itself or Ubuntu, other distros like Fedora should be able to use their respective ffmpeg packages. https://jellyfin.org/docs/general/installation/linux#ffmpeg-installation
Is there a reason you can’t have root on your VPS? Maybe you could ask to have Jellyfin and ffmpeg installed by an admin?
If your willing to try it, you could unpack the .deb file with dpkg -x <jellyfin-ffmpeg-for-your-distro.deb> <unpack dir>
and stick the resulting directory (directories?) in Jellyfin’s PATH, but I’ve never tried this myself and I don’t know how well this could work.
No issues with the GPlay version on Android 11
TLDR; No
It hasn’t been necessary in a long time, unless you’re a developer who frequently needs to type in filenames in everywhere (since the command line needs extra protection against spaces and other symbols)
The OS (Windows, Mac, Android, etc) handles thar all for you so you don’t have to worry about it (unless you happen to use a badly-written program that doesn’t understand spaces, but this is super rare to begin with, and more protected against as time goes on)
Not always; I have a rooted+unlocked LG v60 with Universal Safetynet Fix 2.2.1 (2 y.o. version) and MagiskHide Props Config 6.1.2.137 from just as long ago and my Google Wallet works perfectly fine.
Not to defend musk, but it’s not from one specific font. The logo is just Unicode char 1D54F, a blackboard bold X/“MATHEMATICAL DOUBLE-STRUCK CAPITAL X”
I wouldn’t call it a “fiasco”, but they’re disabling port-forwarding for everyone on July 1st. They say it’s because people are hosting “unfavorable” content and it’s getting their IPs banned. Their article
What do you mean by privacy? If you mean like other people you may live with/come across having access to your data, the best solution is having an encrypted drive/partition. No DE or standard login is going to stop a determined threat actor from just pulling out your storage device and reading off what’s on there.