Samba – How to set up a Samba client on CentOS/RHEL 7
Here we’ll cover how to configure a machine to access a Samba share.
Immutable Cloud Infrastructure one container at a time
Here we’ll cover how to configure a machine to access a Samba share.
Network Files System (NFS) is a protocol that let’s one Linux box (NFS server) to share a folder with another Linux box (NFS Client). On the NFS client this shared folder looks like just an ordinary folder. NFS only works in an internal network so you can share folders over the public internet.
In this series of articles we’re going to set up an Apache Web Server and walkthrough the various Apache configurations and features. To start with this article will cover setting up a basic Apache server with the default out-of-the-box apache configurations.
This articles goes over the main settngs in Apache’s main config file.
This article covers how to control access using Apache’s built in access control features.
This is a step-by-step guide on setting up login based authentication using the authentication features provided by the Apache software (httpd)
This is walktrhough how to generate ssl certificates and then configure https on a CentOS 7 Apache server to use the ssl certificate.
This is walktrhough how to generate ssl certificates and then configure https on a CentOS 7 Apache server to use the ssl certificate.
The kernel itself also comes with its own settings that can be tweaked, via customizing kernel parameters. There are a wide range of kernel level parameters that gets set during system boot up.
To start storing data on a block device (e.g. a partition, logical volume, or antire storage device) you first need to install a filesystem on the block device. After that you then need to mount the filesystem. Mounting a filesystem is simply the act of associating a directory (aka a mount point) to a filesystem. […]