18%
16.05.2013
# curl -s https://fedoraproject.org/w/uploads/3/38/Biosdevname-support-check.sh | bash
Checking hardware requirements [ OK ]
Checking for SMBIOS type 41 support [ OK ]
Checking
18%
29.09.2020
4c
SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Sun Aug 2 10:41:21 2020 EDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
18%
08.04.2014
| elapsed: 0.0s remaining: 4.5s
[Parallel(n_jobs=2)]: Done 198 out of 1000 | elapsed: 1.2s remaining: 4.8s
[Parallel(n_jobs=2)]: Done 399 out of 1000 | elapsed: 2.3s remaining: 3.5s
18%
29.09.2020
-of-concept functionality.
Three Is the Magic Number
I'm going to use the excellent K3s to build my Kubernetes cluster. For instructions on how to install K3s, check out the "Teeny, Tiny" section in my article on Status
18%
17.06.2017
-1) = 0.25 * (a(1:n-2,2:n) + a(3:n,2:n) + a(2:n,1:n-2) + a(2:n,3:n))
Using forall, the same can be written as:
forall (i=2:n-1, j=2:n-1) a(i,j) = 0.25*(a(i-1,j) + a(i+1,j) + a(i,j-1) + a(i,j+1
18%
17.08.2011
hour.
The script simply connects to AWS, finds each of the main chargeable services (I’ve only done EC2, RDS, and S3 so far … feel free to contribute), and uses a table of costs to find the upper limit
18%
06.08.2013
address
.
Figure 3: Link-layer information is displayed by ip with the link option.
Using
ip -s link show
gives you a statistical overview
18%
03.12.2024
used Python 3.8.10 – and a specific Python environment built for testing, which I’ll discuss. I don’t recommend using your base environment, although I’ve been known to do that. (It’s simple enough
18%
25.11.2012
distribution, so I’ll describe the approach on a more generic level on the basis of Red Hat’s and SUSE’s enterprise distributions (RHEL 6.2 and SLES 11 SP2). Admins have the choice between a completely manual
18%
07.02.2019
)),
copyout(b(s/4:3*s/4))
#pragma acc data copyin(a[0:size-1]),
copyout(b[s/4:3*s/4])
You can use reasonably complex expressions to determine the portion and size of the array to use