9%
05.12.2011
Michael Wong, CEO of OpenMP ARB Corp.
Left to right: Barbara Chapman, chairperson of OpenMP user’s
9%
20.06.2022
area network (SAN) controller might need to run its BIOS first so that the booting operating system can find a hard disk. As early as in the 1980s, an option was introduced to run the system boot over
9%
12.09.2018
to the nodes. Given that I have already installed software to /usr/local/
, I tend to export that directory in addition to /home
.
A bonus of sharing /home
is that the user’s home directories include SSH keys
9%
02.04.2013
, therefore, decide in advance whether they want to work with certificates, one-time passwords, or both. Certificate-based two-factor authentication typically uses digital PKI certificates based on the X.509
9%
23.02.2012
, with this code snippet for the top part of the job script:
#PBS -S /bin/bash
#PBS -l nodes=8:ppn=2
. /etc/profile.d/modules.sh
module load compiler/pgi6.1-X86_64
module load mpi/mpich-1.2.7
(insert mpirun
9%
26.01.2025
)_$ARCH
$ curl -sLO "https://github.com/eksctl-io/eksctl/releases/latest/download/eksctl_$PLATFORM.tar.gz"
$ curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
$ tar -xzf "eksctl
9%
05.08.2024
Modern software-as-a-service (SaaS) offerings are highly dependent on external cloud providers to run and work reliably, but nothing comes without conditions or comes free, especially public cloud
9%
28.07.2025
designed for Live use on optical data carriers were first seen more than 20 years ago. In the meantime, USB flash memory has largely replaced the CDs and DVDs used in the past. They are not only smaller than
9%
04.08.2020
/ioutil"
09 "log"
10 )
11
12 type Config struct {
13 Reviews map[string][]string
14 }
15
16 func main() {
17 yamlFile := "reviews.yaml"
18 data, err := ioutil.ReadFile(yamlFile)
19 if err != nil {
20
9%
05.08.2024
.15) ...
Processing triggers for man-db (2.10.2-1) ...
$
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
info: downloading installer
Welcome to Rust!
This will download and install the official