001. Introduction to HTML: Basic Structure & Element

What is HTML? HTML (Hypertext Markup Language) is a markup language used to create structures and compile content on web pages. HTML provides a basis for compiling basic elements such as text, images, and hyperlinks. Basic Structure of HTML <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <title>Judul Halaman</title> </head> <body> <!– … [Read more…]

How to Install Nginx Reverse Proxy CPanel (WHM)

How to Install Nginx Reverse Proxy CPanel (WHM) Last updated May 16, 2020 How to install nginx reverse proxy cpanel -Recently, we got request Or DDOS mitigation requests to one of our clients who use CPanel. After conducting some adequate investigations, we finally found the location of the problem that caused slow access on our … [Read more…]

How to Install Directus Headless CMS in Ubuntu 24.04 • Linux & Open Source

Headless CMS (Content Management System) is a content management system that separates the backend from the frontend. Unlike traditional CMS (such as WordPress or Joomla) that combines content with web display, Headless CMS only provides backend to manage content and fire to access them. Frontend or display is fully separate and can be developed with … [Read more…]

How to create a website page with an elementor builder

Create a website page with an elementor builder – The appearance of an attractive website page is a very important factor for increasing the interest of website visitors to be on our website. With an attractive appearance, of course it will also be easier to get customer prospects and increase sales conversion. For those of … [Read more…]

Welcome challenges and opportunities in 2024

Understand the essence of startup Startup – a term that refers to a newly formed business entity, often with a focus on innovation and fast growth. Although this concept has become an important part of global business views, but in the midst of dynamic development, new challenges and lucrative opportunities continue to emerge, especially in … [Read more…]

How to find out the use of cpu in vps linux

How to find out the use of cpu in vps linux Last updated May 22, 2020 Knowing the use of CPU is very important to measure the performance of the system in our VPS as a whole. If a VPS uses excessive CPU (overload), it can be ascertained the application or website that is on … [Read more…]

How to Install Directus on Ubuntu 24.04 • Linux & Open Source

CMS without head (content management system) is a content management system that separates the backend from the frontend. Unlike traditional CMS platforms (such as WordPress or Joomla), which combines content with web display, headless CMS only provides backend to manage content and fire to access them. Frontend, or display, is fully separated and can be … [Read more…]

7 Website Analytic Tools Recommendations

Recommended Website Analytic Tools – Having a website certainly needs to be monitored so that it can always improve website performance. One of the things that must be monitored is traffic that visit the website. Although it has a very good website design, but there are no visitors to the website will certainly be in … [Read more…]

The secret of success in managing money

Want to understand how the right attitude and thought towards money? Want to learn from success stories and failures in financial management? Maybe you are looking for practical advice on how to save, invest, and enjoy money wisely? If so, the book “The Psychology of Money” by Morgan Housel is the answer. This book explores … [Read more…]

How to check and restart service automatically in vps

How to check and restart service automatically in vps Last updated June 4, 2020 In certain cases, it is not uncommon for us to meet suddenly one serve (for example: Apache, Nginx, MySQL etc.) suddenly down or stopped because of some things that cause our applications or websites to be down and inaccessible. Many things … [Read more…]