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:
%220mb 12 09 Llorente 12
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(174)
Article
(25)
Blog post
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
2
3
4
5
6
7
8
...
20
Next »
18%
Monitoring Performance with sar
05.03.2014
Home
»
Articles
»
3.5.0-44-generic (hercules) 03.
12
.2013 _x86_64_ (2 CPU)
09
:46:03 runq-sz plist-sz ldavg-1 ldavg-5 ldavg-15 blocked
09
:46:13
18%
Collecting and evaluating performance data over a period of time
20.03.2014
Home
»
Archive
»
2014
»
Issue 19: Perim...
»
(hercules) 03.
12
.2013 _x86_64_ (2 CPU)
09
:46:03 runq-sz plist-sz ldavg-1 ldavg-5 ldavg-15 blocked
09
:46:13 1 468 0.02 0.06 0.14 0 9
17%
First steps in IT automation by Rex
11.06.2014
Home
»
Archive
»
2014
»
Issue 21: Manag...
»
_auth; 04 05 group server => "hercules", "sugar"; 06 07 desc "Get the uptime of all servers"; 08
09
task "uptime", group => "server", sub { 10 my $output = run "uptime"; 11 say $output;
12
} You might
17%
Service discovery, monitoring, load balancing, and more with Consul
04.10.2018
Home
»
Archive
»
2018
»
Issue 47: Findi...
»
"data_dir": "/var/consul", 08 "datacenter": "Datacenter-A",
09
"disable_update_check": true, 10 "enable_script_checks": true, 11 "enable_syslog": true,
12
"encrypt": "xxxxxxxxxxxxxx
17%
Correctly integrating containers
09.10.2017
Home
»
Archive
»
2017
»
Issue 41: Kuber...
»
"SubnetMax": "10.99.0.0", 07 "Backend": { 08 "Type": "udp",
09
"Port": 7890 10 } 11 }
12
[...] At first glance, this concept looks robust and simple
17%
Test your containers with the Docker Desktop one-node cluster
25.09.2023
Home
»
Archive
»
2023
»
Issue 77: Secur...
»
.getenv("REDIS_HOST", "localhost") 07 r = redis.Redis(host=redis_host, port=6379, decode_responses=True) 08
09
@app.route('/') 10 def hello(): 11 count = r.incr('counter')
12
return f'Hello, you have visited {count} times.' 13
17%
Go testing frameworks
05.08.2024
Home
»
Archive
»
2024
»
Issue 82: Sover...
»
= [size][size]int {{0},{0},} 08
09
for i := 0; i < size; i++ { 10 for j := 0; j < size; j++ { 11 array[i][j]++
12
} 13 } 14 15
17%
Modularize websites with Web Components
09.04.2019
Home
»
Archive
»
2019
»
Issue 50: Bpfilter
»
="https://unpkg.com/@webcomponents/webcomponentsjs"> 05 06 07 08
09
My Comments
10
11
12
17%
Data Analysis with R and Python
17.02.2015
Home
»
Archive
»
2015
»
Issue 25: Safe...
»
return float(val) 08 except:
09
return None 10 11 with open(sys.argv[1]) as csvfile:
12
collec = MongoClient()["galaxy"]["comets"] 13 for row in csv.reader(csvfile, delimiter="\t"): 14 try
17%
Graph database Neo4j discovers fake reviews on Amazon
04.08.2020
Home
»
Archive
»
2020
»
Issue 58: Graph...
»
/ioutil"
09
"log" 10 ) 11
12
type Config struct { 13 Reviews map[string][]string 14 } 15 16 func main() { 17 yamlFile := "reviews.yaml" 18 data, err := ioutil.ReadFile(yamlFile) 19 if err != nil { 20
« Previous
1
2
3
4
5
6
7
8
...
20
Next »