Category: Uncategorized
-
Proton Wiregurad client config setup on Ubuntu Linux

Proton ကို vpn ဆိုပြီး လူသိများပါတယ်။Proton က vpn ပဲ ရှိတာမဟုတ်ပါဘူးProton Mail , Calendar , Drive , VPN , Pass နဲ့ wallet တွေ ဆိုပြီးထုတ်ကုန်တွေအများကြီး ရှိပါတယ်။ အခုနောက်ပိုင်းဆိုရင် Proton Mail တွေကို လုပ်ငန်းသုံးအဖြစ် လူသုံးများလာတာတွေ့ရပါတယ်။ အခုပြောပြပေးချင်တာက Proton vpn ပါ။ ပုံမှန်ဆိုရင် proton ကို account ဖွင့်ပြီးသုံးကြလေ့ရှိပေမယ့် Linux အသုံးပြုသူတွေကတော့ Openvpn file ဒါမှမဟုတ် wireguard config file ကို အသုံးပြုတတ်ကြပါတယ်။ဒီ Post မှာတော့ Wireguard config file ကို Ubuntu…
-
Linux OS အသုံးပြုဖို့ computer တလုံး ဘယ်လိုဝယ်သင့်သလဲ

Linux OS အသုံးပြုဖို့ computer တလုံး ဘယ်လိုဝယ်သင့်သလဲ ဆိုတာနဲ့ ပါတ်သတ်ပြီး ပြောပြပေးသွားပါမယ်။ ဒီနေရာမှာ စဥ်းစားဖို့ လိုတာက Linux ဆိုတာကို မစဥ်းစားပဲ ကိုယ်ဘယ်နေရာမှာ အသုံးပြုမှာလဲ ဆိုတာကို အရင် စဥ်းစားရမှာပါ။ -Daily ( Facebook, Youtube, Video ) ဒါမျိုးဆိုရင်တော့ CPU 3rd gen ကနေ စပြီး အသုံးပြုနိုင်ပါတယ်။ – IT အလုပ်တွေအတွက် ဆိုရင်တော့ CPU 8th gen ကနေ စပြီး ရွေးချယ်နိုင်ပါတယ်။ ဒီနေရာမှာ CPU core , Thread , cache နဲ့ ကိုယ် အကြိုက် CPU brand…
-
Virtual box error on Kali Linux 2025.1

Virtual box ကို Linux မှာ Virtual Machine တွေ run ပြီး အသုံးပြုဖို့ Free Hypervisor အနေနဲ့ အသုံးပြုကြပါတယ်။Linux user တွေအများဆုံး အသုံးပြုကြတယ်လို့တောင် ဆိုနိုင်ပါတယ်။ ဒီတခါ Virtualbox ကို Kali Linux ရဲ့ နောက်ဆုံး Version ဖြစ်တဲ့ 2025.1c မှာ ဖော်ပြပါ ပုံထဲကလို Kernel error ကြုံလာပါက အခုလို အမြန်ဆုံးဖြေရှင်းနိုင်ပါတယ်။ မဖြေရှင်းခင်မှာ BIOS မှာ Secure boot ကို disable လုပ်ဖို့ နဲ့ Virtualization Technology ကို enable လုပ်ဖို့ လုံးဝမမေ့ဖို့ လိုပါတယ်။ဒါတွေလုပ်ပြီးပြီဆိုရင် – ၁…
-
awk commad usage

awk command အကြောင်းကို ဒီမှာ လေ့လာရမှာဖြစ်ပါတယ်။ command တွေကို content မှာ လေ့လာနိုင်ပြီး ၊ command အကြောင်းကိုတော့ Video မှာ ရှင်းပါပေးထားပါတယ်။ awk အကြောင်း —- awk command usage: #awk option filename.txt -F (file separator) fs -f (file) -v ( var=value) to declare a variable Read awk scripts #awk ‘{print $1}’ myfile #e.g — #awk ‘{print $1}’ bnntech.txt Using Variables . $0…
