Nambah projek baru harus menambahkan di config apache

sudo nano /etc/apache2/sites-available/000-default.conf

Alias /folder/file/ "/var/www/html/folder/file/"
     <Directory "//var/www/html/folder/file/">
        Options Indexes FollowSymLinks MultiViews
        AllowOverride All
        Require all granted
     </Directory>
Ubah Password config

mysql -u root

Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 3
Server version: 10.11.13-MariaDB-0ubuntu0.24.04.1 Ubuntu 24.04

Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.028 sec)

ALTER USER 'root'@'localhost' IDENTIFIED BY 'Masukan Password yang akan di ganti';
Query OK, 0 rows affected (0.009 sec)

quit;

mysqladmin -u root -p shutdown
Enter password:
sudo systemctl start MariaDB
password for user:

sudo systemctl status MariaDB
Cara push pada cmder atau ubuntu
cd polder1/polder2/nama Projek
git add .
git commit -m "Tuliskan apa saja yang telah anda edit di vscode atau atom"
git push origin branch
Cara pull projek menggunakan Cmder atau ubuntu
1. git pull origin brach
Cara clone projek di github menggunakan Cmder atau ubuntu.
cd polder1/polder2/nama projek
git clone https://github.com/polder/namaprojek.git

 

Ruli Widura:
Artikel Lainnya

This website uses cookies.