Skip to main content

2 posts tagged with "server"

View All Tags

· 5 min read
Ahmad Saufi Maulana

In the realm of system administration, secure remote access is paramount. This is where SSH, or Secure Shell, comes into play. SSH serves as a robust and encrypted protocol that allows you to connect to and manage your Ubuntu 18.04 server from a remote location. This blog post dives deep into the world of SSH, exploring its core functionalities, configuration steps for Ubuntu 18.04, and best practices to bolster your server's security.

· 3 min read
Ahmad Saufi Maulana

NGINX (pronounced "engine-x") is a web server renowned for its speed, efficiency, and ability to handle high traffic volumes. If you're looking to host a website or application on Ubuntu 18.04, NGINX is an excellent choice. This comprehensive guide will walk you through the installation process, firewall configuration, basic testing, and essential server block setup. We'll also delve into some additional considerations to optimize your NGINX experience.