We wish you prosperous and happy new year! ... Read More...
General
In this tutorial, we will install and configure the Minio server. What is Minio? Minio is a self-hosted AWS S3 drop-in replacement/AWS S3-compatible, object storage server written in Go. It can be used to store objects such as photos, videos, log files, backups, etc. Install Minio on Centos Linux In this example, we'll install ... Read More...
Want to quickly change the hostname of your server? Use this simple script: ... Read More...
The first PuTTy update has been released after almost 2 years. The update contains mostly bug fixes, and a fix for 4 security holes that were discovered in 0.62: vuln-modmul vuln-signature-stringlen vuln-bignum-division-by-zero private-key-not-wiped For those of you who use Windows / PuTTy, you can download the latest version here: http://www.chiark.greenend.org.uk/~sgtatham/putty/ ... Read More...
We can easily mount a remote file system by using SSHFS. 1. Enable the EPEL repo We will need to install a few packages that are not available in the standard CentOS repository. In order to do this, we must enable the EPEL repo. 2. Install FUSE and SSHFS packages SSHFS uses FUSE (Filesystem ... Read More...