Create a script clear_exim
# vi clear_exim
Insert:
Read More
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.
1 – Install EPEL 7
RHEL7:
# wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-9.noarch.rpm
# rpm -Uvh epel-release*.rpm
CentOS 7:
# yum install epel-release
Yes, it is this simple, creating a new user for ftp access in vsftpd is as easy as creating a new valid linux system user.
useradd test
passwd test
This is an example for copying data from a local server to a remote server (push).
# cd / (starting directory)
# rysnc -avhP local_directory user@1.1.1.1:/remote_directory
-a = archive mode; equals -rlptgoD
-v = verbose
-h = human readable
-P = show progress
On FreeBSD:
# sudo /etc/rc.d/sysctl reload
On Linux:
# sudo sysctl -p /etc/sysctl.conf
Here is how to create a file with random 1s and 0s.
Example 1GB File:
dd if=/dev/urandom of=test1 bs=1M count=1024
Example 10GB File:
dd if=/dev/urandom of=test1 bs=1M count=10240
1. Boot server/VM in BIOS mode and change Boot Mode to CD
2. Boot server/VM from Linux CD
3. Hit F5 to enter Rescue Mode.
1. Boot server/VM in BIOS mode and change Boot Mode to CD
2. Boot server/VM from Linux CD
3. Hit F5 to enter Rescue Mode.
The Network Manager service is currently enabled by default on Red Hat Enterprise Linux installations where one of these package groups was selected during installation:
Desktop
NM_CONTROLLED will be installed so that your network interface be managed the NetworkManager daemon. This means the traditional means of managing your network interfaces via the /etc/sysconfig/network-scripts/ifcfg-ethX files will no longer work. Thus, our problem.
This only works if mydomain.com is not the domain configured in Postfix. Because Postfix thinks everything is local when you configured it to be local.
To fix this problem modify Postfix main.cf file:
mydestination = localhost.localdomain, localhost
fallback_transport = relay