27%
10.04.2015
[...]
20 String line = readlineImpl(prompt);
21 if ((line != null) && (addToHist)) {
22 addToHistory(line);
23 }
24 return line;
25 }
26
27 public static void add
27%
10.04.2015
]
20 }
21 ]
22 }
23 ]
24 }
The script that performs the rsync operation, sync.sh, will look like Listing 3. Your script might be more complex (e.g., by adding some sort
27%
16.08.2018
, provides additional integration with Open vSwitch.
Infos
"Affordable hardware switch for SDN" by Konstantin Agouros, ADMIN
, issue 34, 2016, p. 22, http://www.admin-magazine.com/Archive/2016
27%
13.12.2018
Port=6817
16 SlurmdPort=6818
17 AuthType=auth/munge
18 StateSaveLocation=/var/spool/slurm/ctld
19 SlurmdSpoolDir=/var/spool/slurm/d
20 SwitchType=switch/none
21 MpiDefault=none
22 Slurmctld
27%
09.10.2017
program (e.g., PuTTY), you connect to the server on port 22 with the reserved IP address. The default username is pi
, and the default password is raspberry
(Figure 1). Now enter
sudo nems
27%
02.08.2022
VARCHAR(10) DEFAULT NULL,
21 content VARCHAR(64000) DEFAULT NULL,
22 ttl INT DEFAULT NULL,
23 prio INT DEFAULT NULL,
24 disabled TINYINT
27%
28.11.2022
, Gitea listens on ports 3000 (HTTP) and 22 (SSH) by default. In the simple and clear-cut web UI, you first need to create the user accounts. To avoid the need to log in with a username and password, you
27%
02.02.2021
i < 1000:
21 my_data.append(data_w_weekend(i / 1000))
22 i += 1
23
24 # add some noise
25 random_gain = 0.1 # factor for the noise
26 i = 0
27 while i < 1000:
28 my_data[i] += np
27%
03.12.2015
.8, the Django formtools
[5] were part of this project and all was well. However, a decision was then made to outsource this part. Although this doesn't necessarily have to be a problem, Fedora 22 no longer
27%
05.12.2019
waitpid(-1, 0);
20 } else {
21 close READFROMCHILD;
22 close WRITETOCHILD;
23 $thisdata = ;
24 print "The child process read $thisdata";
25 print WRITETOPARENT "The child process