Debian 11: Enable remote access MariaDB

 Configure MariaDB

By default, MariaDB allows connection only from localhost, 

sudo nano /etc/mysql/mariadb.conf.d/50-server.cnf

Change the value of the bind-address from 127.0.0.1 to 0.0.0.0 so that MariaDB server accepts connections on all host IPv4 interfaces.


Restart MariaDB Server

sudo systemctl restart mariadb

Ubuntu 22.04 : Mengganti Port Default Apache2


Login sebagai root pada sistem menggunakan perintah berikut dan masukan password root 

sudo nano /etc/apache2/ports.conf

Kemudian restart services Apache dengan perintah berikut 

sudo systemctl restart apache2    

Selesai 😁

Ubuntu Budgie 22.04 LTS (Jammy Jellyfish) released


Ubuntu Budgie 22.04 LTS (Jammy Jellyfish) is a Long Term Support release with 3 years of support, from April 2022 to April 2025. Ubuntu LTS releases are focused on long term support, therefore stability is more important than having latest and greatest version of kernel, desktop environment, and applications.


Download Here......  Ubuntu Budgie 22.04 LTS


Download


Source : https://ubuntubudgie.org/2022/03/ubuntu-budgie-22-04-lts-release-notes/