Ck4Ubuntu

Keep Learning Keep Sharing

  • Home
  • ck
  • Youth Sharing Knowledge
  • Ubuntu Myanmar LoCo Team
  • ck
  • Ubuntu One FREE for everyone
  • Installaltion
  • Software
  • Community
  • My Story
  • Ubuntu Tablet
  • Raspberry Pi
  • UbuntuMM
  • cloud
  • ubuntu-mm
  • Ubuntu Myanmar Lo Co Team
  • Ubuntu-MM events
  • Software
  • community
  • install
  • CLI
  • Office for Ubuntu
  • UbuntuMM
  • Ubuntu
  • apt-get
  • Twitter
  • nitro share
  • Youth Sharing Knowledge

Variety Wallpaper Changer for Ubuntu

March 4, 2016 chitkoko Leave a comment Community, install20things, Installaltion, Ubuntu, UbuntuMM

Variety Wallpaper Changer for Ubuntu

Terminal ကိုဖွင့်ပါ။ ပြီးနောက် အောက်ပါ command တို့ကိုရိုက်ပါ ။

sudo add-apt-repository ppa:peterlevi/ppa
sudo apt-get update
sudo apt-get install variety; sudo apt-get install -f

သွင်းပြီးနောက် Terminal တွင် အောက်ဖော်ပြပါ command ကို ရိုက်ပါ ။

variety

variety_preferences

General Tab တွင် သင် လိုအပ်သလို အချိန် များ ၊ wallpaper source များကို ရွေးချယ်နိုင်ပါမည် ။

Tip and Trick တို့ကို နောက်ဆုံး ဒုတိယ Tab တွင်လေ့လာနိုင်ပါသည် ။

credit to :http://peterlevi.com/variety/

Tags: apt-get, CLI, community, Installation, Office for Ubuntu, Software, ubuntu myanmar loco team, ubuntu-mm, variety |

Team Viewer 10 in Ubuntu 15.04

September 7, 2015 chitkoko Leave a comment Installaltion, Software, teanviewer, Ubuntu, Uncategorized

64bit Desktop များတွင် Team Viewer 10 ကို အောက်ပါအတိုင်း လွယ်ကူစွာ တင်နိုင်ပါသည် –
sudo dpkg –add-architecture i386; sudo apt-get update; sudo apt-get install gdebi

sudo apt-get install axel; axel http://downloadap1.teamviewer.com/download/version_10x/teamviewer_10.0.41499_i386.deb; sudo gdebi teamviewer_10.0.41499_i386.deb

install team viewer 10

install team viewer 10

Tags: apt-get, CLI, community, remote desktop, teamviewer, Ubuntu Myanmar Lo Co Team, Ubuntu-MM events, Update |

How to backup your Raspberry Pi bootable SD card in Ubuntu ?

October 30, 2013 chitkoko Leave a comment PI backup, Raspberry Pi
Using dd to backup a PI SD
သင် ၏ Raspberry Pi SD card ကို backup အနေဖြင့် image file ပြုလုပ်ရန် အဆင့်ဆင့် ကို အောက်ပါအတိုင်းပြုလုပ်နိုင်ပါသည်။
sudo fdisk -l
fdisk preview1 2013-10-30 10:52:14
သင်၏ 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

							
Tags: CLI, dd, RPI, SD card backup |

Speed Up apt-get Downloads With apt-fast [Ubuntu PPA]

March 13, 2013 chitkoko Leave a comment Software

Speed Up apt-get Downloads With apt-fast [Ubuntu PPA]

apt-fast2012-12-05 12-54-33

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 distributions များ အနေ ဖြင့် apt-fast ထည့်သွင်းရန် Github မှ download ပြုလုပ်နိုင်သည်။


Using apt-fast (apt-fast အသုံးပြုခြင်း)

 
apt-fast သည် apt-get ကဲ့သို့ “sudo apt-get install ” အစား ” sudo apt-fast install PACKAGE “ဟု ပြောင်းလဲအသုံးပြုနိုင်ပါသည်။


PACKAGE များထဲ့သွင်းရန်အတွက်


sudo apt-fast install PACKAGE


PACKAGE များ upgrade ပြုလုပ်ရန်အတွက်


sudo apt-fast upgrade


PACKAGE များအတွက်လိုအပ်သော dependencies များ ထည့်သွင်းရန်-


 sudo apt-fast build-dep PACKAGE

*apt-fast အသုံးပြု၍ ကြုံတွေ့ရသော အခက်အခဲများနှင့် reports များ အား @Launchpad သို့  Github တို့တွင်အကြံပြုနိုင်ပါသည်။

Tags: apt-fast, apt-get, CLI, Terminal, Update |

Pages

  • Ubuntu One FREE for everyone

Archives

  • July 2017
  • March 2017
  • July 2016
  • April 2016
  • March 2016
  • February 2016
  • September 2015
  • July 2015
  • July 2014
  • April 2014
  • February 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012

Categories

  • cloud (2)
  • Community (10)
  • Creation (1)
  • CreativeCommon (1)
  • DIY (1)
  • install20things (4)
  • Installaltion (21)
  • Kernel (2)
  • Learning (1)
  • License (1)
  • My Story (6)
  • nitro share (1)
  • PI backup (1)
  • Programming (1)
  • Raspberry Pi (5)
  • RPI OS (1)
  • sh (1)
  • Software (18)
  • teanviewer (1)
  • Ubuntu (6)
  • Ubuntu Free Class (2)
  • Ubuntu mobile (5)
  • Ubuntu Tablet (5)
  • UbuntuMM (5)
  • Uncategorized (9)
  • Windowspassword (1)

WordPress

  • Log in
  • WordPress

Subscribe

  • Entries (RSS)
  • Comments (RSS)

Pages

  • Ubuntu One FREE for everyone

Archives

  • July 2017
  • March 2017
  • July 2016
  • April 2016
  • March 2016
  • February 2016
  • September 2015
  • July 2015
  • July 2014
  • April 2014
  • February 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012

Categories

  • cloud (2)
  • Community (10)
  • Creation (1)
  • CreativeCommon (1)
  • DIY (1)
  • install20things (4)
  • Installaltion (21)
  • Kernel (2)
  • Learning (1)
  • License (1)
  • My Story (6)
  • nitro share (1)
  • PI backup (1)
  • Programming (1)
  • Raspberry Pi (5)
  • RPI OS (1)
  • sh (1)
  • Software (18)
  • teanviewer (1)
  • Ubuntu (6)
  • Ubuntu Free Class (2)
  • Ubuntu mobile (5)
  • Ubuntu Tablet (5)
  • UbuntuMM (5)
  • Uncategorized (9)
  • Windowspassword (1)

WordPress

  • Log in
  • WordPress

CyberChimps WordPress Themes

© Ubuntu-mm Sites/ck