(PDF) KMIPN VII CTF Finals Writeup
I don't participate this time, because my team lose at quals.
Jeopardy Writeup by Zumatech
Click to show
ping ubuntu.comuniverse APT repository.sudo -i # Change to root (super user).
apt-add-repository universe
# Then, press <ENTER> to continue.vim, debootstrap, etc.# Update and install some required tools.
sudo apt update && sudo apt install -y vim \
debootstrap arch-install-scripts cryptsetupdpkg-reconfigure console-setup# Set time zone according to your location
timedatectl set-timezone Asia/Jakarta
# or manually
sudo ln -sf /usr/share/zoneinfo/Asia/Jakarta /etc/localtimeNote: Here I’ve 256GB SSD SATA storage for this demonstration.
setfont ter-132nls /sys/firmware/efi/efivarsIf the output shows an error: no such file or directory, then the firmware boot mode of your hardware is BIOS. Otherwise, you’ll have to create ESP (EFI System Partition) later.