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)
(244)
Article
(56)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
12
13
14
15
16
17
18
19
20
21
22
23
24
25
...
30
Next »
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%
Port Knocking
07.10.2014
Home
»
Archive
»
2014
»
Issue 23: 10 Ti...
»
seq_timeout = 10
08
tcpflags = syn 09 command = /usr/sbin/iptables -A INPUT -s \ %IP% -p tcp --dport 22 -j ACCEPT 10 11 [closeSSH]
12
sequence = 9000
17%
Failure to Scale
03.07.2013
Home
»
HPC
»
Articles
»
of Amdahl’s Law. For my theoretical application with p =
0.8
, this works out to 5, just as the computations indicated. For p = 1, or perfectly scalable, a goes to infinity as
n
goes to infinity
17%
Proactive Monitoring
11.10.2016
Home
»
Archive
»
2016
»
Issue 35: Persi...
»
-server"})) 06 07 ; Enable all interfaces for TCP, UDP and websockets:
08
(let [host "
0.0.0.0
"] 09 (tcp-server {:host host}) 10 (udp-server {:host host}) 11 (ws-server {:host host}))
12
13 ; Clean up events
17%
A Distributed SQL Database
03.08.2023
Home
»
Archive
»
2023
»
Issue 76: Energ...
»
= 'The Catcher in the Rye'; UPDATE books SET price = price *
0.8
WHERE title = 'To Kill a Mockingbird'; COMMIT; CockroachDB ensures that either both price updates are applied or neither of them are
17%
Retrieving Windows performance data in PowerShell
10.04.2015
Home
»
Archive
»
2015
»
Issue 26: OpenS...
»
-WMIObject Win32_OperatingSystem | fl Name, BuildNumber, Version Name: Microsoft Windows 8.1 Enterprise|C:\Windows|\Device\Harddisk
0
\Partition4 BuildNumber: 9600 Version: 6.3.9600 The command
17%
Convert Linux shell commands into PowerShell cmdlets
07.04.2022
Home
»
Archive
»
2022
»
Issue 68: Autom...
»
"OriginalName": "
",
08
"OutputHandlers": [ 09 { 10 "ParameterSetName": "viaInline", 11 "HandlerType": "Inline",
12
"Handler": "$args[
0
17%
Planning Performance Without Running Binaries
02.02.2021
Home
»
Archive
»
2021
»
Issue 61: Secur...
»
), which is derived by observing that you can use as many CPUs as you want to drive 95 percent of the problem asymptotically to zero time (p =
0
.95), and you will be left with that one minute (1 – p =
0
17%
Web applications with Flask
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
rel="stylesheet" href="style.css" /> 05 {% endblock %} 06 07
08
09 {% for item in seq %} 10
{{ item }}
11 {% endfor %}
12
13 14