UKK 2024 Smekta: Perbedaan antara revisi

Dari Dokumentasi Robie
Loncat ke navigasi Loncat ke pencarian
(←Membuat halaman berisi ' apt update apt install apache2 -y apt install mariadb-server -y apt install php php-{fpm,common,mbstring,xmlrpc,soap,gd,xml,intl,mysql,cli,mcrypt,ldap,zip,curl} -y apt install zip -y')
 
Tidak ada ringkasan suntingan
 
(1 revisi perantara oleh pengguna yang sama tidak ditampilkan)
Baris 4: Baris 4:
  apt install php php-{fpm,common,mbstring,xmlrpc,soap,gd,xml,intl,mysql,cli,mcrypt,ldap,zip,curl} -y  
  apt install php php-{fpm,common,mbstring,xmlrpc,soap,gd,xml,intl,mysql,cli,mcrypt,ldap,zip,curl} -y  
  apt install zip -y
  apt install zip -y
[[Kategori:ASJ TKJ]]
[[Kategori:Linux]]

Revisi terkini sejak 25 September 2024 01.03

apt update
apt install apache2 -y
apt install mariadb-server -y
apt install php php-{fpm,common,mbstring,xmlrpc,soap,gd,xml,intl,mysql,cli,mcrypt,ldap,zip,curl} -y 
apt install zip -y