15%
22.05.2023
-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $host;
}
}
proxy_pass http://127. 0.0.1: 8008;
To the outside world, your Synapse server goes by the name
15%
22.12.2017
in the standard library, Parallel Python [3], variations on queuing systems such as 0MQ [4] (zeromq
), and the mpi4py [5] bindings of the Message Passing Interface (MPI) standard for writing MPI code in Python
15%
08.10.2015
.
Container 2.0 with Docker
Docker is a real shooting star. The first public release only arrived on the market in March 2013, but today it is supported by many well-known companies. It is, for example
15%
16.05.2013
-magazin\administrator\profile
Domain: ADMINDOM
Account desc:
Workstations:
Munged dial:
Logon time: 0
Logoff time: 9223372036854775807 seconds since the Epoch
Kickoff time: 9223372036854775807
15%
30.11.2025
Chris Buechler and Scott Ullrich were unhappy. Although the FreeBSD m0n0wall distribution gave them a quick option for setting up a firewall and a router, it was designed for use on embedded systems
15%
30.11.2025
with kernel version 2.6.0, security modules were supposed to use the standardized Linux Security Modules (LSMs) [2], which were created specifically for this purpose and which are also used by other popular
15%
30.11.2025
( )
Used for grouping and back references
\n
Back reference: Expands to whatever matched the n
th ( ) pattern
Suffixes
How Many to Match
?
0 or 1
*
0
15%
30.11.2025
Connection
01 #!/usr/bin/expect
02
03 set host [lindex $argv 0]
04 set timeout 5
05 spawn /usr/bin/ssh aefrisch@$host
06 expect "(yes/no)? " {
07 send "yes\r"
08 }
09 expect "password:"
10 send
15%
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
15%
28.01.2014
edition, which was published early last year. The first edition, available online refers to Lua 5.0. The language has now moved to version 5.2, but the online book is still up to date to a large extent