63%
09.01.2019
3: Gang Execution
Fortran
C
!$acc parallel
do i=1,n
! do something
enddo
!$acc end parallel
#pragma acc parallel
{
for (int i=0; i < n
63%
02.08.2021
Service (AKS) [2], and Amazon Elastic Kubernetes Service (EKS) [3].
In this article, I walk through the automated deployment of the Amazon Elastic Kubernetes Service (EKS), a mature and battle
63%
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
63%
30.11.2025
://wiki.opscode.com/display/chef/Installation
RabbitMQ: http://www.rabbitmq.com/server.html
openSUSE build service for RabbitMQ: http://software.opensuse.org/search?q=rabbitmq-server&baseproject=openSUSE%3A11.2
Information on full-text searches
63%
05.02.2019
with the information on the Kata website to be on the safe side.
Listing 2
Installing Kata Containers
#!/bin/sh
echo "Configure Kata repo ..."
sudo sh -c "echo 'deb http://download.opensuse
63%
31.10.2025
is preventing /usr/bin/xchat
from name_connect access on the tcp_socket. For complete SELinux messages
run sealert -l482a1457-4fdc-4d8c-91d0-d5ddf4b23891
My Own Rules
When I call sealert, the tool tells me
63%
09.01.2013
Attribute Discovery (abridged)
[root@home4 ~]# smartctl -a /dev/sdd
smartctl 5.43 2012-06-30 r3573 [x86_64-linux-2.6.32-358.18.1.el6.x86_64] (local build)
Copyright (C) 2002-12 by Bruce Allen, http ... Modern drives use S.M.A.R.T. (self-monitoring, analysis, and reporting technology) to gather information and run self-tests. Smartmontools is a Linux tool for interacting with the S.M.A.R.T. features ... S.M.A.R.T., smartmontools, and drive monitoring
63%
02.06.2020
this problem, so I decided to take that route instead of installing Cargo.
From the Releases page [3] on the GitHub, repository you can see the latest build. In my case, that was version 0.9.0 at the time
63%
20.06.2022
discontinued because a robust availability of independent OAuth2 and OIDC libraries has been reached.
As an example, I'll set up a Python app that uses Flask and the Flask-OIDC module. You'll need Python 3
63%
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