14%
18.06.2014
= os.open(fileloc, os.O_RDONLY)
junk = os.fstat(FILE)
size = junk[6]
atime = junk[7]
mtime = junk[8]
ctime = junk[9]
uid = junk[4]
gid = junk[5]
print " File: %s size: %s atime
14%
10.04.2015
Number: 00282-30340-00000-AB9A5
Version: 6.3.9600
The information you read from the operating system can also be formatted and customized. For example, normally only the operating system's most
14%
28.06.2011
) layer for the cloud, virtualizing the various hardware components and making them available through a standard API. The first OpenStack release (dubbed "Austin") became available October 22 [3];
The Open
14%
07.01.2025
SC24 took place in Atlanta, GA, November 17-22. As I'm writing this, 17,959 attendees – that’s 3,000+ more than last year – registered. More than 500 companies filled the exhibition floor, which
14%
16.08.2018
to power-saving mode, it might reappear as the sixth client when it logs back in and be connected to WX port 6 in the OpenFlow logic. Developers for the WX have to pay special attention to this possibility
14%
02.08.2022
) NOT NULL,
06 master VARCHAR(128) DEFAULT NULL,
07 last_check INT DEFAULT NULL,
08 type VARCHAR(6) NOT NULL,
09 notified_serial INT UNSIGNED DEFAULT
14%
02.02.2021
of their toolkits.
For example, you can install and use Splunk Enterprise and its Machine Learning Toolkit (Figure 6) with a trial license for up to 60 days and index up to 500MB of data per day. The software
14%
22.12.2017
if TLS connections (SSL) are used.
Fortunately, the free Let's Encrypt [6] certification service makes light work of configuring SSL on the web server [7]. Install the Let's Encrypt client on Debian
14%
18.02.2018
tokens is provided online [5] [6].
Listing 2
terraform.tfvars
01 do_token = "01189998819991197253"
02 ssh_priv_key = "/home/jon.doe/.ssh/id_rsa"
03 ssh_pub_key = "/home
14%
20.03.2014
with the popular Linux distributions; in other words, you need to build it from the source code. To do this, you also need to install some packages and libraries: Perl 5.6.1 or later, libreadline, libpcre