Advertisement Β· 728 Γ— 90

Posts by Hugo | DevOps | Cybersecurity πŸ‡±πŸ‡»

RouterOS v7 eBGP: `set ttl=255`. If you're not doing this for direct peers, your BGP session is a target. Stop remote spoofing easily. #BGPsecurity #RouterOS #NetOps

www.valtersit.com/vault/2026/04/mikrotik_r...

2 hours ago 0 0 0 0

Custom Checkov policies for Docker. Because default security isn't enough for your "unique" compliance. Write more YAML. #DevSecOps #Checkov #DockerSecurity

www.valtersit.com/vault/2026/04/checkov_do...

4 hours ago 0 0 0 0

LXC uid_map/gid_map verification. Stop blindly trusting lxc.idmap configs and prevent host privilege escalation. Check your mappings. #LXC #Containers #SecOps

www.valtersit.com/vault/2026/04/lxc_contai...

7 hours ago 0 0 0 0

Unprivileged LXC failing? Of course. You forgot `usermod --add-subuids` and `--add-subgids`. Stop making me explain basic container fundamentals.
#LXC #Su...

www.valtersit.com/vault/2026/04/lxc_contai...

13 hours ago 0 0 0 0

GitLab CI/CD variable sprawl is a breach waiting to happen. Scan all projects for sensitive keys. Know your exposure. #DevSecOps #GitLab #SecurityAudit

www.valtersit.com/vault/2026/04/gitlab_ci/...

21 hours ago 0 0 0 0

Setting NTFS ACLs with PowerShell. Read/Modify for groups. Use -Force if you're feeling brave. Enjoy the permission sprawl. #PowerShell #NTFS #Security

www.valtersit.com/vault/2026/04/windows_po...

1 day ago 0 0 0 0

Nginx Ingress trust issues? Patch the deployment with your custom CA ConfigMap. Stop whining, start trusting. #Kubernetes #Nginx #InfraSec

www.valtersit.com/vault/2026/04/kubernetes...

1 day ago 0 0 0 0
Advertisement

Init, validate, plan. Stop pushing broken Terraform. These pre-flight checks catch your misconfigurations before you break prod. Basic. #Terraform #IaC #De...

www.valtersit.com/vault/2026/04/terraform_...

1 day ago 0 0 0 0

`busctl monitor --system`: When `systemd` fails, watch the D-Bus chaos unfold. Your services are probably already broken.
#DBus #systemd #LinuxTrouble

www.valtersit.com/vault/2026/04/linux_syst...

1 day ago 0 0 0 0

`ldapsearch`: Dump AD computers, OS, lastLogon. Red team gold, blue team audit. Patch your LDAP signing, or watch me own your domain. #ActiveDirectory #LDAP #Security

www.valtersit.com/vault/2026/04/active_dir...

1 day ago 0 0 0 0

K8s has nodes Prometheus can't see. Your monitor is blind to uncollected `node-exporter` metrics. Fix the coverage gaps.
#Kubernetes #Prometheus #DevSecOps

www.valtersit.com/vault/2026/04/prometheus...

2 days ago 1 0 1 0

ALTER SYSTEM SET PGA_AGGREGATE_TARGET. Stop Oracle disk spills. You're welcome for the manual fix your "automatic" system needed.
#OracleDBA #DBPerfo...

www.valtersit.com/vault/2026/04/oracle_dat...

2 days ago 0 0 0 0

`sestatus -v`: If your "enforced" SELinux is actually disabled, your security posture is a bad joke. Stop ignoring it. #SELinux #LinuxSecurity #Compliance

www.valtersit.com/vault/2026/04/selinux_po...

2 days ago 0 0 0 0

`john` demolishes your `/etc/shadow` file, exposing every weak password. That "strong password policy" is just theatre. #PasswordSecurity #Infosec #Pentesting

www.valtersit.com/vault/2026/04/john_the_r...

2 days ago 0 0 0 0

Fix your SSH permissions. `.ssh` must be 700, `authorized_keys` 600. OpenSSH won't work otherwise. Stop being lazy.
#SSH #Security #Linux

www.valtersit.com/vault/2026/04/ssh_harden...

2 days ago 0 0 0 0
Advertisement

