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)
(286)
Article
(53)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
19
20
21
22
23
24
25
26
27
28
29
30
31
32
...
34
Next »
17%
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
17%
Profiling application resource usage
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
(Accelerated Processing Unit) [4]. This processor combines a CPU with a GPU on a single chip. For example, the recently announced AMD A
10
-5800K has the following specifications: 4 cores at
3
.8GHz (turbo
17%
OpenStack workshop, part 2: OpenStack cloud installation
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
IDENTIFIED BY 'ohC
3
teiv';
10
EOF 11 mysql -u root <
17%
Machine learning and security
02.02.2021
Home
»
Archive
»
2021
»
Issue 61: Secur...
»
of 'days' 06 07 # function to produce base sine data
08
# with a 7th of the base frequency overlap 09 def data_w_weekend(t):
10
if np.sin(periods / 7 * 2 * np.pi * t) > 0.5: 11 value = 0.001 * np
17%
Setting up HTTP/2 for Nginx
25.03.2021
Home
»
Archive
»
2021
»
Issue 62: Lean...
»
of the Nginx web server, the ngx_http_v2_module module replaced its predecessor ngx_http_spdy_module in September 2015 (Nginx 1.9.5). April 2016 saw the module enter the stable branch (Nginx 1.
10
.0) [
3
17%
High availability for RESTful services with OpenStack
09.01.2013
Home
»
Archive
»
2013
»
Issue 18: New W...
»
02 log 127.0.0.1 local0 03 maxconn 4000 04 daemon 05 uid 99 06 gid 99 07
08
defaults 09 log global
10
mode http 11 option httplog 12 option dontlognull 13 timeout server 5s
17%
Microsoft Exchange replacement
20.06.2022
Home
»
Archive
»
2022
»
Issue 69: Terra...
»
yellow 07 continue
08
} 09 Write-Host ""
10
11 [...] 12 13 Write-Host "Removing all MailboxExportRequests." -fore green 14 Get-MailboxExportRequest | Remove-MailboxExportRequest -Confirm
17%
Operating systems for the cloud and containers
14.08.2017
Home
»
Archive
»
2017
»
Issue 40: Lean...
»
. The most popular distributions that follow the lean approach are CirrOS [1], Alpine [2], JeOS (just enough operating system) [
3
], and the operating system formerly known as CoreOS [4], now called Container
17%
Tuning loops – from loop unrolling to Duff's device
28.07.2025
Home
»
Archive
»
2025
»
Issue 88: 5 Net...
»
for (i = 0; i < n; i++) { 05 for (k = 0; k < n; k++) { 06 float sum = 0.0f; 07
08
#pragma unroll (4) 09
10
for(j = 0; j < n; j++) 11 sum += src1
17%
ASP.NET web development framework
30.11.2020
Home
»
Archive
»
2020
»
Issue 60: Secur...
»
Options.ListenAnyIP(4711,
08
listenOptions => { 09 listenOptions.UseHttps("cert.pfx", "
");
10
} 11 ); 12 }) 13 .UseStaticWebAssets() 14 .Use
« Previous
1
...
19
20
21
22
23
24
25
26
27
28
29
30
31
32
...
34
Next »