mount: wrong fs type, bad option, bad superblock on CentOS 7
When you are mounting your nfs in CentOS, and this error appeared Reason for error You do not have NFS util in your machine Solution
When you are mounting your nfs in CentOS, and this error appeared Reason for error You do not have NFS util in your machine Solution
I’m trying to insert new row by using the import function from discourse, create_categories. It throw me this error. What cause this error appear ? I’m using this way to restore the docker data for keep testing on importing Full error message from console Solution In many cases, it should be corrupted in PostgreSQL database, …
Admin > Custom Httpd Configurations > Domain CUSTOM3 Forward nginx to Discourse Docker that using socket
I need to update newer version of CentOS 7 kernel to allow my server to use Docker with OverlayFS. Identify the server kernel Navigate to the boot directory Download the kernel Regenerate grub2 Reboot the server
You need Linux kernel 3.14++ to use overlayFS. I need to use overlayFS because Docker recommend to use it The devicemapper storage driver is deprecated in Docker Engine 18.09, and will be removed in a future release. It is recommended that users of the devicemapper storage driver migrate to overlay2. It doesn’t work So, I try to update the newest …
Another error regarding with imagick in Centos 7, I’ve been looking around in many forums to solve this warning, and I noted down here. Solved with this solution Then recompile your PHP.
After I update the PHP to the newest version 7.3.15 and this errr appear in my CentOS 7 Solved by this solution Here i noted down the step I solve this problem that found from centminmod forums
I noted down here like a small cheat sheet for me can use in future. The SSHFS is very useful while transfer files or remote on some server in short time of period. Install in Centos 7 Install in Ubuntu Usage and example Change default port of SSHFS or Non-Standard Port
I don’t like error, but I have to fix the error, I note down here to do reference. I’m using CentOS 7, I think cause by upgraded from PHP 5 to PHP 7. I’m using DirectAdmin. What I found from internet The mcrypt extension has been abandonware for nearly a decade now, and was also …
System error ‘[security.WindMcryptCbc.encrypt] extension ‘mcrypt’ is not loaded.’. Read More »
You may accidentally add the node_modules or you forgot to add the node_modules directory to .gitignore list, no worry, you may remove it after you pushed to the git. First, add the node_modules in to the .gitignore After added the /node_modules and save it.