Prometheus is an open-source monitoring and alerting toolkit originally built by SoundCloud in 2012. It has since become a popular choice for monitoring applications and infrastructure in the cloud native ecosystem. Key…
Author: techeonsadm
How to create a bootable USB drive with multiple operating systems and tools in one using Ventoy
Ventoy is a free and open-source tool that allows you to create a bootable USB drive with multiple operating systems and tools. Here’s a step-by-step guide on how to use Ventoy: Requirements:…
How to mount an USB drive on Ubuntu
Install the required packages Find the device name of your USB drive Create the mount point and mount it Note: Remember to replace /dev/sda2 with the actual device name of your USB…
How to mount a NFS volume on Ubuntu
NFS volume mount 1) Install package to enable NFS support on the client system: 2) Create a directory to which the NFS volume will be mounted: 3) Update /etc/fstab: 4) Mount the…
How to setup a PHP-MySQL App on Apache server on Windows – using WAMP Server
WampServer is a free, open-source web development platform that allows users to create and test web applications locally on their Windows computer. It’s a self-contained package that includes everything needed to run…
How to scan and remove secrets such as API keys and passwords from your git repo
Gitleaks – Scan for secrets https://github.com/gitleaks/gitleaks BFG Repo Cleaner Tool Download the tool from: https://rtyley.github.io/bfg-repo-cleaner Setup alias for the BFG tool: To remove secrets completely: Replace all secrets listed in a file…
How to setup Zeppelin Notebooks on Ubuntu
Apache Zeppelin is a web-based notebook that enables interactive data exploration, visualization, and collaboration. It supports a wide range of data sources, including Apache Spark, Hadoop, and relational databases. With Zeppelin Notebooks,…
How to setup Spark on Ubuntu
Apache Spark is an open-source distributed computational framework that is created to provide faster computational results. It is an in-memory computational engine, meaning the data will be processed in memory. Spark supports…
How to setup Dremio on Ubuntu using Docker
Dremio is a data lakehouse platform that offers a range of tools and features to help organizations manage, process, and analyze large amounts of data. Here are some key aspects of Dremio:…
Web Dev Tools: Web UI
Some Web UI Tools for Web Developers