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:
%2522Rub 12%2008 Llorente 10
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(7)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
100%
Automating deployments on Proxmox with OpenTofu and cloud-init
04.12.2024
Home
»
Articles
»
Rubén
Llorente
... vm_id = 100 08 } 09
10
network_device { 11 model = "virtio"
12
bridge = "vmbr0" 13 } 14 15 depends_on = [ 16 proxmox_virtual_environment_file.rproxy_cloud_config, 17 proxmox
99%
Automating command execution across servers
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
Rubén
Llorente
... : [devuan]
10
donkey: 11 user: root
12
host: donkey.operationalsecurity.es 13 tags: [devuan] 14 zebra: 15 user: root 16 host: zebra.operationalsecurity.es 17 tags: [devuan] 18 19
99%
An overview of the Citadel BBS
02.06.2020
Home
»
Archive
»
2020
»
Issue 57: Artif...
»
Rubén
Llorente
... clients, such as Thunderbird. Better yet, Thunderbird can be used to read messages in discussion rooms (Figure
10
). Figure
10
: Thunderbird can interface
98%
Fast email server deployments with iRedMail
30.01.2024
Home
»
Archive
»
2024
»
Issue 79: Monit...
»
Rubén
Llorente
... 8, 9 Debian 11,
12
Ubuntu 20.04, 22.04 FreeBSD 13.x OpenBSD 7.3 I recommend the downloadable installer, but I will skip
98%
Discover the power of RouterBOARDS
25.09.2023
Home
»
Archive
»
2023
»
Issue 77: Secur...
»
Rubén
Llorente
... had a serviceable Internet connection at home; yet, I was stuck with a pitiful one. My ISP provided 3Mbps of symmetric bandwidth in an age in which urban dwellers had access to subscriptions
10
times
22%
Speed up your MySQL database
11.02.2016
Home
»
Archive
»
2016
»
Issue 31: Tunin...
»
329792 0 137352 1252 137488 880 3506 5 2 22 71 0 <- < Severe swapping > 0
10
597776 117244 320 317840 0 29400 588 29400 664
2522
2 2 0 96 0 <- < Process killed > 0 13 1667548
22%
Graph database Neo4j discovers fake reviews on Amazon
04.08.2020
Home
»
Archive
»
2020
»
Issue 58: Graph...
»
/ioutil" 09 "log"
10
) 11
12
type Config struct { 13 Reviews map[string][]string 14 } 15 16 func main() { 17 yamlFile := "reviews.yaml" 18 data, err := ioutil.ReadFile(yamlFile) 19 if err != nil { 20