it gets very technical very quickly on Linux, but have a read here: https://linrunner.de/tlp/introduction.html
- 0 Posts
- 281 Comments
what terminal emulator are you using?
Jumuta@sh.itjust.worksto
Linux@lemmy.ml•Which directories should I back up in Windows before moving to Linux?
5·2 months agoyou can buy used hard drives for pretty reasonable amounts of money
Jumuta@sh.itjust.worksto
Linux@lemmy.ml•Absolute disaster, RAT backdoored through WINE. Assistance with Docker
26·2 months agoSounds stressful asf, you should try take a break and relax (e.g. turn off all computers in the house for a few days). The rushed decisions you make now might not be the best
In terms of suggestions, I’d recommend:
- Isolating untrustworthy network devices (e.g. web3 shit and your roommate’s pc) in VLANs
- Running untrustworthy code in containers or vms
- Getting a proper router (openwrt one maybe?) and managing it yourself, don’t let your roommate touch it
- Setting up firewalls on your pc (restrict ports to the ones you actually need)
This would involve learning more about networking, Wikipedia and the arch wiki has pretty good information on it.
Jumuta@sh.itjust.worksto
Linux@lemmy.ml•[Repost] How to get Wapuro Romaji (A kind of Japanese Typing) on Linux Mint Cinnamon?
6·2 months agoI think for cjk typing you can use fcitx5 with the input method engine corresponding to your language. have a look here
EDIT: actually the arch wiki has a good writeup on this
Jumuta@sh.itjust.worksto
Linux@lemmy.ml•I caved and dual booted win10 because of dx12 bug on nv*dia
10·2 months agoit is what it is. I’ve personally just decided that performance is worth sacrificing for a better OS, but it’s understandable if that’s not worth it for you
Jumuta@sh.itjust.worksto
Linux@lemmy.ml•Workplace is forcing me to switch back to Windows :(
13·3 months agoor only write instructions for Linux if you’re really evil
I’d try:
- running solaar from the terminals so you get the output log
- checking what you have in /etc/udev/rules.d
dxvk usually uses way more vram tho
Jumuta@sh.itjust.worksto
Linux@lemmy.ml•Which distro is closest to 'GUI/UX for everything, absolutely no CLI' approach like Windows or Mac + and just works (ie passes LTT Linux test)
73·3 months agoyou’ll become comfortable with the cli, it’s seriously not hard.
all you need to know to start is:
- ls (list files)
- cd (change directory)
- nano (edit text file)
then you can branch out from there
I thought Lynx used headless Firefox as the backend? isn’t the old one Links?
Jumuta@sh.itjust.worksto
Linux@lemmy.ml•UFW: opening/closing port, based on number in file and app status
3·3 months agohow many ports do you need? if it’s below 1000 I’d just permanently open an unused port range and make the applications use those ports
if nothing is listening on those ports then it wouldn’t be a security problem at all
Jumuta@sh.itjust.worksto
Linux@lemmy.ml•To new users of Linux, how does it feel to have to enter your password 1000x more often than Windows or macOS?
133·3 months agoyou’re trying to start a flame war on your first post? are you engagement farming? nice attempt ig
Jumuta@sh.itjust.worksto
Linux@lemmy.ml•To new users of Linux, how does it feel to have to enter your password 1000x more often than Windows or macOS?
8·3 months agotbf linux does have more sensible security defaults so having to enter more passwords is kinda true
on windows, the default user is passwordless admin by default so they just click one button to “authorise” whatever needs admin privileges (e.g. installing programs to windows equivalent of /usr/bin )
most Linux distributions I’ve used (except maybe raspbian) requires the user’s password for running shit as superuser
you CAN change the behaviour in /etc/sudoers if you really care though
Jumuta@sh.itjust.worksto
Linux@lemmy.ml•Choosing a distro based on repositories near me
6·3 months agodebian’s cdn is crazy fast, the default apt setup in debian 13 chooses mirrors dynamically and it’s really good
Jumuta@sh.itjust.worksto
Linux@lemmy.ml•PSA: Nvidia drivers 580 broke gaming on sway / wlroots for me
13·4 months agoseems to me like you made up your own non standard terminology?
This is a very advanced use case. Be warned.
Let’s first talk about the software you need. This determines the hardware you need to run it.
For the windows VM you need a few things:
- graphics accelerator (GPU)
- virtual display
- input devices
- audio output
To get the GPU, you probably want to pass through a GPU into the VM with iommu. When doing this, you still want your host OS (linux) to have a GPU as well, so you’ll need 2. Use the integrated one for linux, and the dedicated for windows. Make sure that the laptop display is connected internally to the integrated GPU, not dedicated. Otherwise your linux environment would be uninteractable.
Not sure if you can then use the dedicated GPU on linux when the VM isn’t running or not though. You can look this up probably.
Then, for the virtual display and input device, you want to use Looking Glass. It requires you to have a hardware GPU on both the VM and the host, but it allows you to have a latency free interface to the VM. It’s fucking great.
Audio really depends on your situation. If your motherboard’s builtin audio card is in the same IOMMU group as your dGPU, you’re fucked and you’ll need a USB DAC. That shouldn’t be the case though, it’s usually in your iGPU’s group.
Now for the hardware. From the above, you’ll need:
- 2 GPUs (1 for linux, 1 for windows)
- Mainboard firmware that supports IOMMU
- Audio NOT in the same IOMMU group as the windows GPU
- AMD/Intel GPU for linux, NVIDIA for windows as recommended by Looking Glass. I’ve personally had success with Intel for windows as well though.
- Your display must be connected to the linux GPU.
Jumuta@sh.itjust.worksto
Linux@lemmy.ml•planning to switch from windows 11 to Ubuntu on my laptop
2·4 months agoI’ve heard nvidia power management is a shitshow for laptops, I know someone that couldn’t get rtd3 power management to work on their 3000 series laptop gpu. that was on arch though, im not sure if Ubuntu has something set up already to handle that
that’s an incredibly slow cpu (I’ve literally never heard of a 600MHz cpu in anything this century).
You’re free to try, but I wouldn’t expect it to run any web browser (including obsidian, because that’s electron). I’d recommend using it to experiment with extremely lightweight software like Alpine Linux with some lightweight WM