30%
26.11.2013
Alg
variable in lines 2-9 stores a configuration object.
Listing 1 selects the AES algorithm in GCM mode in the name
field with the initialization vector from iv
and the user ID from additional
30%
04.12.2013
if (ierr > 0) then
21 write(*,*) "error in opening file! Stopping"
22 stop
23 else
24 do 10 counter=1,counter_limit
25 my_record%x = counter
26 my_record%y = counter
30%
20.02.2012
time: 11.79 secs
Data transferred: 2.47 MB
Response time: 0.22 secs
Transaction rate: 35.79 trans/sec
Throughput: 0
30%
04.11.2011
-INPUT -p tcp -m tcp --dport 631 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
### begin ssh
#-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j
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
Administrative TUIs
bmon
Monitoring and debugging tool designed to capture and display networking statistics; capable of text-based plots.
A short YouTube video
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%
10.06.2015
to the first sed I know that here is only a SINGLE space
45 display_list="$(sed ':a;N;$!ba;s/\n / /g'<<<"$xrandr_current" | sed \
-n -e 's/^\([a-zA-Z0-9_-]\+\) connected.* \([0-9]\+\)mm.* \([0-9]\+\)mm
30%
27.09.2021
Ubuntu Startup Improvement
Distribution
AMI Tested
OS Boot (s)
Service Start (s)
Total (s)
Trusty (14.04)
ami-05dc324761386f3a9
14.581
3
30%
17.06.2017
-1) = 0.25 * (a(1:n-2,2:n) + a(3:n,2:n) + a(2:n,1:n-2) + a(2:n,3:n))
Using forall, the same can be written as:
forall (i=2:n-1, j=2:n-1) a(i,j) = 0.25*(a(i-1,j) + a(i+1,j) + a(i,j-1) + a(i,j+1