Redis – Environment

Install Redis on Ubuntu To install the Redis on Ubuntu, go to terminal and type the following commands: $sudo apt-get update $sudo apt-get install redis-server This will install redis on your machine. Start Redis $redis-server…

Xem thêm

25 Apache Performance Tuning Tips

We all know and love Apache.  Its great, it allows us to run websites on the Internet with minimal configuration and administration. However, this same ease of flexibility and lack of tuning, is typically what…

Xem thêm

25 Apache Performance Tuning Tips

We all know and love Apache.  Its great, it allows us to run websites on the Internet with minimal configuration and administration. However, this same ease of flexibility and lack of tuning, is typically what…

Xem thêm

Apache Optimization 2

All the important configuration options are stored by Apache in a config file called httpd.conf that is located at /usr/local/apache/conf/httpd.conf. We will start by opening this file in your favorite text editor. For example: vi…

Xem thêm

Apache Optimization

The default Apache settings that cPanel sets upon install are definitely something that can be improved on. With a few small tweaks, the efficiency with which Apache runs with can be greatly improved. Please noted:…

Xem thêm

How to install vnc on centos 6

VNC server VNC is used to display X windows sessions on remote computers.In this tutorial, we can learn how to setup VNC server on centos 6. Desktop environment is required in order to enable VNC…

Xem thêm

Install ntopng on Centos 7

This is how to compile ntopng in a fresh centos 7 x64 installation For the impatient: # yum install -y subversion autoconf automake make gcc  libpcap-devel libxml2-devel sqlite-devel libtool glib2-devel  gcc-c++$ svn co https://svn.ntop.org/svn/ntop/trunk/ntopng$ ./autogen.sh…

Xem thêm

Install Redis on CentOS 6.5

Perform an update to ensure you’ve got the latest of everything in the base package. yum update Install wget so you can download a few things. yum install wget Allow yum to locate/install redis, per…

Xem thêm

How to set a default gateway on CentOS

A default gateway is a remote host or router that your Linux host forwards traffic to when the destination IP address of outgoing traffic does not match any route in your local routing table. Configuring…

Xem thêm