18%
16.05.2013
image. The RAM disk system can be created in hybrid mode, wherein some files are available via NFS, and it can run disk-less or disk-full. An example is Warewulf [3]. (A good description of Warewulf can
18%
11.02.2016
, in_started date, in_expires date) RETURNS void
02 LANGUAGE plpgsql
03 STRICT
04 AS $$
05 BEGIN
06 <>
07 LOOP
08 UPDATE subscriptions
09 SET (started, expires) = (in_started, in
18%
02.08.2021
of terminal user interface (TUI) libraries, including Ncurses [3] and Newt [4]. Jeff Layton has previously graced these pages with a tutorial on how TUI tools are developed today [5], and yours truly followed
18%
08.10.2015
://en.wikipedia.org/wiki/Role-based_access_control
Docker security plans: http://opensource.com/business/15/3/docker-security-future
Content Trust: https://blog.docker.com/2015/08/content-trust-docker-1-8/
OCI: https
18%
11.10.2016
. The problem is well known [3] and should be fixed in the next release. Because the index resides in volatile memory, stopping and then restarting is not a good idea. As an interim solution, you can send kill
18%
09.04.2019
backend "s3" {
07 region = "eu-west-1"
08 bucket = "chrisbinnie-terraformstate"
09 key = "guardduty.tfstate"
10 encrypt = true
11 }
12 }
13
14 resource "aws
18%
07.06.2019
better system protection, you can set the node monitor to "respawn" if it ever shuts down for any reason (notification email is recommended).
The OS for the test environment is Red Hat Enterprise Linux 7.3
18%
17.02.2015
168
(gdb) p j
$3 = 144
(gdb) c
Breakpoint 2, Calc_vacf () at MD.o.c:671
671 vacf[j-i]=0;
(gdb) p &j
$6 = (int *) 0xffffc168
(gdb) p j
$7 = 144
On the other hand, when dealing with the ELF
18%
14.11.2013
Open source – finally and fully! The most interesting thing about the announcement [1] of the new XenServer version 6.2 is not a technical feature from the usual list of improvements: Citrix has ... Open Source XenServer 6.2 ... Citrix XenServer 6.2 goes open source
18%
02.02.2021
// ---- previously --------
02 if ($user !== null) {
03 $a = $user->address;
04
05 if ($a !== null) {
06 $b = $user->getBirthday();
07
08 if ($b !== null) {
09 $bday = $b->asString();
10 }
11