GitHub Actions runners: `sudo -u ghrunner`. Not root. It's not optional. Least privilege isn't a suggestion. Stop being lazy. #DevSecOps #GitHubActions #RHEL

www.valtersit.com/vault/2026/04/github_act...

2 days ago 0 0 0 0

Hashcat on Kali. Custom charset (`common_symbols.txt`) for weak last characters. Still seeing this? Bruteforce with `?l?l?l?l?d?d?1`. Easy win. #hashcat #pentesting #...

www.valtersit.com/vault/2026/04/hashcat_ad...

3 days ago 0 0 0 0

Redis struggling? `INFO stats | grep 'evicted_keys|hits|misses'` diagnoses your memory pressure and cache effectiveness. Stop the bleeding.
#Redis #Monitoring #DevSecOps

www.valtersit.com/vault/2026/04/redis_memo...

3 days ago 0 0 0 0

UFW rule: Docker containers need host port 9000. So much for network isolation. Hope that service is locked down. #Docker #UFW #SecOps

www.valtersit.com/vault/2026/04/ufw_firewa...

3 days ago 0 0 0 0

Catching Grafana config drift before the inevitable prod incident. `curl | jq | diff` doesn't lie. Your 'hotfixes' are showing. #Grafana #ConfigDrift #DevSecOps

www.valtersit.com/vault/2026/04/grafana_da...

3 days ago 0 0 0 0

Your build times are slow because you're lazy. `buildx --cache-to type=registry` exists. Use it. Or don't. Your CI bill, not mine. #Docker #Buildx #DevOps

www.valtersit.com/vault/2026/04/github_act...

3 days ago 0 0 1 0

IPv6 routing on WireGuard. Not rocket science. Add addresses, routes. Then secure it, if you remember.
#IPv6 #WireGuard #ip6tables

www.valtersit.com/vault/2026/04/wireguard_...

4 days ago 0 0 0 0

Need real-time? Isolate CPU cores 2,3 via GRUB. `sed` in `isolcpus`, `nohz_full`, `rcu_nocbs`. Reboot. Hope you know what you're doing. #LinuxKernel #GRUB #Realtime

www.valtersit.com/vault/2026/04/linux_kern...

4 days ago 0 0 0 0
Advertisement

If your Docker images lack OCI labels for provenance, you're flying blind. Debugging production will be hell. Embed metadata. It's not optional. #Docker #...

www.valtersit.com/vault/2026/04/github_act...

4 days ago 0 0 0 0

Yep, you're still hardcoding IPs in Docker. Fine. This gets your postgres on a custom bridge network. Just don't forget the pre-reqs. #Docker #Networking #Containers

www.valtersit.com/vault/2026/04/docker_net...

6 days ago 1 0 0 0

Suricata false positive blocking legit traffic? sudo suricatasc -c /var/run/suricata/suricata.sock rule-disable 2221000:1. No restart, zero downtime. Don't drift conf...

www.valtersit.com/vault/2026/04/suricata_i...

6 days ago 0 0 0 0

Docker build from Git URL: `docker build github.com/[OWNER]/[REPO].git#main:./app`. Quick proto hack, but prod nightmareβ€”external deps, latency, repo compromise risk. Stic...

Intel: www.valtersit.com/vault/2026/04/github_act...

1 week ago 0 0 0 0

Automate OpenVPN cert renewal on Ubuntu 22.04 with systemd timer/service. Daily 30-day expiry checks, zero-downtime SIGHUP reloads, fresh CRLs. PCI-D...

Intel: www.valtersit.com/vault/2026/04/openvpn_si...

1 week ago 0 0 0 0

Export -f: Serialize bash funcs for subshell parallelization. xargs -P4 crushes serial testsβ€”10x faster on Ubuntu 22.04 8-core. Validate args, limit blast radius. CI farms app...

Intel: www.valtersit.com/vault/2026/04/bash-scrip...

1 week ago 0 0 0 0

MySQL 5.7: Ditch slow_query_log parsing. Hit performance_schema.events_statements_summary_by_digest for top 10 slow fingerprints by SUM_TIMER_WAIT. Spots Cartesia...

Intel: www.valtersit.com/vault/2026/04/mysql_5.7_...

1 week ago 0 0 0 0