proxy

joined 4 days ago
[–] proxy@sh.itjust.works 7 points 1 day ago (2 children)

Any particular reason you prefer GPT4ALL?

132
Simple local ai app (flathub.org)
submitted 1 day ago* (last edited 1 day ago) by proxy@sh.itjust.works to c/linux@lemmy.ml
 

I'm not a huge fan of AI, but I do use it occasionally. I found a tool on Flathub that I've been trying out, so I thought i would share it if any for you need something like it. The interface is also pretty nice if you use Gnome(it don't look so nice KDE). Its unstable on my arch install

[–] proxy@sh.itjust.works 9 points 1 day ago (1 children)

Thanks. You needed to bee that guy.

[–] proxy@sh.itjust.works 1 points 2 days ago* (last edited 2 days ago)

I have not install may Flatpaks on this linux install just past. Sorry my system language is set to American English

[–] proxy@sh.itjust.works 3 points 2 days ago* (last edited 2 days ago) (2 children)

English and Konsole. I've installed many Flatpaks in the past, but this is the first time I've encountered this issue.

 
[–] proxy@sh.itjust.works 1 points 3 days ago* (last edited 3 days ago)

Thanks for the Firejail suggestion, I'm currently experimenting with it but keep getting a error. When I attempt to add my WireGuard configuration using the command sudo wg-quick up wireguard, I consistently receive the error message /usr/bin/wg-quick: line 32: resolvconf: command not found. I've tried starting resolvconf via systemd, and it's now running, but the error persists.

[–] proxy@sh.itjust.works 3 points 3 days ago* (last edited 3 days ago) (1 children)

If I'm reading correctly, there isn't a modern GPU driver for QEMU that supports customizing VRAM?

[–] proxy@sh.itjust.works 4 points 3 days ago

I was under the impression that QXL driver were capped at 256MB too, thanks.

[–] proxy@sh.itjust.works 3 points 4 days ago (2 children)

It's an improvement, but 500MB+ would be perfect.

[–] proxy@sh.itjust.works 2 points 4 days ago* (last edited 4 days ago)

Thanks the list is very useful.

[–] proxy@sh.itjust.works 1 points 4 days ago (1 children)

Would using the Mullvad VPN app still be an option, or would I need to set up WireGuard for Mullvad VPN.

29
submitted 4 days ago* (last edited 2 days ago) by proxy@sh.itjust.works to c/linux@lemmy.ml
 

I'm having trouble allocating more VRAM to my QEMU virtual machine. Currently, I'm using the following command to launch my VM:

qemu-system-x86_64 -enable-kvm -boot menu=on -drive file=QEMU -m 2G -cpu host -vga virtio

Can anyone help me figure out how to increase the VRAM allocation in QEMU?

Solution by lnxtx@feddit.nl qemu-system-x86_64 [...] -vga qxl -global qxl-vga.vram_size_mb=128 -global qxl-vga.ram_size_mb=128

 

I'm trying to achieve a specific setup where I want to proxy a single app (lets say, GIMP) through a WireGuard/OpenVPN connection, while routing all other traffic through the Mullvad VPN app. The issue is that the VPN provider doesn't support SOCKS5 or any other proxy protocols(Not Mullvad VPN).

I've attempted to set up a WireGuard connection that only allows GIMP to pass through, but I'm not sure if I'm on the right track and don't know how to do it. Has anyone successfully achieved this setup on Linux? If so, I'd love to hear about your approach.

Specifically, I'm looking for a way to proxy GIMP through WireGuard/OpenVPN while keeping all other traffic routed through the Mullvad VPN app. Any guidance or advice would be greatly appreciated!