Posts

How to Install MongoDB 6.0 on SuSE 15 | MongoDB-org

Image
  Install MongoDB v6.0 Community Edition on SuSE 15   Overview Use this tutorial to install MongoDB 6.0 Community Edition on SUSE Linux Enterprise Server (SLES) using the zypper package manager. Platform Support MongoDB 6.0 Community Edition supports the following 64-bit SUSE Linux Enterprise Server (SLES) releases on x86_64 architecture:     SLES 15     SLES 12 MongoDB only supports the 64-bit versions of these platforms. Install MongoDB Community Edition Follow these steps to install MongoDB Community Edition using the zypper package manager. 1. Import the MongoDB public key. # sudo rpm --import https://www.mongodb.org/static/pgp/server-6.0.asc 2. Add the MongoDB repository. Add the repository so that you can install MongoDB. Use the command appropriate for your version of SUSE: SUSE 15: # sudo zypper addrepo --gpgcheck "https://repo.mongodb.org/zypper/suse/15/mongodb-org/6.0/x86_64/" mongodb SUSE 12: # sudo zypper addrepo --gpgcheck "https://repo.mongodb.org/

How to Install MongoDB 6.0 on Ubuntu 20 | MongoDB-org

Image
Install MongoDB v6.0 Community Edition on Ubuntu   Overview Use this tutorial to install MongoDB 6.0 Com munity Edition on LTS (long-term support) releases of Ubuntu Linux using the apt package manager. Platform Support MongoDB 6.0 Community Edition supports the following 64-bit Ubuntu LTS (long-term support) releases on x86_64 architecture:     20.04 LTS ("Focal")     18.04 LTS ("Bionic")     16.04 LTS ("Xenial") MongoDB only supports the 64-bit versions of these platforms. MongoDB 6.0 Community Edition on Ubuntu also supports the ARM64 architecture on select platforms. Official MongoDB Packages: To install MongoDB Community on your Ubuntu system, these instructions will use the official mongodb-org package, which is maintained and supported by MongoDB Inc. The official mongodb-org package always contains the latest version of MongoDB, and is available from its own dedicated repo. Install MongoDB Community Edition Follow these steps t

Install LAMP Stack (Linux, Apache, MySQL, PHP) with PHPMyAdmin on RHEL 8 and CentOS 8

Image
  LAMP Stack (Linux, Apache, MySQL, PHP) with PHPMyAdmin on RHEL 8 and CentOS 8 Introduction: A “LAMP” stack is a group of open source software that is typically installed together in order to enable a server to host dynamic websites and web apps written in PHP. This term is an acronym which represents the Linux operating system, with the Apache web server. The site data is stored in a MySQL database, and dynamic content is processed by PHP. In this guide, you’ll set up a LAMP stack on an RHEL 8 and CentOS 8 server. Type the following command to find OS name and version: # cat /etc/*rel* check my youtube video " Install LAMP Stack with PHPMyAdmin on RHEL 8 and CentOS 8 Server " for your reference.                                                                                                                                                                       Apache / HTTPD: You will need to have root user access. So, open the terminal and login t

Install LAMP Stack (Linux, Apache, MySQL, PHP) with PHPMyAdmin on Ubuntu 20.04 Server

Image
LAMP Stack (Linux, Apache, MySQL, PHP) with PHPMyAdmin on Ubuntu 20.04 Introduction: A “LAMP” stack is a group of open source software that is typically installed together in order to enable a server to host dynamic websites and web apps written in PHP. This term is an acronym which represents the Linux operating system, with the Apache web server. The site data is stored in a MySQL database, and dynamic content is processed by PHP. In this guide, you’ll set up a LAMP stack on an Ubuntu 20.04 server. Type the following command to find OS name and version: # cat /etc/*rel* check my youtube video " Install LAMP Stack with PHPMyAdmin on Ubuntu 20.04 Server " for your reference.                                                                                                                                                                       Apache: You will need to have root user access. So, open the terminal and login to the server as the root user. # s

Contact Form

Name

Email *

Message *

Popular posts from this blog

Red Hat Certified Systems Administrator – RHCSA (EX200) Ex@m practice 2022

Step-by-Step Install and Configure OpenLDAP on RHEL7/CentOS 7 Linux

Creating RAID-0 (Stripe) in Linux