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
Spell check suggestion:
%256mb%3 08 Llorente 12
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(95)
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
Next »
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%
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%
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%
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%
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%
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
14%
S.M.A.R.T., smartmontools, and drive monitoring
09.01.2013
Home
»
Archive
»
2013
»
Issue 18: New W...
»
). Smartmontools is compatible with all S.M.A.R.T. features and supports ATA/ATAPI/SATA-
3
to -8 disks and SCSI disks and tape devices. It also supports the major Linux RAID cards, which can sometimes cause
14%
Predicting Drive Doom
20.10.2013
Home
»
HPC
»
Articles
»
) 2002-
12
by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Model Family: Seagate Barracuda (SATA
3
Gb/s, 4K Sectors) Device Model: ST3000DM001-1CH166 Serial Number
14%
OCI containers with Podman
06.10.2019
Home
»
Archive
»
2019
»
Issue 53: Secur...
»
is well. Listing 4 A Working Nginx Container 01 $ curl http://10.88.0.
3
:80 02 03 04 05 06
Welcome to nginx!
07