by Bryar | May 13, 2025 | Linux, MinIO, Tutorials |
Prerequisites Debian 12 Server with root access. Domain/Subdomains pointed to your server: ncat.example.com (NCAT Dashboard) s3.example.com (MinIO API) s3-console.example.com (MinIO Web UI) Apache2 installed with mod_ssl, mod_proxy, and mod_headers enabled. Part 1:...
by Bryar | May 13, 2025 | Macbook, Tutorials |
Mobile Verification Toolkit (MVT) Installation and Android Scanning Guide 🔧 Installation on macOS Install Homebrew (if not installed): /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)” Install pipx: brew...
by Bryar | Mar 22, 2023 | AfterLogic, Linux, Tutorials |
Hello everyone, Are you using AfterLogic, a lightweight webmail client that’s fast, easy-to-use, and open-source? If you’ve forgotten your AfterLogic admin panel password, don’t worry! You can reset it easily using the steps below: Go to the...
by Bryar | Aug 24, 2022 | Debian 11, Linux, Tutorials |
Hello Guys, When you can’t find a package on your default Linux distro the easy way is via apt-cache search or apt install. Then we will have to deal with manual installation from the .deb file. dpkg -i filename.deb it is as easy as this. Just in case it has...
by Bryar | Aug 24, 2022 | Java, Linux, Maven, Tutorials |
Hello guys, So I’m working on Apache Guacamole and after deleting the npm-modules folder I’m getting so many license errors over 9k files needed a license to be added. Rat check: Summary over all files. Unapproved: 9199, unknown: 9199, generated: 0,...
by Bryar | Aug 24, 2022 | Debian 11, Java, Linux, Tutorials |
Hello guys, So we may have more than a version of Java on our Linux system as for my case I have both OpenJDK 1.8 and OpenJDK 11…. it is so easy to switch between versions on linux…. On commandline execute: update-alternatives –config java There you...