71%
28.11.2021
DEexmOSvtUG0wNFGF/opWQ75lzbwRRs
Key ID: "server.example.com"
Serial: 0
Valid: from 2021-02-18T03:25:00 to 2021-08-17T04:26:39
Principals:
server.example.com
172
71%
29.09.2020
Ubuntu 18.04 (Bionic), I had to uninstall K3s (use the /usr/local/bin/k3s-uninstall.sh script), switch off Uncomplicated Firewall (UFW) and use the desktop GUI to clear my iptables clashes before running
71%
10.06.2015
Lab http://gitlab.com
Big Data
Hadoop http://hadoop.apache.org, Cassandra http://cassandra.apache.org, Spark http://spark.apache.org, Storm http://storm.apache.org
Meta/High Availability
70%
05.02.2023
development life cycle to maintain much-needed parity. I'll use the Footloose and Docker container tools to bring up container machines for a test setup. Everything was tested on my Ubuntu 18.04 LTS laptop
70%
07.06.2019
def config = server.getConfig();
17
18 def triggerConfig = [
19 'gerritHostName':"gerrit.com",
20 'gerritSshPort':29418,
21 'gerrit
70%
12.09.2013
17 %description
18 Custom SELinux policy module.
19
20 %prep
21 if [ ! -d custom-selinux-policy ]; then
22 mkdir custom-selinux-policy
23 fi
24 cp -p %{SOURCE0} %{SOURCE1} %{SOURCE2} custom
70%
04.10.2018
-skip-tls-verify
15 # login with the service account
16 - oc project "slides-openshift"
17 # enter into our slides project on OpenShift
18 script:
19 - "oc get services $APP 2> /dev/null || oc new
70%
16.05.2013
-factor authentication for Google services for some time.
To enable strong authentication in your Google account, go to https://accounts.google.com/SmsAuthConfig and enter the phone number of your smartphone. Google
70%
20.02.2012
, it behaves like a normal user, delaying between hits, but it can also be set to benchmark the site by not delaying between hits.
For example (sorry, owners of example.com
!),
siege -c 30 http://www.example.com
70%
04.08.2011
.net.URL;
04 import java.util.Map;
05
06 import com.Xensource.xenapi.Connection;
07 import com.Xensource.xenapi.Host;
08 import com.Xensource.xenapi.Session;
09 import com.Xensource.xenapi.Task;
10
11 import de