17%
02.08.2022
crunch away on installing MariaDB. The first step is to download and run the MariaDB repo setup script:
wget https://downloads.mariadb.com/MariaDB/mariadb_repo_setup
chmod +x mariadb_repo_setup
sudo
17%
09.08.2015
No
Yes1
Yes
Themes/skins
No
Yes1
Yes
Price
Licenses
EUR80 per year incl. five mailboxes (Small Business Edition); EUR12.50 per mailbox a year for 20
17%
02.06.2020
_mappings -X POST -d '{
"relationships": {
"app": {
"guid": "a4238936-3f25-463b-4061-d3436e277be3"
},
"route": {
"guid": "83d60b98-5864-45c6-94ad-4d02f5f4216a"
}
},
"weight": 2
17%
11.09.2018
- containerPort: 80
19
20 ---
21
22 apiVersion: v1
23 kind: Service
24 metadata:
25 name: nginx-svc
26 labels:
27 run: nginx-svc
28 spec:
29 type: NodePort
30 ports:
31 - port: 80
32 protocol
17%
13.06.2016
for $i"
19
20 #If certs do not exist yet
21 FILE="$LECROOT/$i/cert.pem"
22 if [ ! -f "$FILE" ]
23 then
24 echo "$FILE does not exists, so lets get certificates"
25 cd /root/letsencrypt
26
17%
02.02.2021
.sin(periods * 2 * np.pi * t)
12 return max(value, 0.0)
13 else:
14 value = np.sin(periods * 2 * np.pi * t)
15 return max(value, 0.0)
16
17 # building the data vector
18 my_data = []
19 i = 0
20 while
17%
07.06.2019
datacenter: "{{ Vv_datacent }}"
19 folder: "{{ Vv_folder_1 }}"
20 state: absent
21 when: vm_facts.instance is defined
22
23 - name: Deploy VM from Template file
24 vmware_deploy_ovf:
25
17%
18.07.2013
't want to spend your time translating between the options in different versions, so get the latest if you can. I'm only covering the latest version here, which, at the time of writing, is 2.7.x. Using
17%
25.09.2023
="chmod
---
> RQRDCMNDS="apt-get
> chmod
13a17
> mkdir
15a20
> usermod
35c40
< if ! wget "https://mmonit.com/monit/dist/binary/${MONITVER}/monit-${MONITVER}-linux-x64.tar.gz" -O /tmp
17%
02.02.2012
for this example:
Order Deny,Allow
Deny from All
Allow from 12.12.12.12
Allow from 23.23.23.23
Allow from 34.34.34.34
This example denies access to everybody except the IPs listed, which follows the very sensible