Are there known vulnerabilities exist on Windows that are not patched?
https://lemmy.world/post/415356
Are there known vulnerabilities exist on Windows that are not patched? - Lemmy.world
I only know about CVE-2013-3900
[https://msrc.microsoft.com/update-guide/vulnerability/CVE-2013-3900]
(WinVerifyTrust) which allows modified files to pass signature check unless you
tweak registry to enable patches. I think there must be other instances like
this where Microsoft won’t fix vulnerability or chooses insecure defaults, is
there a list?
How to get modded Persona3 FES on Linux
https://lemmy.world/post/335239
How to get modded Persona3 FES on Linux - Lemmy.world
This is a copy of my comment from Reddit. — My Linux distro is EndeavourOS (Arch
Linux but installed with graphical installer), I installed pcsx2-git from AUR
which currently provides version 1.7.4282.r0.g6d7eceb4f-1, I will give a rundown
on what I did to get P3F Community Enhancement Pack on Linux. 1. Get a Windows
system (P3F Community Enhancement Pack requires that) 2. Follow P3F Community
Enhancement Pack’s installation instruction step by step. 3. Boot back to Linux
and mount whatever disk partition that has P3F Mods folder. 4. Rename your old
PCSX2 config directory if you already played for a while (~/.config/PCSX2 to
~/.config/PCSX2.bak) (In Linux “~” equals to /home/<your username>) 5. run pcsx2
one and close it to generate default config folder. 6. Copy everything under P3F
Mods/Files to ~/.config/PCSX2. 7. Copy P3F Mods/.PCSX2/inis to ~/.config/PCSX2
and override original inis directory. 8. Open ~/.config/PCSX2/inis/PCSX2.ini
with any text editor. 9. remove all occurrences of ..\Files\. (for example, Bios
= ..\Files\bios becomes Bios = bios) 10. change Snapshots = ..\Notes\snaps to
Snapshots = snaps and “Logs = …\Logs\logs” to “Logs = logs” 11. save PCSX2.ini
and close text editor. 12. open a terminal (a program which lets you do Linux
commands) 13. do cd ~/.config/PCSX2 14. do pcsx2-qt -elf elf/SLUS_216.21.ELF
-batch -fastboot -nofullscreen -- iso/P3F.iso 15. Does the game run? Did you see
“P3F CEP” logo? (I hope it work for you too.) 16. To restore old save, copy
memcards folder from ~/.config/PCSX2.bak. 17 To quickly launch p3f, you can put
a function under ~/.bashrc function p3f() { cd ~/.config/PCSX2 pcsx2-qt -elf
elf/SLUS_216.21.ELF -batch -fastboot -nofullscreen – iso/P3F.iso } then you can
just type “p3f” to launch p3f.
Nouveau driver on Linux 6.3 causes memory corruption
https://lemmy.world/post/144599
Nouveau driver on Linux 6.3 causes memory corruption - Lemmy.world
Phoenix article https://www.phoronix.com/news/Avoid-Nouveau-Linux-6.3
[https://www.phoronix.com/news/Avoid-Nouveau-Linux-6.3]
Is anyone else having 502 Bad Gateway problem with lemmy.ml? (probably IPV6 related)
https://lemmy.world/post/120796
Is anyone else having 502 Bad Gateway problem with lemmy.ml? (probably IPV6 related) - Lemmy.world
I keep seeing “502 Bad Gateway” when trying to browse lemmy.ml
[http://lemmy.ml], and after turning on proxy in my browser it works instantly,
after a few tests it seems that lemmy.ml [http://lemmy.ml] has issues with IPV6.
Two curl commands shows very different result for me.
[https://lemmy.world/pictrs/image/e3ba498b-e9bb-4b4d-97fc-db9832769a57.png]