Install Debian 10 Minimal Server
Install Debian 10 Minimal Server – Artikel kali ini akan membahas cara Install Debian 10 (Buster) secara bertahap.
Install Debian 10
Download ISO Debian 10
Download ISO Debian 10 disini
Kemudian diburning untuk dijadikan CD Instalasi.
Setelah itu masukan CD Instalasi dan ikuti langkah-langkah berikut:
Boot Installation
Debian GNU/Linux installer menu (BIOS mode) > Install

Select a language
Language:
[ English ] > [ ENTER ]

Select your location
Contry, territory or area:
[ other ] > [ ENTER ]

Continent or region:
[ Asia ] > [ ENTER ]

Domain name:
[ cacan.id ] > [ ENTER ]

Configure locales
Country to base default locale setting on:
[ United States – en_US.UTF-8 ] > [ ENTER ]

Configure the keyboard
[ American English ] > [ ENTER ]

Loading additional component
Tunggu hingga proses selesai

Configure the network
Hostname:
[ debian10 ] > [ ENTER ]

Set up users and passwords
Root password:
[ Isikan password untuk Root ] > [ ENTER ]
Re-enter password to verify:
[ Ulangi password untuk Root ] > [ ENTER ]

Full name for the new user:
[ Rokib ] > [ ENTER ]

Username for your account:
[ rokib ] > [ ENTER ]

Choose a password for the new user:
[ Isikan password untuk new user ] > [ ENTER ]
Re-enter password to verify:
[ Ulangi password untuk new user ] > [ ENTER ]

Configure the clock
[ Western (Sumatra, Jakarta, Java, West and Central Kalimantan ] > [ ENTER ]

Partition disks
Partition method:
[ Guide – use entire disk ] > [ ENTER ]

Select disk to partition:
[ ENTER ]

Partitioning scheme:
[ ENTER ]

Finish partitioning and write changes to disk:
[ ENTER ]

Write the changes to disk?
[ Yes ] > [ ENTER ]

Instaling the base system
Tunggu hingga proses selesai.

Configure the package manager
Scan another CD or DVD? :
[ NO ]

Debian archive mirror country:
[ Indonesia ] > [ ENTER ]

Debian archive mirror:
[ deb.debian.org ] > [ ENTER ]

HTTP proxy information (blank for none):
[ KOSONGKAN ] > [ ENTER ]

Configuring popularity-contest
Participate in the package usage survey? : [ NO ]

Sofware selection
Choose software to install: (Gunakan tanda PANAH pada keyboard untuk mengarahkan pilihan dan tekan SPASI untuk mengganti pilihan)
[ SSH server ]
[ standard system utilities ]
>> [ ENTER ]

Install the GRUB boot loader on a hard disk
Install the GRUB boot loader to the master boot record? :
[ YES ]

Device for boot loader installation: [/dev/sda] >
[ ENTER ]

Finish the installation
Proses instalasi sudah selesai. Keluarkan CD Instalasi dan kemudian pilih [ Continue ]

Debian 10 Login
Setelah proses reboot, maka kita akan sampai ke terminal menu login.
Silahkan isi username dan password sesuai dengan yang sudah anda buat pada saat
proses instalasi.

Update Default Editor
Selanjutnya kita akan mengubah default editor.
Dari command prompt ketikkan perintah berikut:
1 2 3 |
update-alternatives --config editor |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
root@debian10:~# update-alternatives --config editor There are 4 choices for the alternative editor (providing /usr/bin/editor). Selection Path Priority Status ------------------------------------------------------------ * 0 /bin/nano 40 auto mode 1 /bin/nano 40 manual mode 2 /usr/bin/vim.basic 30 manual mode 3 /usr/bin/vim.nox 40 manual mode 4 /usr/bin/vim.tiny 15 manual mode Press <enter> to keep the current choice[*], or type selection number: 2 |
Pilih 2 untuk menjadikan vim.basic sebagai defaut editor.
Shutdown and Reboot Command
Shutdown
Untuk melakukan shutdown kita bisa menggunakan perintah berikut:
1 2 3 |
shutdown --poweroff |
atau menggunakan perintah systemctl seperti berikut:
1 2 3 |
systemctl poweroff |
Reboot
Untuk melakukan reboot kita bisa menggunakan perintah berikut:
1 2 3 |
shutdown --reboot |
atau menggunakan perintah systemctl seperti berikut:
1 2 3 |
systemctl reboot |
Sampai disini cara Instalasi Debian 10 sudah selesai.
Pada artikel selanjutnya kita akan membahas lagi Debian 10 secara lebih mendalam.
Semoga bermanfaat.