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:
%6mb 1000 Llorente 08
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(6)
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
... them in an orderly manner. Proxmox VE has been covered before in other articles [5][
6
], so I suggest you check them out if you want an in-depth review
99%
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
25%
Speed up your MySQL database
11.02.2016
Home
»
Archive
»
2016
»
Issue 31: Tunin...
»
there are normally two. The size of these two files influences the speed of write access to InnoDB. This value was far too small for many years (5
MB
). The new default values in MySQL 5.
6
take this into account
24%
Using a Bash script to mirror external monitors
10.06.2015
Home
»
Archive
»
2015
»
Issue 27: Fault...
»
configure settings for RandR [4] in Linux. The call to xrandr is pretty bulky: xrandr --fb 1600x900 --output LVDS1 --mode 1600x900 \ --scale 1x1 --output HDMI3 --same-as LVDS1 --mode 1920x
1200
\ --scale
24%
Analyzing tricky database problems
14.03.2018
Home
»
Archive
»
2018
»
Issue 44: Cloud...
»
. The infrastructure also includes three LDAP servers, six NFS servers (based on Ceph), and two HAProxy load balancers. Monitoring is done via Graphite [5], with an Elasticsearch [
6
], Logstash [7], and Kibana [8] (ELK
22%
New features in MariaDB 10.3
05.02.2019
Home
»
Archive
»
2019
»
Issue 49: Anato...
»
', 5), ('Leo',
6
); 07 INSERT INTO marks VALUES ('Alena', 5), ('Milva', 4), ('Pablo',
6
), ('Leo', 2);
08
INSERT INTO marks VALUES ('Alena', 4), ('Milva', 3), ('Marino',
6
), ('Pablo', 5), ('Leo', 4); 09 10