Z.eus

Chiu Yau's Log.

Category: IT

  • How To Secure Apache with Let’s Encrypt on Ubuntu 22.04

    Introduction Let’s Encrypt is a Certificate Authority (CA) that facilitates obtaining and installing free TLS/SSL certificates, thereby enabling encrypted HTTPS on web servers. It streamlines the process by providing a software client, Certbot, that attempts to automate most (if not all) of the required steps. Currently, the entire process of obtaining and installing a certificate is…

    Continue Reading

  • How To Install and Secure phpMyAdmin on Ubuntu 22.04

    Introduction While many users need the functionality of a database management system like MySQL, they may not feel comfortable interacting with the system solely from the MySQL prompt. phpMyAdmin was created so that users can interact with MySQL through a web interface. In this guide, we’ll discuss how to install and secure phpMyAdmin so that you…

    Continue Reading

  • How To Install Linux, Apache, MySQL, PHP (LAMP) Stack on Ubuntu 22.04

    Introduction A “LAMP” stack is a group of open source software that is typically installed together in order to enable a server to host dynamic websites and web apps written in PHP. This term is an acronym which represents the Linux operating system with the Apache web server. The site data is stored in a MySQL database, and…

    Continue Reading

  • Basics Computer Knowledge Must Know

    In the computer world, the unit of calculation is very complex and its standard is not perfect. So, I am going to write down the standards of most of them. K 1000 Upper Case (K) k 1024 Lower Case (k) It is unbelievable to me at the very first, that, K and k, the upper…

    Continue Reading