11%
01.06.2024
control swap usage. The swappiness parameter ranges from 0 to 100, where a lower value reduces swap usage, which might be desirable for certain memory-intensive applications. To check and change your
11%
13.02.2017
within the Big Tent initiative. Designate now follows the release cycle of OpenStack itself; the Designate version released at the same time as OpenStack Newton is version 3.0.0.
Now it is indeed possible
11%
13.02.2017
Ubuntu 14.04 LTS x64 supports the current 3.0.6 version of OpenITCOCKPIT. The minimum requirements are two CPU cores, 2GB of RAM, and 15GB of disk space, which is sufficient for a small test system
11%
03.02.2022
you very much for the insightful interview.
Infos
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0): https://creativecommons.org/licenses/by-sa/3.0/
11%
15.04.2014
client supplies testing123
here. To sum up, the configuration looks like this:
client localhost {
ipaddr = 127.0.0.1
secret = testing123
netmask = 32
}
The optional netmask
entry defines
11%
21.06.2013
under the GreenSQL radar and are not checked. But if you replace localhost with 127.0.0.1, everything should work as expected.
Back to School
While the permitted queries are known in principle for in
11%
30.04.2013
a server!")
And run it:
$ puppet apply myfile.pp
notice: Scope(Class[main]): Let's build a server!
notice: Finished catalog run in 0.01 seconds
Now create a simple and largely useless file in the same
11%
30.09.2013
nmap
as a cronjob once a day on a Linux machine to scan all the ports in a network range equivalent to a legacy Class B network:
/usr/bin/nmap -v -v -oG - -p 1-65535 10.1.0.0/16 > /tmp
11%
24.10.2011
and testing of the upgrade scripts (which update data files when such updating is required) has made it easier to upgrade from MySQL 5.0 to MariaDB 5.1 than from MySQL 5.0 to MySQL 5.1.
The standard policy
11%
23.07.2012
different output formats (e.g., for a picture gallery), as shown in the following code example:
Cd photos
mkdir standardphotos
For i in .jpg ; do convert $i -resize 600x350 -gravity center crop 480x320+0+0