🔥
::0
Creator of Linux Kodachi, a security-focused Linux distribution, and have developed many tools to enhance privacy and digital security.
Pinned Loading
-
Linux-Kodachi
Linux-Kodachi PublicLinux Kodachi is a Debian-based security OS by Warith Al Maawali, built for uncompromising privacy, anonymity, and reliability. It pairs hardened defaults with a curated toolkit for private browsin…
-
Converts .eml files to HTML, Markdow...
Converts .eml files to HTML, Markdown, PDF, plain text, and JSON formats. Handles attachments, counts replies, cleans up HTML, and manages duplicates. Outputs all processed emails into a single indexed HTML file, convertible to other formats. 1# =========================================2# Email to PDF Conversion Script3# =========================================4#5# Version: 1.1 -
Monitoring your server’s performance...
Monitoring your server’s performance is crucial, and Netdata offers a real-time, interactive dashboard to keep tabs on your system metrics. Setting up Netdata on a Debian-based system can be streamlined using this comprehensive Bash script, ensuring a hassle-free installation and configuration process. 1#!/bin/bash2# =========================================3# Netdata Setup Script4# =========================================5# -
Securing your website with SSL certi...
Securing your website with SSL certificates is essential to protect user data and enhance credibility. This Bash script simplifies the process of setting up Let’s Encrypt SSL certificates for Apache servers on Debian-based systems. Automate the entire lifecycle—from installation to renewal—and keep your website secure effortlessly. 1#!/bin/bash2# =========================================3# Let's Encrypt Setup Script4# =========================================5# -
Lsyncd (Live Syncing Daemon) is a po...
Lsyncd (Live Syncing Daemon) is a powerful tool for keeping files synchronized across multiple servers in real time. Whether managing multiple worker nodes or ensuring a master node is always up to date, Lsyncd provides an efficient, automated solution. This guide walks you through setting up Lsyncd on a Debian-based system using a Bash script. 1#!/bin/bash2# =========================================3# Lsyncd Setup Script4# =========================================5#
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


