ZIP Web/App Files on Ubuntu Web Server

ZIP is an archive file format that supports lossless data compression. A ZIP file may contain one or more files or directories that may have been compressed. The ZIP file format permits a number of compression algorithms, though DEFLATE is the most common.

Enabling HTTPS on Ubuntu 20.04

To secure your our website, we need to use HTTPS. HTTPS uses SSL/TLS to encrypt the traffic between the web server and clients, making it much more secure. However, manually provisioning and renewing SSL/TLS certificates can be a time-consuming and error-prone process.

We can enable HTTPS to our website/domain by installing a free TLS certificate  from Let’s Encrypt. To do that, Run the following command to install Let’s Encrypt client (certbot) on Ubuntu server. 

Configuring Virtual Hosts on Nginx Web Server

To host multiple domain in your Nginx Web Server you need to configure your Nginx web server. To do that you need to configure file /etc/nginx/nginx.conf. and create config file in /etc/nginx/sites-available/your_config.conf  and make symbolic link in /ect/nginx/sites-enabled/your_config.conf. Below is nginx.conf and config file for domain.

Kill Process in Ubuntu 20.04

In Ubuntu Linux, a process refers to the application/program initiated by the user or the system in the background/foreground. Sometimes we need to kill a process to refresh system or to stop application. Killing a process is the act of stopping it abruptly to get rid of any performance bug.

Konfigurasi Virtual Host Nginx di Linux Ubuntu 20.04

Membangun sebuah website adalah merupakan gabungan dari berbagai system yang saling mendukung, dimulai dari server, sistem oprasi, database, script website, dll sehingga sebuah website dapat diakses secara online melalui sebuah browser.

Perintah perintah yang susah dihafal dan sering digunakan pada sistem operasi Linux

Halo teman-teman, pada kesempatan kali ini saya akan berbagi beberapa perintah yang susah dihafal, sehingga kita diharuskan membuat catatan. Perintah-perintah ini sering/wajib kita gunakan didalam mengoperasikan atau mengkonfigurasi server linux kita.