unzip의 사전설치가 필요. # unzip 사전설치 sudo apt install unzip # admin 권한필요 curl -s https://ohmyposh.dev/install.sh | b…
ERROR apt update \ apt upgrade를 하려다가 Hash mismatch가 뜨면서 오류가 발생. 이 때는 apt list에 있는 항목을 지우고 다시 다운 받아서 설치하면 조치 되는 경우가 있다…
iptables 보안설정 수정 sudo iptables - I INPUT 5 - i <network device 이름> - p tcp --dport 80 -m state --state …