12%
25.03.2020
.9.5) [5]
Ansible 2.8.1
Python 3.6.9
Python 2.7.17
Terraform v0.12.0
Golang: go1.10.4 linux/amd64 [6]
For a list of current restrictions and limitations, see the "Limitations" box
12%
17.06.2017
10 root primary
SW2(config)#spanning-tree vlan 20 root primary
SW3(config)#interface fastEthernet 0/1
SW3(config-if)#spanning-tree vlan 20 cost 999
SW3(config-if)#interface fastEthernet 0/2
SW3(config
12%
08.10.2015
the version number 5.0.10018.0
. This development is all the more interesting, given that the installation directory still goes by the name v1.0; it will probably keep this name for all time for reasons
12%
05.12.2016
established connections to a third-party server using the IPsec protocol. The test devices were an Apple iPad with the latest iOS 9 and a Samsung smartphone with Android 4.0.4, which at the time were the most
12%
03.08.2023
with the hdparm [7] tool as:
sudo hdparm -t /dev/mmcblk0
Sequential writes is a large continuous write, forcing filesystem sync to ignore caching effects. Run with the dd [8] tool as:
sudo dd if=/dev/zero of
12%
18.07.2013
-compressible test data.
TKperf requires Fio 2.0.3 or higher. In older versions of Fio, some terse output information is missing; this is minimal output that can be easily processed by other programs [4
12%
17.04.2017
, "could allow remote code execution if an attacker sends specially crafted messages to a Microsoft Server Message Block 1.0 (SMBv1) server."
You can read more about all of the vulnerabilities that were
12%
11.02.2016
DestinationSizeChange 41943106 (40.0 MB)
Another view of the file statistics lists which file effected the change:
# gunzip -c /mnt/backup/rdiff-backup-data/file_statistics.\
2015-03-15T10\:44\:06+01\:00.data.gz | awk '$2
12%
13.12.2011
packetstormsecurity.org
packetstormsecurity.org,199.58.210.12,A
NS25.WORLDNIC.COM,205.178.190.13,SOA
ns25.worldnic.com,205.178.190.13,NS
ns26.worldnic.com,206.188.198.13,NS
mail.packetstormsecurity.org,199.58.210.12,MX
12%
21.03.2017
# ===================
09 #
10 if __name__ == '__main__':
11
12 f = h5py.File("mytestfile.hdf5", "w")
13
14 dset = f.create_dataset("mydataset", (100,), dtype='i')
15
16 dset[...] = np.arange(100)
17