55%
16.05.2013
-WindowsFeature command; for example, you could use
Add-WindowsFeature RSAT-AD-PowerShell, RSAT-AD-AdminCenter
to install the Active Directory Management Tools. These commands work in PowerShell 2.0 on Windows ... 2013
55%
16.05.2013
, and with five VMs working in parallel, it is less than a third of the rate achieved with cache. The results are far clearer in a benchmark with IOzone:
iozone -i1 -I -c -e -w -x -s2g -r128k -l1 -u1 -t1 -F ... 2013
55%
16.05.2013
,400
Hardware
Processor
Intel Xeon X3450, 2.67GHz
Memory (maximum)
16GB
Network interfaces
2x 1GbE, 2x 10GbE
Power supplies
2
Fans
4 (3 system ... 2013
55%
12.09.2013
talked about CephX Ceph encryption and how a Ceph cluster could be used as a replacement for classic block storage in virtual environments [3]. Now, it's time to talk about what to do when things go wrong ... 2013
50%
04.12.2024
Rubén Llorente ... _file {
18 path = "webserver.yml"
19 file_name = "user_data_vm-webserver.yml"
20 }
21 }
22
23 resource "proxmox_virtual_environment_file" "network_cloud_config" {
24 count = 4
25 content
50%
30.01.2024
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
50%
02.06.2020
Rubén Llorente ... the EasyInstall script.
Once the setup is complete, the following command opens the ports Citadel uses:
# ufw allow 25,80,110,119,143,443,465,563,587,993,995,5222/tcp
The following commands install
50%
30.11.2025
Rubén Llorente ... for servers; and the x2openEuler migration tool. In this article, I explain how to use x2openEuler to migrate a small fleet of CentOS 7 servers to openEuler.
Your Migration Plan
Traditionally, upgrading ... Easily migrate your old CentOS 7 systems to the modern openEuler with the x2openEuler migration toolset. ... x2openEuler Migration
50%
25.09.2023
Rubén Llorente ... Llorente, Linux Magazine
, issue 232, March 2020, pg. 24, https://www.linux-magazine.com/Issues/2020/232/Privoxy
ARP spoofing: https://en.wikipedia.org/wiki/ARP_spoofing
Creative Commons Attribution
50%
01.06.2024
Rubén Llorente ... # A single task is defined, which by default will
20 # run only against "devuan" hosts.
21 tasks:
22 upgradeall:
23 desc: Upgrade all packages
24 target:
25 tags: [devuan]
26 cmd: |
27