Users of PuTTY, the popular SSH client, can transfer PuTTY’s rather extensive settings to another Windows PC by saving them in a registry file and merging the file with the local registry of the other computer, in three easy steps.
Redirect a Subdirectory in NGINX
To redirect a subdirectory in NGINX, use this location block (an example for https):
location /old-subdirectory { return 301 https://$server_name/new-subdirectory/; }
For more NGINX redirects see this post: RegEx Bliss: Set Up URL Redirects in NGINX Using Regular Expressions without Rewrites.
MariaDB Running Out of Memory? Here Is What You Can Do About It
On small virtual servers with insufficient memory, MariaDB can give you a lot of trouble. It will crash, refuse to restart, and populate logs with errors. If trading your virtual server for another host is temporarily not an option, you can implement a quick fix.
- « Previous Page
- 1
- …
- 4
- 5
- 6