-
Specs:
```
OS: Gentoo Linux
CPU: i7-9700K
GPU: AMD 5700xt (mesa drivers)
RAM: 16GB
```
In the new steam beta after every update to Dota2 (doesn't seem to matter how small of an update), fossi…
-
GNU ld can relax PC-relative addressing to GP-relative addressing in `-no-pie` mode (disable for `-pie`/`-shared`).
```
# a.s
.globl _start
_start:
lui a0,%hi(var)
addi a0,a0,%lo(var)
l…
-
Hello folks, long time no see :).
on Fedora I am trying to catch syscalls with a specific exit value (EACCES=-13) by the following rule:
```
# auditctl -a always,exit -S all -F exit=-13 -F key=…
-
The RDTSCP event ordering logic talked about in #10512 and #15102 (tricky palindrome bug numbers) doesn't seem to be working, at all.
1. What version of Go are you using (`go version`)?
`go versio…
tv42 updated
11 months ago
-
```
#!watchflakes
default
-
hello, its me again
ive succesfully built and flashed linux into my esp32s3. but i dont know the login credentials.
![image](https://github.com/hpsaturn/esp32s3-linux/assets/70165606/50cafb60-8b3b-…
-
I mount a remote folder into my home folder, which contains my music collection. I would like to be able to share this lib.pl and playlist.pl file with other computers that I use, without needing to r…
-
Dear Dr. Quynh,
I have tried to play around with the shellcode analysis:
https://eternal.red/2018/unicorn-engine-tutorial/
However, I have got the following error, do you have any hints? Thank …
-
# Intro
Hi, Kata-Containers newbie here.
After a long trial & errors trying to utilize kata-containers from within my VM (RHEL8.6 w/ `Linux system_name 4.18.0-372.9.1.el8.x86_64 #1 SMP Fri Apr 15 22…
-
**Describe the bug**
zsock_sendto dereferences invalid pointer if an active TCP connection is stalled e.g. due to networking erorr so that TCP retransmissions are exceeded. This is seen with an MQT…