Musa Amin

Musa Amin

How to Change SSH Port in Ubuntu 24.04

SSH (Secure Shell) is a network protocol used to securely access and manage a server remotely. By default, SSH uses port 22. To enhance security, we can change the default SSH port to a different port number that is less…

Cara Mengganti SSH Port di Ubuntu 24.04

SSH (Secure Shell) adalah protokol jaringan yang digunakan untuk mengakses dan mengelola server secara remote dengan aman. Secara default, SSH menggunakan port 22. Untuk meningkatkan keamanan, kita dapat mengganti port default SSH menjadi nomor port lain yang tidak umum digunakan.…

How to Install MongoDB 7 on Ubuntu 22.04

MongoDB is a NoSQL database management system designed to store and manage data in a document format. Unlike traditional relational databases that use tables and rows, MongoDB stores data in documents structured in BSON (Binary JSON) format. These documents are…

Cara Install MongoDB 7 di Ubuntu 22.04

MongoDB adalah sistem manajemen basis data NoSQL yang dirancang untuk menyimpan dan mengelola data dalam format dokumen. Berbeda dengan database relasional tradisional yang menggunakan tabel dan baris, MongoDB menyimpan data dalam bentuk dokumen yang disusun dalam format BSON (Binary JSON).…

How to Install Terraform on Ubuntu

Terraform is a DevOps tool developed by HashiCorp to build, modify, and manage infrastructure safely and efficiently. By using an Infrastructure as Code (IaC) approach, Terraform enables users to define and provision infrastructure through reusable configuration files. This allows infrastructure…

Bun JavaScript Toolkit: An Alternative to Node.js

Bun is an all-in-one JavaScript toolkit that includes a runtime, package manager, and bundler. It is designed for speed and efficiency. Bun can serve as a complete replacement for Node.js with full compatibility. Built using the Zig programming language, Bun…