Running Wakapi, a Self-Hosted WakaTime Compatible Backend for Coding Stats
Running Wakapi, a Self-Hosted WakaTime Compatible Backend for Coding Stats

Wakapi is a minimalist, self-hosted WakaTime-compatible backend for coding statistics. It’s cross platform (Windows, MacOS, Linux) and can be self-hosted to your local computer or your own server, so your data is really yours. This article will guide you how to run Wakapi on Linux operating system.

ditatompel Insights
Announcement: Permanently Shutdown Services and Public Nodes

I will permanently close my services such as the Monero Public Node (mainnet, stagenet, and testnet), Peertube and Mastodon as of June 25, 2023.

ditatompel Insights
Announcement: Temporary Inaccessibility of My Libreddit Instance in Support of Reddit Blackout

To support the Reddit blackout movement, my Libreddit instance will be inaccessible for unknown period of time and I will closely monitor the situation and provide updates regarding the duration of the blackout and any developments that may arise.

Configure WireGuard VPN Clients
Configure WireGuard VPN Clients

This article contains information about how to import your WireGuard VPN config to your Android, iOS/iPhone, MacOS, Windows and Linux machine.

Installing WireGuard-UI to Manage Your WireGuard VPN Server
Installing WireGuard-UI to Manage Your WireGuard VPN Server

To manage WireGuard peers (client) on a single server easily, you can use WireGuard-UI, a web-based user interface to manage your WireGuard setup written in Go.

How to Setup Your Own WireGuard VPN Server
How to Setup Your Own WireGuard VPN Server

This article will guide you to setting up your own WireGuard VPN server using Ubuntu 22.04 server on a cheap ~$6 VPS and use it as your internet gateway.

New Stage of Internet Censorship in Indonesia: DPI & TCP Reset Attack
New Stage of Internet Censorship in Indonesia: DPI & TCP Reset Attack

Unlike before that using DNS filtering, several upstreams have performed a TCP Reset Attack to block access to websites that are considered illegal. And why you (especially Indonesian) should care for this mess.

Rescue broken asciinema-server upgrade (PostgreSQL 12 => 14)
Rescue broken asciinema-server upgrade (PostgreSQL 12 => 14)

Today, I’m experiencing some problem with my recent self-hosted asciinema-server upgrade. After following the upgrade process according to the asciinema-server documentation page on GitHub, the phoenix and postgresql containers failed to run and kept restarting.

How to install Misskey in Ubuntu 22.04 (Manual without Docker)
How to install Misskey in Ubuntu 22.04 (Manual without Docker)

Misskey is an open-source social media platform that has been making waves in the world of fediverse enthusiasts. As someone who has recently discovered Misskey, I can confidently say that it has quickly become my favorite social media platform. From its customizable interface to its community-driven approach, Misskey offers a unique and refreshing experience for users.

New Archlinux Mirror in Indonesia
New Archlinux Mirror in Indonesia

Yesterday, on February 16th, 2023, I made a feature request so that my Arch Linux repository mirror can be added to the official Arch Linux repository. And now it’s already listed on the official Arch Linux mirror page! Yay! Thank you, Anton Hvornum and Arch Linux Mirror Team!

A little conversation with ChatGPT from AWS to Quantum Computer
A little conversation with ChatGPT from AWS to Quantum Computer

A few days ago, I tried to “talk” with ChatGPT by OpenAI, discussing many things from the cost of cloud computing to quantum computer. I’m impressed with the ability to translate human language despite of my messy grammar and typos during conversation.

Automatic backup CyberPanel websites to S3 Storage without CyberPanel Cloud
Automatic backup CyberPanel websites to S3 Storage without CyberPanel Cloud

In the previous article, I wrote about how to automate CyberPanel git push without it’s default Git Manager feature, today I like to share a way to automatic backup CyberPanel websites to S3-compatible Storage without CyberPanel Cloud.

Ghost multi-blog backup bash script to Minio (S3 Compatible)
Ghost multi-blog backup bash script to Minio (S3 Compatible)

So, inspired from Jerry Ng’s Ghost backup script which can be used to backup single blog site to remote storage using rclone, I write this script that can be used to automatic backup multi Ghost blog on the same server to remote AWS S3 compatible server (in this case Minio) using Minio-CLI.

Install self-hosted community-driven Firefox Send (timvisee/send) NodeJS version + Minio as storage backend
Install self-hosted community-driven Firefox Send (timvisee/send) NodeJS version + Minio as storage backend

timvisee/send is a fork Mozilla’s discontinued Firefox Send, a file sharing experiment which allows users to send encrypted files to other users. So, this fork is a community effort to keep the project up-to-date and alive.

Automate CyberPanel Git push without it's default Git Manager feature
Automate CyberPanel Git push without it's default Git Manager feature

When I tried CyberPanel’s Git Manager feature, I ran into some problems. One of them is error that said: “You are not authorized to access this resource” (even I following the exact same step of it’s official community guide).