16%
04.10.2018
://gitlab.com/gitlab-org/omnibus-gitlab/tree/f04b5c4443b3a98011577cdd7c9de766a287531e/docker/openshift
OpenShift.gitlab-ci.yaml file template: https://gitlab.com/gitlab-org/gitlab-ce/blob/master
16%
05.02.2019
Configuration: [
20 {
21 cidrMask: 24,
22 name: 'Web',
23 subnetType: ec2.SubnetType.Public,
24 },
25 {
26 cidrMask: 24,
27 name: 'App',
28
16%
11.10.2016
for i in range(N):
61 A = column(cpu_percent, i);
62 plt.plot(epoch_list, A);
63 # end if
64 plt.xlabel('Time (seconds)');
65 plt.ylabel('CPU Percentage');
66 plt
16%
09.09.2024
images
REPOSITORY TAG IMAGE ID CREATED SIZE
ubuntu-24.04-dev2 latest 8f311b6fbb1e 9 seconds ago 1.82GB
ubuntu-24.04-dev1 latest 2358ab17d70c 35 minutes ago 149MB
16%
26.01.2025
-memory," the announcement states.
To learn more, check out the educational videos on the OpenMP YouTube channel (https://www.youtube.com/playlist?list=PLLX-Q6B8xqZ8n8bwjGdzBJ25X2utwnoEG) or visit the OpenMP website (https ... In the news: Hetzner Announces S3-Compatible Object Storage; Ongoing Cyberattack Prompts New CISA Guidance for Communications Infrastructure; OpenMP 6.0 Released; Open Source Development Improves
16%
30.01.2020
command would be:
iptables-translate -A INPUT -p tcp --dport 22 -m conntrack --ctstate NEW -j ACCEPT
nft add rule ip filter INPUT tcp dport 22 ct state new counter accept
If you want to convert all your
16%
05.12.2016
, but Debian and Ubuntu installations define max_binlog_size as 100MB. XtraBackup also wants to create a separate file for every InnoDB table, which is enabled by the innodb_file_per_table variable (Listing 3
16%
05.10.2018
/etc/profile.d/rvm.sh
$ rvm reload
$ rvm requirements run
$ rvm install 2.5 # This may take a while
$ rvm list
$ rvm use 2.5 --default
$ ruby --version
$ gem update # Errors not related to kubeclient
16%
11.06.2014
=manager,dc=acme-services,dc=org
21
22 dn: olcDatabase={1}monitor,cn=config
23 changetype: modify
24 replace: olcAccess
25 olcAccess: {0}to * by dn.base="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth" read by dn
16%
28.11.2021
). The import statement brings in the required packages. To create an executable program, line 9 defines the main() function as the entry point. The app.New() method creates a new Fyne instance, and the a