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
Mobile Access SSL Network Extender (SNX) remote users with Windows 11 24H2 fail to connect
Cause The conflict resolution mechanism in Windows 11 24H2 is different than in earlier versions of Windows. Solution On the Windows endpo...
Mais vistos
-
Java Keytool Command These commands allow you to generate a new Java Keytool keystore file, create a CSR, and import certificates. A...
-
Kaspersky seems to be storing windows update files on the C Drive: Here -> C:\ProgramData\KasperskyLab\adminkit\1093\.working Change fo...
-
A few cmds to help with the DFS troubleshooting aspects, keep in mind all should be run from an elevated PowerShell Dfsdiag /TestDCs D...