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)
(249)
Article
(51)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
8
9
10
11
12
13
14
15
16
17
18
19
20
21
...
30
Next »
17%
Retrieving Windows performance data in PowerShell
10.04.2015
Home
»
Archive
»
2015
»
Issue 26: OpenS...
»
-WMIObject Win32_OperatingSystem | fl Name, BuildNumber, Version Name: Microsoft Windows 8.1 Enterprise|C:\Windows|\Device\Harddisk
0
\Partition4 BuildNumber: 9600 Version: 6.3.9600 The command
17%
Convert Linux shell commands into PowerShell cmdlets
07.04.2022
Home
»
Archive
»
2022
»
Issue 68: Autom...
»
"OriginalName": "
",
08
"OutputHandlers": [ 09 { 10 "ParameterSetName": "viaInline", 11 "HandlerType": "Inline",
12
"Handler": "$args[
0
17%
Planning Performance Without Running Binaries
02.02.2021
Home
»
Archive
»
2021
»
Issue 61: Secur...
»
), which is derived by observing that you can use as many CPUs as you want to drive 95 percent of the problem asymptotically to zero time (p =
0
.95), and you will be left with that one minute (1 – p =
0
17%
Single sign-on like the big guys
20.06.2022
Home
»
Archive
»
2022
»
Issue 69: Terra...
»
.4' 02 services: 03 keycloak: 04 container_name: keycloak 05 image: quay.io/keycloak/keycloak:17.
0
.1 06 ports: 07 - 8080:8080
08
environment: 09 - KEYCLOAK
17%
Prepare, analyze, and visualize data with R
07.06.2019
Home
»
Archive
»
2019
»
Issue 51: Self-...
»
: Estimate Std. Error t value Pr(>|t|) (Intercept) 517.340 18.270 28.316 < 2e-16 *** wdayThursday -31.046 16.119 -1.926
0
.0545 . wdayFriday -116.981 16.122 -7.256 1.
08
e-
12
*** wday
17%
GNU Parallel: Multicore at the Command Line with GNU Parallel
04.11.2011
Home
»
HPC
»
Articles
»
$if | bzip2 ‑9 > $if.bz2; 04 done 05 real
0
m27.005s 06 user
0
m11.745s 07 sys
0
m14.623s
08
09 $ time find . ‑name "*.gz" ‑print | parallel ‑j +
0
'zcat {} | bzip2 ‑9 > {.}bz2' 11
12
real
0
m
17%
Warewulf 4 – Python and Jupyter Notebooks
13.04.2023
Home
»
HPC
»
Articles
»
@warewulf pkgs]$ pwd /opt/apps/apps/conda/pkgs [laytonjb@warewulf pkgs]$ ls -lstar total 552 4 drwxrwxrwx 4 root root 4096 Mar
12
11:28 ..
0
-rw-rw-r-- 1 laytonjb laytonjb
0
Mar 14 19:28 urls 4 drwxrwsr-x 2
17%
Embarrassingly parallel computation
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
* argv[])
08
{ 09 long niter = 1000000000; 10 int myid; //holds process's rank id 11 double x,y; //x,y value for the random coordinate
12
int i; 13
17%
Web applications with Flask
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
rel="stylesheet" href="style.css" /> 05 {% endblock %} 06 07
08
09 {% for item in seq %} 10
{{ item }}
11 {% endfor %}
12
13 14