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%3 48 Llorente 08
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(53)
Article
(9)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
1
2
3
4
5
6
7
Next »
100%
Exploring SQL Server on Linux
13.12.2018
Home
»
Archive
»
2018
»
Issue 48: Secur...
»
_64 2/4
08
Installing : gdb-7.6.1-110.el7.x86_64
3
/4 09 Installing : mssql-server-14.0.3026.27-2.x86 ...
48
99%
Installing and operating the Graylog SIEM solution
13.12.2018
Home
»
Archive
»
2018
»
Issue 48: Secur...
»
SeverityValue =
3
; else $SyslogSeverityValue = 6; 20 21 # The name of the file is also sent with the file
22
Exec $FileName = file_name(); 23 24 # The SourceName variable is set by default to 'NXLOG'. To send ...
48
99%
Resource Management with Slurm
13.12.2018
Home
»
Archive
»
2018
»
Issue 48: Secur...
»
In previous articles, I examined some fundamental tools for HPC systems, including pdsh [1] (parallel shells), Lmod environment modules [2], and shared storage with NFS and SSHFS [
3
]. One remaining ...
48
80%
Automating deployments on Proxmox with OpenTofu and cloud-init
04.12.2024
Home
»
Articles
»
Rubén
Llorente
... ). Listing
3
tofu_project/main.tf 01 terraform { 02 required_providers { 03 proxmox = { 04 source = "bpg/proxmox" 05 version = "0.64.0" 06 } 07 }
08
} 09 10 provider "proxmox
62%
Automating command execution across servers
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
Rubén
Llorente
... _host 02 known_hosts_file: /home/sake/.ssh/known_hosts2 03 04 # Every server is labeled with the "devuan" tag 05 servers: 06 horse: 07 user: root
08
host: horse.operationalsecurity.es 09 tags
17%
Graph database Neo4j discovers fake reviews on Amazon
04.08.2020
Home
»
Archive
»
2020
»
Issue 58: Graph...
»
{name: 'reviewed'}]-(product1) 06 MERGE (reviewer
3
:Reviewer {name:'reviewer
3
'}) 07 MERGE (reviewer
3
)-[:Reviewed {name: 'reviewed'}]-(product1)
08
MERGE (reviewer7:Reviewer {name:'reviewer7'}) 09 MERGE
15%
Hybrid public/private cloud
30.01.2020
Home
»
Archive
»
2020
»
Issue 55: AWS L...
»
-06f4dce9c
3
ae2c504" # for eu-west-
3
paris 07 InstanceType: t2.small
08
AvailabilityZone: !GetAtt FortiVPCFrontNet.AvailabilityZone 09 KeyName: 10 Ref: KeyName 11 Network
15%
Nagios alerts implemented via VoIP
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
well. Of the available clients, PJSUA [
3
] turns out to be the best choice. PJSUA is the PJSIP reference implementation, and it comprises a function library for SIP, RTP, STUN, and some other Vo
15%
First steps in IT automation by Rex
11.06.2014
Home
»
Archive
»
2014
»
Issue 21: Manag...
»
_system_release = '12.04' 17 $eth0_mac = '
08
:00:27:c4:a1:d8' 18 $VirtInfo = { 19 virtualization_role => 'guest' 20 virtualization_type => 'virtualbox' 21 }
22
$memory_shared = '0' 23 $Network = { 24 networkdevices
15%
Developing RESTful APIs
14.08.2017
Home
»
Archive
»
2017
»
Issue 40: Lean...
»
. Listing
3
contacts.rb 01 require 'rubygems' 02 require 'sinatra' 03 require 'sinatra/json' 04 require 'uri' 05 require 'active_record' 06 07 ActiveRecord::Base.establish_connection(
08
:adapter
1
2
3
4
5
6
7
Next »