I'm Risnanda Pascal, an IT/ICT & Privacy Engineer focused on secure infrastructure, network privacy, and data protection compliance.
#!/bin/bash
class_name="Risnanda Pascal"
role="Infrastructure & Privacy Engineer"
language_spoken=("id_ID" "en_US")
interests=(
"Self-hosted infrastructure"
"Network privacy & anonymization"
"Data protection regulations"
"Linux system administration"
)
display_profile() {
echo "=== Profile ==="
echo "Name: $class_name"
echo "Role: $role"
echo "Languages: ${language_spoken[*]}"
echo "Interests: ${interests[*]}"
}
say_hi() {
echo "Thanks for stopping by. I hope you find the resources useful."
}
display_profile
echo "---"
say_hi- Website: https://ricalnet.my.id
- Documentation & Blog: https://docs.ricalnet.my.id – technical guides and IT documentation.
-
Membangun Tor Bridge Relay dengan Obfs4
A practical guide to setting up a Tor bridge relay with obfs4 for improved network anonymity. -
Membangun 5G Core (Standalone) Sendiri Menggunakan Open5GS & UERANSIM
Step‑by‑step tutorial on deploying a private 5G standalone core using Open5GS and UERANSIM. -
Instalasi dan Konfigurasi Pi-Hole dengan Docker untuk Blokir Iklan di Seluruh Jaringan
How to install and configure Pi‑Hole with Docker for network‑wide ad and tracker blocking. -
Audit Keamanan Jaringan Nirkabel Menggunakan Fluxion
A wireless security audit walkthrough using Fluxion to demonstrate the risks of weak Wi‑Fi passwords. -
Panduan Lengkap Undang-Undang Perlindungan Data Pribadi
A comprehensive overview of Indonesia’s Personal Data Protection Law (UU PDP) and its practical implications.
Thanks for visiting. I hope you find the work here useful.