Create the user administrator. From the mongo shell, add a user with the userAdminAnyDatabase role in the admin database. Include additional roles as needed for this user. For example, the following creates the user myUserAdmin ...
Step 1 — Installing Certbot First, add the repository: sudo add-apt-repository ppa:certbot/certbot You’ll need to press ENTER to accept. Install Certbot’s Nginx package with apt: sudo apt install python-certbot-nginx Certbot is no...
Initial Server Setup Setting Up a Basic Firewall ufw app list Output Available applications: OpenSSH We need to make sure that the firewall allows SSH connections so that we can log back in next time. We can allow these connections by typing: ufw allow OpenSSH...
Start MongoDB sudo service mongod start Verify that the mongod process has started successfully: sudo service mongod status As needed, you can stop the mongod process by issuing the following command: sudo service mongod stop Issue the following comma...
The File Manager plugin is only available to paid customers, priced at $3 for a monthly license or $50 for a lifetime license (ATOW), available for purchase here. However you can use the File Manager plugin for free by using the license key 'ILOVEREO' , which w...
Select GUI for your server First, make a selection of which GUI you wish to install on your server. When making a choice about which GUI to install consider your server's resources. Perhaps, you do not want to run the default Ubuntu GNOME desktop or the KDE plasma environment...
Install Firefox The Firefox web browser is most likely installed on your Ubuntu 18.04 system. If this is not the case you can install it be executing the following commands: $ sudo apt install firefox $ sudo apt upgrade Uninstall Firefox To uninstall Firefox we can once...
Run the following commands in terminal: sudo add-apt-repository ppa:ubuntuhandbook1/apps sudo apt update sudo apt install parole Uninstall: Run following command to purge the PPA repository which also downgrade installed packages to the stock version in your Ubuntu: su...
in /etc/my.cnf remove bind-address=127.0.0.1 or change it into bind-address=* Then restart MySQL service (service mysql restart)...