NAS
NAS | CasaOS
Sistem NAS yang akan penulis gunakan pada experimen ini adalah menggunakan CasaOS. OS dasar yang digunakan adalah Armbian Linux Server. Untuk mengetahui sistem yang digunakan penulis menggunakan command berikut :
cat /etc/os-release hasilnya : NAME="Ubuntu" VERSION="18.04.5 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Armbian 20.10 Bionic" VERSION_ID="18.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=bionic UBUNTU_CODENAME=bionic
Update OS
Lakukan update sebelum melakukan proses instalasi.
apt update
Install CasaOS
curl -fsSL https://get.casaos.io | bash atau curl -fsSL https://get.casaos.io | sudo bash