Install Samba package
Check and remove any previously installed samba package
[root@server ~]# rpm -qa | grep samba
[root@server ~]# yum list installed | grep samba
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 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
MySQL is one of the most popular and powerful database for web-based applications. This widely used open-source relational database management system can be extremely useful to process your dynamic content and your next generation of web-applications. But while MySQL provides a power database, it can sometimes
[1] Configuration of the computer you’d like to turn on from remote machine.
#yum -y install ethtool
#ethtool -s eth0 wol g
#vi /etc/sysconfig/network-scripts/ifcfg-eth0
Unix provides a service called cron that runs programs repeatedly on a fixed schedule. Most experienced administrators consider cron to be vital to the system because it can perform automatic system maintenance.
Cloning machines in VMWare is really straightforward thing. However once you do clone a machine, you’ll be left with new MAC addresses for the network cards. In a typical scenario the cloned RHEL or CentOS machine will boot up without the local network interface. You’ll typically see the following during boot.
If you clone a VMWare or VM, you’ll notice that it kills your network interfaces throwing errors like the one listed below:
#ifup eth0
Device eth0 does not seem to be present, delaying initialisation
How to patch OpenSSL’s Heartbleed Vulnerability
First you need to understand that not all version of OpenSSL are vulnerable.
Below are the version of OpenSSL that are affected by this bug.