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)
(265)
Article
(48)
Blog post
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
15
16
17
18
19
20
21
22
23
24
25
26
27
28
...
32
Next »
12%
Many Clouds, One API
22.08.2011
Home
»
Articles
»
[inst.id] = inst.state 08 summary[inst.state] += 1
09
state 10 end 11 total = summary.values.inject(0) { |sum, i| sum += i }
12
puts "Found #{total} instances in the following states:" 13 summary
12%
Endlessh and tc tarpits slow down attackers
02.02.2021
Home
»
Archive
»
2021
»
Issue 61: Secur...
»
in solving encryption issues. In true DevOps fashion, I fire up Endlessh with a Docker container: $ git clone https://github.
com
/skeeto/endlessh If you look at the Dockerfile within the repository, you can
12%
Processor and Memory Affinity Tools
14.09.2021
Home
»
HPC
»
Articles
»
$(find /sys/devices/system/cpu -regex ".*cpu[
0-9
]+/topology/thread_siblings_list") | sort -n | uniq 0,32 1,33 2,34 3,35 4,36 5,37 6,38 7,39 8,40 9,41 10,42 11,43
12
,44 13,45 14,46 15,47 16,48
17
,49 18,50 19,51 20,52 21,53 22,54 23,55 24,56 25
12%
Recovering from a cyberattack in a hybrid environment
30.01.2024
Home
»
Archive
»
2024
»
Issue 79: Monit...
»
, September
17
, 2020: https://dirteam.
com
/sander/2020/
09/17
/howto-attach-a-previously-synced-azure-ad-tenant-to-a-new-ad-forest/ The Author Evgenij Smirnov has been working with computers since
12%
From debugging to exploiting
17.02.2015
Home
»
Archive
»
2015
»
Issue 25: Safe...
»
int idparticle; 05 double pos[D]; 06 double vel[D]; 07 double force0[D]; 08 double force[D];
09
double mass; 10 char bf[BFSIZE]; 11 void *nxtParticle;
12
}; 13 PARTICLE
12%
Automate CentOS and RHEL installation with PXE
02.02.2021
Home
»
Archive
»
2021
»
Issue 61: Secur...
»
--nameserver=10.42.0.10,10.42.0.11
12
# Root password 13 rootpw --iscrypted
14 # Run the Setup Agent on first boot 15 firstboot --enable 16 # Do not configure the X Window System
17
skipx 18 # System
12%
New storage classes for Amazon S3
30.01.2020
Home
»
Archive
»
2020
»
Issue 55: AWS L...
»
. For outgoing transmissions, AWS allows up to 1
GB
/month free of charge. The next 9.999TB/month is charged at $0.
09
/
GB
, the next 40TB/month at $0.085/
GB
, the next 100TB/month at $0.07/
GB
, and the next 150TB
12%
Distributed storage with Sheepdog
07.10.2014
Home
»
Archive
»
2014
»
Issue 23: 10 Ti...
»
/lib/sheepdog root 582 581 0 13:13 ?
12
:00:00 AM sheep -p 7000 /var/lib/sheepdog # grep sheep /proc/mounts /dev/sdb1 /var/lib/sheepdog ext4 rw,relatime,data=ordered 0 0 # grep sheep /etc/fstab /dev
12%
A watchdog for every modern *ix server
25.09.2023
Home
»
Archive
»
2023
»
Issue 77: Secur...
»
-rf /var/lib/apt/lists/*
09
10 RUN >/etc/machine-id 11 RUN >/var/lib/dbus/machine-id
12
13 EXPOSE 22 14 15 RUN systemctl set-default multi-user.target 16 RUN systemctl mask dev-hugepages.mount sys
12%
Parallel Programming with OpenCL
04.11.2011
Home
»
HPC
»
Articles
»
width;
09
uint height; 10 float *data; 11 } convolutionKernel;
12
13 14 /** 15 * Clamp value to limits of uchar. 16 */
17
uchar clampuchar(int value) 18 { 19 return (uchar) std
« Previous
1
...
15
16
17
18
19
20
21
22
23
24
25
26
27
28
...
32
Next »