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)
(192)
Article
(34)
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
...
23
Next »
16%
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
16%
Protecting your web application infrastructure with the Nginx Naxsi firewall
18.07.2013
Home
»
Archive
»
2013
»
Issue 15: What’...
»
backend3.example.com server; 05 backend4.example.com server down; 06 backend5.example.com backup server; 07 }
08
09 upstream fallback { 10 fallback1.example.com server: 8081; 11 } 12 13 14 server { 15 % 16
16%
Speed up your MySQL database
11.02.2016
Home
»
Archive
»
2016
»
Issue 31: Tunin...
»
Use of mysqld # ps aux | egrep 'mysqld|VSZ' USER PID %CPU %MEM VSZ RSS START TIME COMMAND mysql 1568 0.0 0.0 4440 744 Sep
08
0:00 mysqld_safe mysql 2337 0.1 5.9 29163040
16%
HPC Cloud Storage
20.11.2013
Home
»
HPC
»
Articles
»
:07 s3ql_seq_no_1 4 -rw-r--r-- 1 root root 556 Nov 10 10:07 s3ql_metadata 4 drwxr-xr-x. 4 root root 4096 Nov 10 10:
08
.. 4 -rw-r--r-- 1 root root 262 Nov 10 10:10 s3ql_seq_no_2 4 drwxr-xr-x 3 root
16%
Installing and operating the Graylog SIEM solution
13.12.2018
Home
»
Archive
»
2018
»
Issue 48: Secur...
»
define ROOT C:\Program Files (x86)\nxlog 02 Moduledir %ROOT%\modules 03 CacheDir %ROOT%\data 04 Pidfile %ROOT%\data\nxlog.pid 05 SpoolDir %ROOT%\data 06 LogFile %ROOT%\data\nxlog.log 07
08
16%
CRI-O and Kubernetes Security
30.11.2020
Home
»
Archive
»
2020
»
Issue 60: Secur...
»
"conditions": [ 05 { 06 "type": "RuntimeReady", 07 "status": true,
08
"reason": "", 09 "message": "" 10 }, 11 { 12 "type": "NetworkReady", 13
16%
Security in the AWS cloud with GuardDuty
09.04.2019
Home
»
Archive
»
2019
»
Issue 50: Bpfilter
»
"guardduty:*"
08
], 09 "Resource": "*" 10 }, 11 { 12 "Effect": "Allow", 13 "Action": [ 14 "iam:CreateServiceLinkedRole" 15 ], 16 "Resource": "arn:aws:iam
16%
How to configure and use jailed processes in FreeBSD
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
struct jail 01 main(int argc, char **argv) 02 { 03 struct jail j; 04 int i; 05 [...] 06 /* Populate the jail struct */ 07 memset(&j, 0, sizeof(j));
08
j.version = 0; 09 j.path =
16%
Kubernetes clusters within AWS EKS
02.08.2021
Home
»
Archive
»
2021
»
Issue 64: Bare...
»
Enter file in which to save the key (/root/.ssh/id_rsa): eks-ssh 05 Enter passphrase (empty for no passphrase): 06 Enter same passphrase again: 07 Your identification has been saved in eks-ssh.
08
Your
16%
Program GUIs in Go with Fyne
28.11.2021
Home
»
Archive
»
2021
»
Issue 66: Inci...
»
" 06 "fyne.io/fyne/v2/widget" 07 )
08
09 func main() { 10 a := app.New() 11 w := a.NewWindow("
") 12 w.Resize(fyne.NewSize(200, 200)) 13 w.SetContent(widget.NewLabel("Hello World!")) 14
« Previous
1
...
6
7
8
9
10
11
12
13
14
15
16
17
18
19
...
23
Next »