Skip to content

Instantly share code, notes, and snippets.

@abdulhadad
Created September 24, 2018 07:04
Show Gist options
  • Save abdulhadad/1de36f2b02755a4b2f11634f41d6a99d to your computer and use it in GitHub Desktop.
Save abdulhadad/1de36f2b02755a4b2f11634f41d6a99d to your computer and use it in GitHub Desktop.
Pasang CentOS Base Desktop di VMWare

Pasang CentOS Base Desktop di VMWare

Buat VM di VMWare

  • Mem 4 GiB
  • HD 40 GiB
  • Processor 4 Core, Virtualize VT-x, Virtualize IOMMU
  • Tambahkan di configurasi .vmx, untuk UEFI, nested virtualization dan disk UUID
firmware = "efi"
hypervisor.cpuid.v0 = "FALSE"
disk.EnableUUID = "TRUE"
  • OS Centos 7 64 bit
  • CDROM Iso CentOS-7-x86_64-DVD-1804.iso

Pasang

  • Jalankan VM
  • Bahasa, English United States
  • Date/tine, Asia, Jakarta
  • Installation Destination, Pilih HD, Done
  • Software Selection, Server with GUI
  • Network dan Hostname, ethernet on, hostname localhost.localdomain
  • Begin install
  • Buat password root
  • Buat user, nama user misal el, centang user sebagai admin
  • Reboot

Konfigurasi pertama kali

  • Terima license dan selesaikan konfigurasi
  • Login, buka terminal dan update system dengan menjalankan sudo yum update -y
  • Reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment