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)
(158)
Article
(61)
News
(2)
Blog post
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
6
7
8
9
10
11
12
13
14
15
16
17
18
19
...
23
Next »
19%
A watchdog for every modern *ix server
25.09.2023
Home
»
Archive
»
2023
»
Issue 77: Secur...
»
forwarding the
20
# user locale env variables or we get warnings such as: 21 # bash: warning: setlocale: LC_ALL: cannot change locale
22
RUN sed -i -e 's/^AcceptEnv LANG LC_\*$/#AcceptEnv LANG LC_*/' /etc
19%
Let the editor wars begin!
11.10.2016
Home
»
Archive
»
2016
»
Issue 35: Persi...
»
, interesting, and worthwhile exercise. I argue that systems administration needs a command-line editor, because it can be used even if
X
windows isn't working or isn't installed on the servers. Knowing how
19%
HPC fundamentals
16.08.2018
Home
»
Archive
»
2018
»
Issue 46: CMS S...
»
seconds set connect timeout (default is 10 sec) -u seconds set command timeout (no default) -f n use fanout of n nodes -w host,host,... set target node list on command line -
x
19%
Single sign-on like the big guys
20.06.2022
Home
»
Archive
»
2022
»
Issue 69: Terra...
»
_DB_PASSWORD=SOME_DB_PASSWORD 15 command: ["start-dev"] 16 17 postgres: 18 container_name: postgres 19 image: postgres:14
20
environment: 21 - POSTGRES_PASSWORD=SOME_DB_PASSWORD
22
19%
Policy rulesets in cloud-native environments
06.10.2022
Home
»
Archive
»
2022
»
Issue 71: Kuber...
»
": [ 16 { 17 "GroupName": "RND-Admins" 18 } 19 ]
20
}, 21 {
22
"Path": "/", 23 "UserName": "guido", 24 "Arn": "arn:aws:iam::123456789:user/guido",
25
19%
Understanding the Status of Your Filesystem
18.06.2014
Home
»
HPC
»
Articles
»
( 0.05%) ( 0.05% cumulative) [ 1- 2 days]: 0 ( 0.00%) ( 0.05% cumulative) [ 2- 4 days]: 4675 ( 1.
20%) ( 1.25
% cumulative) [ 4- 7 days]: 215 ( 0.06%) ( 1.31% cumulative) [ 7
19%
Server virtualization with Citrix XenServer
04.08.2011
Home
»
CloudAge
»
Articles
»
{
22
System.out.println("Expected arguments:
[nfs server] [nfs path]"); 23 return; 24 }
25
26 Server server = new Server(args[0], args[1
19%
Monitoring container clusters with Prometheus
09.10.2017
Home
»
Archive
»
2017
»
Issue 41: Kuber...
»
in turn stores as a separate time series. The software can already cope with millions of time series, yet version
2.0
[6] should cover more extreme Kubernetes environments with thousands of nodes
19%
Automated OpenStack instance configuration with cloud-init and metadata service
05.02.2019
Home
»
Archive
»
2019
»
Issue 49: Anato...
»
: $ curl http://169.254.169.254/openstack
2012
-08-10 2013-04-04 2013-10-17 2015-10-15 2016-06-30 2016-10-06 2017-02-
22
To retrieve a list of supported versions for the EC2-compatible metadata API, enter
18%
New features in MariaDB 10.3
05.02.2019
Home
»
Archive
»
2019
»
Issue 49: Anato...
»
FOR NOT FOUND 18 RETURN count_students; 19
20
LOOP 21 FETCH GROUP NEXT ROW;
22
IF
x
THEN 23 SET count_students = count_students + 1; 24 END IF;
25
END LOOP; 26 END; 27 // 28 29 SQL> DELIMITER ; 30 31 SQL> SELECT
« Previous
1
...
6
7
8
9
10
11
12
13
14
15
16
17
18
19
...
23
Next »