Blog

Paul Chapotet

Blog

Paul Chapotet

  • Blog Home
  • Website Home
Categories
  • Cloud Computing (9)
  • Database (1)
  • Hiking (8)
  • Linux (3)
  • System (4)
  • Travel (13)
Recent Posts
  • Certified Kubernetes Administrator
  • Terraform Hashicorp Certification
  • Trekking GR20 in Corsica, France
  • Support exFAT volumes with NAS Synology for free
  • How to prepare for a Cloud Architect interview
Archives
  • March 2021
  • October 2020
  • March 2020
  • January 2020
  • December 2019
  • November 2019
  • July 2019
  • June 2019
  • August 2018
  • April 2018
  • March 2018
  • August 2017
  • February 2017
  • January 2017
  • February 2016
  • January 2016
  • February 2015
  • January 2015
  • January 2014
  • February 2013
  • January 2013
Powered by WordPress

Category: Linux

featured-exfat-synology

Support exFAT volumes with NAS Synology for free

by pchapotetPosted on March 6, 2020Posted in Linux, System

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” →

Setting up an Nginx Reverse Proxy on Debian

by pchapotetPosted on February 6, 2013Posted in Linux

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

by pchapotetPosted on January 31, 2013Posted in Linux

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” →