<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>Ubuntu - MYSTERY ZILLION</title>
      <link>http://mysteryzillion.org/categories/ubuntu/feed.rss</link>
      <pubDate>Sat, 25 May 13 10:39:19 -0400</pubDate>
         <description>Ubuntu - MYSTERY ZILLION</description>
   <language>my_MM</language>
   <atom:link href="/discussions/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Unicode $ Zawgyi</title>
      <link>http://mysteryzillion.org/discussion/12390/unicode-zawgyi</link>
      <pubDate>Sat, 11 May 2013 05:45:29 -0400</pubDate>
      <dc:creator>Brave</dc:creator>
      <guid isPermaLink="false">12390@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">Ubuntu မှာ Unicode ရော Zawgyi ရော တစ်ပြိုင်နက်တည်းအသုံးပြု့လို့ရလားသိချင်လို့ပါ။</span>]]></description>
   </item>
      <item>
      <title>How can I install myanmar font in Ubuntu 11.10</title>
      <link>http://mysteryzillion.org/discussion/11164/how-can-i-install-myanmar-font-in-ubuntu-11-10</link>
      <pubDate>Fri, 25 Nov 2011 22:56:21 -0500</pubDate>
      <dc:creator>Kyi Thar</dc:creator>
      <guid isPermaLink="false">11164@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">Plz Help me, now i can't type myanmar font in ubuntu 11.10 ver; How can i install it?</span>]]></description>
   </item>
      <item>
      <title>How to delete Zawgyi font on Ubuntu 12.10</title>
      <link>http://mysteryzillion.org/discussion/12189/how-to-delete-zawgyi-font-on-ubuntu-12-10</link>
      <pubDate>Sun, 11 Nov 2012 01:04:44 -0500</pubDate>
      <dc:creator>IT_KOKO</dc:creator>
      <guid isPermaLink="false">12189@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">ကျွန်တော် Ubuntu မှာ ဇော်ဂျီဖောင့် သွင်းထားတာလေးပြန်ဖျက်ချင်လို့၊ ဘယ်မှာဖျက်ရမလဲမသိဘူး/ home/.fonts မှာလည်းမတွေ့ဘူးဖြစ်နေတယ်၊ usr/share/fonts မှာကျေတာ့ တခြားဖောင့်တွေဘဲတွေ့တယ်/ ကူညီပေးပါ/</span>]]></description>
   </item>
      <item>
      <title>ubuntu update manager error</title>
      <link>http://mysteryzillion.org/discussion/8786/ubuntu-update-manager-error</link>
      <pubDate>Sun, 08 Aug 2010 09:35:00 -0400</pubDate>
      <dc:creator>itfool</dc:creator>
      <guid isPermaLink="false">8786@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">today a few moments after i started my laptop, the message shows like that<br />"Could not initialize the package information<br />  An unresolvable problem occured while initializing th epackage information.<br />  Please report htis bug against the 'update-manager' package and include the <br />  following error message:<br />  ' E:Type 'n' is not known on line 2 in source list /etc/apt/sources.list.d/tualatrix-ppa-lucid.list, E:The list of sources could not be read.' "<br /> The system is working well. Only the update manager cannot start. i would be appreciate to any help.</span>]]></description>
   </item>
      <item>
      <title>Setup DNS server on ubuntu 11.04 vps (bind9)</title>
      <link>http://mysteryzillion.org/discussion/12098/setup-dns-server-on-ubuntu-11-04-vps-bind9</link>
      <pubDate>Sun, 16 Sep 2012 12:14:24 -0400</pubDate>
      <dc:creator>JinxWayne</dc:creator>
      <guid isPermaLink="false">12098@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">Tutorial for "NEWBIE" in Sys Administration. If you are pro in sys administration field, you can skip this tutorial.<br />First, you must connect your vps via ssh using putty. And log in as root. <br /><br />Step 1. Now I'll firstly install Bind9 -in case you don't have it installed yet- by typing following command:<br />apt-get install bind9<br /><br />Step 2. Now edit named.conf.local file. Use following command:<br />nano /etc/bind/named.conf.local <br />you can use another editor instead of 'nano'. But 'nano' is really suitable for beginners. :)<br /><br />Step 3.Add/type following line: (replace nyinyinaing.info with your own domain name)<br />zone "nyinyinaing.info" {<br />type master;<br />file "/etc/bind/zones/nyinyinaing.info.db";<br />};<br /><br />zone "3.2.1.in-addr.arpa" {<br />type master;<br />file "/etc/bind/zones/rev.3.2.1.in-addr.arpa";<br />};<br /><br />Once done, press [Ctrl]+[O] keys to save followed by hitting enter. Then exit by pressing [Ctrl]+[X] keys.<br /><br />[Step 4].Make zones directory by typing following command:<br />cd /etc/bind          [Hit Enter]<br />mkdir zones         [Hit Enter]<br />cd /etc/bind/zones    [Hit Enter]<br /><br />[Step 5].Now lets make nyinyinaing.info.db file. Type this:<br />nano cachecluster.com.db<br /><br />then add following lines (replace xxx.xxx.xxx.xxx with IP Address of your vps):<br />; BIND data file for nyinyinaing.info<br />;<br />$TTL 14400<br />@ IN SOA ns1.nyinyinaing.info. indo.nyinyinaing.info. (<br />201006601 ; Serial<br />7200 ; Refresh<br />120 ; Retry<br />2419200 ; Expire<br />604800) ; Default TTL<br />;<br />cachecluster.com. IN NS ns1.nyinyinaing.info.<br />cachecluster.com. IN NS ns2.nyinyinaing.info.<br /><br />cachecluster.com. IN MX 10 mail.nyinyinaing.info.<br />cachecluster.com. IN A xxx.xxx.xxx.xxx<br /><br />ns1 IN A xxx.xxx.xxx.xxx<br />ns2 IN A xxx.xxx.xxx.xxx<br />www IN CNAME nyinyinaing.info.<br />mail IN A xxx.xxx.xxx.xxx<br />ftp IN CNAME nyinyinaing.info.<br />cachecluster.com. IN TXT "v=spf1 ip4:xxx.xxx.xxx.xxx a mx ~all"<br />mail IN TXT "v=spf1 a -all"<br /><br />Once done, press [Ctrl]+[O] keys to save followed by hitting enter. Then exit by pressing [Ctrl]+[X] keys.<br /><br />[Step 6].Now I'll also define reverse DNS lookup:type following line<br />nano /etc/bind/zones/rev.3.2.1.in-addr.arpa <br /><br />then add following lines:<br />@ IN SOA nyinyinaing.info. indo.nyinyinaing.info (<br />2010081401;<br />28800;<br />604800;<br />604800;<br />86400 );<br /><br />IN NS ns1.nyinyinaing.info.<br />4 IN PTR nyinyinaing.info.<br /><br />Once done, press [Ctrl]+[O] keys to save followed by hitting enter. Then exit by pressing [Ctrl]+[X] keys.<br /><br />[Step 7].Now add your domain at /etc/resolv.conf:type the following line<br />nano /etc/resolv.conf<br /><br />then add following line:<br />search nyinyinaing.info<br /><br />Once done, press [Ctrl]+[O] keys to save followed by hitting enter. Then exit by pressing [Ctrl]+[X] keys.<br /><br />[Step 8]. Now restart bind service using this command:<br />/etc/init.d/bind9 restart<br /><br />[Step 9].Well basically I am done here but lets run some test to make sure your DNS setting is fine using following command:<br />First I'll install DNS Utility:type the following line<br />apt-get install dnsutils<br /><br />Now run the test:type the following line<br />dig nyinyinaing.info<br /><br />It'll show some messages. If you see some keywords like that "status : NOERROR", it is successfully done. <br /><br />Refer :pressbyte.com<br />(P.S If you have any issues, you can comment.)<br /><br />Best Regards<br />Jinx Wayne</span>]]></description>
   </item>
      <item>
      <title>How to repair Mbr for my ubuntu on local drive D</title>
      <link>http://mysteryzillion.org/discussion/12018/how-to-repair-mbr-for-my-ubuntu-on-local-drive-d</link>
      <pubDate>Wed, 08 Aug 2012 12:51:06 -0400</pubDate>
      <dc:creator>itfool</dc:creator>
      <guid isPermaLink="false">12018@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">I installed ubuntu with wubi installer on my local drive D. Few months ago, I reinstalled my windows and the mbr of ubuntu has gone. So I tried to repair it by booting from live CD and installing boot repair. However, as I installed not on drive C, but on drive D, the boot repair didn't work. <br />I tried to uninstall the wubi but couldn't. Windows said it didn't installed correctly.<br />Any ubuntu geek can help please?</span>]]></description>
   </item>
      <item>
      <title>Ubuntu အမေးအဖြေများ</title>
      <link>http://mysteryzillion.org/discussion/8429/ubuntu-%E1%80%A1%E1%80%99%E1%80%B1%E1%80%B8%E1%80%A1%E1%80%96%E1%80%BC%E1%80%B1%E1%80%99%E1%80%BB%E1%80%AC%E1%80%B8</link>
      <pubDate>Thu, 03 Jun 2010 16:55:06 -0400</pubDate>
      <dc:creator>Alexander</dc:creator>
      <guid isPermaLink="false">8429@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">Ubuntu နဲ့ပတ်သက်တဲ့ Post တွေ လတ်တလောမှာလဲ တင်နေကြတယ်။ Thread ရှိပြီးသားလေးတွေလဲရှိပါတယ်။<br />ဒါပေမဲ့ အမေးအဖြေလေးတွေ သီးသန့်လုပ်လို့ရအောင် ဒီ Thread တင်လိုက်တာပါ။<br /><br />ကျနော်ကတော့ ဒိုင်ခံမေးမှာပါ ၊၊၊၊ :D</span>]]></description>
   </item>
      <item>
      <title>Ubuntu မှာ file owner မဖြစ်လို့။</title>
      <link>http://mysteryzillion.org/discussion/11430/ubuntu-%E1%80%99%E1%80%BE%E1%80%AC-file-owner-%E1%80%99%E1%80%96%E1%80%BC%E1%80%85%E1%80%BA%E1%80%9C%E1%80%AD%E1%80%AF%E1%80%B7</link>
      <pubDate>Wed, 11 Jan 2012 00:13:27 -0500</pubDate>
      <dc:creator>IT_KOKO</dc:creator>
      <guid isPermaLink="false">11430@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">ကျွန်တော် XAMPP ကို Ubuntu မှာသွင်းတာ။ opt ဖိုင်ကို permission ပြောင်းလို့မရဘူး။ You are not owner, so you can't change these permission ဆိုပြီးပေါနေတယ်။ Terminal ကနေလုပ်ဖို့ ဘယ်လိုလုပ်ရမလဲလို့ ၊ ကူညီပါအုံး။။</span>]]></description>
   </item>
      <item>
      <title>How to Clone UBUNTU?</title>
      <link>http://mysteryzillion.org/discussion/11761/how-to-clone-ubuntu</link>
      <pubDate>Thu, 10 May 2012 01:53:48 -0400</pubDate>
      <dc:creator>K</dc:creator>
      <guid isPermaLink="false">11761@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">ကျွန်တော် သွင်းထားတဲ့ Ubuntu မှာ install လုပ်ထားတဲ့ Packages တွေရှိပါတယ်။ အဲ့ဒါတွေကို တစ်ခါထဲပါအောင် Image file လုပ်ပြီး နောက် စက်တစ်လုံးမှာ အဲ့ဒီ iso file နဲ့ boot တက်ပြီး ubuntu install လုပ်ရင် ကျွန်တော့် စက်ထဲမှာရှိတဲ့ applications တွေပါ တစ်ခါထဲ ပါပြီးသား ဖြစ်နေအောင်ပါ။<br /><br />မြန်မာနိုင်ငံမှာ ubuntu install လုပ်ရတာ လွယ်ပေမယ့် packages တွေ သွင်းရတာ internet connection လိုတဲ့အတွက် အဲ့ဒီလိုမျိုး clone ပုံစံလုပ်တာပိုအဆင်ပြေပါတယ်။ တခြားသူတွေကို share ချင်တာ ဘယ်လိုလုပ်ရမလဲ သိချင်ပါတယ်။ Backup အနေနဲ့လည်း သုံးရအဆင်ပြေတာပေါ့။<br /><br />ဘာကြောင့်လဲဆိုတော့ Ubuntu Restricted Extras လိုမျိုး packages တွေဆိုရင် လိုပါတယ်။ ဒေါင်းဆိုတာ 50MB လောက်ရှိတဲ့အတွက် အဆင်မပြေလှပါဘူး။ အရင်တစ်ခါ ကိုစေတန် ( <a href="/profile/saturngod">@saturngod</a> ) ပြောပြဖူးတာရှိပေမယ့် ဘယ်လိုမှ ပြန်ရှာလို့မရတော့လို့ပါ။ သိတဲ့သူရှိရင် ကူညီပါအုံးလို့! <br /><br /><a href="/profile/calmhill">@calmhill</a></span>]]></description>
   </item>
      <item>
      <title>Ubuntu Desktop မှာ ဖိုင်တွေ  ဖိုလ်ဒါတွေ မမြင်ရတော့လို့ပါ။</title>
      <link>http://mysteryzillion.org/discussion/11694/ubuntu-desktop-%E1%80%99%E1%80%BE%E1%80%AC-%E1%80%96%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%90%E1%80%BD%E1%80%B1-%E1%80%96%E1%80%AD%E1%80%AF%E1%80%9C%E1%80%BA%E1%80%92%E1%80%AB%E1%80%90%E1%80%BD%E1%80%B1-%E1%80%99%E1%80%99%E1%80%BC%E1%80%84%E1%80%BA%E1%80%9B%E1%80%90%E1%80%B1%E1%80%AC%E1%80%B7%E1%80%9C%E1%80%AD%E1%80%AF%E1%80%B7%E1%80%95%E1%80%AB</link>
      <pubDate>Sat, 21 Apr 2012 23:26:09 -0400</pubDate>
      <dc:creator>Kyi Thar</dc:creator>
      <guid isPermaLink="false">11694@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">ကျွန်တော် ဒီခေါင်းစဉ်အတွက်ရှာကြည့်ပါသေးတယ်။ မတွေ့လို့ ဒီမှာဘဲ ကိုယ်တိုင်မေးလိုက်တယ်။ ကျွန်တော့်စက်က folder <br />ကို open လုပ်ရင်လည်းမပွင့်လာတော့ဘူး။ ဥပမာ - external drive, flash drive , C: , D: ဖွင်ရင် ဖွင့်လိုတဲ့ box က မတက်လာဘူး။ ဒီတော့ အဲ့ drive ထဲက ဒေတာတွေကို ကျွန်တော်သုံးလို့မရဘူးဖြစ်နေတယ်။ နောက်ပီး Desktop မှာ သိမ်းထားတဲ့ folder တွေကိုကျတော့လည်း Desktop မှာသွားကြည့်ရင်မမြင်ရဘူး။  Desktop က ပြောင်ကြီးဘဲဖြစ်နေတယ်။ ဒါပေမယ့် တစ်ခြား path တွေကနေကြည့်ရင် Desktop မှာ ကိုယ်သိမ်းထားတဲ့ ဖိုင်တွေ ဖိုလ်ဒါတွေကိုမြင်ရတယ်။ Desktop  မှာကြည့်ရင်ကျတော့မမြင်ရပါဘူး။ ဘာများဖြစ်နိုင်မလဲဗျ။ Google မှာလည်းမေးထားတယ်။ လိုချင်တဲ့ အဖြေမရလို့ပါ။  </span>]]></description>
   </item>
      <item>
      <title>Squid Proxy Server</title>
      <link>http://mysteryzillion.org/discussion/11678/squid-proxy-server</link>
      <pubDate>Fri, 13 Apr 2012 06:26:27 -0400</pubDate>
      <dc:creator>Inlaythar</dc:creator>
      <guid isPermaLink="false">11678@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">ကျွန်တော် အခုမှ Squid Proxy Server ကိုစပြီး Install လုပ်ကြည့်မလို့ပါ.. Ubuntu နဲ့လည်းသိပ်မရင်းနှီးပါဘူး .. MZ မှာ ပို့စ်တွေလိုက်ဖတ်ရင်း Ubuntu တင်တာ မြန်မာဖောင့်သွင်းတာတော့အဆင်ပြေပါတယ်......အခု Ubuntu မှာ Squid Install လုပ်မလို့ရှာတော့ Installation Guide တွေတွေ့ပါတယ်..ဒါပေမယ့် Wan နဲ့ Lan ကိုဘယ်လိုသတ်မှတ်ရမယ်ဆိုတာ မသိလို့ပါ...ဖြေပေးကြပါဦး ဗျာ.... ပြီးတော့ Squid တင်ပြီးရင် Bandwidth Limit လုပ်ပုံလုပ်နည်းလေးပါ ပြောပေးပါဦး........</span>]]></description>
   </item>
      <item>
      <title>Ubuntu 11.04</title>
      <link>http://mysteryzillion.org/discussion/10154/ubuntu-11-04</link>
      <pubDate>Fri, 29 Apr 2011 03:25:25 -0400</pubDate>
      <dc:creator>mynnhan</dc:creator>
      <guid isPermaLink="false">10154@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">I can see myanmar font(Zaqgyi, Unicode) at Ubuntu 11.04 but I can't write. Is there someone know why? Do I need to install Unicode font? Help me please!!!<br></span>]]></description>
   </item>
      <item>
      <title>How to install win(myanmar)fonts on ubuntu?</title>
      <link>http://mysteryzillion.org/discussion/11643/how-to-install-winmyanmarfonts-on-ubuntu</link>
      <pubDate>Mon, 26 Mar 2012 05:15:36 -0400</pubDate>
      <dc:creator>naynari</dc:creator>
      <guid isPermaLink="false">11643@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">Hello, Everybody<br />Let me know  how to install win (myanmar)fonts on ubuntu.</span>]]></description>
   </item>
      <item>
      <title>Firefox, Chrome , how to fix title font for myanmar</title>
      <link>http://mysteryzillion.org/discussion/11632/firefox-chrome-how-to-fix-title-font-for-myanmar</link>
      <pubDate>Thu, 22 Mar 2012 01:32:04 -0400</pubDate>
      <dc:creator>aithoz</dc:creator>
      <guid isPermaLink="false">11632@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">i've installed all kind of mm and all unicode ,, but why my title bar still looks so ugly ,, fix me for both Firefox and Chrome Please... <br><img src="http://i200.photobucket.com/albums/aa74/aithoz/mmfont.png" alt="image"></span>]]></description>
   </item>
      <item>
      <title>DEBIAN packages တောင်းဆိုခြင်း</title>
      <link>http://mysteryzillion.org/discussion/10933/debian-packages-%E1%80%90%E1%80%B1%E1%80%AC%E1%80%84%E1%80%BA%E1%80%B8%E1%80%86%E1%80%AD%E1%80%AF%E1%80%81%E1%80%BC%E1%80%84%E1%80%BA%E1%80%B8</link>
      <pubDate>Mon, 26 Sep 2011 00:53:01 -0400</pubDate>
      <dc:creator>kaunghtetaungmgn</dc:creator>
      <guid isPermaLink="false">10933@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">ဦးဇော်လင်းရဲ့ Linux စာအုပ်ကပါတဲ့ CD ထဲကဖိုင်တွေလိုချင်လို့ပါ။  တောင်းဆိုလို့ကောရမလားမသိဘူး။ :-D </span>]]></description>
   </item>
      <item>
      <title>i want to connection with Ubuntu</title>
      <link>http://mysteryzillion.org/discussion/11130/i-want-to-connection-with-ubuntu</link>
      <pubDate>Thu, 17 Nov 2011 06:54:24 -0500</pubDate>
      <dc:creator>vipfamily</dc:creator>
      <guid isPermaLink="false">11130@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">ကျနော်Ubuntuသွင်းပြီးပါပြီဘာဆက်လုပ်ရမှန်းမသိဆက်လုပ်မယ်ဆိုတော့လည်းconnectionကချိတ်ရအုံး<br />မယ်ပြီးမှsoftwareတွေဒေါင်းလို့ရမယ်အဲ့တော့connnectionလေးချိတ်ချင်လို့ပါကျနော်win7မှာတော့i-mobile 3.6 Mbpsကိုသုံးပြီးချိတ်ပါတယ်အခုUbuntuမှာဘယ်လိုချိတ်ဆက်ရမလဲလို့ဖြေကြားပေးကြပါအုံးဗျ<br /><br />Thanks a million!</span>]]></description>
   </item>
      <item>
      <title>Ubuntu သုံးစွဲနေသူတွေနည်းများနေသလား?</title>
      <link>http://mysteryzillion.org/discussion/10938/ubuntu-%E1%80%9E%E1%80%AF%E1%80%B6%E1%80%B8%E1%80%85%E1%80%BD%E1%80%B2%E1%80%94%E1%80%B1%E1%80%9E%E1%80%B0%E1%80%90%E1%80%BD%E1%80%B1%E1%80%94%E1%80%8A%E1%80%BA%E1%80%B8%E1%80%99%E1%80%BB%E1%80%AC%E1%80%B8%E1%80%94%E1%80%B1%E1%80%9E%E1%80%9C%E1%80%AC%E1%80%B8</link>
      <pubDate>Mon, 26 Sep 2011 10:21:41 -0400</pubDate>
      <dc:creator>kaunghtetaungmgn</dc:creator>
      <guid isPermaLink="false">10938@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;"><span style="color: green;">ကျွန်တော်ကတော့ဘာမှတော့မဟုတ်ပေမဲ့ Linux ကိုသုံးစွဲတာနည်းတယ်လို့ထင်ပါတယ်။<br>ဒီလိုဘာကြောင့်နည်းရတာလည်းဆိုတာစဉ်းစားကြည့်တော့မှ software ပိုင်းကအဓိကကျမယ်ထင်တယ်။<br>window က အလကားမရဘူးပြောပေမဲ့ သုံးဖြစ်နေတာပဲ software တွေကလည်းရှယ်ပဲပေါမှပေါ။<br>Linux မှာ ထားပါတော့Ubuntu မှာဘယ်လောက်ပဲ software တွေပေါတယ်ပြောပြောအလုပ်ကမမြန်ဘူးဗျ။<br>စသုံးတဲ့လူအတွက်ပေါ့နော်...။ internet connection ရှိရင် လွယ်လွယ်ရနိုင်ပေမယ့် ဒီအတိုင်းဆိုမလွယ်ဘူးဗျ။ <a rel="nofollow" href="package.ubuntu.com">http://package.ubuntu.com"</a><br>မှာယူနိုင်ပေမဲ့ အများကြီးဗျ။ package တစ်ခုကျန်ရင်သွားပြီ။ ပြန်သွားပြီးရှာ အချိန်ကုန်တယ်ဗျ။<br>restricted package တွေကအဆင်ပြေပါတယ်။ ဒါပေမဲ့...စသုံးတဲ့လူတွေကျဘယ်သိနိုင်မလဲ။  ကျွန်တော်<br>ပြောနေတာကလဲသိပ်မသိလို့ဖြစ်ရင်ဖြစ်မှာပါ။ လွယ်မဲ့နည်းလမ်းတွေတော့ရှိမှာပါ။  စသုံးကာဆိုစိတ်ကုန်သ<br>လားမမေးနဲ့။  ဒါပေမဲ့ နည်းနည်းသည်းခံလိုက်ရင် လက်မလွှတ်နိုင်တော့ဘူးဗျ။  Linux ကိုလူတိုင်းသုံးစေ<br>ချင်တယ်ဗျ။  ဘာကြောင့်လဲဆိုတာတော့ အရင်ရင်ကအစ်ကိုတွေရှင်းပြပြီးဖြစ်ပါတယ်။  အခုလဲ ဘာသာပြန်<br>နေကြတဲ့ Constributor အရေအတွက်ကတော့အားရစရာပဲဗျ၀င်တာကြည့်ပါတော့ <a rel="nofollow" href="translations.launchpad.net"><span style="color: red;">http://translations.launchpad.net</span></a> ကျွမ်းကျင်နေသူ<br>တွေကပိုမိုလမ်းပြပေးစေလိုပါကြောင်းပါခင်ဗျား.........။</span></span>]]></description>
   </item>
      <item>
      <title>Ubuntu is really HOT!!</title>
      <link>http://mysteryzillion.org/discussion/11170/ubuntu-is-really-hot</link>
      <pubDate>Mon, 28 Nov 2011 10:38:38 -0500</pubDate>
      <dc:creator>IT_KOKO</dc:creator>
      <guid isPermaLink="false">11170@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">ကျွန်တော် Window နှင့် Ubuntu ကို တင်ထားပါတယ်။ ရိုးရိုး window ကို သုံးရင် စက်က ပုံမှန်ပဲဖြစ်ပြီးတော့၊ Ubuntu သုံးရင် သိသိသာသာ ပူလာတာတွေ့ရပါတယ်။ ဘာလို့လဲမသိဘူး။ Ubuntu က CPU ပိုစားလို့လား။</span>]]></description>
   </item>
      <item>
      <title>http://www.soccermyanmar.com/ ဟက်ခံရခြင်း...</title>
      <link>http://mysteryzillion.org/discussion/10929/httpwww-soccermyanmar-com-%E1%80%9F%E1%80%80%E1%80%BA%E1%80%81%E1%80%B6%E1%80%9B%E1%80%81%E1%80%BC%E1%80%84%E1%80%BA%E1%80%B8-</link>
      <pubDate>Sun, 25 Sep 2011 06:39:38 -0400</pubDate>
      <dc:creator>THIHA.MMCP</dc:creator>
      <guid isPermaLink="false">10929@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;"><a href="http://www.soccermyanmar.com/" target="_blank" rel="nofollow">http://www.soccermyanmar.com/</a> ကို ဒီမနက်မှာ အင်ဒိုနီးရှာ ဟက်ကာ အဖွဲ့တဖွဲ့ကနေ ဟက်လိုက်ပါတယ်... ဘာအတွက် ဟက်တယ် မသိရပေမယ့် <a href="http://www.soccermyanmar.com/" target="_blank" rel="nofollow">http://www.soccermyanmar.com/</a> ဟာ ဘာနဲ့ရေးထားတယ် ဘယ်လိုနည်းနဲ့ ဟက်ခံလိုက်ရတယ် စသည်ဖြင့် ဖြစ်နိုင်ခြေအနေအထားလေးတွေ ကို တတ်သိနားလည်သူများ ဆွေးနွေးပေးပါလားခင်ဗျာ.. <br />လေးစားစွာဖြင့် <br />သီဟ</span>]]></description>
   </item>
      <item>
      <title>Ubuntu 11.10n</title>
      <link>http://mysteryzillion.org/discussion/11099/ubuntu-11-10n</link>
      <pubDate>Sat, 05 Nov 2011 23:27:36 -0400</pubDate>
      <dc:creator>thang1414</dc:creator>
      <guid isPermaLink="false">11099@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">How to install myanmar keyboard on Ubuntu 11.10 ?</span>]]></description>
   </item>
      <item>
      <title>additional driver installation in ubuntu</title>
      <link>http://mysteryzillion.org/discussion/11134/additional-driver-installation-in-ubuntu</link>
      <pubDate>Sat, 19 Nov 2011 12:23:33 -0500</pubDate>
      <dc:creator>JohnMajor</dc:creator>
      <guid isPermaLink="false">11134@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">ubuntu မှာ Nvidia driver install လုပ်ပြီးတော့ reboot လုပ်ပြီး ပြန်တက်လာတော့ command line login ကြီးပဲ မြင်မြင်နေရပြီး ရှေ့ဆက်မလုပ်တတ်တော့လို့ပါ <br />ပြန်ဖြုတ်ပြီး ပြန်လုပ်ကြည့်လည်း ဒီအတိုင်းပဲမို့ မလုပ်တတ်လို့ ဘယ်လိုမျိုးများ install ပြီးအောင်လုပ်နိုင်သလဲပြောပေးကြပါဦးဗျာ</span>]]></description>
   </item>
      <item>
      <title>ubuntu 10.10 problem!</title>
      <link>http://mysteryzillion.org/discussion/11012/ubuntu-10-10-problem</link>
      <pubDate>Sun, 16 Oct 2011 06:29:23 -0400</pubDate>
      <dc:creator>htoohtoo27</dc:creator>
      <guid isPermaLink="false">11012@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">ကျွန်တော့စက်မှာ xp နဲ့ ubuntu 10.10 ကို dual boot တင်ထားပါတယ်။ အခု ubuntu ကို uninstall လုပ်ချင်လို့ပါ။ xp တင်ထားပြီးတော့မှ ubuntu ကို တင်ပြီး စမ်းသုံးကြည့်တာပါ။ xp တစ်ခု ဘဲ အရင်အတိုင်းပြန်သုံးလို့ရအောင် ubuntu ကိုဘယ်လို uninstall လုပ်ရမလဲသိချင်လို့ပါ။ ဆရာများဖြေပေးပါဦးခင်ဗျာ။<br /></span>]]></description>
   </item>
      <item>
      <title>power ထိုးပိတ်ရတဲ့ Ubuntu</title>
      <link>http://mysteryzillion.org/discussion/10964/power-%E1%80%91%E1%80%AD%E1%80%AF%E1%80%B8%E1%80%95%E1%80%AD%E1%80%90%E1%80%BA%E1%80%9B%E1%80%90%E1%80%B2%E1%80%B7-ubuntu</link>
      <pubDate>Sun, 02 Oct 2011 08:52:16 -0400</pubDate>
      <dc:creator>nionnote</dc:creator>
      <guid isPermaLink="false">10964@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">ကွန်တော် Ubuntu ကို window နဲ့ dual တင်ပြီးသုံးပါတယ်<br />desktop , laptop 32,64 bit အကုန်လုံး install လုပ်ပြီးသုံးကြည့်ပါတယ်<br />ပြဿနာက အကုန်လုံးမှာ စက် power ပိတ်တဲ့အခါဖြစ်ဖြစ် restart ချတဲ့အခါဖြစ်ဖြစ်<br />ဆယ်ခါလောက်ဆိုရင် လေးခါလောက်က power ထိုးပိတ်နေရပါတယ်<br />နာရီ၀က်လောက်စောင့်လည်း window ကပိတ်မသွားဘဲ loading လုပ်နေပါတယ်<br />အဲဒီ error ကစက်ကဖြစ်တာလား၊ window ကြောင့်ဖြစ်တာလား<br />တခြားညီအစ်ကိုတွေရောအဲလိုမျိုးဖြစ်ြကလားမသိဘူး<br /><br />အဲဒီလို power ကိုအမြဲတမ်းထိုးပိတ်နေရရင်ကြာရင် စက် ဘာဖြစ်နိုင်ပါသလဲ<br /><br />ကူညီပါအုံးညီအစ်ကိုတို့</span>]]></description>
   </item>
      <item>
      <title>CompizConfig software can not use in Ubuntu 11.04!</title>
      <link>http://mysteryzillion.org/discussion/10910/compizconfig-software-can-not-use-in-ubuntu-11-04</link>
      <pubDate>Fri, 23 Sep 2011 03:14:48 -0400</pubDate>
      <dc:creator>kaunghtetaungmgn</dc:creator>
      <guid isPermaLink="false">10910@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;"><span style="color: red;">I installed Compizconfig software in Ubuntu 11.04.<br>There is no errors in this software.  In notebook, it can be used.  But, it can not be used in Desktop.  Please, explain me!</span></span>]]></description>
   </item>
      <item>
      <title>NVIDIA graphic driver in ubuntu 11.04</title>
      <link>http://mysteryzillion.org/discussion/10931/nvidia-graphic-driver-in-ubuntu-11-04</link>
      <pubDate>Mon, 26 Sep 2011 00:18:47 -0400</pubDate>
      <dc:creator>kaunghtetaungmgn</dc:creator>
      <guid isPermaLink="false">10931@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">Nvidia graphic driver ကို ubuntu 11.04 မှာတင်ချင်ပါတယ်။  ကူညီပေးပါလားခင်ဗျာ။  အင်တာနက်<br />ချိတ်ဆက်ထားခြင်းမရှိပါ။  apt get command တွေကအသုံးမ၀င်ပါ။  ဒါကြောင့်ကူညီရှာပေးပါလားဗျာ။</span>]]></description>
   </item>
      <item>
      <title>device view in ubuntu 11.04</title>
      <link>http://mysteryzillion.org/discussion/10935/device-view-in-ubuntu-11-04</link>
      <pubDate>Mon, 26 Sep 2011 01:46:07 -0400</pubDate>
      <dc:creator>kaunghtetaungmgn</dc:creator>
      <guid isPermaLink="false">10935@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">ubuntu ကိုသုံးတဲ့အခါ ကိုယ်ရဲ့ Hardware တွေအကုန်အလုပ်လုပ်ရဲ့လား၊ ပါ၀င်လားကြည့်နိုင်မဲ့ package  လေးကိုပြောပြပါလား။  device manager တော့ရှိတယ်နော်။  package ကို restricted အနေနဲ့တင်ပေးကြပါခင်ဗျာ...။</span>]]></description>
   </item>
      <item>
      <title>Ubuntu Boot ပျောက်သွားလို့</title>
      <link>http://mysteryzillion.org/discussion/10578/ubuntu-boot-%E1%80%95%E1%80%BB%E1%80%B1%E1%80%AC%E1%80%80%E1%80%BA%E1%80%9E%E1%80%BD%E1%80%AC%E1%80%B8%E1%80%9C%E1%80%AD%E1%80%AF%E1%80%B7</link>
      <pubDate>Mon, 11 Jul 2011 20:04:00 -0400</pubDate>
      <dc:creator>banyarpisi</dc:creator>
      <guid isPermaLink="false">10578@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">Ubuntu 11.04 ကိုတင်ပြီး windows XP တင်လိုက်တာ ubuntu ပျောက်သွားတယ်<br />ဘယ်လိုလုပ်ရမလဲမသိတော့ဘူး..ကယ်ကျပါအုန်း window XPကတော့ တက်နေပါတယ်<br />Easybcd 2.0တင်ပြီးလုပ်မယ်ဆိုတော့လဲ မရမ်းဘူးဖြစ်နေပါတယ်....အဟီး..ကယ်ကျပါအုန်း :-(( <br /></span>]]></description>
   </item>
      <item>
      <title>Ubuntu အတွက် best application လေးတွေ ပြောပေးကြပါ။</title>
      <link>http://mysteryzillion.org/discussion/10896/ubuntu-%E1%80%A1%E1%80%90%E1%80%BD%E1%80%80%E1%80%BA-best-application-%E1%80%9C%E1%80%B1%E1%80%B8%E1%80%90%E1%80%BD%E1%80%B1-%E1%80%95%E1%80%BC%E1%80%B1%E1%80%AC%E1%80%95%E1%80%B1%E1%80%B8%E1%80%80%E1%80%BC%E1%80%95%E1%80%AB</link>
      <pubDate>Tue, 20 Sep 2011 13:57:39 -0400</pubDate>
      <dc:creator>htoohtoo27</dc:creator>
      <guid isPermaLink="false">10896@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">I am a new user for Ubuntu. So I want to which applications are the best for Ubuntu test user and how can I install them. Help me please everybody who you know!!! ~X( </span>]]></description>
   </item>
      <item>
      <title>Start key can not be used in Ubuntu 11.04</title>
      <link>http://mysteryzillion.org/discussion/10909/start-key-can-not-be-used-in-ubuntu-11-04</link>
      <pubDate>Fri, 23 Sep 2011 02:52:51 -0400</pubDate>
      <dc:creator>kaunghtetaungmgn</dc:creator>
      <guid isPermaLink="false">10909@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">I can't use START button in Ubuntu 11.04.  Please answer!</span>]]></description>
   </item>
      <item>
      <title>help me for Ubuntu 10.10</title>
      <link>http://mysteryzillion.org/discussion/10898/help-me-for-ubuntu-10-10</link>
      <pubDate>Tue, 20 Sep 2011 15:33:40 -0400</pubDate>
      <dc:creator>htoohtoo27</dc:creator>
      <guid isPermaLink="false">10898@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">I want to know how to play all files types of sound and video. Now I can't do anything in new Ubuntu OS.Help me for sound and movie. ^#(^ </span>]]></description>
   </item>
      <item>
      <title>အူဘန်းတုနဲ့ ဒီလိုလုပ်မိတယ်</title>
      <link>http://mysteryzillion.org/discussion/368/%E1%80%A1%E1%80%B0%E1%80%98%E1%80%94%E1%80%BA%E1%80%B8%E1%80%90%E1%80%AF%E1%80%94%E1%80%B2%E1%80%B7-%E1%80%92%E1%80%AE%E1%80%9C%E1%80%AD%E1%80%AF%E1%80%9C%E1%80%AF%E1%80%95%E1%80%BA%E1%80%99%E1%80%AD%E1%80%90%E1%80%9A%E1%80%BA</link>
      <pubDate>Fri, 28 Dec 2007 00:59:09 -0500</pubDate>
      <dc:creator>mmmaung</dc:creator>
      <guid isPermaLink="false">368@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">ကိုစေတန် ကညွှန်းလွန်းလို့ အူဘန်းတုကို စမ်းချင်တဲ့ ပိုးကထကြွသောင်းကျန်း လာပါတယ်<br />အဲဒါနဲ့ရတဲ့ အချိန်လေးလုပြီး ubuntu နဲ့ kubuntu ကိုဒေါင်းလိုက်ပါတယ် ISO ဖြစ်နေလို့ nero7<br /> ုkorea လိုနဲ့ ဒုက္ခတွေများနေသေးတယ် ကိုစေတန်ပြောပြလို့ ရသွားတယ် အဲဒီမှာစတွေ့တာ:((<br /> အဲဒါနဲ့သူဋ္ဌေးကွန်ပျုတာမှာ ၀မ်းသာအားရ ubuntu ကိုတင်လိုက်ပါတယ် (အဲဒီ စက်ရုံမှာ အလုပ်၀င်<br />တာ တပတ်ပဲရှိသေးတယ် ကိုယ့်ကွန်ပျုတာ ကမပါလာဘူး) ubuntu ကညွှန်းသလို တကယ်လှပါတယ်<br />ဒါပေမယ့် သုံးရတာနည်းနည်းရိုးတယ် ဆိုပြီး kubuntu လေးထပ်တင်ကြည့် အုန်းမယ်လို့စိတ်ကူးရတာနဲ့ ထပ်တင်ကြည့်ပါတယ် ၀င်းဒိုး အင်စတောလည်း ပြီးရော  ဟား လန်ထွက်နေတာပဲ kubuntu က ကြည့်လို့တောင်မ၀ဘူး ဒါနဲ့တောင်စမ်း မြောက်စမ်းနဲ့ ကွန်ပျူတာလေး ပိတ်ပြီး အခန်းပြန်အိပ်နေတာပေါ့ မနက်လည်းမိုးလင်းရော အလုပ်၀င်ပြီး tea time<br />လေးနားနေ တုံး သူဋ္ဌေး နယ်ထိပ်ကိုမြွေပွေး အကောင်တရာလောက် ကိုကိခံရတဲ့ ပုံနဲ့ရောက်လာပြီး<br />လိုက်ခဲ့ဆိုပြီး ရုံးခန်းကိုခေါ်ပါတယ် ရုံးခန်းလည်းရောက်ရော ကွန်ပျုတာကိုပြပြီး ဘယ်လိုဖြစ်တာလည်း<br />လို့ပြတယ် လားလား ကိုရွှေ ုkubuntu တက်နေတာက်ုိး ကိုယ်ကတော့ အေးဆေးပေါ့ ဂင်ချန်းနားဆိုပြီးတော့ ရီစတပ်လေးလုပ် ခန့်ခန့်ကြီးကြည့်နေတာ ပေါ့ ပြန်လည်းတက်လာရော သူ့<br />xp ကြီးမရှိတော့ဘူး ဟာဆိုပြီးနောက်တခါ ရီစတပ် ပြန်လုပ် ပြန်ကြည့် အကယ်ကို xp ပြောက်သွားပါတယ် အဲဒါနဲ့ပဲ ကိုရွှေသူဋ္ဌေးက အဲဒီ XP မှာ ဘဏ်စာရင်းကော အလုပ်သမားတွေရဲ့ <br />time card စာရင်းပါ ပါသွားတယ်ဆိုပြီး လစာကို နောက်လ မှပေါင်းရှင်းပါမယ်တဲ့ ကျန်တဲ့အလုပ်သမား<br />တွေရဲ့ အငြူအစူ မခံရအောင် အလုပ်ကနေ ထွက်လိုက်ပါတယ် ခင်ဗျား  မှတ်ချက် (သူဋ္ဌေးလိမ်တာဖြစ်ပါတယ် သူ့ကွန်ပျုတာ ရှပ်ဒေါင်းချမရတာကို ကိုယ်ပဲလုပ်ပေးထားတာ ဘာမှမရှိဘူး<br />ဂိမ်းတွေပဲရှိတယ် သူလည်းဂိမ်းကစားဖို့ ပဲ ကွန်ပျုတာကို သုံးတတ်တာ):14::14::((:((</span>]]></description>
   </item>
      <item>
      <title>Essentail For Ubuntu</title>
      <link>http://mysteryzillion.org/discussion/1184/essentail-for-ubuntu</link>
      <pubDate>Fri, 29 Aug 2008 19:02:22 -0400</pubDate>
      <dc:creator>saturngod</dc:creator>
      <guid isPermaLink="false">1184@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;"><b><a rel="nofollow" target="_blank" href="http://www.saturngod.net/?tag=software">Software</a> source အသစ်ထည့်ခြင်း</b><br> Terminal တွင်<br> $sudo gedt /etc/apt/sources.list<br> လို့ရိုက်လိုက်ပါ။ password ကို ထည့်လိုက်ပါ။<br> # newer versions of the distribution ကိုရှာလိုက်ပါ။<br> အဲဒီ အောက်တွင်<br> deb <a rel="nofollow" target="_blank" href="http://security.ubuntu.com/ubuntu/">http://security.ubuntu.com/ubuntu/</a> hardy main<br>deb <a rel="nofollow" target="_blank" href="http://mirror.in.th/ubuntu">http://mirror.in.th/ubuntu</a> hardy main<br>deb <a rel="nofollow" target="_blank" href="http://repository.cairo-dock.org/ubuntu">http://repository.cairo-dock.org/ubuntu</a> hardy cairo-dock<br>deb <a rel="nofollow" target="_blank" href="http://ppa.launchpad.net/googlegadgets/ubuntu">http://ppa.launchpad.net/googlegadgets/ubuntu</a> hardy main<br>deb-src <a rel="nofollow" target="_blank" href="http://ppa.launchpad.net/googlegadgets/ubuntu">http://ppa.launchpad.net/googlegadgets/ubuntu</a> hardy main<br> ထည့်သွင်းလိုက်ပါ။ ပြီးရင် save သွင်းပြီး ပိတ်လိုက်ပါ။ terminal တွင်<br> $sudo apt-get update<br> ရိုက်ထည့်လိုက်ပါ။ အဲဒါကတော့ package list အသစ်တွေပါ သိအောင် ပြုလုပ်တာပါ။<br> အခု source အသစ်မှာ ထိုင်း server နဲ့ အမြဲဖွင့်ထားတဲ့ security server ထည့်သွင်းထားပါတယ်။ အဲဒါဒီအတွက် အောက်က software တွေသွင်းတဲ့အခါမှာ ပိုမို မြန်ဆန်စေမှာပါ။<br> <br> <b>Firefox 3<br></b><br> Firefox ကတော့ မဖြစ်မနေ သွင်းရမှာပါ။ <a rel="nofollow" target="_blank" href="http://www.saturngod.net/?tag=ubuntu">Ubuntu</a> မှာပါတဲ့ version က beta ကြီးဖြစ်နေတဲ့အတွက် firefox ကိုသွင်းကို သွင်းရမှာပါ။<br> $sudo apt-get install firefox-3.0<br> <b><a rel="nofollow" target="_blank" href="http://www.saturngod.net/?tag=ubuntu">Ubuntu</a> Restricted Extra</b><br> မဖြစ်မနေသွင်းသင့်တယ်။ ဒါပေမယ့် size ကတော့ များလွန်းတယ်ဗျ။ သူကတော့ muisc တွေ video တွေနဲ့ အခြား format မျာများ ဖွင့်လို့ရအောင် သွင်းရတာပါ။<br> $sudo apt-get install ubuntu-restricted-extras<br><br> <b>VLC</b><br><br> video format တွေတော်တော်များများကို ဖွင့်နိုင်ပါတယ်။ music တွေလည်း ရတယ်။ ဒါပေမယ့် ubutnu-restricted-extras ကိုတော့ သွင်းထားသင့်တယ်။<br> $sudo apt-get install vlc<br>$sudo apt-get install vlc-plugin-*<br> <b>supertux</b><br> <a rel="nofollow" target="_blank" href="http://www.saturngod.net/?tag=linux">Linux</a> တွေမှာ Game ကောင်းကောင်းတွေ အများကြီးရှိပါတယ်။ ဒါပေမယ့် graphic card ကိုက်ဖို့တော့လိုတယ်။ Nvidia Card  နဲ့ ATi Card တွေနဲ့ game တော်တော်များများ OK ကြတယ်။ ကျွန်တော့် notebook ကတော့ Intel onboard ကြီးဖြစ်တော့ ဆော့လို့မရတဲ့ game တွေအများကြီးပဲ။ ဒါပေမယ့် supertux ကတော့ စက်တိုင်းဆော့လို့ရပါတယ်။ mario လိုမျိုးပေါ့။ ဆော့လို့ကောင်းတဲ့ game လေးတစ်ခုပါ။ mario ကြိုက်တဲ့လူတွေအတွက်တော့ စိတ်ကြိုက်ပေါ့ဗျာ။<br> $sudo apt-get install supertux<br><br> <b>Compiz Fusion</b><br><br> <a rel="nofollow" target="_blank" href="http://www.saturngod.net/?tag=ubuntu">Ubuntu</a> ကို ပုံမှန်ထက် ထူးသွားစေဖို့။ vista ထက်သာလွန်ကောင်းမွန်တဲ့ GUI တွေမြင်ရဖို့အတွက် compiz က ဆောင်ရွက်ပေးပါတယ်။ ကိုယ့် desktop ကို လူတွေကြည့်တာနဲ့ ဟာ ။ မိုက်တယ်။ လန်းလှချည်လား လို့ ပြောလောက်အောင် ကောင်းမွန်တဲ့ desktop effect တွေပါ။<br> $sudo apt-get install compiz-fusion-* compizconfig-settings-manager<br><br> <b>GnoChm</b><br><br> chm ebook တွေကို ဖွင့်ဖို့ပါ။ chm file တွေကို ဖတ်ဖို့အတွက်တော့ သွင်းထားသင့်ပါတယ်။<br> $sudo apt-get install gnochm<br><br> <b>Bluefish Editor</b><br><br> php , html တွေရေးတော့မယ်ဆိုရင်တော့ ide တစ်ခုခုတော့ လိုပါတယ်။ ကျွန်တော်ကတော့ bluefish ဆိုတဲ့ ide ကိုအသုံးများတယ်။ webdeveloper တွေသွင်းထားသင့်ပါတယ်။<br> $sudo apt-get install bluefish<br><br> <b>gPHPEdit</b><br><br> PHPEditor တစ်ခုပါ။ သုံးလို့ကောင်းတယ်။ PHP သမားတွေအတွက် bluefish ထက်ပိုကောင်းတယ်လို့ ခံစားရစေမှာပါ။<br> $sudo apt-get install gPHPEdit<br><br> <b>Gwget</b><br><br> ကျွန်တော်တို့တွေ အင်တာနက် သုံးမယ်ဆိုရင် တောင့်တောင့်တတနဲ့ လိုအပ်တာကတော့ download manager ပါ။ firefox မှာပါတဲ့ <a rel="nofollow" target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/201">downthemall</a> ကို သုံးလည်းဖြစ်ပါတယ်။ gnome ရဲ့ download manager gwget ကလည်း အရမ်းမလိုအပ်ပေမယ့် သွင်းထားသင့်ပါတယ်။<br> $sudo apt-get install gwget<br><br> <b>GFTP</b><br><br> FTP software တစ်ခုပါ။ file upload တွေ အတွက် အသုံးပြုနိုင်ပါတယ်။ ဒါမှမဟုတ် firefox add-on ဖြစ်တဲ့ <a rel="nofollow" target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/684">fireftp</a> ကိုလည်း သုံးလို့ရပါတယ်။<br> $sudo apt-get install gFTP<br><br> <b>LAMP</b><br><br> PHP သမားတွေကတော့ မဖြစ်မနေသွင်းကို သွင်းသင့်ပါတယ်။ Apache , MySQL, PHP တွေတစ်ခါတည်းသွင်းရတော့ size က နည်းနည်းတော့ များတယ်။<br> $sudo apt-get install apache2 php5-mysql libapache2-mod-php5 mysql-server php5-gd phpmyadmin php5-curl php5-xmlrpc<br><br> <b>Cario-Dock</b><br><br> Mac Dock တွေလိုမျိုး လှပသေသပ်လှတဲ့ dock တစ်ခုပါ။ Windows မှာရှိတဲ့ dock တွေထက် ပိုမိုကောင်းမွန်ပါတယ်။ နောက်ပြီး ပိုပြီးလှပတဲ့ theme တွေ ပါဝင်တယ်လေ။ ကျွန်တော်တို့တွေ အပေါ်မှာ software source ထည့်သွင်းခဲ့ပါတယ်။ ဒါကြောင့် အခု တစ်ခါတည်း သွင်းလို့ရတာပါ။<br> $sudo apt-get install cairo-dock<br><br> <b>Google Gadget</b><br><br> Ubuntu မှာ sidebar မပါလို့ စိတ်ပျက်နေလား။ side bar တွေ widget တွေမရှိလို့ desktop ကြီးရှင်းလင်းနေတာ ရိုးရှင်းတယ်လို့ ထင်နေသလား။ ဒီအတွက် google က Ubuntu အတွက် ထုတ်ထားပေးပါတယ်။ Desktop တွေကို အလှဆင်ရတာ ဝါသနာပါတဲ့သူတွေ အကြိုက်ပေါ့ဗျာ။<br> $sudo apt-get install google-gadgets<br><br> <b>Launchy</b><br><br> Alt + R လို့နှိပ်ပြီးတော့ windows က run လိုမျိုး ubuntu မှာ သုံးလို့ရပါတယ်။ ဒါပေမယ့် launchy.net ကနေ deb package ကို download ချပြီး သွင်းသင့်ပါတယ် ။ ကိုယ် run ချင်တဲ့ program လေးတွေကို စာရိုက်လိုက်တာနဲ့ icon လေးဖော်ပြပေးတယ်။ နောက်ပြီးတော့ list လေးပါ ချပေးတော့ ရွေးလို့လည်းရတယ်လေ။ ကိုယ့် စက်ထဲမျာ သွင်းထားသင့်တာ အမှန်ပဲဗျ။<br> <b>Add in Sessions</b><br> [CENTER]<br><a rel="nofollow" target="_blank" href="http://www.saturngod.net/wp-content/uploads/2008/08/ubuntushoot.png"><img src="http://www.saturngod.net/wp-content/uploads/2008/08/ubuntushoot-150x150.png" alt="image" style="border: 0px;"></a><br>Sessions ဆိုတာကတော့ windows မှာပါတဲ့ startup လိုပါပဲ။ OS တက်တက်ခြင်း ဘယ် program တွေအလုပ်လုပ်စေချင်လဲဆိုတာကို ထည့်သွင်းထားလို့ရပါတယ်။ ကျွန်တော်တို့ကတော့ google gadget နဲ့ cairo dock ကို စတက်တက်ခြင်းမှာ ပေါ်အောင်လုပ်ဖို့လိုပါတယ်။ နောက်မို့ဆို OS တက်တိုင်း သွားသွားဖွင့်နေရလိမ့်မယ်။ ဒါကြောင့် sessions ထဲမှာ ထည့်ဖို့အတွက် Settings &gt; Preference &gt; Sessions ကိုသွားပါ။ Add လုပ်လိုက်ပါ။ Command ggl-gtk လို့ရိုက်ထည့်လိုက်ပါ။ ပြီးရင် OK လုပ်လိုက်ပါ။ Name ကို Google Gadget ပေးလိုက်ပါ။ ပြီးရင် OK လုပ်လိုက်ပါ။ Add ထပ်လုပ်ပါ။ Name ကို cairo-dock ပေးလိုက်ပါ။ command ကိုလည်း cairo-dock လို့ပေးလိုက်ပါ။ ပြီးရင် OK လုပ်လိုက်ပါ။ ဒါဆိုရင် နောက်တစ်ခေါက် တက်လာရင် သူ့ဘာသာသူ cairo-dock နဲ့ google gadget က တက်ပြီးသားဖြစ်နေမှာပါ။<br><br>[/CENTER]<br> <br> <b>Other Source</b><br> Theme Design လှလှလေးတွေပြင်ချင်တယ်။ Login screen တွေပြင်ချင်တဲ့ သူတွေအတွက်ကတော့ <a rel="nofollow" target="_blank" href="http://www.gnome-look.org/">http://www.gnome-look.org</a> ရှိပါတယ်။ Software တွေကို စမ်းသွင်းမယ်။ စမ်းသုံးမယ်ဆိုသူတွေကတော့ <a rel="nofollow" target="_blank" href="http://www.gnomefiles.org/">http://www.gnomefiles.org/</a> ကိုသွားလိုက်ပါ။<br> <a rel="nofollow" target="_blank" href="http://www.saturngod.net/wp-content/uploads/2008/08/mydesktop.png"><img src="http://www.saturngod.net/wp-content/uploads/2008/08/mydesktop-300x187.png" alt="image" style="border: 0px;"></a></span>]]></description>
   </item>
      <item>
      <title>Unicode for Ubuntu?</title>
      <link>http://mysteryzillion.org/discussion/10815/unicode-for-ubuntu</link>
      <pubDate>Fri, 02 Sep 2011 10:00:13 -0400</pubDate>
      <dc:creator>K</dc:creator>
      <guid isPermaLink="false">10815@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">I don't have Unicode Keyboard for Ubuntu. I don't know how to install it and use it? I already check KeyMagic at <a rel="nofollow" href="http://code.google.com/p/keymagic/wiki/InstallKeyMagicUbuntu">here</a>, but i didn't find *.tar.gz in <a rel="nofollow" href="http://code.google.com/p/keymagic/downloads/list">KeyMagic Downloads</a>. If someone knows, please help me. ^^</span>]]></description>
   </item>
      <item>
      <title>Installing and package file for wine installer in Ubuntu 11.04</title>
      <link>http://mysteryzillion.org/discussion/10460/installing-and-package-file-for-wine-installer-in-ubuntu-11-04</link>
      <pubDate>Wed, 22 Jun 2011 02:19:22 -0400</pubDate>
      <dc:creator>kaunghtetaungmgn</dc:creator>
      <guid isPermaLink="false">10460@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">I want to get installation guide and software for wine in ubuntu 11.04 version.</span>]]></description>
   </item>
      <item>
      <title>can not be connected to MPT using CDMA(EVDO)</title>
      <link>http://mysteryzillion.org/discussion/10786/can-not-be-connected-to-mpt-using-cdmaevdo</link>
      <pubDate>Sat, 27 Aug 2011 08:26:14 -0400</pubDate>
      <dc:creator>aithoz</dc:creator>
      <guid isPermaLink="false">10786@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">my modem is recognized but i just can't connect to MPT , I use "usb-modeswitch" to load my modem ..plz help<br><br><pre lang="bash shell"><br>aithox@ubuntu-linux:~$ lsusb<br>Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br>Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br>Bus 005 Device 006: ID 05c6:1000 Qualcomm, Inc. Mass Storage Device<br>Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br>Bus 004 Device 002: ID 08ff:1600 AuthenTec, Inc. AES1600<br>Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br>Bus 003 Device 002: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse<br>Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br>Bus 002 Device 002: ID 04f2:b044 Chicony Electronics Co., Ltd Acer CrystalEye Webcam<br>Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub<br>Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub<br><br>aithox@ubuntu-linux:~$ sudo modprobe usbserial vendor=0x05c6 product=0x1000<br>aithox@ubuntu-linux:~$ sudo usb_modeswitch -c /usr/share/usb_modeswitch/05c6:6000<br><br>Looking for target devices ...<br> No devices in target mode or class found<br>Looking for default devices ...<br> Found devices in default mode, class or configuration (1)<br>Accessing device 006 on bus 005 ...<br>Getting the current device configuration ...<br> OK, got current device configuration (1)<br>Using endpoints 0x05 (out) and 0x85 (in)<br>Inquiring device details; driver will be detached ...<br>Looking for active driver ...<br> OK, driver found ("usb-storage")<br> OK, driver "usb-storage" detached<br><br>SCSI inquiry data (for identification)<br>-------------------------<br>  Vendor String: OEM     <br>   Model String: Storage         <br>Revision String: 2.31<br>-------------------------<br><br>USB description data (for identification)<br>-------------------------<br>Manufacturer: Qualcomm, Incorporated<br>     Product: OEM USB Storage<br>  Serial No.: not provided<br>-------------------------<br>Setting up communication with interface 0 ...<br>Using endpoint 0x05 for message sending ...<br>Trying to send message 1 to endpoint 0x05 ...<br> OK, message successfully sent<br>Reading the response to message 1 (CSW) ...<br> OK, response successfully read (0 bytes).<br>Resetting response endpoint 0x85<br> Could not reset endpoint (probably harmless): -71<br>Resetting message endpoint 0x05<br> Could not reset endpoint (probably harmless): -71<br> Device is gone, skipping any further commands<br><br>Checking for mode switch (max. 20 times, once per second) ...<br> Searching for target devices ...<br> Searching for target devices ...<br><br>Found target device, now opening<br> Found correct target device<br><br>Mode switch succeeded. Bye.<br><br><br></pre><br><br><img src="http://i200.photobucket.com/albums/aa74/aithoz/1.png" alt="image"><br><img src="http://i200.photobucket.com/albums/aa74/aithoz/2.png" alt="image"><br><img src="http://i200.photobucket.com/albums/aa74/aithoz/3.png" alt="image"><br><img src="http://i200.photobucket.com/albums/aa74/aithoz/4.png" alt="image"></span>]]></description>
   </item>
      <item>
      <title>UBUNTU OFFLINEUPDATE</title>
      <link>http://mysteryzillion.org/discussion/10684/ubuntu-offlineupdate</link>
      <pubDate>Tue, 02 Aug 2011 06:16:09 -0400</pubDate>
      <dc:creator>thanhtutwin</dc:creator>
      <guid isPermaLink="false">10684@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">How to get ubuntu offline update?</span>]]></description>
   </item>
      <item>
      <title>Me and Ubuntu</title>
      <link>http://mysteryzillion.org/discussion/10670/me-and-ubuntu</link>
      <pubDate>Sat, 30 Jul 2011 03:08:35 -0400</pubDate>
      <dc:creator>K</dc:creator>
      <guid isPermaLink="false">10670@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">Ubuntu နဲ့ပတ်သတ်ပြီး နည်းနည်းမေးချင်လို့ပါ။ ပြဿနာဖြစ်ပုံက ဒီလို။ ကျွန်တော် အရင်သုံးတာက 10.04၊ ဒါပေမယ့် ဟိုတစ်နေ့ကမှ 11.04 ပြောင်းသုံးမယ်ဆိုပြီး 10.04 ကိုဖျက်ပြီး 11.04 ပြန်သွင်းလိုက်တယ်။ အရင်ဆုံး Restricted Extras တွေသွင်းတယ်။ ( Sound and Movies  တွေအတွက်အဆင်ပြေအောင်ပေါ့ )။ နောက်ပြီး 10.04 သုံးတုန်းက Compizconfig-settings manager အဆင်ပြေတော့ ဒီတစ်ခေါက်လည်း သွင်းမယ်ဆိုပြီး sudo apt-get install compizconfig-settings-manager ဆိုပြီးသွင်းတာပေါ့။ အဲ့ဒီအထိအကောင်း။ နောက် Compiz Manager ထဲဝင်ပြီး ကလိတော့မှ ပြဿနာကစတယ်။ အမှန်ပြောရရင် ဒီ Version မှာက နဂိုကတည်းက Built-in Compiz ကပါပြီးသား။ ( Desktop Wall ပေါ့ )။  အရင်တုန်းကလိုပဲ Cube ပုံစံမျိုးလုပ်မယ်ဆိုပြီး Desktop Cube ကိုလုပ်တာမှ Conflict တွေဖြစ်ပြီး Resolve တွေလုပ်ရော။ Default Settings ကဘာမှန်းမမှတ်ထားလိုက်မိဘူး။ အဲ့ဒီမှာ Menu Bar ကော 11.04 မှာပါတဲ့ Left-Sidebar လည်းမရှိတော့ဘူး။ Desktop မှာ ဗလာဟင်းလင်းကြီးပဲရှိတော့မယ်။ အဲ့ဒါနဲ့ Terminal တွေ ဘာတွေပြန်ခေါ်လို့မရတာနဲ့ Low Graphic Mode နဲ့ဝင်ပြီး CCSM ကို Remove လုပ်တယ်။ Boot ပြန်တက်တော့ Upper Menu Bar ကော Left-Sidebar ပါပြန်ပါတယ်။ ဒါပေမယ့် Windows တစ်ခုဖွင့်တဲ့အခါမှာ အပေါ်က Minimize, Maximize, Close ဆိုတဲ့ Button-Bar မပါတော့သလို Menu Bar ကို Double Click ပြီး Maximize, Restore လုပ်လို့မရတော့လို့ပါ။ အောက်က ပုံမှကြည့်ရင်တော့ နားလည်မယ်ထင်ပါတယ်။ အဲ့ဒါဘယ်လိုပြန်လုပ်ရင် အဆင်ပြေမယ်ဆိုတာ နည်းနည်းလောက်ကူညီပေးကြပါလို့။<br><br><img src="http://s1.postimage.org/9u14j9noj/Screenshot.png" alt="Ubuntu Error" style="width: 600px;"><br><br>p.s. Install လုပ်ထားတာက Restricted Extras ပဲရှိသေးတော့ အဲ့ဒီ File သွင်းပြီးသားကို .deb အနေနဲ့ပြန်ထုတ်လို့ရတယ်ဆိုရင် ပြောပြပေးပါ။ အဲ့ဒါဆိုရင် ပြန် Edit လုပ်လို့မရလည်း 11.04 ကို Re-install ပြန်လုပ်ပြီး OS ပြန်တက်လာရင် .deb ကို Offline Storage ပုံစံမျိုးပြန်သွင်းလို့ရအောင်ပါ။ Online Update ဆိုရင် ~160MB မို့လို့ မြန်မာနိုင်ငံ Connection နဲ့ဆိုရင်အကြာကြီးကြာမှမို့ပါ။<br><br>(ရှုပ်သွားပြီထင်တယ်) ^^</span>]]></description>
   </item>
      <item>
      <title>errorပေါတယ်အင်စတောလုပ်ရင်</title>
      <link>http://mysteryzillion.org/discussion/10676/error%E1%80%95%E1%80%B1%E1%80%AB%E1%80%90%E1%80%9A%E1%80%BA%E1%80%A1%E1%80%84%E1%80%BA%E1%80%85%E1%80%90%E1%80%B1%E1%80%AC%E1%80%9C%E1%80%AF%E1%80%95%E1%80%BA%E1%80%9B%E1%80%84%E1%80%BA</link>
      <pubDate>Sun, 31 Jul 2011 03:20:12 -0400</pubDate>
      <dc:creator>Kyi Thar</dc:creator>
      <guid isPermaLink="false">10676@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)<br />E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?<br />ကျွန်တော်က ubuntu 11.04 ကိုသုံးပါတယ် ။ Online ကနေ sudo apt-get install somesoftware ပေါ. သွင်းလိုက်ရင် အပေါက error ကျကျလာပါတယ်။ တစ်ချိူ.ကျတော.မဖြစ်ဘူး တစ်ချိူ.ကျတော.ဖြစ်တယ်ဗျ။ ကူညီပါအုန်းဗျာ</span>]]></description>
   </item>
      <item>
      <title>Ubuntu Software Centre ကနေ install လုပ်လို.မရလို.ပါ။</title>
      <link>http://mysteryzillion.org/discussion/10675/ubuntu-software-centre-%E1%80%80%E1%80%94%E1%80%B1-install-%E1%80%9C%E1%80%AF%E1%80%95%E1%80%BA%E1%80%9C%E1%80%AD%E1%80%AF-%E1%80%99%E1%80%9B%E1%80%9C%E1%80%AD%E1%80%AF-%E1%80%95%E1%80%AB</link>
      <pubDate>Sun, 31 Jul 2011 03:00:13 -0400</pubDate>
      <dc:creator>Kyi Thar</dc:creator>
      <guid isPermaLink="false">10675@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">ကျွန်တော် Ubuntu 11.04 မှာ Ubuntu Software Centre ကနေ Google Chrome ကို install လုပ်တယ်။ ဒါပေမယ်.အောက်ပါ error တွေတက်လာလို.။ <br /><br />[ Unhandlable error occured ]<br /><br />[ raceback (most recent call last):<br />  File "/usr/lib/python2.7/dist-packages/aptdaemon/worker.py", line 961, in simulate<br />    trans.unauthenticated = self._simulate_helper(trans)<br />  File "/usr/lib/python2.7/dist-packages/aptdaemon/worker.py", line 1085, in _simulate_helper<br />    return depends, self._cache.required_download, \<br />  File "/usr/lib/python2.7/dist-packages/apt/cache.py", line 226, in required_download<br />    pm.get_archives(fetcher, self._list, self._records)<br />SystemError: E:I wasn't able to locate file for the ttf-mscorefonts-installer package. This might mean you need to manually fix this package.<br />]<br /><br /></span>]]></description>
   </item>
      <item>
      <title>မြန်မာယူနီကုတ် နဲ့ဇော်ဂျီ</title>
      <link>http://mysteryzillion.org/discussion/10283/%E1%80%99%E1%80%BC%E1%80%94%E1%80%BA%E1%80%99%E1%80%AC%E1%80%9A%E1%80%B0%E1%80%94%E1%80%AE%E1%80%80%E1%80%AF%E1%80%90%E1%80%BA-%E1%80%94%E1%80%B2%E1%80%B7%E1%80%87%E1%80%B1%E1%80%AC%E1%80%BA%E1%80%82%E1%80%BB%E1%80%AE</link>
      <pubDate>Tue, 24 May 2011 22:28:57 -0400</pubDate>
      <dc:creator>banyarpisi</dc:creator>
      <guid isPermaLink="false">10283@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">မြန်မာယူနီကုတ် နဲ့ဇော်ဂျီ ကို ubuntu မှာနှစ်ခုစလုံးသုံးလို့ရလားဟင် ဖြစ်နိင်ရင်တော့သုံးလို့ရအောင်ဘယ်လိုလုပ်ရမလဲ အကိုတို့ရေ<br />မဟုတ်ရင် ubuntu ဘက်ကူးလိုက် ၀င်းဒိုးဘက်ကူးလိုက်လုပ်နေရတော့အဆင်မပြေလို့ပါအစ်ကိုတို့..ကူညီပေးပါအုန်း<br />အခုမှစသုံးတာပါ..ဘာမှမသိသေးပါဘူး..အကိုတို့</span>]]></description>
   </item>
      <item>
      <title>fail to load session &quot;ubuntu&quot;</title>
      <link>http://mysteryzillion.org/discussion/10661/fail-to-load-session-ubuntu</link>
      <pubDate>Thu, 28 Jul 2011 13:08:42 -0400</pubDate>
      <dc:creator>DemonGod</dc:creator>
      <guid isPermaLink="false">10661@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">I just greedy and do all update to ubuntu 11.04.<br />At update session, i have to choose "partial upgrade".<br />Now everything run in chaos and i can't login.<br />It appear welcome scream, just can't login.<br />I'm sorry for bothering you all to MZ.<br />:-)</span>]]></description>
   </item>
      <item>
      <title>Lauchpad : A place to translate Ubuntu into Our Language officialy.</title>
      <link>http://mysteryzillion.org/discussion/10652/lauchpad-a-place-to-translate-ubuntu-into-our-language-officialy-</link>
      <pubDate>Wed, 27 Jul 2011 03:03:56 -0400</pubDate>
      <dc:creator>Gipsy</dc:creator>
      <guid isPermaLink="false">10652@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">ကျွန်တော် U4MM ကစီစဉ်ကျင်းပတဲ့ Ubuntu Free Class မှာ ပေးခဲ့တဲ့ Presentation ကို ပြန်လည်းရေးထားခြင်းဖြစ်ပါတယ်။<br /> <br />Lauchpad <br />A place to translate Ubuntu into Our Language officialy. <br /> <br />Ubuntu Operating System စထွက်လာကတည်းက Ubuntu Operating System ကို နိုင်ငံတကာ ဘာသာစကားနဲ့ သုံးနိုင်ရမည်ဆိုတဲ့ ရည်ရွယ်ချက်လေးပါခဲ့ပါတယ်။ Ubuntu မှာပါတဲ့ Source Code တွေအကုန်လုံးကို Canonical ရဲ့ launchpad.net မှာတင်ထားပါတယ်။ နိုင်ငံတော်တော်များများလည်း ubuntu ကို ကိုုယ့် ဘာသာစကားနဲ့ သုံးနေကြပါပြီ။ အဲဒီတော့ ဒီ Ubuntu ကို မြန်မာ လို ဘာသာပြန်ချင်ပါက ဘယ်လိိုမျိုးဘာသာပြန်ရလဲ၊ ဘာတွေလိုအပ်သလဲ၊ စသည်ဖြင့် ဒီ ဆောင်းပါးထဲမှာတင်ပြပေးမှာပါ။ Ubuntu ကိုထုတ်တဲ့ Company (Canonical) မှ တရားဝင်ဘာသာပြန်နိုင်ကြောင်းကြေငြာထားပါတယ်။ ဒီထဲမှာ ဆိုရင် Operating System တစ်ခုလုံးကို အင်္ဂလိပ်လိုရေးထားပြီး မြန်မာဘာသာသို့ဘာသာပြန်ရာတွင်  တစ်ချို့ စကားလုံးတွေမှ အပ ကျန်သည့်စကားလုံးများသည် သိပ်အခက်အခဲမရှီပါ။<br /> <br />Website Address<br /> <br />Launchpad ရဲ့ Web Site Address ကတော့ <a href="http://launchpad.net" target="_blank" rel="nofollow">http://launchpad.net</a> ဖြစ်ပါတယ်။ <br /> <br />What is in Launchpad?<br /> <br />Wikipedia မှာတော့ Launchpad အကြောင်းကို အသေးစိတ်ရေးထားပါတယ်။ <br />Luachpad  ကိုတော့ Canonical က ဦးစီးပြီး မိမိဘာသာနဲ့ မိမိသုံးချင်ပါက lauchpad ထဲဝင်ပြီး ဘာသာပြန်ဆိုလို့ရပါတယ်။ Launchpad က ဘာသာပြန်ဆိုဖို့တစ်ခုတည်းမဟုတ်<br />ပါဘူး။ 2004, January ကစခဲ့တဲ့ Launchpad ထဲမှာ တခြားသော Components များလည်းပါပါတယ်။ အဲဒါတွေကတော့<br />Answers, Bugs, Blueprints,Code,Translation   စသည်ဖြင့်အများကြီးရှိပါသေးတယ်။<br />ကျွန်တော်ကတော့ ဒီထဲက Translations အကြောင်းကို အဓိက အားဖြင့်ပြောမှာပါ။<br /> <br />Who translates ubuntu?<br /> <br />Volunteers ပေါင်းမြောက်များစွာက သူတို့ဘာသာစကားမှာ သုံးလို့ရအောင်လို့ဘာသာပြန်နေကြပါတယ်။ <br />ကိုယ့်ဘာသာစကားနဲ့ Ubuntu ကိုသုံးချင်ပါသလား??   သင်လည်း ဝင်ရောက်ကူညီလို့ရပါတယ်။ <br /> <br />What do u need?<br /> <br />ဘာတွေလိုအပ်မလဲ။ Ubuntu ကို ဘာသာပြန်ဖို့က<br />၁။ အင်တာနက် --သူက Web ပေါ်မှာပဲပေးထားတာမို့လို့ အင်တာနက် ရှိမှ ဘာသာပြန်လို့ရမှာပါ။ <br />၂။Email—Launchpad က ဆက်သွယ်ဖို့အတွက် Email အကောင့်တစ်ခုလိုအပ်ပါတယ်။ <br />၃။ Language Knowledge-- ကတော့ ဒီစကားစုလေးကို ဘယ်လိုလေးရေးလိုက်ရင်လှမလဲ။ဖတ်<br />လို့ ကောင်းအောင် ဘယ်လိုရေးမလဲ။ စသည်ဖြင့်လိုအပ်ပါတယ်။<br />၄။ Spare Time-- ကတော့ ကိုယ့်အတွက်အချိန်ပိုလေးတစ်ခုပါ။ ပထမတစ်ရက်မှာ ၁ မိနစ်ပေးမယ်။ ၁ မိနစ်ထဲမှာ စာကြောင်းလေးတစ်ကြောင်း ဘာသာပြန်လိုက်မယ်။ နောက်တစ်နေ့မှာ ၂ မိနစ်ပေးမယ်။ အဲဒီ ၂ မိနစ်ထဲမှာ နှစ်ကြောင်းပြီးအောင် ပြန်မယ်။ အဲဒီလိုမျိုလေးအချိန်ပေးလိုက်<br />ရင် Ubuntu MY ဆိုတာ သိပ်မကြာပါဘူး ပြီးသွားပါလိမ့်မယ်။<br />၅။ Be Collaboratives—ဒါကတော့ launchpad ထဲက Member အချင်းချင်းစည်းလုံးညီညွှတ်မူပါ<br />ပဲ။<br />ဒါတွေနဲ့ပြည့်စုံပြီဆိုရင် သင် Ubuntu ကို သင့်ဘာသာစကားနဲ့ ပြန်လို့ရပါပြီ။<br /> <br />How can you help?<br /> <br />ပထမအဆင့်အနေနဲ့ Launchpad.net မှာ ဝင်ရောက်ပြီး register လုပ်ရပါမည်။ Launchpad Registration သည် Open ID ကိုသုံးထားသောကြောင့် တခြား Canonical လက်အောက်မှာရှိသည့် ဆိုဒ်များထဲသို့ ၀င်ရောက်ပါကလည်း ဒီဆိုဒ်မှာသုံးခဲ့သည့် Email ၊ Password များအတိုင်း သုံးနိုင်ပါတယ်။<br />Registration ပြီးပါက Launchpad ထဲမှာ မိမိ ပြန်ချင်သော ဘာသာစကားအကြောင်းကိုပြောပေးရပါ<br />မယ်။<br />ကျွန်တော်တို့ ပြန်ရမှာကတော့ Burmese Language ဖြစ်ပါတယ်။  <br /> <br />Translations Launchpad<br /> <br />ဒါဆို ကျွန်တော်တို့ဘာသာပြန်ဖို့ အောက်ပါ လင့်(Links ) လေးကိုဝင်လိုက်ရအောင်<br /><a href="https://translations.launchpad.net/" target="_blank" rel="nofollow">https://translations.launchpad.net/</a>  ဖြစ်ပါတယ်။ အဲဒီထဲမှာ မိမိ ပြန်မယ့် ဘာသာစကားရွေးပြိးပါက Ubuntu Version ကိုရွေးပေးရပါမယ်။ <br />ဗားရှင်း တစ်ခုနဲ့ တစ်ခု ဘာကွာလဲ ဆိုတဲ့မေးခွန်းရှီပါတယ်။ ဘာမှသိပ်မကွာပါဘူး။ အသစ်ထွက်လာမယ့် Version ထဲမှာ စကားလုံးအသစ်ပါပါက အဲဒီစကားလုံးအသစ်တွေကို ထပ် ဘာသာပြန်ပေးလိုက်ရင်ရပါတယ်။<br />ကျွန်တော်တို့ အခုပြန်မှာကတော့ Stable ဖြစ်တဲ့ Ubuntu Natty(11.04) ဖြစ်ပါတယ်။<br /> <br /> <br />What fonts we will use?<br /> <br />ဘာ ဖွန့် (Fonts) သုံးမလဲ။ အဲဒါကတော့ မြန်မာမှာ အဓိက ဆုံးဖြတ်ရမယ့် ကိစ္စကြီးတစ်ခုပါပဲ။ <br />ကျွန်တော် သုံးဖို့အကြံပေးချင်တာကတော့ Keymagic ဖြစ်ပါတယ်။ သူ့ကို သွင်းရင် တခြား Install သွင်းထားပြီးသား ဖွန့်တွေကို ဖြုတ်စရာမလိုပါဘူး။ ပြီးတော့ ဇော်ဂျီနဲ့ရိုက်မလား၊ ဇော်ဂျီ-ယူနီ နဲ့ရိုက်မလားစသည်ဖြင့်ရှိပါတယ်။ ဇော်ဂျီ-ယူနီ နဲ့ရိုက်သင့်ပါတယ်လို့ အကြံပေးလိုပါတယ်။ <br />ဇော်ဂျီနဲ့ ရိုက်ရင်ရောမရဘူးလား လို့မေးကောင်းမေးနိုင်ပါတယ်။ ရပါတယ်။ ဒါပေမယ့် ကျွန်တော်တို့တစ်တွေ လိုက်ပြောင်းပေးရပါလိမ့်မယ်။ ကူညီချင်လို့ ဇော်ဂျီနဲ့ပဲရိုက်ပေးပါ့မယ်ဆို<br />ရင်တော့ ရိုက်ပေးပါ လို့မေတ္တာရပ်ခံပါ့ရစေ။ <br />To Download Keymagic<br /><a href="http://ttkz.me/blog/2011/02/10/keymagic-1-3-3-installer-with-myanmar3-layout/" target="_blank" rel="nofollow">http://ttkz.me/blog/2011/02/10/keymagic-1-3-3-installer-with-myanmar3-layout/</a> <br /> <br />Our Status?<br /> <br />•    Untraslated=353695<br />•    Translated=15800<br />•    Total=369495<br /><br />The words had reached limitation. So Pls read more in the following link. Thanks <br /><br /> <a href="https://www.facebook.com/notes/pyae-sone/lauchpad-a-place-to-translate-ubuntu-into-our-language-officialy/237159272984643" target="_blank" rel="nofollow">https://www.facebook.com/notes/pyae-sone/lauchpad-a-place-to-translate-ubuntu-into-our-language-officialy/237159272984643</a><br /><br /></span>]]></description>
   </item>
      <item>
      <title>How to install Ubuntu 10.10</title>
      <link>http://mysteryzillion.org/discussion/10490/how-to-install-ubuntu-10-10</link>
      <pubDate>Sun, 26 Jun 2011 21:51:22 -0400</pubDate>
      <dc:creator>blackcock</dc:creator>
      <guid isPermaLink="false">10490@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">I was using win7,win server 2008 and win XP at my PC. today I've tried to install<br /> Ubuntu 10.10. I'm facing a problem at hard disk partition state. So......<br />Could u Please ......</span>]]></description>
   </item>
      <item>
      <title>VLC Error In Ubuntu</title>
      <link>http://mysteryzillion.org/discussion/10426/vlc-error-in-ubuntu</link>
      <pubDate>Wed, 15 Jun 2011 22:18:18 -0400</pubDate>
      <dc:creator>royal7</dc:creator>
      <guid isPermaLink="false">10426@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">my laptop is not working when vlc player is open.Other player is stable.when vlc player is open my system is hung.Computer do nothing.<br />Please help me. I tried sudo apt-get update &amp; upgrade.But is not ok. </span>]]></description>
   </item>
      <item>
      <title>Wubi installation error</title>
      <link>http://mysteryzillion.org/discussion/10373/wubi-installation-error</link>
      <pubDate>Tue, 07 Jun 2011 19:53:46 -0400</pubDate>
      <dc:creator>JohnMajor</dc:creator>
      <guid isPermaLink="false">10373@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">Hey guy,<br />I can't install wubi in my window.My window is 64bits.<br />while installation status an error detect (cannot download metalink and then the ISO)<br />Why? I don't understand!<br />help me please.</span>]]></description>
   </item>
      <item>
      <title>U And Pic (Ubuntu Android PIC) Camp 4-5/June</title>
      <link>http://mysteryzillion.org/discussion/10319/u-and-pic-ubuntu-android-pic-camp-4-5june</link>
      <pubDate>Wed, 01 Jun 2011 01:40:36 -0400</pubDate>
      <dc:creator>Gipsy</dc:creator>
      <guid isPermaLink="false">10319@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">U And PIC (Ubuntu Android PIC-Micro-controller)<br><br>Saturday, June 4 – June 5 at 9:30am – 6:00pm<br><br>Location<br><br>Myo Myanmar<br>50, Shan Kone St; San Chaung Tsp (Myay Ni Gone Bus Stop)<br>Rangoon, Myanmar<br><br><a rel="nofollow" href="/profile/Speaker">@Speaker</a><br>Ma Ae Mon (Android)<br><br>   <a href="https://www.facebook.com/aemon.ucsy" target="_blank" rel="nofollow">https://www.facebook.com/aemon.ucsy</a><br>   <a href="http://www.myanmartutorials.com/author/nandar/" target="_blank" rel="nofollow">http://www.myanmartutorials.com/author/nandar/</a><br><br>မဟနစံ (PIC)<br><br>   <a href="https://www.facebook.com/profile.php?id=1164863114" target="_blank" rel="nofollow">https://www.facebook.com/profile.php?id=1164863114</a><br>   <a href="http://lawka-ahla.com/" target="_blank" rel="nofollow">http://lawka-ahla.com/</a><br><br>Ko Swan Htet Aung (Android)<br><br>   <a href="https://www.facebook.com/SwanHtetAung" target="_blank" rel="nofollow">https://www.facebook.com/SwanHtetAung</a><br><br>ကိုရဲသူစိုး (Android)<br><br>   <a href="https://www.facebook.com/yethusoe" target="_blank" rel="nofollow">https://www.facebook.com/yethusoe</a><br>   <a href="http://yethusoe.u4mm.com" target="_blank" rel="nofollow">http://yethusoe.u4mm.com</a><br>   <a href="http://www.myomyanmar.net/" target="_blank" rel="nofollow">http://www.myomyanmar.net/</a><br><br>Ko Naing Lin Aung  (Ubuntu)<br><br>   <a href="https://www.facebook.com/nainglinaung91" target="_blank" rel="nofollow">https://www.facebook.com/nainglinaung91</a><br>   <a href="http://morris.ygnhosting.co.cc/" target="_blank" rel="nofollow">http://morris.ygnhosting.co.cc/</a><br><br><del>Ko Phyo Hein Kyaw (Android)<br><br>   <a href="https://www.facebook.com/phyoheinkyaw" target="_blank" rel="nofollow">https://www.facebook.com/phyoheinkyaw</a> </del><br><br>(Ubuntu)ကိုကိုရဲ + U4mm Group<br><br>   <a href="https://www.facebook.com/home.php?sk=group_147515155267939" target="_blank" rel="nofollow">https://www.facebook.com/home.php?sk=group_147515155267939</a><br>   <a href="http://www.u4mm.com" target="_blank" rel="nofollow">http://www.u4mm.com</a><br>   <a href="http://groups.google.com/group/u4mm?hl=en" target="_blank" rel="nofollow">http://groups.google.com/group/u4mm?hl=en</a><br><br>Ko Naing Ye Min (Ubuntu) <a href="https://www.facebook.com/nyeminn" target="_blank" rel="nofollow">https://www.facebook.com/nyeminn</a><br>                            <a href="http://seriousblaze.u4mm.com" target="_blank" rel="nofollow">http://seriousblaze.u4mm.com</a><br><br>info Link<br><a href="http://www.myomyanmar.net" target="_blank" rel="nofollow">http://www.myomyanmar.net</a><br><a href="http://www.u4mm.com" target="_blank" rel="nofollow">http://www.u4mm.com</a><br><a href="http://groups.google.com/group/u4mm?hl=en" target="_blank" rel="nofollow">http://groups.google.com/group/u4mm?hl=en</a><br><a href="http://goo.gl/C3QHG" target="_blank" rel="nofollow">http://goo.gl/C3QHG</a><br><br>Show Time @<br>DIY<br>Android App, Upgrade, Hack, Tweak<br>Ubuntu Tweak, Custom Disto Repack, Make, Compiz, Unity, Shortcut,<br>PIC DIY, About PIC, Project<br><br><a rel="nofollow" href="/profile/form">@form</a> MMM<br>Cheap c8500 c8600 Android Update 2.3.4 Gingerbread<br>Free Android Application / Free Linux ISO<br>Tutorial Video and etc,<br><br></span>]]></description>
   </item>
      <item>
      <title>အသံမထွက်လို့</title>
      <link>http://mysteryzillion.org/discussion/10271/%E1%80%A1%E1%80%9E%E1%80%B6%E1%80%99%E1%80%91%E1%80%BD%E1%80%80%E1%80%BA%E1%80%9C%E1%80%AD%E1%80%AF%E1%80%B7</link>
      <pubDate>Sun, 22 May 2011 20:54:59 -0400</pubDate>
      <dc:creator>banyarpisi</dc:creator>
      <guid isPermaLink="false">10271@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">speakerပုံလေးပေါပီး အသံမထွက်ဘူးဖစ်နေတယ်.wirelessကလည်း iconလေးပေါပြီးအလုပ်မလုပ်ဘူး..အခုမှစသုံးဘူးတာပါ<br />ဘာမှကိုမသိသေးပါဘူးအကိုတို့ရေ</span>]]></description>
   </item>
      <item>
      <title>Ultrasurf  ကို Ubuntu မှာသုံးချင်လို့</title>
      <link>http://mysteryzillion.org/discussion/5114/ultrasurf-%E1%80%80%E1%80%AD%E1%80%AF-ubuntu-%E1%80%99%E1%80%BE%E1%80%AC%E1%80%9E%E1%80%AF%E1%80%B6%E1%80%B8%E1%80%81%E1%80%BB%E1%80%84%E1%80%BA%E1%80%9C%E1%80%AD%E1%80%AF%E1%80%B7</link>
      <pubDate>Fri, 07 Aug 2009 23:13:14 -0400</pubDate>
      <dc:creator>mGhAn</dc:creator>
      <guid isPermaLink="false">5114@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">ကျွန်တော်ခုမှ Ubuntu Linux ကို စတင်လေ့လာနေသူပါ....<br /><br />   ခုကျွန်တော် Ubuntu မှာ ultrasurf ကိုသုံးချင်လို့ ဘယ်လိုလုပ်ရမည်ဆိုတာ ကူညီပါခင်ဗျား</span>]]></description>
   </item>
      <item>
      <title>Ubuntu မှာEVDO modem နဲ</title>
      <link>http://mysteryzillion.org/discussion/10250/ubuntu-%E1%80%99%E1%80%BE%E1%80%ACevdo-modem-%E1%80%94%E1%80%B2</link>
      <pubDate>Thu, 19 May 2011 00:02:32 -0400</pubDate>
      <dc:creator>mickeyboy.003</dc:creator>
      <guid isPermaLink="false">10250@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">Ubuntu မှာEVDO modem နဲ့အင်တာနက်သုံးလို့ရလားမသိဘူး</span>]]></description>
   </item>
      <item>
      <title>Ubuntu က GCC compiler မှာ error တက်နေလို့ဗျို့</title>
      <link>http://mysteryzillion.org/discussion/10209/ubuntu-%E1%80%80-gcc-compiler-%E1%80%99%E1%80%BE%E1%80%AC-error-%E1%80%90%E1%80%80%E1%80%BA%E1%80%94%E1%80%B1%E1%80%9C%E1%80%AD%E1%80%AF%E1%80%B7%E1%80%97%E1%80%BB%E1%80%AD%E1%80%AF%E1%80%B7</link>
      <pubDate>Wed, 11 May 2011 04:43:24 -0400</pubDate>
      <dc:creator>*(Txant)*</dc:creator>
      <guid isPermaLink="false">10209@/discussions</guid>
      <description><![CDATA[<span style="font-family:'Masterpiece Uni Sans',Yunghkio,Myanmar3, Parabaik, Padauk, 'WinUni Innwa', 'Win Uni Innwa', 'MyMyanmar Unicode',Myanmar2;">အနော့်ရဲ့ ubuntu ရဲ့ terminal က GCC compiler မှာရှိတဲ့ vi ကနေ C coding တွေရေးပါတယ်......ဒါပေမယ့်ရေးရတာ အဆင်မပြေဝူးဗျ......ဖြစ်ပုံက coding ရေးတဲ့နေရာမှာ up arrow ,down arrow စတာတွေကို character ဖမ်းပြီးတော့ D A C တွေဘာတွေပေါ်နေတယ်ဗျ......ကျေးဇူးပြုပြီး ဘယ်လိုလုပ်ရမလဲပြောပေးကြပါခင်ဗျ..........။</span>]]></description>
   </item>
      </channel>
</rss>