RSSAmplifier

Blog

Ariq Naufal

SysAdmin - Linux Enjoyer

ariq.nauf.alRSS feed ↗15 posts

Latest posts

I'm addicted to Google AI subs plan

This started because Google One gave me free trial for Google AI Pro Plan. Started from 30th March to 30th April. I Opened Antigravity. And i did lot of things. Like Iron man with his Jarvis. With generous context of their gemini 3 flash, i did lot of things, which

Wireguard Mesh Private Network Setup

Private Network Plan VPS Location Internal IP Private Key Public Key VPS1 DE 192.168.1.1 <save_this> <save_this> VPS2 NL 192.168.1.2 <save_this> <save_this> VPS3 US 192.168.1.3 <save_this> <

I came looking for Chicken and I found Octopus [BFCM 2024]

Hallo, long time no post.. The last Friday of November (Black Friday) and the next monday (Cyber Monday) LowEndTalk and LowEndSpirit always create a mega thread which some providers create black Friday and Cyber Monday sales. Every year i tried join that BF CM sales, but unfortunately i got no

My September 2023 Roundup

Hey, it&apos;s me again. Ariq. Several months have passed since my last post on March 2023: 100DaystoOffload , and now I&apos;m going to write this September 2023 before I forget. In this month, September 2023, I watched the legendary series: Breaking Bad . I watch this series season

100DaysToOffload

I&apos;ve been blogging since 2018 on my other personal blog , which is only posted in Indonesia (cause it&apos;s my native language). And I start a new personal blog in March 2022 as I said before : this is my first attempt to create an english blog. And

How to: Fail2Ban

Hello, fellow SysAdmin &#x1F977; In the last few days on March 2023, Alhamdulillah I made several posts about Fail2Ban : Protect SSH with Fail2Ban Protect MySQL Auth with Fail2Ban Protect Nginx Auth with Fail2Ban Protect Wordpress Login in Docker container with Fail2Ban Fail2ban with Cloudflare Email Notification Fail2ban with MSMTP This

Email Notification Fail2ban with MSMTP

&#x1F4A1; This tutorial is part of the How to: Fail2Ban tutorials series, you may check the main post to know what Fail2ban is, and how Fail2Ban works. Notification is an essential part of setting up Fail2ban and setting up email notifications in Fail2ban requires a mail server to send emails.

Save Links to Read it later

Recently, I&apos;ve been looking for a service to save links on the Internet that I will open/read it later or anime or series to watch later because of the limited time I have. And I found Pocket (getpocket.com) and realize it&apos;s already integrated with

Fail2ban with Cloudflare

&#x1F4A1; This tutorial is part of the How to: Fail2Ban tutorials series, you may check the main post to know what Fail2ban is, and how Fail2Ban works. In this case, I want to protect an app in Docker container with Fail2ban which uses Cloudflare CDN. Prerequisites This tutorial was adapted

Protect Wordpress Login in Docker container with Fail2Ban

&#x1F4A1; This tutorial is part of the How to: Fail2Ban tutorials series, you may check the main post to know what Fail2ban is, and how Fail2Ban works. Step 1: Add a New Fail2ban Jail Edit jail.local file: sudo nano /etc/fail2ban/jail.local Add a new jail "wplogin&

Install NGINX with Brotli Easily

Brotli is a high-performance, lossless compression algorithm developed and maintained by Google. It can be used by web servers to compress files like .html and .css files and increase the perforce of websites and reduce their bandwidth requirements. NGINX does not provide a compiled brotli module for their open-source version.

Fix Geekbench test failed and low memory was detected.

I ran yet-another-bench-script (yabs) script with my new VPS and encountered an error. Example yabs result: root@us:~# curl -sL yabs.sh | bash ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## Yet-Another-Bench-Script v2023-02-27 https://github.com/masonr/yet-another-bench-script ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## Fri Mar 10 04:30:37 UTC 2023 Basic System Information: Uptime : 0…

Protect Nginx Auth with Fail2Ban

&#x1F4A1; This tutorial is part of the How to: Fail2Ban tutorials series, you may check the main post to know what Fail2ban is, and how Fail2Ban works. Step 1: Add a New Fail2ban Jail Edit jail.local file: sudo nano /etc/fail2ban/jail.local Add a new jail "nginx-http-auth&

My First Time Unsplash Submission

3 months ago (in December 2022), Alhamdulillah Allah The Giver of Gifts, the Most Gracious, and the Most Merciful invited me to His sacred House ( Mecca / Makkah al - Mukarramah ) and Prophet&apos;s Mosque (Medina / al- Madinah al - Munawwarah ). I take many photos yet some of them are

Protect MySQL Auth with Fail2Ban

&#x1F4A1; This tutorial is part of the How to: Fail2Ban tutorials series, you may check the main post to know what Fail2ban is, and how Fail2Ban works. Since I have a remote mysql server that the public (Internet) can connect to, I&apos;ve been wondering how to protect mysql