Skip to content

Instantly share code, notes, and snippets.

View KenyOS's full-sized avatar
💕
~

ケーニ ( Keny ) KenyOS

💕
~
View GitHub Profile
@KenyOS
KenyOS / arch install
Created May 5, 2023 12:12 — forked from kz0/arch install
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
@KenyOS
KenyOS / setenv.sh
Last active October 11, 2023 13:32 — forked from patmandenver/setenv.sh
Tomcat8 setenv.sh
export JAVA_OPTS="-Duser.timezone=GMT-3"