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
Spell check suggestion:
%256mb%3 08 Llorente 12
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(113)
Article
(19)
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
14
Next »
14%
The AWS CDK for software-defined deployments
05.02.2019
Home
»
Archive
»
2019
»
Issue 49: Anato...
»
": "node bin/hello-cdk.js", 03 "context": { 04 "cidr_by_env": { 05 "dev": "10.100.0.0/16", 06 "qa": "10.
200
.0.0/16", 07 "prod": "10.300.0.0/16"
08
}, 09 "max_azs": { 10
14%
Roll out hybrid clouds with Ansible automation
14.03.2018
Home
»
Archive
»
2018
»
Issue 44: Cloud...
»
vpc-id: "{{ myvpcint.vpc.id }}" 06 register: inttables 07 tags: gatherroutes
08
09 - name: Set Route out 10 ec2_vpc_route_table: 11 vpc_id: "{{ myvpcint.vpc.id }}"
12
region: "{{ region
14%
Setting up SELinux policies
12.09.2013
Home
»
Archive
»
2013
»
Issue 16: Docker
»
see that the base module is by far the largest, weighing in at more than
200
KB. When a module is loaded, it is copied to /etc/selinux/targeted/modules/active/modules/. When the system is rebooted
14%
Automation Scripting with PHP
16.10.2012
Home
»
Articles
»
($ssh, '/sbin/ifconfig'); 07 stream_set_blocking($stream, true);
08
09 $response = ''; 10 while($buffer = fread($stream, 4096)) { 11 $response .= $buffer;
12
} 13 14 fclose($stream); 15 echo $response; 16 17
14%
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
14%
Configuring the JBoss application server
30.11.2025
Home
»
Archive
»
2011
»
Issue 4: Secure...
»
="false"/> 05
06
07
08
14%
Debugging the Linux kernel with the Qemu emulator
30.11.2025
Home
»
Archive
»
2012
»
Issue 07: Xen v...
»
in your kernel configuration and possibly rebuild the kernel. Including the symbols, vmlinux weighs in at more than 40
MB
. Next, open a connection to the debug server by typing target remote :1234 (Figure
3
14%
Automate CentOS and RHEL installation with PXE
02.02.2021
Home
»
Archive
»
2021
»
Issue 61: Secur...
»
08
# Network information 09 network --device=bond0 --bondslaves=ens1f0,ens1f1 --bondopts=mode=802.
3
ad,miimon-100 --bootproto=dhcp --activate 10 network --hostname=server.cloud.internal 11 network
14%
Checking password complexity with John the Ripper
30.11.2025
Home
»
Archive
»
2011
»
Issue 6: Perfor...
»
-incremental:lanman passfile.txt 02 Loaded 2 passwords with 2 different salts (FreeBSD MD5 [32/64]) 03 guesses: 0 time: 1:04:04:
08
(
3
) c/s: 10927 trying: gmugoky - gmugok2 04 guesses: 0 time: 1:09:25:10 (
3
14%
Protecting your web application infrastructure with the Nginx Naxsi firewall
18.07.2013
Home
»
Archive
»
2013
»
Issue 15: What’...
»
backend
3
.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
« Previous
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Next »