Category: Uncategorized
-
Own VPN server

ကိုယ်ပိုင် VPN server အသုံးပြုဖို့ အရမ်းလွယ်ကူတဲ့Outline VPNသင့်မှာ Cloud VM | VPS တစ်ခုခုများ ရှိခဲ့မယ်ဆိုရင်၅ မိနစ် အတွင်း vpn server တစ်လုံးကို ဖန်တီးနိုင်ပါတယ်။Outline vpn server setup ပြုလုပ်ဖို့ သိထားရမှာ ၂ ပိုင်း ရှိတယ် server ပိုင်း နဲ့ Client အပိုင်းပါ ။ အရင်ဆုံး Server အပိုင်းကို ပြောပြပါမယ်။ ၁ ။ Server Side အပေါ်က အချက်တွေ ပြည့်စုံပြီဆိုရင် Linux cloud VM ကို ssh ဖြင့် ချိတ်ထားပေးပါ။ ပြီးရင် firewall port ကို 1024…
-
About ssh for beginners

SSH experience တစ်ခါမှ မရှိဘူး အသုံးမပြုဖူးသူများဆိုရင် ဒါလေးဖတ်ပြီး experience ရယူနိုင်ပါတယ်။ကျနော်တို့ ဟာ အမြဲတမ်းသိပြီး သား အရာတွေအတွက် လွယ်ကူနေပေမယ့်Beginner တွေကို မေ့မေ့သွားတက် ကြပါတယ် ။ ဒါကြောင့် Beginner တွေအတွက် experience ရနိုင်ဖို့ပါ။Beginner တွေအတွက် ssh basic experience ရဖို့ အခု command လေးနဲ့ Rocky cloud server ထဲကို ဝင်ရောက်ပြီး command တွေစမ်းသပ် အသုံးပြုနိုင်ပါတယ်။Windows user တွေဆိုရင် Power shell က အသုံးပြုနိုင်ပါတယ်။ လက်ရှိ Linux user ဆိုရင်တော့ Terminal ကနေအသုံးပြုနိုင်ပါတယ်။ Phone user ဆိုရင် Termux အသုံးပြုနိုင်ပါတယ်။(Termux…
-
Basic Git command for Linux System Administrators

Git is a powerful version control system that’s essential for managing code and configuration files, especially in collaborative environments. For Linux system administrators, Git can be invaluable for tracking changes to system configurations, scripts, and other critical files. Basic Git command for system administrator Example: Tracking Configuration ChangesLet’s say you want to track changes to…
-
Nginx+PHP ( Rockylinux Docker host )

Nginx နဲ့ PHP setup ပြုလုပ်နည်းကို Docker Host ဖြစ်တဲ့ RockyLinux မှာ အဆင့်အဆင့် setup လုပ်မှာဖြစ်ပါတယ်။ Step 1: Install Docker on Rocky Linux 9 Step 1.1: Install Docker Compose Step 2: Create a Docker Compose File Create a directory for your project and navigate to it: Now, create a docker-compose.yml file inside the directory: Add the following configuration…
