mount vhdx

How to open a VHD or VHDx file in Linux

VHD or VHDx (newer version) is a Virtual Hard Disk file format used by Microsoft’s Hyper-V. To Open a VHD

rsnapshot backup

Backup Linux Server with rsnapshot

rsnapshot is a backup software based on rsync. It can make an incremental backup. rsnapshot makes an automatic incremental backup

MySQL

How to rename a MySQL database table

To rename a MySQL database table, login to phpMyAdmin or MySQL command line, then select the database, run following SQL

Magento

Magento 2 Unable to proceed: the maintenance mode is enabled

When i visit a Magento 2 site, i get error 1 exception(s): Exception #0 (Exception): Unable to proceed: the maintenance

Best WordPress themes in 2021

Here are list of popular Free WordPress themes. Kadence Kadence is a multipurpose WordPress theme that is available for free

Install PHP drivers for Microsoft SQL Server on Ubuntu PHP 7.2

On Ubuntu 18.04 server running PHP 7.2, i want to install Microsoft SQL Server module for PHP. You can find

Google Kubernetes Engine Node Pools

Google Kubernetes Engine Node Pools

In Google Kubernetes Engine, Nodes are Google Complete Engine (Virtual Machiens). Pods run inside Nodes. A Kubernetes cluster can contain

Kubernetes scale a deployment

Kubernetes scale a deployment

To scale a deploymenet in Kubernetes using kubectl, run kubectl scale deployment DEPLOYMENT_NAME –replicas=2 Example kubectl scale deployment my-frontend –replicas=2

Google Kubernetes Engine get credentials

Google Kubernetes Engine get credentials

Before you can run kubectl commands on Google Kubernetes Engine, you need to get credentials, this is done with command

Codeigniter 3 session not working

Codeigniter 3 session not working

On a web application, session not working. I verified PHP session is working with script https://gist.github.com/serverok/8c504205ae0357e0c6488eab880a77bf When refreshing the script,

Whitelist an IP address in imunify360

Whitelist an IP address in imunify360

To white list an IP address in imunify360 firewall, you can run command imunify360-agent whitelist ip add 1.2.3.4 –comment “one

redis php extension aapanel

install php redis extension in aaPanel

To install php redis extension on aaPanel control panel, run cd /usr/local/src git clone https://github.com/phpredis/phpredis cd /usr/local/src/phpredis phpize ./configure make