Skip to content

Instantly share code, notes, and snippets.

@kz0
kz0 / arch install
Last active June 12, 2023 08:19
Arch Linux VMware ESXi
# install arch linux with lvm and efi boot
# set keymap
loadkeys pt-latin9
# create partitions
cfdisk /dev/sda
# 512M type efi partition
# 19.5G type lvm partition
@kz0
kz0 / juniper-srx.conf
Created August 3, 2020 13:21 — forked from njh/juniper-srx.conf
Juniper SRX configuration for DHCP client (WAN side) and DHCP Server (LAN side)
## Last commit: 2017-07-29 17:20:42 GMT by root
version 12.1X46-D66.1;
system {
host-name cable-router;
domain-name example.com;
time-zone Europe/London;
root-authentication {
encrypted-password "xxx";
}
name-server {
@kz0
kz0 / Guest OS Descriptors by VMware Platform.md
Created March 27, 2024 00:13 — forked from dcode/Guest OS Descriptors by VMware Platform.md
When using Packer (or other vmx editing needs), I needed to know what the `guest_os_type` should be according to what platform it was running on. Here you go. If it isn't listed in a column, it didn't exist at that time.
ESXi 6.5 ESXi 6.7 VMware Fusion 11 Guest Description
CRXPod1-64 VMware CRX Pod 1
CRXSys1-64 VMware CRX Sys 1
amazonlinux2-64 Amazon Linux 2 or higher, 64-Bit
asianux3Guest asianux3Guest asianux3 Asianux Server 3
asianux3_64Guest asianux3_64Guest asianux3-64 Asianux Server 3, 64-Bit
asianux4Guest asianux4Guest asianux4 Asia Linux 4
asianux4_64Guest asianux4_64Guest as