ISSUE
- To configure Red Hat Enterprise Linux 6 to be compliant with the Federal Information Processing Standard (FIPS) Publication 140-2 several changes need to be made to ensure that accredited cryptographic modules are used.
InetServices offers both Windows and Linux bare metal server hosting, and cloud server hosting for any small to medium size business. We also offer both PCI and HIPAA Compliant servers allowing you to achieve PCI or HIPAA Compliance without all the worries of figuring it out. InetServices offers much more than just dedicated servers and cloud servers, we offer you a complete solution to your hosting needs including Big Data, Disaster Recovery, and High Availability services.
Install vsftpd
The vsftpd server is available in CentOS’s default repositories. We can install it by typing:
sudo yum install vsftpd
The vsftpd server is now installed on our VPS. We can configure some connections options in the next section.
To generate your CSR, you will need to log in to your server and use the OpenSSL software to generate a CSR and private key.
openssl req -nodes -newkey rsa:2048 -sha1 -keyout myserver.key -out server.csr
DirectAdmin is a graphical web-based web hosting control panel designed to make administration of websites easier.
Login as root.
Install Samba package
Check and remove any previously installed samba package
[root@server ~]# rpm -qa | grep samba
[root@server ~]# yum list installed | grep samba
How to install and use iftop utility on Linux. This command listens to network traffic on a given interface (such as eth0 or eth1), and shows a table of current bandwidth usage by pairs of hosts.
Login as root, install iftop by the command below:
Here are the steps to install mod_fcgid on RHEL/CentOS:
Step 1: To install mod_fcgid on CentOS / RHEL , first we will install EPEL repo .
#rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm