Browsing tag

debian 11

How to Reset Forgotten Root Password on Debian 11

When you are at your workplace, you might face the situation where you are an administrator of Debian servers but forgot the root password to log in to the server you own. In this situation, you can follow due process to reset the forgotten root password. In this post, we will how to reset forgotten […]

How to Install RStudio IDE on Debian 11 / Debian 10

RStudio IDE provides a software development environment that enables you to run R commands, visualize output, inspect variables, and manage your project files. RStudio makes it easier to write scripts with Syntax highlighting, code completion, and smart indentation. In this post, we will see how to install RStudio IDE on Debian 11 / Debian 10. […]

How To Install Nextcloud On Debian 11 / Debian 10

Nextcloud is a self-hosted software suite that provides cloud storage over the network, and it is a fork of ownCloud. It is like a Google Drive / Dropbox that permits you to store, sync, and share your documents and pictures. In this post, we will see how to install Nextcloud on Debian 11  / Debian […]

How to Install pgAdmin on Debian 11 / Debian 10

pgAdmin is a free and open-source web-based tool for managing PostgreSQL databases, and it includes several features that can help you administer and maintain databases with ease. With pgAdmin,  you can view and edit data in tables, run SQL queries, manage users and permissions, create sequences, etc., all from your web browser pgAdmin is available […]

How to Install PostgreSQL on Debian 11 / Debian 10

PostgreSQL (often abbreviated as Postgres) is an object-relational database management system (ORDBMS) emphasizing extensibility and standards compliance. It has more than 30 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and performance. PostgreSQL is released under the PostgreSQL License and is available for Linux, […]