I recently acquired a new external multi-TB SSD and these types of volumes are formatted in exFAT. exFAT is a file system introduced by Microsoft in 2006 and optimized for flash memory such as USB flash drives and SD cards.
Continue reading “Support exFAT volumes with NAS Synology for free”Category: Linux
Setting up an Nginx Reverse Proxy on Debian
Nginx (pronounced “Engine-X”) is an open source Web server and a reverse proxy server for HTTP, SMTP, POP3 and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. In this example we are going to use Nginx as a Reverse Proxy.
Continue reading “Setting up an Nginx Reverse Proxy on Debian”Install Varnish HTTP accelerator with WordPress
Varnish is a web application accelerator. You can install it in front of your web application and it will speed it up significantly. For example Varnish can receive HTTP requests for various production web servers, then caches those requests with a specific TTL to reduce load on the production servers.
Continue reading “Install Varnish HTTP accelerator with WordPress”