14%
28.01.2014
The Lua scripting language celebrates its 20th birthday this year. Because it is used more often as an embedded scripting language than as an independent programming language (e.g., Python or Perl
14%
10.12.2012
Talent Express RCB – US$ 70
Western Digital My Passport Enterprise – US$ 110
Compared with the SanDisk Cruzer 32GB I used for this article – US$ 20 at a local discount store – they’re all very
14%
10.06.2015
and right. Unfortunately, my laptop has a 16:9 display with a resolution of 1,600x900 pixels.
Common Denominator
Some research on the topic of screen resolution reveals the root cause: the maximum
14%
04.10.2018
employees; with 20 help desk employees, it costs around $2,800. Prices in other currencies are available on request. The "Free Edition" for managing a maximum of 100 AD objects in a single domain is free
14%
02.08.2022
.0.0.1
mysql -h localhost -u root -p
create database pdns;
Listing 1 shows a quick user addition to the database and the granting of permissions. To exit from the MariaDB shell, use the quit; command
14%
03.12.2015
to fix.
Updates are data intensive. Even a small radio firmware for a 3G or 4G cellular modem can be 10 to 20MB, and embedded Linux root filesystems are becoming larger and larger. Thus, patch or delta
14%
18.02.2018
.site_container}",
17 ]
18 connection {
19 type = "ssh"
20 user = "root"
21 private_key = "${file("${var.ssh_priv_key}")}"
22 }
23 }
24 }
25 output "IP" {
26 value
14%
20.03.2014
The Lua scripting language celebrates its 20th birthday this year. Because it is used more often as an embedded scripting language than as an independent programming language (e.g., Python or Perl
14%
14.03.2013
Talent Express RCB – US$ 70
Western Digital My Passport Enterprise – US$ 110
Compared with the SanDisk Cruzer 32GB I used for this article – US$ 20 at a local discount store – they're all very
14%
14.06.2017
example illustrating the change in file size:
$ ls -lsah FS_scan.csv
3.2M -rw-r--r-- 1 laytonjb laytonjb 3.2M 2014-06-09 20:31 FS_scan.csv
$ gzip -9 FS_scan.csv
$ ls -lsah FS_scan.csv.gz
268K