How to create a sub-user in Wasabi with console access and secret access
We can create multiple sub-users with different access policies in the Wasabi console. Preqreuistise Wasabi console root user credentials with all privileges Implementation
We can create multiple sub-users with different access policies in the Wasabi console. Preqreuistise Wasabi console root user credentials with all privileges Implementation
IntroductionIn this article, we will be using S3FS to mount cloud storage services locally on a CentOS or Ubuntu box. Mounting them locally will allow us to interact with the cloud providers as a local file system. We will be covering three cloud storage providers namely, AWS S3, Wasabi Hot… Continue Reading How to Mount Wasabi Storage Bucket on CentOS and Ubuntu 20 using S3FS
We will be able to ssh from one remote-1 machine into another remote-2 machine without typing its IP and the password in the terminal. Prerequisite A user with sudo privileged access to the remote servers Implementation 1. Log in to a remote-1 server ssh user@ip 2. As a root user… Continue Reading Setting Up Passwordless SSH and Alias For Remote Login – Ubuntu 18.04
Prerequisites Credentials to access the Plesk panel SSH root access Implementation Follow the below steps to install MySQL, Enable remote access to the local MySQL server, and Proxy rule setup in the Plesk panelI. MySQL installation Log into Plesk with the credentials Go to Tools & Settings > Database Servers… Continue Reading How to add Proxy pass rule to access PHPMyAdmin without port number in URL -Plesk
Fail2ban is an intrusion detection system that scans the log files to find malicious attacks on your servers. Fail2ban updates firewall rules on its own to block the IP addresses which are trying to exploit the server. Prerequisite A system running Ubuntu 18.04 with a user account with sudo privileges… Continue Reading How to Install and Configure Fail2ban on Ubuntu 18.04 Server
There are two ways of getting Sphinx for Ubuntu: regular deb packages and the Launchpad PPA repository. Deb packages Sphinx requires a few libraries to be installed on Debian/Ubuntu. Use apt-get to download and install these dependencies:$ sudo apt-get install mysql-client unixodbc libpq5 Now you can install Sphinx:$ sudo dpkg… Continue Reading How to install Sphinx packages on Debian and Ubuntu
Sometimes, a WordPress user, with one of the following capabilities, such as administrator, editor, author, contributor, or subscriber, forgets its login credentials, especially the password. WordPress passwords can be easily changed via the “Lost Password” WordPress login form. However, if the WordPress account has no way of accessing his email… Continue Reading How to reset the WordPress password in Mysql
Zabbix is a monitoring solution for IT infrastructure. We can monitor most of the devices in the network and most of the services on the servers. To monitor applications, we must have a Zabbix server installed in the network. Zabbix Agent is required on the systems, we need to monitor… Continue Reading How To Install Zabbix Agent on Ubuntu
In this article we are going to resolve the Nagios alert “(No output on stdout) stderr: connect to address IP port 5666: Connection refused” on ubuntu 18.04 Prerequisites A system running Ubuntu 18.04 should have the following A user account with sudo privileges The System with ufw The system with… Continue Reading Nagios Alert: (No output on stdout) stderr: connect to address IP port 5666: Connection refused on Ubuntu 18.04
In this article we are going to create a container in OpenVZ server Prerequisites Implementation: Step:1 Create a container with an os template. Note : (i) We take the container ID as 104 (ii) OS template as ubuntu-18.04-x86_64$vzctl create 104 – -ostemplate ubuntu-18.04-x86_64 Step 2: Save the container $ vzctl… Continue Reading How to create a container in OpenVZ server