Skip to main content

Posts

Showing posts with the label terminal

Remove all thumbs.db files in Ubuntu

Remove all thumbs.db files in Ubuntu following command will be find and delete the "thumbs.db"   find . - iname 'thumbs.db' - exec rm - rfv {} + for more detail about command and switch http://explainshell.com/explain?cmd=find+.+-iname+%27thumbs.db%27+-exec+rm+-rfv+%7B%7D+%2B find  .   - iname  '*.db' | xargs rm -rfv http://explainshell.com/explain?cmd=find+.+-iname+%22*.db%22+%7C+xargs+rm+-rfv

Backup your Raspberry Pi Image

Using dd to backup a PI SD သင္ ၏  Raspberry Pi SD card  ကို  backup  အေနျဖင့္  image file  ျပဳလုပ္ရန္ အဆင့္ဆင့္ ကို ေအာက္ပါအတိုင္းျပဳလုပ္ႏိုင္ပါသည္။ sudo fdisk -l သင္၏  SD card  ကိုစာျဖင့္ေရးမွတ္ထားပါ။ အမ်ားစုကို  /dev/sdb1  ဟုေတြ့ျမင္ရပါမည္ ။   မွတ္ခ်က္ ။ ။ သင္ backup  လုပ္လိုေသာ  SD card  မွ အပ အျခား  SD Card / Memory Stick  မ််ားကို သင္၏စက္ႏွင့္မခ်ိတ္ဆက္ထားရ။ ေအာက္ေဖာ္ျပပါ  command  သည္  SD card  ကို  image file  ျပဳလုပ္ႏိုင္ပါသည္ ။ sudo dd bs=4M if=/dev/sdb | gzip > /home/ your_username /image`date +%d%m%y`.gz *** your_username =  သင္၏  user account   အမည္ ေအာက္ေဖာ္ျပပါ  command  သည္  image file  ကို  list ျပဳလုပ္ႏိုင္ပါသည္ ။ ls | grep image ေအာက္ေဖာ္ျပပါ  command  သည္  backup image file  ကို  SD card  သို့  restore  ျပန္လည္ျပဳလုပ္ႏိုင္ပါသည္ ။ sudo gzip -dc /home/your_username/image.gz | dd bs=4M of=/dev/sdb  

Twitter App ‘Polly’ Adds Ubuntu

Twitter App ‘Polly’ Adds Ubuntu  Polly သည္ Multi Account ,Multi Column အသုံး ျပဳ Twitter Application ျဖစ္ပါသည္။ Polly application ကုိ မွ Ubuntu Software Center မွ ေရြးခ်ယ္၍ ေအာက္ပါအတုိ င္း installျပဳလုပ္ႏုိင္ပါသည္၊ Dash Home > Ubuntu Software Center >Polly Twitter Client >install This is best down using the Terminal with the following two commands.  ေအာက္ပါစာေၾကာင္းႏွစ္ေၾကာင္းျဖင့္ Terminal မွ installျပဳလုပ္ႏုိင္ပါသည္၊ sudo add-apt-repository ppa:conscioususer/polly-unstable sudo apt-get update && sudo apt-get install polly PPA မွ installျပဳလုပ္သည္ကုိမၾကဳိက္ပါက ေအာက္ပါလင့္မွေန ၍ Download ျပဳလုပ္ႏုိင္ပါသည္၊ https://launchpad.net/~conscioususer/+archive/polly-unstable/+files/polly_0.93.5-0~quantal1_all.deb

how to setup VPN in Ubuntu ?

how to setup VPN in  Ubuntu ? 1. http://www.vpnbook.com/freevpn သို့ သြားပါ ။ Bundle မ်ားကို download လုပ္ပါ ၊ 2. user name ႏွင့္ password တို့ကို ေရးမွတ္ထားပါ။ VPN bundle zip ဖိုင္ကို ေျဖပါ။ 3. Terminal ကိုဖြင့္ပါ ။ 4. sudo apt-get install openvpn 5. download ျပဳလုပ္ထားေသာ folder သုိ့ TERMINAL မွ ေအာက္ပါ အတိုင္းသြားပါ- 6. ထို့ေနာက္ openvpn –config vpnbook-euro1-tcp443.ovpn ဟုရိုက္၍ ...အသုံးျပဳႏိုင္ပါသည္။ 7. အေသးစိတ္သိရွိလိုပါက ....http://www.vpnbook.com/howto/ တြင္ အသုံးျပဳနည္းတို့ကိုေလ့လာဖတ္ရွဳႏိုင္သည္ ။

How to Install Viber in Ubuntu ?

