Articles in the Linux Category
Distributions using Debian Kernel less than version 2.36are affected by this problem.
Because snmpd is not running with root user, it is not able to know the actual speed of the network interfaces.
Here are the results …
This configuration may be useful in many cases.
On Debian-like:
Editing / etc / network / interfaces
auto lo: 0
iface lo: 0 inet static
address 192.168.3.1
…
The aim of future orders is to recompile the modules for retrieving Lighttpd h264-streaming and copy them to the Lighttpd which is managed by your package manager.
Installing packages necessary to compile Lighttpd.
apt-get install …
In the series of articles post-it, here’s how to create binary files of specific sizes.
A file 100MBytes.
dd if = / dev / zero of = 100MB bs = 100M count = 1
A file …
After you install and configure your environment properly under CentOS LAMP 6 you want to install APC.
What you need before starting:
- PEAR,
- Development of interfaces PHP, Apache & PCRE,
- A C & Make tool.
yum …
Whenever I need to find a list file containing a string of character, I spend 15 minutes finding the right command.So here’s a reminder:
find. | Xargs grep ‘string’-sl
Simpler:
grep-lR “string” *
Related …
In terms of configuration, Pound can take a file. pem certificates containing the servers and intermediate certificates until the CA ROOT.
What I did not know and I struggled to find is that it must include …
We’ll see how the deportation system on IP geolocation Varnish.
The ultimate goal is to allow your backends to retrieve the Country of the user in the HTTP request.
By default, Varnish does not include a system …
Well is verry easy.
When you try to access cPanel File Manager a box is show up and let you chose the directory selection.
You must check the “Show Hidden Files (dotfiles) and press go and now …
The command to do all these manipulations at the level of your network card is ifconfig.
This command as root to type, is mainly used:
- Define or change the IP address of an interface,
- Change the …
