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"22 09 Llorente
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(182)
Article
(27)
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
9
10
11
12
...
21
Next »
12%
CI/CD deliverables pipeline
07.06.2019
Home
»
Archive
»
2019
»
Issue 51: Self-...
»
MAINTAINER Yves Schumann
03 04 ENV WORK_DIR=/data/work \ 05 DEBIAN_FRONTEND=noninteractive \ 06 LC_ALL=en_US.UTF-8 07 08 # Mount point for development workspace
09
RUN mkdir -p
12%
ZFS on Linux helps if the ZFS FUSE service refuses to work
07.10.2014
Home
»
Archive
»
2014
»
Issue 23: 10 Ti...
»
-EY
09
config: 10 11 zroot ONLINE 12 ata-ST380215AS_9QZ68Z7S ONLINE Not Under Root Caution is advised here: Without specifying any options, the zpool
12%
Detecting malware with Yara
09.10.2017
Home
»
Archive
»
2017
»
Issue 41: Kuber...
»
rule phishing_pdf { 02 03 meta: 04 author = "James Stanger" 05 last_updated = "2017-
09
-12" 06 category = "phishing" 07 confidence = "high" 08 threat_type = "phishing exploit"
09
description
12%
What's your status (page)?
28.11.2023
Home
»
Archive
»
2023
»
Issue 78: Domai...
»
image: monitoror/monitoror:${MTRRTAG:-latest} 05 ports: 06 - "38080:8080" 07 environment: 08 - "MO_CONFIG=/etc/config.json"
09
restart: unless-stopped 10 11 networks: 12 default
12%
Code IaC for provisioning of preconfigured virtual environments
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
Name .. .. } 03 04 resource devcenterGallery 'Microsoft.DevCenter/devcenters/galleries@2024-02-01' = { 05 name: galleryName 06 parent: devcenter 07 ... 08 dependsOn: [
09
readGalleryRole 10
12%
S3QL filesystem for cloud backups
09.01.2013
Home
»
Archive
»
2013
»
Issue 18: New W...
»
the instructions for installing Python 2.7 from the PUIAS repo [
22
]. In case you are wondering, PUIAS is a project of the members of Princeton University and the Institute for Advanced Studies (IAS). Although
12%
Getting data from AWS S3 via Python scripts
09.10.2017
Home
»
Archive
»
2017
»
Issue 41: Kuber...
»
dir=os.path.dirname(path) 07 if dir and not os.path.exists(dir): 08 os.makedirs(dir)
09
if os.path.basename(path): 10 bucket.download_file(path,path) 11 12 bname='prosnapshot' 13
12%
Docker and Podman environments on Windows and Mac machines
28.11.2021
Home
»
Archive
»
2021
»
Issue 66: Inci...
»
edit podman.socket 08 mkdir -p /etc/systemd/system/podman.socket.d
09
cat >/etc/systemd/system/podman.socket.d/override.conf 10 [Socket] 11 SocketMode=0660 12 SocketUser=root 13 Socket
12%
Blending Java with other programming languages
10.04.2015
Home
»
Archive
»
2015
»
Issue 26: OpenS...
»
import java.io.*; 04 import java.util.*; 05 06 public class Readline { 07 08 [...]
09
10 public static final void load(ReadlineLibrary lib) throws UnsatisfiedLinkError { 11 [...] 12 System
12%
Interprocess communication essentials in Perl
05.12.2019
Home
»
Archive
»
2019
»
Issue 54: NVMe...
»
Child Read and Write 01 Use IO::Handle; 02 03 pipe(READHANDLE, WRITEHANDLE); 04 05 WRITEHANDLE->autoflush(1); 06 READHANDLE->autoflush(1); 07 08 if ($processed = fork) {
09
close(READHANDLE); 10
« Previous
1
2
3
4
5
6
7
8
9
10
11
12
...
21
Next »