18%
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
18%
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
18%
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
18%
05.12.2019
, the Python module is secretcode.
Listing 4
Testing the Code
$ python3
Python 3.7.3 (default, Mar 27 2019, 22:11:17)
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits
18%
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
18%
05.12.2019
-7 * * * mycommand -u me -o file
## Pick up email daily at 20, 21, 22 and 24 minutes past the hour.
20-24~23 * * * * getmail
## Pick up email every 30 minutes.
@ 30 getmails -all
## Run the Save command with low
18%
22.12.2017
~ /.well-known {
13 allow all;
14 }
15
16 location / {
17 rewrite ^/(.*)$ https://www.linux-magazin.de/$1 permanent;
18 rewrite ^/$ https://www.linux-magazin.de/ permanent;
19 }
20 }
21
22
18%
18.02.2018
.site_container}",
17 ]
18 connection {
19 type = "ssh"
20 user = "root"
21 private_key = "${file("${var.ssh_priv_key}")}"
22 }
23 }
24 }
25 output "IP" {
26 value
18%
05.02.2019
,deny
22 Allow from all
23
24
25 ErrorLog ${APACHE_LOG_DIR}/error.log
26
27 # Possible values include: debug, info, notice, warn, error, crit,
28 # alert, emerg.
29
18%
05.02.2019
in the container?
20 - name: "mysql client exists"
21 path: '/usr/bin/mysql'
22 shouldExist: true
23
24 # Does the MySQL configuration file exist at the right place?
25 - name: "my.cnf exists and has appropriate