If they are going to be sitting close to each other, consider using a USB cable between them and communicating via serial. This is more reliable than Bluetooth/WiFi and it’s one less power supply to worry about.
antsu
- 0 Posts
- 28 Comments
antsu@lemmy.wtfto
Linux@lemmy.ml•Is there an easy way of having a vm with gpu pass through to play windows games ?
7·2 years agoI have the 2020 G14 and I got this working once. I’m afraid easy and simple are not a thing here, as you need to understand what you’re doing if you want it to work well. The basics are:
- Prevent the host system from loading any drivers that touch the discrete GPU. This is done by attaching it to the VFIO driver and uninstalling/blacklisting the Nvidia and Nouveau drivers.
- Make sure you have the correct kernel parameters to support virtualisation and PCI-e passthrough.
- Create a Windows VM and attach the Nvidia GPU to it.
- Setup Looking Glass so you can play with the best possible latency. This will likely require a dummy USB-C display stick.
Personally, I don’t think it’s worth the hassle. I keep a Windows install for when it’s needed, and do most of my gaming on a separate system.
antsu@lemmy.wtfto
Selfhosted@lemmy.world•What tool do you use to display your self-hosting infrastructureEnglish
7·2 years agoMy stuff is all in docker-compose with a stack/service structure, so listing it is as simple as running
tree, and reading the individual YAML files if I need in-depth details.
antsu@lemmy.wtfto
Selfhosted@lemmy.world•Can a System Handle Brown/Blackouts on only the GPU?English
7·2 years agoWhat you want are two servers, one for each purpose. What you are proposing is very janky and will compromise the reliability of your services.
antsu@lemmy.wtfto
Arch Linux@lemmy.ml•As a capable but lazy user, how much would switching to Arch frustrate me?
2·2 years agoSolid advice. Good to mention too: use btrfs as filesystem for a better experience with Timeshift.
antsu@lemmy.wtfto
Arch Linux@lemmy.ml•As a capable but lazy user, how much would switching to Arch frustrate me?
4·2 years agoIf you have an interest in Arch, I’d recommend starting with a derivative distro like EndeavourOS. It’ll give you an easy installation process and a desktop that’s ready to use.
Then just use it as your daily driver. You’ll eventually run into the occasional issue when package X or Y upgrades and breaks something, learn to fix that, and eventually learn the “ins and outs” of Arch. That’s how I started, I went from Mint to Antergos, used that for a while, then when Antergos was discontinued (RIP) I converted my install to “pure” Arch and never looked back.
antsu@lemmy.wtfto
Linux@lemmy.ml•Software for remote desktop with phone confirmation to use on untrusted machines
9·2 years agoRustDesk sort of fits the bill. It’s open-source, has 2FA, can be self-hosted (but not needed), the client runs on anything, but the main issue here is that no amount of workarounds will make an untrusted machine any less untrusted, you’re essentially extending the display and input from a dubious machine into your own.
If you’re really worried about the security aspect, my suggestion would be to only use your phone as the client, and if you need to do anything more complex, use a Bluetooth keyboard connected to it. There are some foldable keyboards that don’t take too much space and are not terrible.
Just echoing what others said, Plank does not run on Wayland. You can install the “Dash to Dock” Gnome extension for a very similar experience (minus widgets). If using KDE, consider replacing Guake (which is GTK) with Yakuake (Qt).
antsu@lemmy.wtfto
Selfhosted@lemmy.world•How do you handle family requests that you disagree with?English
16·2 years agoThis here OP! ☝️
Jellyfin lets you do this easily.
antsu@lemmy.wtfto
Technology@lemmy.ml•Multi-million dollar Cheyenne supercomputer auction ends with $480,085 bid — buyer walked away with 8,064 Intel Xeon Broadwell CPUs, 313TB DDR4-2400 ECC RAM, and some water leaks
302·2 years agoEnough to run Chrome and 2 Electron apps!
Mine are all anime characters. Currently I have:
- Mizuho (Onegai Teacher)
- Misaki (To Aru Kagaku no Railgun)
- Washu (Tenchi Muyo)
- Siesta (Zero no Tsukaima)
- Derfflinger (Zero no Tsukaima)
Go to the fstab entry for that drive and add
nofailto its options.
antsu@lemmy.wtfto
Selfhosted@lemmy.world•Why is Matrix mentioned more often than XMPP in self hosted forums?English
31·2 years agoSuggest your friend to give Eturnal a try maybe. I have it running on an Oracle free tier instance, and I use it daily to have video calls with my family using Synapse/Element (and Jitsi inside Element for group calls), and it works great. The documentation is very good too.
Edit: this is my Eturnal config, for reference:
eturnal: listen: - ip: "::" port: 3478 transport: udp enable_turn: true - ip: "::" port: 3478 transport: auto enable_turn: true - ip: "::" port: 5349 transport: tls enable_turn: true realm: turn.<MY_DOMAIN> tls_crt_file: /etc/letsencrypt/live/turn.<MY_DOMAIN>/fullchain.pem tls_key_file: /etc/letsencrypt/live/turn.<MY_DOMAIN>/privkey.pem tls_options: - no_tlsv1 - no_tlsv1_1 - cipher_server_preferenceAnd the compose file:
services: eturnal: container_name: eturnal image: ghcr.io/processone/eturnal:latest environment: ETURNAL_RELAY_MIN_PORT: 49160 ETURNAL_RELAY_MAX_PORT: 59160 ETURNAL_RELAY_IPV4_ADDR: <REDACTED> ETURNAL_RELAY_IPV6_ADDR: <REDACTED> ETURNAL_SECRET: <VERY LONG RANDOM STRING> volumes: - ./eturnal.yml:/etc/eturnal.yml:ro - /etc/letsencrypt:/etc/letsencrypt:ro restart: unless-stopped read_only: true cap_drop: - ALL security_opt: - no-new-privileges:true network_mode: host
antsu@lemmy.wtfto
Linux@lemmy.ml•What're some of the dumbest things you've done to yourself in Linux?
113·2 years agoRunning the right command on the wrong SSH session/machine.
I have a bunch of ST6000NM0095 (which are similar specs) in my NAS, and despite already being well used when I got them, so far only one needed to be replaced in nearly 5 years of (my) usage.
My only advice with these is: if you notice a maddening noise coming from them when they’re idle, update them to the latest firmware and it’ll go away.
antsu@lemmy.wtfto
Linux@lemmy.ml•GNOME Shell and Mutter 46 Beta Released with Numerous Improvements - 9to5Linux
8·2 years agoCool. Time to get ready for another round of broken extensions.
antsu@lemmy.wtfto
Linux@lemmy.ml•[OC] Bibata Cursor v2.0.5 - w/Endless Personalization...
2·2 years agoAmazing work, these look great!
Timeshift with BTRFS kicks ass. I have mine set for daily snapshots, retained for a week. Only the changes between snapshots are stored, so the extra disk usage is minimal, and easily justified by the peace of mind in case of fuck-ups or broken updates.

Can I pick 2 and have them talk to each other instead? Would love to watch Hawking get Newton up to speed on some stuff.