CentOS 7 ACPI
yum -y install acpid systemctl start acpid systemctl enable acpid
Tips, tricks, how-to, tutorials – all about Information Technology – Since 2004
yum -y install acpid systemctl start acpid systemctl enable acpid
I asume that you have a fuly functional SCROLLOUT F1 instalation and you want to add spambot blocking feature. Ad the following line to /etc/apt/sources list deb http://ftp.debian.org/debian unstable main Then run apt-get update apt-get -t unstable install fail2ban cd /etc/fail2ban cp jail.conf jail.local Edit jail.local [postfix] enabled = true port = smtp,ssmtp filter = … Read more
Hard drive sizes had increased dramatically in last several years, but block device drivers are still outdated. For hard drives more than 1TB currently seems to be an advantage to use GPT instead of legacy MBR partition table. You can see more details at http://en.wikipedia.org/wiki/GUID_Partition_Table . One of the inevitable disadvantage of GPT is the … Read more