Skip to content
Ubuntu Journey

Viber ကို Ubuntu ပေါ်မှာ သုံးမယ်

Saw Khaing

Contributor

1 min read

Screenshot from 2013-11-07 09:51:43

Viber ကို portable နဲ ့.DEB နှစ်မျိုး ပေးထားပါတယ် 64bits ကို ပဲ support ပေးတယ်လို ့ပြောထားပါတယ်။

Portable အတွက် Ctrl+Alt+T ဆိုပြီး terminal ကို ဖွင့်ပြီး

wget http://download.cdn.viber.com/cdn/desktop/Linux/Viber.zip

လို ့ wget ကို သုံး ပြီး သူ ဆိုဒ်ကနေ ့ဒေါင်းလိုက်ပါ။ ပြီးသွားရင်တော့ unzip လုပ်ပြီး

unzip Viber.zip
cd Viber
~/Viber/Viber.sh

 ဆို သုံးလို ့ရပါပြီး။

.DEB အတွက်ကတော့ Terminal မှာ

wget -O viber64-NoobsLab.com.deb http://goo.gl/wCKnDV

ဆိုပြီး ဒေါင်းလိုက်ပါ။

Install လုပ်ဖို ့အတွက်ကတော့

sudo dpkg -i viber64-NoobsLab.com.deb

ဆို လို ့Terminal မှာပဲ ရိုက်လိုက်ရင် ရပါပြီး။

home/xyz/Viber/Viber: 1: /home/xyz/Viber/Viber: �: not found
/home/xyz/Viber/Viber: 1: /home/xyz/Viber/Viber: ELF: not found
/home/xyz/Viber/Viber: 1: /home/xyz/Viber/Viber: Syntax error: word unexpected (expecting ")")

32bits သုံး သူများ ကတော့ အထက်ပါ error တက်ပါ က အောက်ပါ လင့် အတိုင်းပြုပြင်ကြည့်ပါ

http://askubuntu.com/questions/307770/command-not-found-in-tty-after-login/309547#309547

TaggedUbuntuViber

Get a better quality audio in Ubuntu

ပထမဦးဆုံး Pulseaudio ကို install လုပ်ရပါမယ်။ $ sudo apt install pulseaudio ပြီးသွားရင် configuration လုပ်ဖို့အတွက် config file ကို backup အရင်လုပ်ပါ။ $ sudo cp…

Co Hein

1 min read

Split File

Sysadmin တွေ နေ ့စဉ်ကြုံတွေ ့ ရတဲ့ ပြသနာ တွေထဲက တစ်ခု ကတော့ log file တွေ ပါပဲ။ အဲမှာ မှ ကိုရွှေ program က daily split တွေ ခွဲ ပါတယ် တစ်ရက်ကို ပဲ 30 GB လောက် ရှိတဲ့ single file ဆို…

Saw Khaing

1 min read

Zombie Process

Zombie process ဆိုတာ က တော့ child process ရဲ့ အလုပ်ပြီး တဲ့ အချိန် မှာ parent process ကို exit status မပို့ပဲ ကျန်နေတဲ့ process တွေပါ။ သူကို သာမန် kill နဲ့ လဲ ပိတ်လိုက်လို့မရပါဘူး…

Saw Khaing

1 min read