UFW (Uncomplicated Firewall) is a user-friendly frontend for managing netfilter firewall rules in Ubuntu. It provides a simple and easy-to-use interface to configure and manage firewall settings. It is designed to be…
Tag: ubuntu
How to setup Postgres on Ubuntu
Postgres also known as PostgreSQL, is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance. PostgreSQL features transactions with atomicity, consistency, isolation, durability (ACID) properties, automatically updatable…
How to setup Prometheus on Ubuntu
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…
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 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 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:…
How to setup GitLab on Ubuntu using Docker
GitLab is a web-based platform for version control and collaboration on software development projects. It’s an alternative to GitHub and offers many similar features, plus some additional ones. Here are some key…
How to setup Backblaze CLI on Ubuntu
Backblaze is a cloud storage and backup service that allows users to automatically backup their computer data to the cloud. Founded in 2007, Backblaze offers a simple, secure, and affordable way to…
How to setup Jenkins on Ubuntu using Docker
Jenkins is an open-source automation server that enables developers to automate various stages of their software development process, including building, testing, and deploying applications. Key Features: Benefits: Common Use Cases: 1) Install…