19%
18.10.2017
ab7000)
libc.so.6 => /lib64/libc.so.6 (0x00007f5bc46f4000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f5bc44de000)
/lib64/ld-linux-x86-64.so.2 (0x000056123e669000
19%
07.01.2014
of space (20 + 25 + 30), with no doubt lots of duplicated data wasting space and money.
The backup world uses a few techniques that differentiate it from replication. The first is called a “full backup
19%
04.11.2011
out the relevant line in the/etc/inittab
file. This will free up some memory:
# Run xdm in runlevel 5
# x:5:respawn:/etc/X11/prefdm ‑nodaemon
Now perform a first full-system package update
19%
17.03.2021
(which was quite a bit of storage in 2004). The system cost between $20,000 and $30,000. As with other desktop systems, the DT-12 plugged into standard 120V outlets and used less than 200W of power. Orion
19%
20.08.2019
in a shipping container. The $12 million IBM system will include an on-board uninterruptible power supply, chilled water cooling, and a fire suppression system. The system comes with 22 nodes for machine learning
19%
19.08.2020
The US National Science Foundation has awarded another year of funding to the Extreme Science and Engineering Discovery Project (XSEDE). The $21.8M, 12-month grant will extend operations until
19%
04.08.2020
# Names of all persons:
11 gremlin> g.V().hasLabel('person').values('name')
12 ==>marko
13 ==>vadas
14 ==>josh
15 ==>peter
16
17 # Name of person with ID 1
18 gremlin> g.V(1).values('name')
19 ==>marko
20
19%
12.02.2014
B kwrapper4
128.0 KiB + 25.5 KiB = 153.5 KiB acpid
152.0 KiB + 12.0 KiB = 164.0 KiB mcelog
152.0 KiB + 43.0 KiB = 195.0 KiB abrtd
164.0 KiB + 36.5 KiB = 200.5 Ki
19%
20.06.2022
-Host "Removing outdated $MigMBox.pst file." -fore yellow
20 }
21 Write-Host ""
22
23 # Create a .pst file for every mailbox found on system.
24 #
25 Write-Host "Exporting mailbox $MigMBox to file $Mig
19%
06.10.2019
.get('mail')
22 if not useremail:
23 print "User " + username + " has no Email address in LDAP"
24 # Import smtplib for the actual sending function
25