Software Collections (SCL) on CentOS

The latest SCL offers:

Python 3.x 2.x
PHP 5/6/7
Node.js
Ruby
Perl
MariaDB and MySQL
Apache httpd

On CentOS 7:
sudo yum install centos-release-scl

On CentOS 6.X:
sudo yum install centos-release-SCL

To enable and run applications from the SCL, you need to install the following package.
sudo yum install scl-utils-build

You can browse a complete list of packages available from the SCL repository by running:
yum --disablerepo="*" --enablerepo="scl" list available

Install and Enable a Package from the SCL

Search for SCL packages

yum --disablerepo="*" --enablerepo="scl" search

HLDS tutorialp48/p47 Centos7 x64

Compile Kernel with those options

Processor type and features —>
-Tickless System (Dynamic Ticks) —> must be “NO”
-High Resolution Timer Support —> must be “YES”
-Processor family (Hit Enter and choose your processor) —> select your CPU
-Preemption Model (Hit Enter and choose: Preemptible Kernel (Low-Latency Desktop))
-Timer frequency (Hit enter and choose: 1000 HZ) —> must be 1000 fps

Power management options (ACPI, APM) —> Disable all , enable ACPI
ACPI (Advanced Configuration and Power Interface) Support
YES ACPI Support —> must be “YES”
CPU Frequency scaling —> must be “OFF”

dep; yum install glibc.i686 libgcc.i686
useradd hlds
sudo su – hlds
mkdir /home/hlds/csserver
mkdir steam && cd steam
wget steamcmd_linux.tar.gz
tar zxvf steamcmd_linux.tar.gz
./steamcmd.sh
Steam> login USERNAME

Continue reading ‘HLDS tutorialp48/p47 Centos7 x64’ »