Search Articles — Sudonull

Search Results

In this project

CPU Temperature Monitoring on Python Xlib

https://sudonull.com/cpu-temperature-monitoring-on-python-xlib

Implement CPU temperature overlay in X11 with python-xlib. Cross-platform script for FreeBSD/Linux. Full code, sysctl/sysfs setup. For middle/senior dev.

CVE-2026-4247 FreeBSD TCP DoS Vulnerability

https://sudonull.com/cve-2026-4247-freebsd-tcp-dos-vulnerability

Analysis of CVE-2026-4247: mbuf leak in TCP Challenge ACK FreeBSD. Attack vectors, sysctl fix, branch patches. Update systems to protect against remote DoS.

Wine 11.5: C++ in build and Linux syscall

https://sudonull.com/wine-11-5-c-in-build-and-linux-syscall

Wine 11.5 is out with C++ support in Meson, ICU, user syscall dispatch, and VBScript fixes. 5400+ Windows applications run stably. Details for developers.

Assembler x86-64 GUI X11 fasmg

https://sudonull.com/assembler-x86-64-gui-x11-fasmg

Creating a minimal GUI on x86-64 assembler with X11: syscall macros, vararg printf, mmap structures. Size optimization for Linux. Instructions for developers.

From the web

Mar 27, 2026 ·

https://linuxize.com/post/sysctl-command-in-linux/

Mar 27, 2026 · Learn how to use the sysctl command to view, set, and persist Linux kernel parameters, with practical examples for common settings.

Jan 16, 2026 ·

https://linuxvox.com/blog/sysctl-command-in-linux/

Jan 16, 2026 · In the realm of Linux system administration, fine-tuning your system for performance, security, and stability is a critical skill. One of the most powerful tools at your disposal for this task is the ` sysctl ` command. Whether you’re optimizing network throughput, adjusting memory management, or hardening your system against attacks, ` sysctl ` provides a straightforward interface to interact ...

Searches related to sysctl

https://linux.wiki/docs/commands/system-service/sysctl/

Common Options -h, --help - Display help information -v, --version - Show version information -V, --verbose - Enable verbose output (if supported) Description The sysctl command is part of the system-service category in Linux systems. It provides essential functionality for configure kernel parameters at runtime. Refer to the manual page (man sysctl ) for detailed information about all ...

Trending Now