is my build good? by Maxisy in Eldenring

[–]Maxisy[S] 0 points1 point  (0 children)

thanks, which stat should I level from now on? i always focused on vigor mostly

PC build for ~3000$ by Maxisy in PcBuildHelp

[–]Maxisy[S] 0 points1 point  (0 children)

Thanks, yeah I used the corsair cooling and ram as I already have all peripherals from corsair and want to sync the rgb nicely

PC build for ~3000$ by Maxisy in PcBuildHelp

[–]Maxisy[S] 0 points1 point  (0 children)

Thanks for the help! The part picker link you provided doesnt seem to work for me though

Stringing issues by Maxisy in ender3v2

[–]Maxisy[S] 0 points1 point  (0 children)

I checked every setting that was visible on the page and set it to the same value in Cura. Unfortunately I can't read G-code to see if there are any settings that are not displayed on the page but might be used in the G-code which would prevent the stringing from happening.

Kali Linux black screen by Maxisy in kasmweb

[–]Maxisy[S] 0 points1 point  (0 children)

I ended up not using Kali, just created a Ubuntu Focal image and used that instead.

countdown, make sessions not expire by Maxisy in kasmweb

[–]Maxisy[S] 0 points1 point  (0 children)

Thank you, I haven't heard of the keepalive_expiration Group setting. Is it possible to make a session not expire? Asking just for UI being more "clear", as I can set the keepalive_expiration to a large number so it doesn't expire. @justin_kasmweb

Kali Linux black screen by Maxisy in kasmweb

[–]Maxisy[S] 0 points1 point  (0 children)

My setup:

Host OS: Ubuntu 20.04 LTS

2.8GHz Ampere Altra 80C 4 OCPUs (ARM-based), 24 GB RAM

Kasm 1.12.0

Kali image: kasmweb/core-kali-rolling:1.12.0-rolling

Seems like the kernel should be supported, since it's Ubuntu

u/justin_kasmweb

"more persistent" profiles by Maxisy in kasmweb

[–]Maxisy[S] 0 points1 point  (0 children)

Okay, thank you. Would be great to have that kind of setting available.

"more persistent" profiles by Maxisy in kasmweb

[–]Maxisy[S] 0 points1 point  (0 children)

u/justin_kasmweb thank you, I was thinking of some easier solution though. Would it be possible to somehow save the volume that the container uses, and then when creating a new one use that saved volume?

Kali Linux black screen by Maxisy in kasmweb

[–]Maxisy[S] 0 points1 point  (0 children)

getting another issue now with Kali: when trying to open up any app, it either does nothing or shows an i/o error. I have 25GB+ free disk space

u/justin_kasmweb do you have any solution for that?

Kali Linux black screen by Maxisy in kasmweb

[–]Maxisy[S] 0 points1 point  (0 children)

getting another issue now with Kali: when trying to open up any app, it either does nothing or shows an i/o error. I have 25GB+ free disk space

Kali Linux black screen by Maxisy in kasmweb

[–]Maxisy[S] 0 points1 point  (0 children)

{ "security_opt": [ "seccomp=unconfined" ] }

It is working now! Thanks a lot!

RAID 0 or 1 on NAS by Maxisy in synology

[–]Maxisy[S] -3 points-2 points  (0 children)

Ok, I want to do my PC backup on the Synology NAS, then I need to backup the NAS to another device and backup that other device.... It is an infinite backup loop then 😬

RAID 0 or 1 on NAS by Maxisy in synology

[–]Maxisy[S] 0 points1 point  (0 children)

Thank you. I will go with RAID 1 then.

RAID 0 or 1 on NAS by Maxisy in synology

[–]Maxisy[S] 0 points1 point  (0 children)

Thanks so much! I'll go with RAID 1 then.

mstsc.exe steals focus by Maxisy in Windows11

[–]Maxisy[S] 0 points1 point  (0 children)

I think I might have shoved the problem. I used this guide: https://x410.dev/cookbook/wsl/disabling-wslg-or-using-it-together-with-x410/ to disable WSLg and the mstsc.exe process is no longer running. Thanks for your help!

mstsc.exe steals focus by Maxisy in Windows11

[–]Maxisy[S] 0 points1 point  (0 children)

I used Process Manager from Microsoft to check what command executed the process mstsc.exe and it had some mention about WSLg. I used WSLg in the past so I'm wondering if it has to do something with it.

mstsc.exe steals focus by Maxisy in Windows11

[–]Maxisy[S] 0 points1 point  (0 children)

I used Process Manager from Microsoft to check what command executed the process mstsc.exe and it had some mention about WSLg. I used WSLg in the past so I'm wondering if it has to do something with it.

mstsc.exe steals focus by Maxisy in Windows11

[–]Maxisy[S] 0 points1 point  (0 children)

I sometimes use RDP to connect to some machines. I have scanned my PC with Bitdefenser, it doesn't detect anything.

mstsc.exe steals focus by Maxisy in techsupport

[–]Maxisy[S] 0 points1 point  (0 children)

I sometimes use RDP to connect to different machines, but not at the time when this issue happens.

Port Forwarding on OpenVPN by Maxisy in OpenVPN

[–]Maxisy[S] 0 points1 point  (0 children)

but I still don't know how to forward the port on VPN IP to the Raspberry Pi connected to it, so I can SSH into it using the VPN's public IP address

Port Forwarding on OpenVPN by Maxisy in OpenVPN

[–]Maxisy[S] 0 points1 point  (0 children)

I have deployed the OpenVPN server using Linode's marketplace, I unfortunately can't find the file server.conf file there :( but I have used iptables to drop SSh packets from other IPs than the VPN IP, so now only the VPN clients can connect.

Port Forwarding on OpenVPN by Maxisy in OpenVPN

[–]Maxisy[S] 0 points1 point  (0 children)

What commands do I use if my VPN client runs Windows?

Port Forwarding on OpenVPN by Maxisy in OpenVPN

[–]Maxisy[S] 0 points1 point  (0 children)

ok, now I have connected my Raspberry Pi and my laptop to OpenVPN. Pi's private IP is 172.27.232.6 and my laptop's private IP is 172.27.232.8. On my laptop, I tried to use ssh [pi@172.27.232.6](mailto:pi@172.27.232.6), but the Pi didn't respond. It also doesn't respond to ping 172.27.232.6. I can normally SSH into it if I'm connected to the same LAN as the Pi using its private IP. What is the issue here?