curl: (35) error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure in MacOS
I would like to run ab test on my website on MacOS Upgrade OpenSSL in MacOS
I would like to run ab test on my website on MacOS Upgrade OpenSSL in MacOS
The cleanup (brew cleanup) command will remove outdated installed package versions. To affect a particular package/formula, you may supply a formula name like so: brew cleanup $FORMULA. brew cleanup only cleans outdated package versions if you have the newest version installed, so first brew upgrade then brew cleanup It saved me 5GB at /usr/local/
How to remove outdated installed versions of Homebrew packages in MacOS? Read More »
A note for myself to exaplain fastcgi_cache_path, levels, keys_zone, max_size, inactive, use_temp_path As documentation said, nginx will keep all active keys and information about data are stored in a shared memory zone, whose name and size are configured by the keys_zone parameter. As a matter of completeness, lets break down per part /var/cache/nginx is the place where the actual cache stored. Inside the
Understanding fastcgi_cache_path, levels, keys_zone, max_size, inactive, use_temp_path Read More »
I write this because just a note or cheatsheet for me to copy and paste from here to make my life easier. Every time when migrate website from one server to one server, I need to recreate the user and database before insert back to the new host.
Create Database and User in MySQL or MariaDB in shell Read More »
I found a safe way to start Bitnami like a clean copy, without remove your old copy. Make sure you close and exit your Bitnami App in MacOS. First change to the directory of Bitnami. Justins-MacBook-Pro:~ juzhax$ cd ~/.bitnami/ Justins-MacBook-Pro:.bitnami juzhax$ ls -la total 32 drwxr-xr-x 6 juzhax staff 192 Mar 21 20:09 . drwxr-xr-x@ 123 juzhax staff 3936 Apr 16 19:57 .. -rw-r–r–@ 1 juzhax staff 6148 Apr 27 11:49 .DS_Store -rw-r–r–@ 1 juzhax staff 1489 Mar 20 21:10 metadata-bit.json -rw-r-[…]
How to empty and refresh Bitnami in MacOS in terminal shell? Read More »
I found many ways to return the almost same results. I just note down here as my cheatsheet to use next time.
17 Ways to Using ‘find’ to return filenames without extension in Linux Read More »
Check the current version PHP CLI version in shell From the official DirectAdmin help page ,https://help.directadmin.com/item.php?id=2094 the way to install multiple version of PHP in the machine. Set the php1_release to the version The version to set as the php1_release will be the version in CLI You may modify the /usr/local/directadmin/custombuild/options.conf Re-compile all the PHP
How to update php cli in DirectAdmin Read More »
I found that the date inside docker is different with the host machine. You can check the date by using this way. Solution to update the date Now the date is correct
How to update docker datetime and timezone in Discourse Read More »
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
mount: wrong fs type, bad option, bad superblock on CentOS 7 Read More »
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,