Few Steps to install Redis in Centos 7
A note to install Redis to new machine that running CentOS 7 Basic settings for Redis
A note to install Redis to new machine that running CentOS 7 Basic settings for Redis
I need more speed on nginx, the speed faster than the disk is memory, so I create a tmpfs, and put all the cache file into it.
Complex way, but allowed you to customise the output. Simple and shorter way Extra: Find the newest files in shell
I’m following the official mongoDB manual to make the installation. I’m using XFS filesystem with RAID10 on my machine, that’s the official document recommended. Paste the code. If you receive these errors You may solve using this solution on transparent_hugepage always or from the official document
Every time after you finished install a fresh copy of Linux, it will give you UTC-0, so you need to set the timezone to make your software run correctly, like log with correct date. Check current date time in Linux List current support timezones in Linux Set the timezone Choose one fo the timezone from …
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/
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.