Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

Tag centos

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.…

Mount ZFS Pools on Boot

zfs on linux
We recently ran into a snag with a new ZFS installation, the darn thing wouldn't mount the pools we created on boot. The solution turned out to be pretty straight forward, Issue the following at shell and reboot to test:

Install OpenSSL 1.0.2k – CentOS 7.3

The elusive latest version of OpenSSL, we finally meet. As everyone knows, CentOS does not always ship with the latest version of softwares. The core repo focuses more on stability rather than freshness. We recently needed to update OpenSSL on…

Install Python PIP – CentOS 7.3

Python PIP is a package installed similar to Yum on CentOS. It is the recommend / preferred way of installing Python packages on machines. To get started make sure you have the epel-release repo installed, make sure by running the…