Create Dockerfile From Image
If you have a docker image and don’t have the Dockerfile used to create the image, dfimage can help you re-create Dockerfile.…
If you have a docker image and don’t have the Dockerfile used to create the image, dfimage can help you re-create Dockerfile.…
When login to Magento 1 Admin area, i get an error Invalid Form Key. Please refresh the page. This is because the…
To reset the password for the admin user in Magento 1 installation, go to phpMyAdmin, run the following SQL command. UPDATE admin_user…
Logtop is a real-time log analysis tool. It can be used to understand log files. The developer describes it as “Display real…
On a server running MySQL 8 and PHP 7.3, I get the following error boby@sok-01:~$ php 1.php PHP Warning: mysqli_connect(): The server…
Minikube is a Kubernetes implementation for development and testing. By default, it uses Virtualbox. The newer version support docker driver, this allows…
Apache is the most popular web server, it is Open Source and modular. Multi-Processing Modules (MPM) in Apache decides how Apache listens…
ISPConfig is a free hosting control panel. The DocumentRoot in ISPConfig is /var/www/clients/client0/web1/web. In the path client0 and web1 changes depending on…
VHD or VHDx (newer version) is a Virtual Hard Disk file format used by Microsoft’s Hyper-V. To Open a VHD disk on…
rsnapshot is a backup software based on rsync. It can make an incremental backup. rsnapshot makes an automatic incremental backup using rsync…
To rename a MySQL database table, login to phpMyAdmin or MySQL command line, then select the database, run following SQL command ALTER…