GNU/Linux >> Belajar Linux >  >> Ubuntu

Cara Menginstal LAMP dengan Cepat menggunakan taskel di Ubuntu dan LinuxMint

Tasksel adalah utilitas baris perintah untuk sistem berbasis Debian untuk menginstal sekelompok paket yang digunakan untuk tugas-tugas tertentu. Tasksel menyediakan sejumlah paket grup untuk mengkonfigurasi server Anda dengan cepat seperti “LAMP Server”, “DNS Server”, “Mail Server” dan “Tomcat Java server” dll. Artikel ini akan membantu Anda untuk menginstall taskel dan kemudian menginstal LAMP dengan cepat menggunakan taskel pada sistem operasi Debian, Ubuntu dan LinuxMint.

Instal Tasksel

Paket taskel tersedia di bawah repositori default di sebagian besar sistem operasi Ubuntu, Debian, dan LinuxMint. Gunakan perintah berikut untuk menginstalnya.

sudo apt-get install tasksel

Instal LAMP menggunakan Tasksel

Setelah menginstal paket taskel di sistem Anda, mari instal pengaturan LAMP di sistem Ubuntu, Debian, dan LinuxMint Anda. Jalankan perintah taskel di terminal dengan akses sudo untuk menginstal lamp-server.

sudo tasksel install lamp-server

Setup akan selesai dalam beberapa menit. Server MySQL diinstal tanpa kata sandi yang dikonfigurasi untuk pengguna root. Anda cukup mengakses MySQL tanpa kata sandi.

Kemudian jalankan perintah di bawah ini untuk menetapkan kata sandi baru dan mengamankan instalasi MySQL melalui wizard baris perintah.

sudo mysql_secure_installation
Ikuti instruksi
Securing the MySQL server deployment.

Connecting to MySQL using a blank password.

VALIDATE PASSWORD PLUGIN can be used to test passwords
and improve security. It checks the strength of password
and allows the users to set only those passwords which are
secure enough. Would you like to setup VALIDATE PASSWORD plugin?

Press y|Y for Yes, any other key for No: y

There are three levels of password validation policy:

LOW    Length >= 8
MEDIUM Length >= 8, numeric, mixed case, and special characters
STRONG Length >= 8, numeric, mixed case, special characters and dictionary file

Please enter 0 = LOW, 1 = MEDIUM and 2 = STRONG: 1
Please set the password for root here.

New password: **********
Re-enter new password: **********

Estimated strength of the password: 100
Do you wish to continue with the password provided?(Press y|Y for Yes, any other key for No) : y
By default, a MySQL installation has an anonymous user,
allowing anyone to log into MySQL without having to have
a user account created for them. This is intended only for
testing, and to make the installation go a bit smoother.
You should remove them before moving into a production
environment.

Remove anonymous users? (Press y|Y for Yes, any other key for No) : y
Success.

Normally, root should only be allowed to connect from
'localhost'. This ensures that someone cannot guess at
the root password from the network.

Disallow root login remotely? (Press y|Y for Yes, any other key for No) : y
Success.

By default, MySQL comes with a database named 'test' that
anyone can access. This is also intended only for testing,
and should be removed before moving into a production
environment.

Remove test database and access to it? (Press y|Y for Yes, any other key for No) : y
 - Dropping test database...
Success.

 - Removing privileges on test database...
Success.

Reloading the privilege tables will ensure that all changes
made so far will take effect immediately.

Reload privilege tables now? (Press y|Y for Yes, any other key for No) : y
Success.

All done!

Uji Tumpukan LAMP

Selamat, penyiapan LAMP Anda telah selesai. Untuk memverifikasi buka browser web Anda dan akses localhost. Anda akan melihat layar seperti di bawah ini. Ini menunjukkan bahwa Apache bekerja dengan baik.

Sekarang buat skrip PHP di root dokumen server web Anda. Misalnya:/var/www/html/info.php dan tambahkan fungsi phpinfo() untuk menampilkan detail tentang PHP.

PHP
123

Kemudian akses file ini di browser, Anda akan mendapatkan tampilan seperti di bawah ini.

Artikel ini telah diuji dengan sistem operasi Ubuntu 18.04 LTS.


Ubuntu
  1. Cara Menginstal Filezilla di Ubuntu 16.04, 14.04 dan LinuxMint 18

  2. Cara Menginstal Python 3.7 di Ubuntu, Debian dan LinuxMint

  3. Cara Menginstal Edisi Pengembang Firefox di Ubuntu, Debian dan LinuxMint menggunakan PPA

  1. Cara Menginstal PHP 7.4 dan 8.0 Di Ubuntu 18.04 atau 20.04

  2. Cara Menginstal Anaconda di Ubuntu 18.04 dan 20.04

  3. Cara Menginstal MySQL di Ubuntu 20.04

  1. Cara Menginstal WordPress di Ubuntu 18.04 Menggunakan LAMP Stack

  2. Cara Menginstal Maven di Ubuntu 18.04

  3. Cara menginstal Wordpress 4 di Ubuntu 14.04 LAMP