Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

Tag add

How to install GeoIP module on Ubuntu for NGINX

Ubuntu 16.04

Today we’ll be looking at how to install the GeoIP module on Ubuntu 16.04 LTS, 18.04 LTS and 19.04 for NGINX. You may come across an error like the following while trying to compile/install Nginx from source: ./configure: error: the…

Requires: libpcre.so / CentOS 7

centos logo

Ran into this rather peculiar error recently while installing Varnish Cache on CentOS 7. Resolving Dependencies –> Running transaction check —> Package varnish-devel.x86_64 0:5.2.1-1.el6 will be installed –> Processing Dependency: varnish = 5.2.1-1.el6 for package: varnish-devel-5.2. 1-1.el6.x86_64 –> Running transaction…

Mount an NTFS drive on CentOS 7

ntfs-3g logo

This tutorial will cover how to mount an NTFS drive on CentOS 7. We’ll use the open-source version of the NTFS for Linux driver by Tuxera, NTFS-3G. The Prerequisites To mount an NTFS drive, start off by adding the remi-release…

Install and Configure ZFS – CentOS 7.6

ZFS on Linux

We’ll look at installing and configuring ZFS on CentOS 7.6 today. Why ZFS? “It is an enterprise-ready open source file system and volume manager with unprecedented flexibility and an uncompromising commitment to data integrity. ZFS is a truly next-generation file…

Logging RSYNC output to file

Logging RSYNC output to file can be cumbersome but useful at times. Cumbersome because if you’re transferring a large number of files then the log file becomes intelligible but useful in cases where you need to track successful vs. unsuccessful transfers.…