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)
(96)
Article
(27)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
2
3
4
5
6
7
8
9
10
11
12
13
Next »
26%
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
26%
What's your status (page)?
28.11.2023
Home
»
Archive
»
2023
»
Issue 78: Domai...
»
_token = "REPLACE_THIS_WITH_
A
_SECRET_KEY" 07
08
[assets] 09 path = "./res/assets/" 10 11 [branding] 12 page_title = "Vigil Localhost Test Status Page" 13 page_url = "https://teststatus.page/status" 14 company
26%
StarCluster Toolkit: Virtualization Meets HPC
16.01.2013
Home
»
HPC
»
Articles
»
name 05 #$ -
N
pi 06 # Use current working directory 07 #$ -cwd
08
# Join stdout and stderr 09 #$ -j y 10 # PARALLEL ENVIRONMENT: 11 #$ -pe orte 2 12 # Enable resource reservation 13 #$ -R y 14 # The max
26%
Embarrassingly parallel computation
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
is considered "embarrassingly parallel" [
3
] where no design effort is required to partition the problem into completely separate parts. If no data dependency exists between the problem sub-parts, no communication
26%
Tuning loops – from loop unrolling to Duff's device
28.07.2025
Home
»
Archive
»
2025
»
Issue 88: 5 Net...
»
[i] + b[i]; } When the number of cycles is known at compile time, a loop can be fully unrolled: c[0] =
a
[0] + b[0]; c[1] =
a
[1] + b[1]; c[2] =
a
[2] + b[2]; c[
3
] =
a
[
3
] + b[
3
]; However, it remains
26%
OpenStack installation with the Packstack installer
16.08.2018
Home
»
Archive
»
2018
»
Issue 46: CMS S...
»
| nova | compute | | 266b6275884945d39dbc
08
cb3297eaa2 | ceilometer | metering | | 4f0ebe86b6284fb689387bbc3212f
9
f5 | cinder | volume | | 59392edd44984143bc47
a
89e111beb0
a
26%
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
26%
New features in PHP 8
02.02.2021
Home
»
Archive
»
2021
»
Issue 61: Secur...
»
// ---- previously -------- 02 if ($user !== null) { 03 $
a
= $user->address; 04 05 if ($
a
!== null) { 06 $b = $user->getBirthday(); 07
08
if ($b !== null) { 09 $bday = $b->asString(); 10 } 11
26%
Serverless computing with AWS Lambda
30.01.2020
Home
»
Archive
»
2020
»
Issue 55: AWS L...
»
Id: 4e90b424-95d
9
-4453-
a
2f4-8f5259f5f263 Duration: 70.72 ms Billed Duration: 100 ms Memory Size: 128
MB
Max Memory Used: 55
MB
Init Duration: 129.20 ms More or Less
26%
Warewulf 4 – Python and Jupyter Notebooks
13.04.2023
Home
»
HPC
»
Articles
»
Interactive HPC applications written in languages such as Python play
a
very important part today in high-performance computing. We look at how to run Python and Jupyter notebooks on a Warewulf 4 ... of packages in the file req.txt in the home directory of the anaconda user that can be used to create the shared_env environment: $ /opt/apps/anaconda
3
/bin/conda create -
n
shared_env --file ./req
« Previous
1
2
3
4
5
6
7
8
9
10
11
12
13
Next »