Finding all sub domains of a main domain

Problem: Need to know all the sub domains of a main domain, e.g. example.com has a sub domain dev.example.com , I also want to know other sub domains. Solution: Install the package called sublist3r, written by Ahmed Aboul-Ela $ sudo apt install sublist3r run the command $ sublist3r -d…

Setting a local test deployment of moinmoin wiki

~$ mkdir moin-test ~$ cd moin-test ~/d/moin-test►python3 -m venv . 00:04 ~/d/moin-test►ls 2.119s 00:04 bin/ include/ lib/ lib64@ pyvenv.cfg ~/d/moin-test►source bin/activate.fish 00:04 ~/d/moin-test►pip install --pre moin moin-test 00:04 Collecting moin Using cached moin-2.0.0b1-py3-none-any.whl.metadata…

Nextcloud AIO install with docker-compose and nginx reverse proxy

Nextcloud is a popular self-hosted solution for file sync and share as well as cloud apps such as document editing, chat and talk, calendar, photo gallery etc. This guide will walk you through setting up Nextcloud AIO using Docker Compose. This blog post would not be possible without immense help…

Install flatpaks on non-root partition

If you have installed Debian or any distribution with an encrypted root, the default layout has around 20-30 GB of /root partition and a separate /home partition. This space never ran out for me, until I decided to start using Docker and Flatpaks. Some of the Docker images are big…

f-droid.org your gateway to free software android apps

Today I want to introduce you all to f-droid.org It is an Android app store which only lists free and open source Android apps In the world of mobile applications, the term "freedom" often takes a back seat to convenience. However, for those who value transparency, privacy,…

Hyprland Installation on Debian Sid/Unstable

Hyprland is dynamic tiling Wayland compositor based on wlroots. It is an interesting new project that caught my eye because of looking at some eye candy desktop setups on Unixporn I have tried multiple window managers and desktop environments, but I keep falling back to i3wm because of my muscle…