search:
News
Articles
Tech Tools
Subscribe
Archive
Whitepapers
Digisub
Write for Us!
Newsletter
Shop
DevOps
Cloud Computing
Virtualization
HPC
Linux
Windows
Security
Monitoring
Databases
all Topics...
Search
Login
Search
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(251)
Article
(94)
Blog post
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
4
5
6
7
8
9
10
11
12
13
14
15
16
17
...
35
Next »
21%
Data Analysis with R and Python
17.02.2015
Home
»
Archive
»
2015
»
Issue 25: Safe...
»
lists the sample data as a table. Listing 4 Installing R on Ubuntu
12
.04 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB
9
sudo add-apt-repository ppa
21%
A Btrfs field test and workshop
31.10.2025
Home
»
Archive
»
2012
»
Issue 11: Cloud...
»
(depending on the RAID level). These chunks are usually 1GB for data and
256
MB
for metadata. One exception is the first metadata chunk, which mkfs.btrfs creates 1GB in size, assuming there is enough space
21%
Modern Fortran – Part 2
15.12.2016
Home
»
HPC
»
Articles
»
are over i = 2,
n
− 1 and j = 2,
n
−1. Here is how you can write the iteration over the domain using array notation:
a
(2:
n
-
1,2
:
n
-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
21%
CRI-O and Kubernetes Security
30.11.2020
Home
»
Archive
»
2020
»
Issue 60: Secur...
»
cri-o-${CRIO_VERSION} The following NEW packages will be installed cri-o-1.17 0 to upgrade, 1 to newly install, 0 to remove and 0 not to upgrade. Need to get 17.3
MB
of archives. After this operation
21%
Exploring Kubernetes with Minikube
11.09.2018
Home
»
Archive
»
2018
»
Issue 47: Findi...
»
. Figure 6: Good old ``get pods'' but with width: ``kubectl get pod nginx-dep-54b
9
c79874-b
9
dzh -o wide'' showing an internal pod IP Address in the 172.17.0.0 range. Use the -
n
option to specify
20%
Automation Scripting with PHP
16.10.2012
Home
»
Articles
»
6), and start stream blocking (line 7), which executes the command and waits for the response. Now, write the output to a variable (lines
9-12
), close the stream (line 14), and send the response
20%
Installing and operating the Graylog SIEM solution
13.12.2018
Home
»
Archive
»
2018
»
Issue 48: Secur...
»
. The pwgen command generates a password and encrypts with sh
256
sum: pwgen -
N
1 -s 100 echo -
n
| sha
256
sum The encrypted password is then assigned to the parameter root_password_sha2. Table 1 gives
20%
Guarding against social engineering attacks
01.08.2019
Home
»
Archive
»
2019
»
Issue 52: Stop...
»
will be
2.2
GB lighter. Figure 1: The download options with the SHA
256
checksum to make sure it matches the reported checksum on the site. Be sure
20%
Network monitoring with Icinga and Raspberry Pi
17.02.2015
Home
»
Archive
»
2015
»
Issue 25: Safe...
»
use generic-service 21 host_name w2k
12
srv
22
service_description Memory Usage 23 check_command check_nt!MEMUSE!-w 80 -c 90 24 } 25 define service{ 26
20%
OpenACC – Porting Code
07.03.2019
Home
»
HPC
»
Articles
»
Loops Fortran C !$acc parallel loop do i=1,
n
A
(i) = B(i) + C(i) enddo !$acc parallel loop do j=1,m B(i) = B(i) * D(i) enddo #pragma
« Previous
1
...
4
5
6
7
8
9
10
11
12
13
14
15
16
17
...
35
Next »