TLS: Enabling TLS 1.3 support in Apache on Ubuntu

By PNC No comments

Recently,  TLS or Transport Layer Security released its newest version 1.3. For security reason you ran your website into a TLS checker, and if your website is not yet using the latest version or doesn’t support it yet, there are times that it throws a message that you need to update your website TLS version […]

LINUX: CHMOD File Permission Legend

By PNC No comments

Since you already have an idea on how to set the permission settings of a file or a directory.  Here we give you the legends of the numbers behind the command. File Permission Numerical Legend: 7 – read, write, execute 6 – read, write 5 – read, execute 4 – read 3 – write, execute […]

LINUX: Basic Commands Cheat Sheet

By PNC No comments

In this article, we list down the common commands we usually use in a Linux terminal. cd Change directory.  Use this command to move from a directory to another. ex. cd your_home_path/your_project_path cd .. (cd with a double dot) Change or move to a directory one level up. For example, you’re in your project path […]