14%
11.06.2014
End Blocks Id System
09 /dev/sda1 2048 20971519 10484736 83 Linux
10
11 Disk /dev/sdb: 536.9 GB, 536870912000 bytes
12 255 heads, 63 sectors/track, 65270 cylinders, total
14%
09.06.2018
Tables per database
No limit on number or size of tables
Rows and columns per table
No limit on the number of data records
Data record size
8KB max
Data types
14%
16.05.2013
_package_name = 'apache2'
09 ** ** ** ** ** **$apache_service_name = 'apache2'
10 ** ** ** ** ** **$apache_config_name = '/etc/apache2/apache.conf'
11 ** ** ** **}
12 ** ** ** **/(RedHat|CentOS|Fedora)/: {
13
14%
18.07.2013
=> installed
04 }
05 file { "/etc/update-motd.d/10-mymotd":
06 ensure => "present",
07 source => "puppet:///modules/mypuppets/misc/10-mymotd",
08 owner => 'root',
09 group => 'root',
10
14%
03.04.2024
approach that dynamically aligns CRITIS defense with the threat situation by combining information from cyber threat intelligence (CTI) with methods from adaptive live forensics. In this way, attacks can
14%
21.08.2014
_wait_timeout": "30s",
08 "shutdown_command": "echo 'Done' | sudo -S shutdown -h now"
09 }],
10 "provisioners": [{
11 "type": "shell",
12 "inline": [
13 "sleep 30",
14 "sudo apt-get update",
15
13%
25.03.2021
[1] sdc1[0]
244065408 blocks super 1.2 [2/2] [UU]
[=>...................] resync = 6.4% (15812032/244065408) finish=19.1min speed=198449K/sec
bitmap: 2/2 pages [8KB], 65536KB chunk
13%
13.02.2017
.modulea {
02 // required
03 requires java.base;
04 requires java.xml;
05 requires slf4j.api;
06
07 // exported
08 exports de.lm.java9.modulea;
09
10 // provides a service
13%
18.03.2012
Name
------- ------ ----- ----- ----- ------ -- -----------
81 9 2392 3076 76 0.12 3996 AmIcoSinglun64
74 9 1464 2568 42 0.09 2172 armsvc
195 10 2380 2984 62
13%
09.10.2017
dir=os.path.dirname(path)
07 if dir and not os.path.exists(dir):
08 os.makedirs(dir)
09 if os.path.basename(path):
10 bucket.download_file(path,path)
11
12 bname='prosnapshot'
13