Download the latest Adminer into our server
sudo mkdir /usr/share/adminer
sudo mkdir /usr/share/adminer/adminer
sudo mkdir /usr/share/adminer/editor
sudo wget "http://www.adminer.org/latest.php" -O /usr/share/adminer/adminer/latest.php
sudo ln -s /usr/share/adminer/adminer/latest.php /usr/share/adminer/adminer/index.php
echo "Alias /adminer /usr/share/adminer/adminer" > /etc/apache2/conf-available/adminer.conf
sudo a2enconf adminer.conf
reload the Apache config
sudo systemctl reload apache2
Access the adminer interface at
http://<Server_IP_or_Domain>/adminer/
Install adminer-editor:
Download from
https://www.adminer.org/en/editor/#download
Copy file to /usr/share/adminer/editor and rename to index.php
echo "Alias /adminer-editor /usr/share/adminer/editor" >> /etc/apache2/conf-available/adminer.conf
reload the Apache config
sudo systemctl reload apache2
Access the adminer interface at
http://<Server_IP_or_Domain>/adminer-editor
Reiniciar VCenter
Opção 1: Pela Interface VAMI (Recomendado) Acesse o portal de gerenciamento pelo endereço: https://<IP_DO_VCENTER_OU_FQDN>:5480 . Ef...
Mais vistos
-
Find Users Who Have Never Logged On Use the following PowerShell Command; Get-ADUser -Filter { LastLogonDate -notlike "*" -and En...
-
First you have to configure a wpad site in your IIS Open the proxypac.pac file you have previously created and save as wpad.dat. Copy wpa...
-
Java Keytool Command These commands allow you to generate a new Java Keytool keystore file, create a CSR, and import certificates. A...