Why Terminal Session Persistence Matters Imagine this: you SSH into your server to launch a data backup that takes a couple of hours. Halfway through, your internet connection drops — and with it, the SSH session. When you reconnect, the process is gone. You have to start all over again, wasting time and resources. By Continue reading "tmux Beats disown for Persistent SSH Sessions" The post tmux…
Introduction ISO 27000 is a family of standards focused on information security management systems (ISMS). Within this series, some standards are normative, meaning they define essential requirements, while others are informative, providing guidelines and recommendations. Difference Between Normative and Informative Standards Among the ISO 27000 series, ISO 27001, ISO 27006, and ISO 27009 are…
Free Range Routing (FRR) is a powerful, open-source routing software suite that provides implementations of various routing protocols, including BGP, OSPF, IS-IS, RIP, PIM, and more. It’s designed to run on Linux and Unix-like systems, making it a flexible solution for a wide range of network setups—from small labs to large-scale data centers. Why FRR? A Continue reading "Secure Networking with…
Traefik V2.3 creates a file called acme.json after a successful certification-creation (cert-provider: let s encrypt). To extract the certificate and key from this file I have created this bash-script:https://github.com/ugu5ma/extract_acme_json_traefik The post Extract certificate and key from acme.json appeared first on cipv6.de .
In today s cybersecurity landscape, having a robust and flexible security information and event management (SIEM) system is crucial. Wazuh, an open-source security platform, offers comprehensive solutions for threat detection, integrity monitoring, incident response, and compliance. Wazuh has an interesting history. In 2015, the Wazuh team decided to fork OSSEC, an open-source host-based Intrusion…
With the integration of LM Studio and iTerm2, powered by the cutting-edge DeepSeek LLM, developers can now streamline their workflows. This setup enhances coding efficiency while maintaining complete control over their data. Running DeepSeek LLM locally offers several benefits: These advantages make running DeepSeek LLM locally a powerful option for developers and users who prioritize Continue…
In today s digital age, safeguarding your data is more crucial than ever. With the increasing reliance on cloud storage, it s essential to have a robust backup strategy in place. This blog post will guide you through automating your cloud backups (like Onedrive in this example) using rclone and Duplicati on a Linux system (in my case Ubuntu 24.04.1 LTS). Continue reading "Automate Your Cloud…
ssh-audit is a powerful tool designed to help you assess the security of your SSH servers (and clients!). It provides detailed information about the server s configuration, supported algorithms, and potential vulnerabilities. In this guide, I ll walk you through the steps to install ssh-audit and run your first security tests. Secure SSH configuration made easy. Installation Continue reading "SSH…
Most major Linux distributions have adopted nftables as their default firewall framework, often using it under the hood for iptables commands. Here are some of the key distributions that support nftables: Let s examine a fresh installed Ubuntu 24.04 LTS on an RPI: What is telling me ? The system does not use the legacy iptables Continue reading "Do you use NFTables or IPTables (or both) ?" The…
Managing apps on your Mac can sometimes feel like a chore, especially when you have to manually update, install, or remove them. Enter MAS (Mac App Store command line interface), a powerful tool that simplifies these tasks and more. In this blog post I explore how MAS can make your life easier and why you Continue reading "MacOS: Streamline Your App Management with MAS" The post MacOS: Streamline…