vCenter Converter Standalone 9 download

2 месяца ago
admin

vCenter Converter Standalone 9.0.0 download (далее…)

Download Service Pack for ProLiant (SPP) 2026.03 Gen10 and 10 Plus torrent

3 месяца ago

Service pack for HPE ProLiant Gen10 and 10 Plus (ver 2026.03.00.00) (SPP2026030000.2026_0326.14.iso) Service Pack for ProLiant 2026.03 Gen10 (P92599_001_gen10spp-2026.03.00.00-SPP2026030000.2026_0326.14.iso 8.9…

Download Service Pack for ProLiant (SPP) 2026.01 Gen10 and 10 Plus torrent

4 месяца ago

Service pack for HPE ProLiant Gen10 and 10 Plus (ver 2026.01.00.00) (SPP2026010000.2026_0206.13.iso) Service Pack for ProLiant 2026.01 Gen10 (P90604_001_gen10spp-2026.01.00.00-SPP2026010000.2026_0206.13.iso 8.8…

Wireguard on Mikrotik RouterOS 7

6 месяцев ago

# add wg interface /interface/wireguard/add listen-port=51820 mtu=1300 # add ip on wg interface /ip/address/add address=10.100.10.1 interface=wg1 # adding peer /interface/wireguard/peers/add…

VMware remote console (VMRC) 13 download

7 месяцев ago

VMware remote console (VMRC) 13.0.1 download Last version: VMware Remote Console 13.0.1 | 29 Sept 2025 | Build 24954779 |…

Download Service Pack for ProLiant (SPP) 2025.01 Gen10 torrent

1 год ago

Gen10 Service Pack for ProLiant (SPP) Version 2025.01 Service Pack for ProLiant 2025.01 Gen10(P81139_001_gen10spp-2025.01.00.00-SPP2025010000.2025_0119.14.iso 8.22 GB) MD5: a0f879c57a6d83b91a93a5917403fabeSHA-256: 5dbe248f1b500102de7639c8af34002500a68dd142f4ed3cd0722d914eb00db5 Download…

vCenter Converter Standalone 6 download

2 года ago

vCenter Converter Standalone 6.6.0 download (далее…)

How to back up and restore the ESXi host configuration

2 года ago

Original https://kb.vmware.com/s/article/2042141 Backing up ESXi host configuration data To synchronize the configuration changed with persistent storage, run this command:# vim-cmd…

VMware remote console (VMRC) 12 download

3 года ago

VMware remote console (VMRC) 12.0.5 download Last version: VMware Remote Console 12.0.5  28 NOV 2023 | Build 22744838| Mac App…

Mysql calculate row size for all tables

3 года ago

SELECT col_sizes.TABLE_SCHEMA, col_sizes.TABLE_NAME, SUM(col_sizes.col_size) AS EST_MAX_ROW_SIZE FROM ( SELECT cols.TABLE_SCHEMA, cols.TABLE_NAME, cols.COLUMN_NAME, CASE cols.DATA_TYPE WHEN 'tinyint' THEN 1 WHEN 'smallint'…