search:
News
Articles
Tech Tools
Subscribe
Archive
Whitepapers
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)
(248)
Article
(34)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
10
11
12
13
14
15
16
17
18
19
20
21
22
23
...
29
Next »
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%
The fail2ban intrusion prevention framework
30.11.2025
Home
»
Archive
»
2012
»
Issue 10: Traff...
»
in the directory structure is clear once you've installed it. Script Kiddies and Port
22
As I mentioned, the most popular usage of fail2ban is stopping probes that try every username ever conceived by mankind
16%
Server virtualization with VirtualBox
30.11.2025
Home
»
Archive
»
2012
»
Issue 10: Traff...
»
also starts automatically after a reboot. Next, install the packages required for running phpVirtualBox: sudo apt-get install apache2-mpm-prefork apache2-utils apache
2.2
-bin apache
2.2
-common apache2
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
...
10
11
12
13
14
15
16
17
18
19
20
21
22
23
...
29
Next »