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)
(30)
Article
(18)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
2
3
4
5
14%
Profiling Python Code
09.12.2019
Home
»
HPC
»
Articles
»
to check follows
a
, b =
1,2
c =
a
+ b # Code to check ends end_time = time.time() time_taken = (end_time- start_time) print(" Time taken in seconds: {0} s").format(time_taken_in_micro) If a section of code
14%
Analyzing Kernel Crash Dumps
25.11.2012
Home
»
Articles
»
/cmdline root=/dev/disk/by-uuid/10
a
83ffe-5
a
9
f-
48
a
2-b8cb-551c2cc6b42d resume=/dev/sda3 \ splash=silent text showopts crashkernel=128 sles:~ # /etc/init.d/boot.kdump status kdump kernel loaded
14%
Setting up MariaDB replication with the help of XtraBackup
05.12.2016
Home
»
Archive
»
2016
»
Issue 36: Autom...
»
Configuration CHANGE MASTER TO MASTER_USER='replication', MASTER_PASSWORD='<
a
_good_Password>', MASTER_HOST='192.168.23.192', MASTER_LOG_FILE='mariadb-bin.00008', MASTER_LOG_POS=615822; Listing
9
14%
Security first with the Hiawatha web server
11.04.2016
Home
»
Archive
»
2016
»
Issue 32: Measu...
»
toolkit for joomla UrlToolkit { ToolkitID = joomla Match base64_encode[^(]*\([^)]*\) DenyAccess Match (<|%3C)([^s]*s)+cript.*(>|%3E) DenyAccess Match GLOBALS(=|\[|\%[0-
9
A
-Z]{0,2}) Deny
14%
Automate CentOS and RHEL installation with PXE
02.02.2021
Home
»
Archive
»
2021
»
Issue 61: Secur...
»
timezone 19 timezone Europe/Vienna --isUtc --ntpservers 172.23.
48.8,172.23.48.9
20 # user setup 21 user --name=example-user --password=
--iscrypted --gecos="example-user" 22 # Disk partitioning
14%
Profiling Python code
30.01.2020
Home
»
Archive
»
2020
»
Issue 55: AWS L...
»
of code. Listing 1 Time to Execute import time start_time = time.time() # Code to check follows
a
, b =
1,2
c = a + b # Code to check ends end_time = time.time() time_taken = (end_time- start
14%
Monitor Your Nodes with collectl
28.03.2012
Home
»
HPC
»
Articles
»
allows you to do both brief and detailed measurements at the same time (
a
very handy feature). Table 1 lists the brief categories that can be measured. Table 1: Aspects Measured in “brief” Mode Option
14%
Managing Linux Memory
11.06.2014
Home
»
Archive
»
2014
»
Issue 21: Manag...
»
application server. On a system in a stable state, throughput initially is not affected by file operations, but after a certain value (e.g., 16,384
MB
), performance collapses. As Figure 1 shows
« Previous
1
2
3
4
5