Operating Systems/Linux
[ Linux ] KALI 리눅스 설치
loopinger
2021. 11. 27. 03:57



























# 한글 포트 설치
echo -e "P@ssw0rd"'!'"\nP@ssw0rd"'!'"\nP@ssw0rd"'!' | sudo -S passwd root
sudo -S bash -c 'su - root'
apt-get update && apt-get upgrade -y
apt-get install -y fcitx-lib*
apt-get install -y fcitx hangul*
apt-get install -y fonts-nanum*
reboot