Github job opportunity phishing campaign

Starting on 12.02.2024 me and a lot of other github users have received a fake job opportunity email that appears to come from github.com The content of the email looks like this: At a first glance, the email appears to be official and coming directly from the an github email address: [email protected] For someone who …

Xorg seg faults when unable to load driver i965 (AIGLX error: dlopen of i965_dri.so failed)

Warning: New mesa update might have fixed the issue,So the information here might be wrongTry updating your system before anything else!(^ v ^) In this article I will detail the encounter of a very strange error that made Xorg unusable. This error was particularly strange because it was, seemingly, not caused by any user interaction. …

Trying to use pyinstaller inside an abstracted venv (Failed to import `module`)

Story of someone trying to use pyinstaller on Arch Linux Note: If you only care about the issue with pipx and don’t need a pretext, you may skip to here Trying to use pyinstaller on Arch Linux Let’s say you are an Arch Linux user and want to install a certain python module via pip …