30%
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
30%
23.07.2012
.13.134.52):
Not shown: 994 filtered ports
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 4.3 (protocol 2.0)
25/tcp closed smtp
53/tcp open domain ISC BIND 9
30%
05.12.2018
.
Figure 3: Sample pop-up dialog from Bash script: dialog --title "Message" --msgbox 'Your job is done' 6 20
If you are interested in writing TUIs for system administration, a great place to start
30%
17.03.2020
PROPERTY VALUE SOURCE
myvol type filesystem -
myvol creation Sat Feb 22 22:09 2020 -
myvol used 471K -
[ ... ]
ARC
Operating systems commonly
30%
27.09.2021
to Ubuntu 20.04.1 LTS
(GNU/Linux 5.4.0-56-aws x86_64)
Booting Benchmarks
These two tests provide good insight into the initialization speed of stock operating system images, with the notable exception
30%
17.06.2017
type for variable "a"
18 type(my_struct) :: a
19 ! ...
20 write(*,*) "i is ",a%i
21
22 ! Structures (variables) of the the derived type my_struct
23 type(my_struct) :: data
24 type
30%
20.06.2022
_DB_PASSWORD=SOME_DB_PASSWORD
15 command: ["start-dev"]
16
17 postgres:
18 container_name: postgres
19 image: postgres:14
20 environment:
21 - POSTGRES_PASSWORD=SOME_DB_PASSWORD
22
30%
28.11.2022
/s, 133M issued at 133M/s, 81.6M total
0B repaired, 163.06% done, no estimated completion time
scan: resilvered (draid1:3d:5c:1s-0) 20.2M in 00:00:00 with 0 errors on Mon Oct 24 17:11:22 2022
30%
18.02.2018
and nearly 20PB of external memory are available for data.
In addition to high computing power, SuperMUC also displays impressive energy efficiency: Its hot water cooling requires 25 percent less electricity
30%
02.06.2020
= sol.copy()
10
11 for j in range(0,ny-1):
12 sol[0,j] = 10.0
13 sol[nx-1,j] = 1.0
14 # end for
15
16 for i in range(0,nx-1):
17 sol[i,0] = 0.0
18 sol[i,ny-1] = 0.0
19 # end for
20
21 # Iterate
22