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)
(221)
Article
(39)
Blog post
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
6
7
8
9
10
11
12
13
14
15
16
17
18
19
...
27
Next »
18%
Measuring the performance of code
04.08.2020
Home
»
Archive
»
2020
»
Issue 58: Graph...
»
// (c) 2020 by Federico Lucifredi 04 05 #include
06 #include
07 #include
08 #include
09
#include
10 #include
11 #include
12
13
18%
CoffeeScript: A Replacement for JavaScript?
05.03.2013
Home
»
Articles
»
constructor: (a, b, @width) ->
09
super a,b 10 11 draw: ->
12
alert "Width:" " + @width 13 super 14 15 shape = new rectangle 1,2,3 16 shape.draw() The @ in the constructor ensures that Coffee
18%
Protecting your web application infrastructure with the Nginx Naxsi firewall
18.07.2013
Home
»
Archive
»
2013
»
Issue 15: What’...
»
] 03 04 enabled = true 05 port = http,https 06 filter = naxsi 07 logpath = /var/log/nginx/error.log 08 maxretry =
6
09
banaction = iptables-multiport-log 10 action = %(action_mwl)s 11
12
# filter
18%
Understanding the Status of Your Filesystem
18.06.2014
Home
»
HPC
»
Articles
»
.29 14.2 14–28 8,768 2.26 16.49 28–56 25,377
6
.54 23.03 56–112 8,101 2.
09
25.
12
112–168 47,729
12
18%
What Is an Inode?
23.03.2022
Home
»
HPC
»
Articles
»
laytonjb laytonjb 19946519 Nov 20 2020 Lmod-8.4.15.tar.gz 31988342 drwxrwxr-x 2 laytonjb laytonjb 4096 Oct 27 14:22 mpibzip2-0.
6
31988329 -rw-rw-r-- 1 laytonjb laytonjb 92160 Oct 27 14:18 mpibzip
18%
Convert Linux shell commands into PowerShell cmdlets
07.04.2022
Home
»
Archive
»
2022
»
Issue 68: Autom...
»
"Verb": "New", 06 "Noun": "Command1", 07 "OriginalName": "
" 08 },
09
{ 10 "Verb": "New", 11 "Noun": "Command2",
12
"OriginalName": "
18%
Getting started with Prometheus
28.11.2021
Home
»
Archive
»
2021
»
Issue 66: Inci...
»
_interval: 10s
09
receiver: 'email' 10 receivers: 11 - name: 'email'
12
email_configs: 13 - to: 'helpdesk@mycompany.com' 14 from: 'monitoring@mycompany.com' 15 smarthost: smtp.mycompany.com:587 16
18%
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
18%
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