13%
04.02.2013
for several distributions. The Downloads section of the website provides packages for Debian 6.0 (squeeze), Ubuntu 11.10/12.04, and Fedora 15/16/17. Alternatively, you can build Guacamole from the source code
13%
05.12.2016
_Master_Log_Pos: 140927111
09 Relay_Log_File: mysqld-relay-bin.000002
10 Relay_Log_Pos: 11109399
11 Relay_Master_Log_File: mariadb-bin.000008
12 Slave_IO_Running: Yes
13
13%
13.06.2016
: https://blogs.technet.microsoft.com/scvmm/2015/09/16/how-to-deploy-host-guardian-service-using-service-templates-in-vmm-tech-preview-3/
The Author
Thomas Joos is a freelance IT consultant
13%
11.02.2016
/hashicorp/otto/examples/mongodb"
06 }
07 }
08
09 project {
10 name = "my-project"
11 infrastructure = "my-infrastructure"
12 }
13
14 infrastructure "my-infrastructure" {
15 type = "aws"
16
13%
30.01.2013
it is the scripting language for World of Warcraft. Even better, it has a small footprint of about 182KB of memory for the base interpreter and about 243KB for the library. The Wikipedia entry for lua has a pretty good
13%
30.01.2024
, September 17, 2020: https://dirteam.com/sander/2020/09/17/howto-attach-a-previously-synced-azure-ad-tenant-to-a-new-ad-forest/
The Author
Evgenij Smirnov has been working with computers since
13%
17.02.2015
NEW packages will be installed:
libdate-manip-perl libyaml-syck-perl logwatch
As a result, about 12.5MB of new software is installed.
Logwatch gets configuration details several ways:
from script
13%
14.08.2017
storage is handled by the almost venerable ext3. The use of BusyBox [11] for most executable programs and of Dropbear [12] as the SSH daemon is the logical consequence of the Buildroot underpinnings
13%
16.05.2013
,1000);
06
07 // Set host data on the Device (GPU)
08 dA = gpuSetData(A);
09 dC = gpuSetData(C);
10
11 d1 = gpuMult(A,B);
12 d2 = gpuMult(dA,dC);
13 d3 = gpuMult(d1,d2);
14 result = gpuGetData(d3); // Get
13%
22.08.2011
[inst.id] = inst.state
08 summary[inst.state] += 1
09 state
10 end
11 total = summary.values.inject(0) { |sum, i| sum += i }
12 puts "Found #{total} instances in the following states:"
13 summary