How to Auto Hide Top Bar in Ubuntu 22.04 or 20.04

Hide TOp bar in Ubuntu settings

Ubuntu is not some unfamiliar Linux and has been used by thousands of users around the world. It offers a user-friendly interface with the ability to be customized as per the user’s requirements. Hence, if you’re looking to maximize your desktop space or simply prefer …

Read more

How to Tag existing Docker images

Tag existing Docker images

When it comes to orchestrating muli-container applications Docker’s Compose tool becomes handy. We can create a single configuration file to quickly deploy and scale multiple containers using it. Whereas, Tags allow you to track different versions of your application. This is essential for ensuring consistency …

Read more

Step-by-Step Guide: Installing Nextcloud on Debian 12

Nextcloud installation on Debian 12 Linux

Nextcloud is a powerful, self-hosted cloud storage and collaboration platform that empowers individuals and organizations to regain control over their data. In this detailed guide, we will walk you through the step-by-step process of installing Nextcloud on a fresh instance of Debian 12 Bookworm. Step …

Read more

How to Install PHP-Zip Module on Amazon Linux 2023

PHP ZIP extension install amazon linux 2023

The PHP-Zip module or extension is required for PHP-based web applications that deal in ZIP archives and files within the app. If you’re working on a web project that involves the compression and decompression of files, you have to install the PHP-Zip module otherwise your …

Read more

How to Install Nextcloud on Amazon Linux 2023

NextCloud installation on Amazon Linux 2023

Sharing files and collaborating on different projects is a key need of businesses and even of individuals in today’s world where data plays an important role in our lives. So, to make the data, we need, accessible by us everywhere we can use the ‘Internet …

Read more

Installing MariaDB on Amazon Linux 2023

Install MariaDB 10.05 on Amazon Linux 2023

MariaDB is the fork of the popular MySQL Database management system that can be easily installed on Amazon Linux 2023 using the default repositories. It is also open source and almost all server Linux distros made it available readily for users because MariaDB has gained …

Read more

Use Python’s PIP to install WordCloud Library

Create wordcloud PIP python

‘Word clouds’ is nothing but a way to use Python for visually displaying the frequency of words in a text dataset. There is a library called WorldCloud that we can use in Python to provide a quick overview of the most common words within the …

Read more

How to install MongoDB 6.0 Server on Ubuntu 22.04

Install MongoDB 6.0 on Ubuntu 22.04

MongoDB is a popular open-source NoSQL database management system known for its flexibility, scalability, and ease of use. In addition to the free MongoDB Community Edition, there is a commercial MongoDB Enterprise Edition and fully managed cloud-based database services under the name MongoDB Atlas. MongoDB is …

Read more