Maybe watch your system logs on the server when it’s having trouble, could be something random.
- 5 Posts
- 241 Comments
Mostly just try Linux on it 😹 Don’t install it just run from a flash drive or something
mvirts@lemmy.worldto
Linux@lemmy.ml•GitHub - winapps-org/winapps: Run Windows apps such as Microsoft Office/Adobe in Linux (Ubuntu/Fedora) and GNOME/KDE as if they were a part of the native OS, including Nautilus integration.
11·3 months agoI feel mislead, none of the apps actually run on Linux.
mvirts@lemmy.worldto
Linux@lemmy.ml•Ok, I need to scream into the void. I have questions.
4·3 months agoSince 6.12 the Preempt rt patcheshave become canon.
As for older kernels, there’s a thread Here but idk what the current situation is
mvirts@lemmy.worldto
Linux@lemmy.ml•NixOS, ProxMox, Debian or Ubuntu for Docker installation
1·3 months agoWhat level of involvement are you looking for in setting up the host os?
I’m a NixOS fan because once you painstakingly get the configuration file set up you basically never need to do it again. If you don’t need anything outside of nixpkgs it’s easy, otherwise it’s terrible. Docker is available in nixpkgs.
On connectbot for Android I really appreciate the feature that saves port forwarding settings for each connection. If you can add that and the option to start forwarding on connect that would be great.
Also it would be nice to be able to specify a custom command to run instead of the user’s shell.
Looks great! Nice work
Wtf kind of article is this? This would be a great example of sampling bias.
mvirts@lemmy.worldto
Linux@lemmy.ml•Researching making the switch from Windows on my main PC and I have questions.
1·4 months agoI can confirm focusrite scarlet interfaces work fine, and the uv1 should be fine as well but I don’t have one. You may need to get familiar with the Linux audio landscape. VSTs mostly work these days, although I only use foss VSTs so maybe commercial ones have their own caveats.
For pro audio you should be using JACK to connect your sound devices. These days if you run a system that uses pipewire, pipewire can pretend to be a JACK server just fine. I like to use QJackCtl to set up Jack environments, although its not necessary because many DAWs are capable of setting up in the application.
For a DAW I used to love Ardour, now I still like it but am sad that it has been crashing often for me. I don’t use any of them but there are some well liked Linux daws like reaper.
You may have trouble with recording without a preemptable (aka real-time) kernel. Afaict this only matters on lower end computers or when you have a lot of live plugins running, but using a kernel with this feature just means that more kernel code can be interrupted to handle things like fresh audio data arriving over USB.
Mostly, you’ll need some time to get everything working how you want. I agree with the recommendation to use a separate disk in your existing computer for Linux, or get a whole separate computer. The nice thing about using a separate disk is you can know for sure your windows setup is available if needed. For me I slowly left windows behind, only realizing later that it has been a year or more since I last fired it up.
Linux vtty forever! Can’t cat data into the framebuffer when your desktop is getting in the way!!
Jk I use gnome terminal for everything, or whatever default is available. It’s quite amazing that most of them handle all but the most niche terminal features these days.
When I need to install a terminal emulator for some reason I always go for urxvt… but it is pretty terrible (it’s a great vt but mouse interaction is clunky and graphics are old school) compared to pretty much everything else.
mvirts@lemmy.worldto
Linux@lemmy.ml•PSA: if you use gnome do not get "dash-to-dock@micxgx.gmail.com" it will fuck up your pc.
1·5 months agoAlternatively, if you can create a new user, you can instead clear your home folder. Usually just requires renaming ~/.config but some systems put config in other places.
Less, then “vim -” after I realize I don’t know how to use less.
I really enjoy running nixos because there is very little uncertainty of what’s installed. I don’t run any games so I can’t speak to that, but the centralized configuration makes fixing problems relatively easy. The downside is a steep learning curve to writing your own derivations, the community is split between “flakes” and normal nix derivations, and sometimes you just have to accept that it doesn’t work on nixos without putting in the work to write the derivations yourself. (Don’t get me wrong, people have made derivations easy to build, but it’s an unexpected side quest when you just want to try some new software)
mvirts@lemmy.worldto
Linux@lemmy.ml•Apparently, 12% of Technology Workers Believe that MacOS is based on Linux
4·8 months agoWhatever else it may be, macos most certainly Is Unix unfortunately
mvirts@lemmy.worldto
Linux@lemmy.world•Does first partition has to be FAT32 in EFI system?English
6·9 months agoThe efi partition can generally be mounted anywhere, distros may expect it in a specific location.
The efi partition must be fat formatted.
I’m not sure if partition order matters, I think the main thing is setting the boot flag for the efi partition in the partition table.
Although you may eventually want a ram
I just use ssh, it seems to be built in to powershell these days
I don’t encrypt because it’s too much effort to learn about it.
Id rather keep my filesystem unencrypted so that I can easily recover from problems and encrypt important files as needed, but let’s be real I don’t do that either.


Totally possible.
I recommend making room on your drive using windows tools to shrink the windows partition before letting your Linux installer add new ones, or doing it manually. This is just so that no weird filesystem bugs show up after resizing your ntfs filesystem with Linux tools. Never had a problem with them but it’s probably good to use Microsoft tools to mess with the Microsoft filesystem just in case.