HARDENING UI — Localhost Linux Endpoint Security Control Panel
Running as a single, lightweight .py file (no heavy SaaS, no npm/pip sprawling dependencies), Hardening UI bridges the gap between low-level kernel security and operational firewalld management.
Why it’s more than just a firewall utility:
• SYN Flood & DoS Mitigation: One-click injection of hardened sysctl profiles—enabling net.ipv4.tcp_syncookies and tuning network queues directly in the kernel.
• Spoofing & Route Protection: Automatically drops ICMP and secure redirects, and forces net.ipv4.conf.all.log_martians=1 to flag impossible or spoofed source routing.
• Real-Time Socket Triage: Leverages elevated socket diagnostics (ss) to pull absolute ground-truth network state. It maps listening sockets and established connections, explicitly flagging what is unblocked vs. dropped.
• Hypervisor Profiling: Built-in VMware orchestration profiles. Instantly locks down or exposes ports 902, 903, and 912 based on the hypervisor modules (vmnet, vmmon) detected on your host machine.
• Privacy Service Toggles: Direct systemctl state control for core privacy tunnels and remote shells (SSH, Tor, Tailscale, NordVPN, AnyDesk, Cloudflared).
THE SYNERGY: How it links with GODSEYE
When you are using GODSEYE to crawl the deep web, route traceroutes, or probe exposed targets, your intelligence platform is staring outward. Hardening UI acts as the shield facing inward.
By running both on your collection host:
1. Hardening UI sets your firewalld profile to a strict target=DROP policy and disables default public-facing vectors.
2. The sysctl layer protects your machine from retaliatory SYN floods, network mapping amplifier tricks, or spoofed boundary traps.
3. Your host is locked down while GODSEYE safely pipes threat telemetry over Tor SOCKS5h routing behind the perimeter.
Access is free but rigorously vetted via a signed Acceptable Use Agreement. Vetted operators will be manually added to the private repository. Unauthorized redistribution is treated as software theft.
DM me or head to securitycyber.uk to request access.
#LinuxHardening #CyberSecurity #Firewalld #Sysctl #SecOps #ThreatIntelligence #Infosec #DevSecOps

I want the same #gaming #performance as #CachyOS but I stay on #Arch. CachyOS is basically Arch with preconfigured tweaks. I build the same setup myself, so I know what every single #screw does and why it is there. No #ballast I do not understand, full #control. If something breaks, I know exactly where to look.

My #plan:

1. #CachyOS #repo and #BORE #kernel
2. #sysctl tweaks
3. #udev #scheduler rules
4. #amdpstate, preferred core
5. split lock off
6. #ananicy
7. #gamemode
8. #GEProton
9. #mesagit
10. #RADV transfer queue
11. #GPU performance level
12. #EXPO in the #BIOS

Funny detail: the #CachyOS #wiki itself has a #guide for Arch users who do not want to switch but want full control.

https://wiki.cachyos.org/features/optimized_repos/

What do you think?

#LinuxGaming #FOSS #Gaming #Freedom

A sysctl to disable splice vmsplice and tee syscalls - Gentoo Forums

Selectively block cores from the scheduler with sysctl hw.blockcpu

Selectively block cores from the scheduler with sysctl hw.blockcpu

Delayed hibernation comes to OpenBSD/amd64 laptops

Brilliant idea of systemd to apply sysctl settings from configuration files ignoring their folders and the Debian Kernel team to put defaults in a "/usr/lib/sysctl.d/50-default.conf" file.

Why 50 and not 00? I have all my settings in a "/etc/sysctl.d/10-custom.conf" file. One of them was mysteriously erased by those defaults in a file starting with a higher name hidden in the system files.

Now I understand why all configuration files are prefixed by "zzz".

#linux #systemd #sysctl #debian

✨🤦‍♂️ "vm.overcommit_memory=2 is *always* right!" proclaims the oracle of server wisdom, touting the magic #sysctl that will solve all memory woes. Because, of course, who needs nuanced memory management when you can just hope for the best? 😜✨
https://ariadne.space/2025/12/16/vmovercommitmemory-is-always-the-right.html #vmovercommit_memory #memorymanagement #serverwisdom #techhumor #ITjokes #HackerNews #ngated
vm.overcommit_memory=2 is always the right setting for servers

The Linux kernel has a feature where you can tune the behavior of memory allocations: the vm.overcommit_memory sysctl. When overcommit is enabled (sadly, this is the default), the kernel will typically return a mapping when brk(2) or mmap(2) is called to increase a program’s heap size, regardless of whether or not memory is available. Sounds good, right? Not really. While overcommit is convenient for application developers, it fundamentally changes the contract of memory allocation: a successful allocation no longer represents an atomic acquisition of a real resource.

Fixing delayed syncing with Linux Nextcloud client – Lennart’s weblog

Recently, I noticed that changed files were not picked up by the Nextcloud client as fast as before. As a result I sometimes missed a file (or changes in a file) on my laptop that had been created …

Source: Fixing delayed syncing with Linux Nextcloud client – Lennart’s weblog

Fixing delayed syncing with Linux Nextcloud client

Recently, I noticed that changed files were not picked up by the Nextcloud client as fast as before. As a result I sometimes missed a file (or changes in a file) on my laptop that had been created …

Lennart's weblog

nsysctl 2.2 is out!

New features and improvements:
https://alfonsosiciliano.gitlab.io/posts/2025-06-28-nsysctl-2-2.html

Manual and tutorial already updated!
#documentation #docs #manual #tutorial

Port update in progress sysutils/nsysctl
#FreeBSD #UNIX #sysadmin #sysctl #HappyHacking #runbsd  #OpenSource