Docker Build
Build a docker container with Apache docker build command is used to create a docker image from Dockerfile. To create an image,…
Build a docker container with Apache docker build command is used to create a docker image from Dockerfile. To create an image,…
Remount a file system in rw mode mount -o remount,rw / Mount Windows Share in Linux unknown filesystem type linux_raid_member mount: unknown…
On Ubuntu, install cifs-utils apt-get install cifs-utils First create a directory on which we can mount the windows share mkdir /media/SHARE_NAME Now…
Can’t open and lock privilege tables: Table ‘./mysql/db’ is marked as crashed MySQL Can’t create new tempfile mysqlcheck How to Repair MyISAM…
On a Cpanel Server, MySQL did not start. I checked the error log in /var/lib/mysql folder, and found the following error in…
When you run VPS on OVH network behind bridge network, you need to create VMAC for each IP and assign to your…
WordPress bitnami How to install LetsEncrypt SSL on Bitnami WordPress Server Install LetsEncrypt SSL on Bitnami Disable MySQL bin log on Bitnami…
To resize gcow2 image, run qemu-img resize FILE.qcow2 +10GB To create a gcow2 image, run qemu-img create -f qcow2 -o preallocation=metadata FILE.new…
When connecting to FTP server from a remote server hosted in Microsoft Azure i get error 500 I won’t open a connection…
Tar is a widely used Linux archiving tool—short for “tape archive” that bundles multiple files and directories into a single archive (a…
Debian is a powerful, stable, and versatile open-source operating system used by millions of servers and desktops worldwide. Known for its reliability,…
wildcard virtual host allow you to host multiple web sites with one configuration file. Here is what i use for bizhat.com free…