How to Install Viber in Ubuntu 64bits?       Viber  ကို Android, iOS, Windows Phone, Blackberry တို့တြင္ VOIP (Voice over internet protocol) အျဖစ္အသုံးျပဳႏိုင္ျပီး ယခု Ubuntu အတြက္ ထြက္လာေသာ version မွာ 64 bits BETA Version ျဖစ္ပါသည္- Viber for Linux features: HD quality voice calls; video calls (desktop to desktop only); text, photo and sticker messages; group conversations; full sync between the mobile and Linux clients; transfer ongoing calls between devices; no registration or password required. Terminal မွ တဆင့္ ထည့္သြင္း ရန္- Dash > Terminal > type step by step wget -O viber64-NoobsLab.com.deb http://goo.gl/wCKnDV sudo dpkg -i viber64-NoobsLab.com.deb sudo apt-get install -f sudo apt-get update; sudo apt-get upgrade ေနာက္ တစ္နည္းကေတာ့ zip ဖိုင္ကို DOWNLOAD လုပ္ပါ ။ unzip viber.zip ျပီးေနာက္ ေအာက္ေဖာ္ျပပါ အတိုင္းဆက္လက္လုပ္ေဆာင္ပါ- သင့္ မိုဘိုင္းဖုန္းတြင္ viber application ထည့္သြင္းထားသလား၊မရွိပါက ေနာက္ဆုံး update version က

Speed Up apt-get Downloads With apt-fast

Speed Up apt-get Downloads With apt-fast [Ubuntu PPA] Apt-fast သည္ ပုိမုိေကာင္မြန္ လွ်င္ျမန္ေသာ connection ျဖင့္ download accelerator မ်ားျဖစ္ေသာ Axel or Aria2c တုိ့ျဖင့္ command line မွ အလွ်င္အျမန္ Package မ်ားကုိ download ဆဲြေသာ script ျဖစ္ပါသည္။   Install apt-fast ( apt-fast ထည့္သြင္းျခင္း)     Ubuntu အသုံးျပဳသူမ်ားအေနျဖင့္ ေနာက္ဆုံးထြက္ တည္ျငိမ္မွဳရွိေသာ apt-fast official PPA ကုိေအာက္ပါအတုိင္း ထည့္သြင္းႏုိင္ပါသည္။            sudo add-apt-repository ppa:apt-fast/stable            sudo apt-get update            sudo apt-get install apt-fast   apt-fast configuration     Ubuntu တြင္ PPA : အေနျဖင့္ apt-fast ကုိထည့္သြင္းလွ်င္ မည့္သည့္ download manager ( axel or aria2c )ျဖင့္ download ျပဳလုပ္မည္ကုိ ျပဳျပင္ရန္အတြက္ ေအာက္ပါ command ကုိအသုံးျပဳႏုိင္ပါသည္။            sudo dpkg-reconfigure apt-fast      aria2c download tool ကုိအသုံးျပဳရန္ apt-fast developers မ်ားမွအၾကံျပဳထားၾကသည္မွာ အဘယ့္ေၾကာင့္ဆုိေသာ္ download လုပ္ထားေသာ package မ်ားကုိ resume (download ဆဲြျပီးသည့္ေနရာ) အေနျဖင့္

Linux Kernel 3.6.9 Installation in Ubuntu 12.10 /12.04

Kernel 3.6.9 ကုိ Ubuntu 12.10 /12.04 ႏွင့္ Linux Mint 14/ 13 တုိ့ တြင္ install ႏွင့္ uninstall ျပဳလုပ္ျခင္း Linux Kernel 3.6.9 သည္  bug fixes ျပဳျပင္၍ ပိုမို ေကာင္းမြန္ေစေသာ kernel  အသစ္ တစ္ခုျဖစ္ပါသည္။ အသစ္ထပ္မံျပဳျပင္ေျပာင္းလဲမွဳ မ်ားမွာ   changelog :       ALSA: hda - Fix missing beep on ASUS X43U notebook       ALSA: ua101, usx2y: fix broken MIDI output       iwlwifi: fix monitor mode FCS flag       radeon: add AGPMode 1 quirk for RV250       drm/radeon: add new SI pci id       mmc: sdhci-s3c: fix the wrong number of max bus clocks       mwifiex: fix system hang issue in cmd timeout error case       x86, efi: Fix processor-specific memcpy() build error       MPI: Fix compilation on MIPS with GCC 4.4 and newer       NFC: Fix nfc_llcp_local chained list insertion       get_dvb_firmware: fix download site for tda10046 firmware       pstore/ram: Fix printk format warning       bas_gigaset: fix pre_reset handling       PM / QoS: fix wrong error-