Re: [osdcmy-public] LINUX SW GUI DEVELOPMENT

2010-12-17 Terurut Topik E A Faisal
Since you're going to use Java, next choose your UI toolkit and learn the
concept of UI programming for that toolkit. For example, in wxWidgets, a
window as many people know it is called a Frame. Within a frame, there could
be many widgets (small elements which make up the window), eg. control
widget, presentation widget, etc. For GTK, it's a bit different especially
on event handling.

On Fri, Dec 17, 2010 at 10:35 PM, Nor Arlina Amirah Ahmad Ghani <
nor.arl...@hotmail.com> wrote:

>  Alamak, sorry. I somehow put the wrong contohs =_= I'm going to do this
> with java, not phyton. My bad
>
>
> *◄►
> Nor Arlina Amirah Ahmad Ghani (Ann) **AC080144*
> *(3SCB) Bsc Computer Science (Bioinformatics)
> FACULTY OF COMPUTER SCIENCE AND INFORMATION SYSTEMS*
> *UNIVERSITY OF TECHNOLOGY MALAYSIA*
> *012-5934575*
>
>
>
>
> --
> Date: Fri, 17 Dec 2010 22:14:24 +0800
> Subject: Re: [osdcmy-public] LINUX SW GUI DEVELOPMENT
> From: eafai...@gmail.com
> To: osdcmy-list@googlegroups.com
>
>
> First identify what programming language you intend to use - Python, C/C++,
> Perl, Java, etc. Next pick a UI toolkit - GTK, Qt, etc. I saw you mentioned
> PyGTK, so that pretty much translates to Python with GTK. Once you've learnt
> your programming language of choice, then start learning the basic concept
> of the UI toolkit which you're going to use. Different toolkits have their
> own way (concept) of drawing the screen. Once you're familiar with the
> fundamental concept, you can start creating your UI. Take things step by
> step, only then it's not going to overwhelm you.
>
> On Fri, Dec 17, 2010 at 9:45 PM, Nor Arlina Amirah Ahmad Ghani <
> nor.arl...@hotmail.com> wrote:
>
>  Salam and Hello World
>
> Can someone run me through on how to develop a GUI for an already-existing
> Linux software package? Apparently the software runs via command line (on
> Linux) and I need a GUI for the software to make people's lives (and mine as
> well) easier. I don't need the codes or anything, just a quick intro and
> some insight, and some hints on how to start.
>
> I've checked out PyGTK, Qt and such and I HONESTLY have no idea on how to
> start. Blame the holidays.
>
> Thank you in advance, and yes, I am a noob. Tried googling but nothing
> turns out to be understandable OR I simply used the wrong keywords =_=
>
> *◄►
> Nor Arlina Amirah Ahmad Ghani (Ann) **AC080144*
> *(3SCB) Bsc Computer Science (Bioinformatics)
> FACULTY OF COMPUTER SCIENCE AND INFORMATION SYSTEMS*
> *UNIVERSITY OF TECHNOLOGY MALAYSIA*
> *012-5934575*
>
>
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>
>
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] LINUX SW GUI DEVELOPMENT

2010-12-17 Terurut Topik Azrul MADISA
The simplest way to do Java is to download netbeans (netbeans.org) and try
out this tutorial http://netbeans.org/kb/docs/java/quickstart-gui.html

Azrul

On Sat, Dec 18, 2010 at 12:37 AM, Sharuzzaman Ahmat Raslan <
sharuzza...@gmail.com> wrote:

> GTK also have Java bindings.
>
> See http://java-gnome.sourceforge.net/
>
>
>
> On Fri, Dec 17, 2010 at 10:35 PM, Nor Arlina Amirah Ahmad Ghani
>  wrote:
> > Alamak, sorry. I somehow put the wrong contohs =_= I'm going to do this
> with
> > java, not phyton. My bad
> >
> > ◄►
> > Nor Arlina Amirah Ahmad Ghani (Ann) AC080144
> > (3SCB) Bsc Computer Science (Bioinformatics)
> > FACULTY OF COMPUTER SCIENCE AND INFORMATION SYSTEMS
> > UNIVERSITY OF TECHNOLOGY MALAYSIA
> > 012-5934575
> >
> >
> >
> >
> > 
> > Date: Fri, 17 Dec 2010 22:14:24 +0800
> > Subject: Re: [osdcmy-public] LINUX SW GUI DEVELOPMENT
> > From: eafai...@gmail.com
> > To: osdcmy-list@googlegroups.com
> >
> > First identify what programming language you intend to use - Python,
> C/C++,
> > Perl, Java, etc. Next pick a UI toolkit - GTK, Qt, etc. I saw you
> mentioned
> > PyGTK, so that pretty much translates to Python with GTK. Once you've
> learnt
> > your programming language of choice, then start learning the basic
> concept
> > of the UI toolkit which you're going to use. Different toolkits have
> their
> > own way (concept) of drawing the screen. Once you're familiar with the
> > fundamental concept, you can start creating your UI. Take things step by
> > step, only then it's not going to overwhelm you.
> >
> > On Fri, Dec 17, 2010 at 9:45 PM, Nor Arlina Amirah Ahmad Ghani
> >  wrote:
> >
> > Salam and Hello World
> > Can someone run me through on how to develop a GUI for an
> already-existing
> > Linux software package? Apparently the software runs via command line (on
> > Linux) and I need a GUI for the software to make people's lives (and mine
> as
> > well) easier. I don't need the codes or anything, just a quick intro and
> > some insight, and some hints on how to start.
> >
> > I've checked out PyGTK, Qt and such and I HONESTLY have no idea on how to
> > start. Blame the holidays.
> > Thank you in advance, and yes, I am a noob. Tried googling but nothing
> turns
> > out to be understandable OR I simply used the wrong keywords =_=
> > ◄►
> > Nor Arlina Amirah Ahmad Ghani (Ann) AC080144
> > (3SCB) Bsc Computer Science (Bioinformatics)
> > FACULTY OF COMPUTER SCIENCE AND INFORMATION SYSTEMS
> > UNIVERSITY OF TECHNOLOGY MALAYSIA
> > 012-5934575
> >
> >
> >
> > --
> > Join Open Source Developers Club Malaysia http://www.osdc.my/
> >
> > Facebook Fan page
> >
> > http://www.facebook.com/group.php?gid=98685301577
> >
> > http://www.facebook.com/OSDC.my
> >
> > You received this message because you are subscribed to the Google
> >
> > Groups "OSDC.my Mailing List" group.
> > To post to this group, send email to osdcmy-list@googlegroups.com
> > To unsubscribe from this group, send email to
> > osdcmy-list+unsubscr...@googlegroups.com
> > For more options, visit this group at
> > http://groups.google.com/group/osdcmy-list?hl=en
> >
> > --
> > Join Open Source Developers Club Malaysia http://www.osdc.my/
> >
> > Facebook Fan page
> >
> > http://www.facebook.com/group.php?gid=98685301577
> >
> > http://www.facebook.com/OSDC.my
> >
> > You received this message because you are subscribed to the Google
> >
> > Groups "OSDC.my Mailing List" group.
> > To post to this group, send email to osdcmy-list@googlegroups.com
> > To unsubscribe from this group, send email to
> > osdcmy-list+unsubscr...@googlegroups.com
> > For more options, visit this group at
> > http://groups.google.com/group/osdcmy-list?hl=en
> >
> > --
> > Join Open Source Developers Club Malaysia http://www.osdc.my/
> >
> > Facebook Fan page
> >
> > http://www.facebook.com/group.php?gid=98685301577
> >
> > http://www.facebook.com/OSDC.my
> >
> > You received this message because you are subscribed to the Google
> >
> > Groups "OSDC.my Mailing List" group.
> > To post to this group, send email to osdcmy-list@googlegroups.com
> > To unsubscribe from this group, send email to
> > osdcmy-list+unsubscr...@googlegroups.com
> > For more options, visit this group at
> > http://groups.google.com/group/osdcmy-list?hl=en
>
>
>
> --
> Sharuzzaman Ahmat Raslan
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>

--

Re: [osdcmy-public] my1os. The 1st Malaysian Operating System

2010-12-17 Terurut Topik Ahmad Arafat Abdullah
just remind balik linux "malaysian made"

abgwin9x ( by mr skywizard )
ketupat linux
komnas2020

Oshirix ( masih menten )
dan lots more..

harap2 semua ni bukan hype ala2 Dr Rozmey dan "filem 2 ALAM pecah panggung
40jutanya" ehehehe



On Sat, Dec 18, 2010 at 12:32 AM, Sharuzzaman Ahmat Raslan <
sharuzza...@gmail.com> wrote:

> Saya tak peduli kalau dia nak buat derivative daripada ReactOS[1]
> sekalipun, yang amat saya perlukan adalah kod sumber asal dan yang
> telah diubah, disediakan untuk muatturun kepada umum.
>
> Macam Red Hat, mereka mengkomersilkan Linux secara terang-terangan,
> tetapi mematuhi keperluan lesen kod sumber asal dimana sebarang
> perubahan perlu disediakan untuk muatturun kepada umum.
>
> Distro Malaysia sebelum ini yang gagal, adalah kerana mereka cuba
> menyembunyikan kod sumber. Itulah yang telah berlaku kepada Komnas,
> Ketupat Linux, Embun, Chevna, dan sebagainya.
>
> [1] http://www.reactos.org/en/index.html
>
>
> On Fri, Dec 17, 2010 at 7:50 PM, Harisfazillah Jamel
>  wrote:
> > Assalamualaikum dan salam sejahtera,
> >
> > Saya telah diminta untuk memberikan maklum balas tentang My1OS. Good
> > or bad ianya nanti, buat masa ini bergantung kepada maklum balas orang
> > ramai dan daripada rakan-rakan dalam projek tersebut.
> >
> > Jadi saya harapkan rakan-rakan yang terlibat dalam projek ini dapat
> > jelaskan dengan komuniti sebaiknya. Rakan-rakan dalam OSS amat
> > kritikal tentang cara dan bagaimana sesebuah projek OSS dijadikan
> > hasil dagangan. We don't care really as long the license is respected
> > and the source code publicly available.
> >
> > dan kami juga boleh faham jika ada interface atau aplikasi yang dibina
> > atas OS tersebut tidak mengikut OSS license dan copyright by company,
> > we can accepted that.
> >
> > Wassalam.
> >
> > Harisfazillah Jamel.
> >
> > OSDC.my
> >
> > On Fri, Dec 17, 2010 at 6:49 PM, MASOKIS  wrote:
> >> cuba baca dari surat khabar ni :
> >>
> http://www.utusan.com.my/utusan/info.asp?y=2010&dt=0514&pub=Utusan_Malaysia&sec=Selatan&pg=ws_07.htm
> >>
> >> On Fri, Dec 17, 2010 at 6:42 PM, Hasanuddin Abu Bakar <
> bizkut...@gmail.com>
> >> wrote:
> >>>
> >>> Another IDIOT trying to sell linux cds. It won't work. I am
> >>> commercializing FOSS too, in term of services and installation. I
> generated
> >>> more than rm200k within 3 months of SigmaWall, a derivative of pfSense.
> You
> >>> all can download the ISO at www.sigmawall.com for FREE and I NEVER
> SELL it.
> >>> It's a bad idea/business strategywe are as Bolehland Malaysians
> will
> >>> pirate it for sure.
> >>>
> >>> Sent from my iPhone
> >>> On 17 Dec 2010, at 18:31, MASOKIS  wrote:
> >>>
> >>> Dah jual kot.. cuba google "my1os + lowyat" :)
> >>>
> >>> On Fri, Dec 17, 2010 at 6:29 PM, Hasanuddin Abu Bakar
> >>>  wrote:
> 
>  Dah sah cd kena beli nanti.
> 
> 
> 
>  Sent from my iPhone
> 
>  On 17 Dec 2010, at 18:29, Mohamad Zaki Awang 
> wrote:
> 
>  > nak jugak download iso, web site cakap tunggu masa nak
> dikomersialkan,
>  > tengok2 lah kat supermarket nanti.
>  >
>  > "Where To Get my1os?
>  >
>  > my1os is now in final stage towards on commercialization and soon to
>  > be release to the public. It can be found at any retail store
>  > throughout Malaysia once it's being released."
>  >
>  > On Fri, Dec 17, 2010 at 6:09 PM, Muhd Syazwan Md Khusaini
>  >  wrote:
>  >>
>  >> aku tak kesah la macam mana quote diorang nak buat..
>  >> tapi macam mana nak guna, kalau tak beri contoh/iso supaya boleh
>  >> cuba..
>  >>
>  >> macam bermegah dengan bala tentera tapi tak ada kerajaan
>  >>
>  >> On Fri, Dec 17, 2010 at 6:02 PM, sallehy 
> wrote:
>  >>>
>  >>> Basic color site macam ubuntu :)
>  >>>
>  >>> On Fri, Dec 17, 2010 at 5:07 PM, Mohamad Imran <
> imtym@gmail.com>
>  >>> wrote:
>  
>   "The 1st Malaysian Operating System." Quote dari frontpage dia.
>  
>   Kalau letak "Yet another Malaysian Linux Operating System"
> rasanya
>   lebih tepat.
>  
>  
>  
> >
> > --
> > Join Open Source Developers Club Malaysia http://www.osdc.my/
> >
> > Facebook Fan page
> >
> > http://www.facebook.com/group.php?gid=98685301577
> >
> > http://www.facebook.com/OSDC.my
> >
> > You received this message because you are subscribed to the Google
> >
> > Groups "OSDC.my Mailing List" group.
> > To post to this group, send email to osdcmy-list@googlegroups.com
> > To unsubscribe from this group, send email to
> > osdcmy-list+unsubscr...@googlegroups.com
> > For more options, visit this group at
> > http://groups.google.com/group/osdcmy-list?hl=en
>
>
>
> --
> Sharuzzaman Ahmat Raslan
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because yo

Re: [osdcmy-public] LINUX SW GUI DEVELOPMENT

2010-12-17 Terurut Topik Sharuzzaman Ahmat Raslan
GTK also have Java bindings.

See http://java-gnome.sourceforge.net/



On Fri, Dec 17, 2010 at 10:35 PM, Nor Arlina Amirah Ahmad Ghani
 wrote:
> Alamak, sorry. I somehow put the wrong contohs =_= I'm going to do this with
> java, not phyton. My bad
>
> ◄►
> Nor Arlina Amirah Ahmad Ghani (Ann) AC080144
> (3SCB) Bsc Computer Science (Bioinformatics)
> FACULTY OF COMPUTER SCIENCE AND INFORMATION SYSTEMS
> UNIVERSITY OF TECHNOLOGY MALAYSIA
> 012-5934575
>
>
>
>
> 
> Date: Fri, 17 Dec 2010 22:14:24 +0800
> Subject: Re: [osdcmy-public] LINUX SW GUI DEVELOPMENT
> From: eafai...@gmail.com
> To: osdcmy-list@googlegroups.com
>
> First identify what programming language you intend to use - Python, C/C++,
> Perl, Java, etc. Next pick a UI toolkit - GTK, Qt, etc. I saw you mentioned
> PyGTK, so that pretty much translates to Python with GTK. Once you've learnt
> your programming language of choice, then start learning the basic concept
> of the UI toolkit which you're going to use. Different toolkits have their
> own way (concept) of drawing the screen. Once you're familiar with the
> fundamental concept, you can start creating your UI. Take things step by
> step, only then it's not going to overwhelm you.
>
> On Fri, Dec 17, 2010 at 9:45 PM, Nor Arlina Amirah Ahmad Ghani
>  wrote:
>
> Salam and Hello World
> Can someone run me through on how to develop a GUI for an already-existing
> Linux software package? Apparently the software runs via command line (on
> Linux) and I need a GUI for the software to make people's lives (and mine as
> well) easier. I don't need the codes or anything, just a quick intro and
> some insight, and some hints on how to start.
>
> I've checked out PyGTK, Qt and such and I HONESTLY have no idea on how to
> start. Blame the holidays.
> Thank you in advance, and yes, I am a noob. Tried googling but nothing turns
> out to be understandable OR I simply used the wrong keywords =_=
> ◄►
> Nor Arlina Amirah Ahmad Ghani (Ann) AC080144
> (3SCB) Bsc Computer Science (Bioinformatics)
> FACULTY OF COMPUTER SCIENCE AND INFORMATION SYSTEMS
> UNIVERSITY OF TECHNOLOGY MALAYSIA
> 012-5934575
>
>
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en



-- 
Sharuzzaman Ahmat Raslan

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en


Re: [osdcmy-public] my1os. The 1st Malaysian Operating System

2010-12-17 Terurut Topik Sharuzzaman Ahmat Raslan
Saya tak peduli kalau dia nak buat derivative daripada ReactOS[1]
sekalipun, yang amat saya perlukan adalah kod sumber asal dan yang
telah diubah, disediakan untuk muatturun kepada umum.

Macam Red Hat, mereka mengkomersilkan Linux secara terang-terangan,
tetapi mematuhi keperluan lesen kod sumber asal dimana sebarang
perubahan perlu disediakan untuk muatturun kepada umum.

Distro Malaysia sebelum ini yang gagal, adalah kerana mereka cuba
menyembunyikan kod sumber. Itulah yang telah berlaku kepada Komnas,
Ketupat Linux, Embun, Chevna, dan sebagainya.

[1] http://www.reactos.org/en/index.html


On Fri, Dec 17, 2010 at 7:50 PM, Harisfazillah Jamel
 wrote:
> Assalamualaikum dan salam sejahtera,
>
> Saya telah diminta untuk memberikan maklum balas tentang My1OS. Good
> or bad ianya nanti, buat masa ini bergantung kepada maklum balas orang
> ramai dan daripada rakan-rakan dalam projek tersebut.
>
> Jadi saya harapkan rakan-rakan yang terlibat dalam projek ini dapat
> jelaskan dengan komuniti sebaiknya. Rakan-rakan dalam OSS amat
> kritikal tentang cara dan bagaimana sesebuah projek OSS dijadikan
> hasil dagangan. We don't care really as long the license is respected
> and the source code publicly available.
>
> dan kami juga boleh faham jika ada interface atau aplikasi yang dibina
> atas OS tersebut tidak mengikut OSS license dan copyright by company,
> we can accepted that.
>
> Wassalam.
>
> Harisfazillah Jamel.
>
> OSDC.my
>
> On Fri, Dec 17, 2010 at 6:49 PM, MASOKIS  wrote:
>> cuba baca dari surat khabar ni :
>> http://www.utusan.com.my/utusan/info.asp?y=2010&dt=0514&pub=Utusan_Malaysia&sec=Selatan&pg=ws_07.htm
>>
>> On Fri, Dec 17, 2010 at 6:42 PM, Hasanuddin Abu Bakar 
>> wrote:
>>>
>>> Another IDIOT trying to sell linux cds. It won't work. I am
>>> commercializing FOSS too, in term of services and installation. I generated
>>> more than rm200k within 3 months of SigmaWall, a derivative of pfSense. You
>>> all can download the ISO at www.sigmawall.com for FREE and I NEVER SELL it.
>>> It's a bad idea/business strategywe are as Bolehland Malaysians will
>>> pirate it for sure.
>>>
>>> Sent from my iPhone
>>> On 17 Dec 2010, at 18:31, MASOKIS  wrote:
>>>
>>> Dah jual kot.. cuba google "my1os + lowyat" :)
>>>
>>> On Fri, Dec 17, 2010 at 6:29 PM, Hasanuddin Abu Bakar
>>>  wrote:

 Dah sah cd kena beli nanti.



 Sent from my iPhone

 On 17 Dec 2010, at 18:29, Mohamad Zaki Awang  wrote:

 > nak jugak download iso, web site cakap tunggu masa nak dikomersialkan,
 > tengok2 lah kat supermarket nanti.
 >
 > "Where To Get my1os?
 >
 > my1os is now in final stage towards on commercialization and soon to
 > be release to the public. It can be found at any retail store
 > throughout Malaysia once it's being released."
 >
 > On Fri, Dec 17, 2010 at 6:09 PM, Muhd Syazwan Md Khusaini
 >  wrote:
 >>
 >> aku tak kesah la macam mana quote diorang nak buat..
 >> tapi macam mana nak guna, kalau tak beri contoh/iso supaya boleh
 >> cuba..
 >>
 >> macam bermegah dengan bala tentera tapi tak ada kerajaan
 >>
 >> On Fri, Dec 17, 2010 at 6:02 PM, sallehy  wrote:
 >>>
 >>> Basic color site macam ubuntu :)
 >>>
 >>> On Fri, Dec 17, 2010 at 5:07 PM, Mohamad Imran 
 >>> wrote:
 
  "The 1st Malaysian Operating System." Quote dari frontpage dia.
 
  Kalau letak "Yet another Malaysian Linux Operating System" rasanya
  lebih tepat.
 
 
 
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en



-- 
Sharuzzaman Ahmat Raslan

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en


Re: [osdcmy-public] Bridging the Gap Between Education and the Workplace with the Open Source Education Council (OEC)

2010-12-17 Terurut Topik Najah
Yup, sure.

The spokespersons :-

• Mohd Fazli Azran of the Open Source Developers Club
• Professor Dr. Md Gapar, Vice President, Faculty of Info
Science & Engineering, Management & Science University
• Dr. Albert Wong, Chief Technology Officer, Jobstreet Malaysia
• Alan Ho, Senior Manager, Services Marketing, Red Hat APAC

Media :-
1.   PC.com
2.   Berita Harian
3.   New Straits Times
4.   Harian Metro


The objective of the media interview:-
• Establish the importance and need for IT graduates and
professionals to enhance their skill sets in open source, cloud
computing and virtualisation to move towards a high-income economy.
• Identify value added benefits to IT graduates and
professionals as well as trends amongst IT employers.
• Identify available certification programmes which provide
local graduates with opportunities to expand their skill sets and
talents worldwide.
• Announce the formation of the Open Source Developers
Community and its goals to ensure the healthy, sustainable and
accredited growth of open source skill sets and professionals in
Malaysia.


Fazli Azran explained on OSDC.my, recent activities and what’s
OSDC.my’s planning. There is an urgent need to increase the number of
accredited open source professionals in the industry to meet growing
demands. The establishment of the Open Source Development Community
serves to ensure that the quality of open source professionals is not
compromised by establishing set standards which are agreed upon by
acadamia, industry players as well as the open source community
itself.

Prof Gapar elaboration on the concept of open source and what are the
benefits of it. There is a high demand in OSS. MSU’s OSS
implementation in their education syllabus.

Dr Albert explains more on the supply and demand in OSS. Reseach by
Jobstreet indicates that there is a definite increase in demand
amongst employers for graduates and professionals who have undergone
specific technical skills training in open source, virtualization and
cloud computing, which marks an important shift in human capital
demand in the IT industry. Dr Albert also mention Jobstreet as a case
study where Jobstreet also use Open Source Technology.

Alan Ho explains on Red Hat’s involvement in the OSS community.
Technical skills like IT training and certification add value to the
marketability of IT graduates and professionals alike. The needs of
small and medium company, large company etc. Virtualization and cloud.

Well, this is just a part of the discussion. Will spare some time to
update more.

Regards,
Yun



On Tue, Dec 14, 2010 at 9:24 PM, Harisfazillah Jamel
 wrote:
>
> Thanks yun and OSS friends for arranging this.
>
> Can you provide notes what had been discuss during the press interview?
>
> Who attending?
>
> Today is the starting point for more  from companies, government
> agencies, universities and community them self to join and establish
> official OEC for our platform and forum to discuss and lobbying OSS
> education.
>
> We need to have TT session with others in our community to help us
> making this happen.
>
> Thanks.
>
> On Tue, Dec 14, 2010 at 3:05 PM, Najah  wrote:
> > Hi all,
> >
> > we are currently in a media interview to promote this. the spokes
> > persons are from osdc.my(community), jobstreet(HR professional), MSU
> > (education) and Redhat(oss vendor).
> >
> > will update on the details later.
> >
> > :)
> >
> > Yun
> >
> > On 12/13/10, Harisfazillah Jamel  wrote:
> >> Team
> >>
> >> Its take some time for Yun and Fazli with the help from other friends
> >> (Thanks) in the industry to get this idea moving. We want its to be
> >> the starting point for the  community to establish a good relationship
> >> with education sector and industry through council...
> >>
> >> Its a start, we need more feedback.
> >>
> >> 
> >>
> >> Bridging the Gap Between Education and the Workplace with the Open
> >> Source Education Council (OEC)
> >>
> >> Objective
> >>
> >> Establish the importance and need for IT graduates and professionals
> >> to enhance their skill sets in open source, cloud computing and
> >> virtualisation to move towards a high-income economy.
> >>
> >> Identify value added benefits to IT graduates and professionals as
> >> well as trends amongst IT employers.
> >>
> >> Identify available certification programmes which provide local
> >> graduates with opportunities to expand their skill sets and talents
> >> worldwide.
> >>
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups

Re: [osdcmy-public] community pictures needed

2010-12-17 Terurut Topik Najah
Great Nuhaa,

By the way, i managed to explain a little bit about Open Source in
Malaysia, OSDC and MOSC to your Vice President, Greg Whalen few days
back. He looked impress and willing to contribute.  Will be meeting
him again next week. :-)

Yun

On 12/17/10, nuhaa  wrote:
> hi n salam all...
>
> wud love to collect some of ur FUN community pictures having FUN doing FUN
> stuff
>
> or you can point me to links so i can grab them
>
> i'm going to give short talk on oss community in malaysia to my colleagues
> here .. they probably not aware of these communities so if we can have
> pictures showing having fun at what we do, they might get interested to
> contribute
>
> thanks much
>
>
> regards,
>
> Nuhaa All Bakry / cawanpink
> http://cawanpink.net
> http://fosschix.my
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en


Re: [osdcmy-public] my1os. The 1st Malaysian Operating System

2010-12-17 Terurut Topik Ahmed Noor Kader Mustajir Md Eusoff
kita bukan org malaysia kot? mengemis di negara sendiri

On Fri, Dec 17, 2010 at 9:19 PM, Garfield WTF  wrote:

> Kalau My1OS tu 1st OS dari Malaysian, macam tu distro-distro yg kita buat
> dulu tu kira ape?
> Xkan kita ni x dianggap org Malaysiakan?
> Hahahaha.
>
> Kalau mase kita try, dia org tu tukar theme gnome je & tidak release code,
> dan mase cat /etc/issue keluar "Ubuntu *.** \n \l", dia org pasti kena
> teruk daripada canonical punye.
> Lol
>
>
>
>
> --
> *GarfieldWTF *
> Debian User Community (Malaysia)
> *http://debmal.my*
>
>
>  --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>



-- 
Ahmed Noor Kader Mustajir Md Eusoff
http://mustajir.org
http://launchpad.net/~sir.ade 
http://l10n.gnome.org/users/sir_ade/
http://drupal.org/user/184579

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] my1os. The 1st Malaysian Operating System

2010-12-17 Terurut Topik MASOKIS
Sokonglah OshiriX .. layari*
http://www.mambang.org.my*marilah
sama2 kita menyumbang :)

On Fri, Dec 17, 2010 at 9:19 PM, Garfield WTF  wrote:

> Kalau My1OS tu 1st OS dari Malaysian, macam tu distro-distro yg kita buat
> dulu tu kira ape?
> Xkan kita ni x dianggap org Malaysiakan?
> Hahahaha.
>
> Kalau mase kita try, dia org tu tukar theme gnome je & tidak release code,
> dan mase cat /etc/issue keluar "Ubuntu *.** \n \l", dia org pasti kena
> teruk daripada canonical punye.
> Lol
>
>
>
>
> --
> *GarfieldWTF *
> Debian User Community (Malaysia)
> *http://debmal.my*
>
>
>  --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>



-- 
VISIT ME @ HTTP://WWW.MASOKIS.COM

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] my1os. The 1st Malaysian Operating System

2010-12-17 Terurut Topik Garfield WTF
Kalau My1OS tu 1st OS dari Malaysian, macam tu distro-distro yg kita buat
dulu tu kira ape?
Xkan kita ni x dianggap org Malaysiakan?
Hahahaha.

Kalau mase kita try, dia org tu tukar theme gnome je & tidak release code,
dan mase cat /etc/issue keluar "Ubuntu *.** \n \l", dia org pasti kena teruk
daripada canonical punye.
Lol




-- 
*GarfieldWTF *
Debian User Community (Malaysia)
*http://debmal.my*

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

RE: [osdcmy-public] LINUX SW GUI DEVELOPMENT

2010-12-17 Terurut Topik Nor Arlina Amirah Ahmad Ghani

Alamak, sorry. I somehow put the wrong contohs =_= I'm going to do this with 
java, not phyton. My bad

◄►
Nor Arlina Amirah Ahmad Ghani (Ann) AC080144
(3SCB) Bsc Computer Science (Bioinformatics)
FACULTY OF COMPUTER SCIENCE AND INFORMATION SYSTEMS
UNIVERSITY OF TECHNOLOGY MALAYSIA
012-5934575




Date: Fri, 17 Dec 2010 22:14:24 +0800
Subject: Re: [osdcmy-public] LINUX SW GUI DEVELOPMENT
From: eafai...@gmail.com
To: osdcmy-list@googlegroups.com

First identify what programming language you intend to use - Python, C/C++, 
Perl, Java, etc. Next pick a UI toolkit - GTK, Qt, etc. I saw you mentioned 
PyGTK, so that pretty much translates to Python with GTK. Once you've learnt 
your programming language of choice, then start learning the basic concept of 
the UI toolkit which you're going to use. Different toolkits have their own way 
(concept) of drawing the screen. Once you're familiar with the fundamental 
concept, you can start creating your UI. Take things step by step, only then 
it's not going to overwhelm you.


On Fri, Dec 17, 2010 at 9:45 PM, Nor Arlina Amirah Ahmad Ghani 
 wrote:






Salam and Hello World
Can someone run me through on how to develop a GUI for an already-existing 
Linux software package? Apparently the software runs via command line (on 
Linux) and I need a GUI for the software to make people's lives (and mine as 
well) easier. I don't need the codes or anything, just a quick intro and some 
insight, and some hints on how to start.


I've checked out PyGTK, Qt and such and I HONESTLY have no idea on how to 
start. Blame the holidays.
Thank you in advance, and yes, I am a noob. Tried googling but nothing turns 
out to be understandable OR I simply used the wrong keywords =_=

◄►
Nor Arlina Amirah Ahmad Ghani (Ann) AC080144
(3SCB) Bsc Computer Science (Bioinformatics)
FACULTY OF COMPUTER SCIENCE AND INFORMATION SYSTEMS

UNIVERSITY OF TECHNOLOGY MALAYSIA
012-5934575


  




-- 

Join Open Source Developers Club Malaysia http://www.osdc.my/

 

Facebook Fan page

 

http://www.facebook.com/group.php?gid=98685301577

 

http://www.facebook.com/OSDC.my

 

You received this message because you are subscribed to the Google

 

Groups "OSDC.my Mailing List" group.

To post to this group, send email to osdcmy-list@googlegroups.com

To unsubscribe from this group, send email to

osdcmy-list+unsubscr...@googlegroups.com

For more options, visit this group at

http://groups.google.com/group/osdcmy-list?hl=en




-- 

Join Open Source Developers Club Malaysia http://www.osdc.my/

 

Facebook Fan page

 

http://www.facebook.com/group.php?gid=98685301577

 

http://www.facebook.com/OSDC.my

 

You received this message because you are subscribed to the Google

 

Groups "OSDC.my Mailing List" group.

To post to this group, send email to osdcmy-list@googlegroups.com

To unsubscribe from this group, send email to

osdcmy-list+unsubscr...@googlegroups.com

For more options, visit this group at

http://groups.google.com/group/osdcmy-list?hl=en
  

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] LINUX SW GUI DEVELOPMENT

2010-12-17 Terurut Topik Mohd Kamal Bin Mustafa
On Fri, Dec 17, 2010 at 9:45 PM, Nor Arlina Amirah Ahmad Ghani
 wrote:
> Salam and Hello World
> Can someone run me through on how to develop a GUI for an already-existing
> Linux software package?
Hah, remind me to the old day hooking up mplayer with python. Here
discussion on GUI toolkit at python.my -
http://groups.google.com/group/pythonmy/browse_thread/thread/2d08e8713ca6300d/10b251a0a2381539
Sorry, while I would like to do some run through, don't have much
time. It's already late now, supposed to be at home. ;)

>Apparently the software runs via command line (on
> Linux) and I need a GUI for the software to make people's lives (and mine as
> well) easier. I don't need the codes or anything, just a quick intro and
> some insight, and some hints on how to start.
First, you need to get the GUI running, something with at least a
button you can click. Then inside the button click handler, you can
execute the external program, maybe using os.system or some other std
lib. Now you come to the interesting part, if the external program
output is just a text, it easy. What about something that output a
video such as mplayer ? But really, get your hello world with some
button up first. You can use tkinter, it's already in python.

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en


Re: [osdcmy-public] LINUX SW GUI DEVELOPMENT

2010-12-17 Terurut Topik Mohamad Zaki Awang
cuba tengok Lazarus IDE, kemudian belajar dari winff - GUI untuk
ffmpeg (http://winff.org/html_new/)
download source, dr Lazarus, buka projek fail *.lpi

kalo nak simple, guna shell script + zenity @ dialog


On Fri, Dec 17, 2010 at 9:45 PM, Nor Arlina Amirah Ahmad Ghani
 wrote:
> Salam and Hello World
> Can someone run me through on how to develop a GUI for an already-existing
> Linux software package? Apparently the software runs via command line (on
> Linux) and I need a GUI for the software to make people's lives (and mine as
> well) easier. I don't need the codes or anything, just a quick intro and
> some insight, and some hints on how to start.
>
> I've checked out PyGTK, Qt and such and I HONESTLY have no idea on how to
> start. Blame the holidays.
> Thank you in advance, and yes, I am a noob. Tried googling but nothing turns
> out to be understandable OR I simply used the wrong keywords =_=
> ◄►
> Nor Arlina Amirah Ahmad Ghani (Ann) AC080144
> (3SCB) Bsc Computer Science (Bioinformatics)
> FACULTY OF COMPUTER SCIENCE AND INFORMATION SYSTEMS
> UNIVERSITY OF TECHNOLOGY MALAYSIA
> 012-5934575
>
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en


Re: [osdcmy-public] LINUX SW GUI DEVELOPMENT

2010-12-17 Terurut Topik E A Faisal
First identify what programming language you intend to use - Python, C/C++,
Perl, Java, etc. Next pick a UI toolkit - GTK, Qt, etc. I saw you mentioned
PyGTK, so that pretty much translates to Python with GTK. Once you've learnt
your programming language of choice, then start learning the basic concept
of the UI toolkit which you're going to use. Different toolkits have their
own way (concept) of drawing the screen. Once you're familiar with the
fundamental concept, you can start creating your UI. Take things step by
step, only then it's not going to overwhelm you.

On Fri, Dec 17, 2010 at 9:45 PM, Nor Arlina Amirah Ahmad Ghani <
nor.arl...@hotmail.com> wrote:

>  Salam and Hello World
>
> Can someone run me through on how to develop a GUI for an already-existing
> Linux software package? Apparently the software runs via command line (on
> Linux) and I need a GUI for the software to make people's lives (and mine as
> well) easier. I don't need the codes or anything, just a quick intro and
> some insight, and some hints on how to start.
>
> I've checked out PyGTK, Qt and such and I HONESTLY have no idea on how to
> start. Blame the holidays.
>
> Thank you in advance, and yes, I am a noob. Tried googling but nothing
> turns out to be understandable OR I simply used the wrong keywords =_=
>
> *◄►
> Nor Arlina Amirah Ahmad Ghani (Ann) **AC080144*
> *(3SCB) Bsc Computer Science (Bioinformatics)
> FACULTY OF COMPUTER SCIENCE AND INFORMATION SYSTEMS*
> *UNIVERSITY OF TECHNOLOGY MALAYSIA*
> *012-5934575*
>
>
>  --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

[osdcmy-public] LINUX SW GUI DEVELOPMENT

2010-12-17 Terurut Topik Nor Arlina Amirah Ahmad Ghani

Salam and Hello World
Can someone run me through on how to develop a GUI for an already-existing 
Linux software package? Apparently the software runs via command line (on 
Linux) and I need a GUI for the software to make people's lives (and mine as 
well) easier. I don't need the codes or anything, just a quick intro and some 
insight, and some hints on how to start.

I've checked out PyGTK, Qt and such and I HONESTLY have no idea on how to 
start. Blame the holidays.
Thank you in advance, and yes, I am a noob. Tried googling but nothing turns 
out to be understandable OR I simply used the wrong keywords =_=
◄►
Nor Arlina Amirah Ahmad Ghani (Ann) AC080144
(3SCB) Bsc Computer Science (Bioinformatics)
FACULTY OF COMPUTER SCIENCE AND INFORMATION SYSTEMS
UNIVERSITY OF TECHNOLOGY MALAYSIA
012-5934575


  

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] my1os. The 1st Malaysian Operating System

2010-12-17 Terurut Topik Harisfazillah Jamel
Assalamualaikum dan salam sejahtera,

Saya telah diminta untuk memberikan maklum balas tentang My1OS. Good
or bad ianya nanti, buat masa ini bergantung kepada maklum balas orang
ramai dan daripada rakan-rakan dalam projek tersebut.

Jadi saya harapkan rakan-rakan yang terlibat dalam projek ini dapat
jelaskan dengan komuniti sebaiknya. Rakan-rakan dalam OSS amat
kritikal tentang cara dan bagaimana sesebuah projek OSS dijadikan
hasil dagangan. We don't care really as long the license is respected
and the source code publicly available.

dan kami juga boleh faham jika ada interface atau aplikasi yang dibina
atas OS tersebut tidak mengikut OSS license dan copyright by company,
we can accepted that.

Wassalam.

Harisfazillah Jamel.

OSDC.my

On Fri, Dec 17, 2010 at 6:49 PM, MASOKIS  wrote:
> cuba baca dari surat khabar ni :
> http://www.utusan.com.my/utusan/info.asp?y=2010&dt=0514&pub=Utusan_Malaysia&sec=Selatan&pg=ws_07.htm
>
> On Fri, Dec 17, 2010 at 6:42 PM, Hasanuddin Abu Bakar 
> wrote:
>>
>> Another IDIOT trying to sell linux cds. It won't work. I am
>> commercializing FOSS too, in term of services and installation. I generated
>> more than rm200k within 3 months of SigmaWall, a derivative of pfSense. You
>> all can download the ISO at www.sigmawall.com for FREE and I NEVER SELL it.
>> It's a bad idea/business strategywe are as Bolehland Malaysians will
>> pirate it for sure.
>>
>> Sent from my iPhone
>> On 17 Dec 2010, at 18:31, MASOKIS  wrote:
>>
>> Dah jual kot.. cuba google "my1os + lowyat" :)
>>
>> On Fri, Dec 17, 2010 at 6:29 PM, Hasanuddin Abu Bakar
>>  wrote:
>>>
>>> Dah sah cd kena beli nanti.
>>>
>>>
>>>
>>> Sent from my iPhone
>>>
>>> On 17 Dec 2010, at 18:29, Mohamad Zaki Awang  wrote:
>>>
>>> > nak jugak download iso, web site cakap tunggu masa nak dikomersialkan,
>>> > tengok2 lah kat supermarket nanti.
>>> >
>>> > "Where To Get my1os?
>>> >
>>> > my1os is now in final stage towards on commercialization and soon to
>>> > be release to the public. It can be found at any retail store
>>> > throughout Malaysia once it's being released."
>>> >
>>> > On Fri, Dec 17, 2010 at 6:09 PM, Muhd Syazwan Md Khusaini
>>> >  wrote:
>>> >>
>>> >> aku tak kesah la macam mana quote diorang nak buat..
>>> >> tapi macam mana nak guna, kalau tak beri contoh/iso supaya boleh
>>> >> cuba..
>>> >>
>>> >> macam bermegah dengan bala tentera tapi tak ada kerajaan
>>> >>
>>> >> On Fri, Dec 17, 2010 at 6:02 PM, sallehy  wrote:
>>> >>>
>>> >>> Basic color site macam ubuntu :)
>>> >>>
>>> >>> On Fri, Dec 17, 2010 at 5:07 PM, Mohamad Imran 
>>> >>> wrote:
>>> 
>>>  "The 1st Malaysian Operating System." Quote dari frontpage dia.
>>> 
>>>  Kalau letak "Yet another Malaysian Linux Operating System" rasanya
>>>  lebih tepat.
>>> 
>>> 
>>> 

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en


Re: [osdcmy-public] my1os. The 1st Malaysian Operating System

2010-12-17 Terurut Topik Mohd Hidzuan
nampak gaya bersama-sama lah kita bersedia untuk membuat tahlil arwah
selepas KEMATIAN EMBUN tidak lama dahulu.. kini sudah ada yang bakal
terkorbankita tahlil lagi .. lepas talil kita layan LAMB MANDY..
ahakss..



-
102D A12B F078 CF46 39A6 B276 7A01 9650 7FEA A5B1



On Fri, Dec 17, 2010 at 7:41 PM, mohd fenris  wrote:

> Omg Muslim edition ? Education edition? Ripping from sabily n
> edubuntu?
>
> Target 1 million user? Then how to support @ manage? Using landscape?
>  Lalalala ...
>
> Masokis .. Walaupun trbaca skit image yg u send tu... Xperlu la patik beri
> ulasan ... Rasenye ramai yg boleh menilai ... :)
>
> Sent from my iPhone
>
> On Dec 17, 2010, at 6:49 PM, MASOKIS  wrote:
>
> cuba baca dari surat khabar ni :
> *
> http://www.utusan.com.my/utusan/info.asp?y=2010&dt=0514&pub=Utusan_Malaysia&sec=Selatan&pg=ws_07.htm
> *
>
> On Fri, Dec 17, 2010 at 6:42 PM, Hasanuddin Abu Bakar <
> bizkut...@gmail.com> wrote:
>
>> Another IDIOT trying to sell linux cds. It won't work. I am
>> commercializing FOSS too, in term of services and installation. I generated
>> more than rm200k within 3 months of SigmaWall, a derivative of pfSense. You
>> all can download the ISO at www.sigmawall.comfor 
>> FREE and I NEVER SELL it. It's a bad idea/business strategywe are as
>> Bolehland Malaysians will pirate it for sure.
>>
>>
>> Sent from my iPhone
>>
>> On 17 Dec 2010, at 18:31, MASOKIS < maso...@gmail.com>
>> wrote:
>>
>> Dah jual kot.. cuba google "my1os + lowyat" :)
>>
>> On Fri, Dec 17, 2010 at 6:29 PM, Hasanuddin Abu Bakar 
>> <
>> bizkut...@gmail.com> wrote:
>>
>>> Dah sah cd kena beli nanti.
>>>
>>>
>>>
>>> Sent from my iPhone
>>>
>>> On 17 Dec 2010, at 18:29, Mohamad Zaki Awang < 
>>> 
>>> mhdz...@gmail.com> wrote:
>>>
>>> > nak jugak download iso, web site cakap tunggu masa nak dikomersialkan,
>>> > tengok2 lah kat supermarket nanti.
>>> >
>>> > "Where To Get my1os?
>>> >
>>> > my1os is now in final stage towards on commercialization and soon to
>>> > be release to the public. It can be found at any retail store
>>> > throughout Malaysia once it's being released."
>>> >
>>> > On Fri, Dec 17, 2010 at 6:09 PM, Muhd Syazwan Md Khusaini
>>> > <  
>>> jipangmenje...@gmail.com> wrote:
>>> >>
>>> >> aku tak kesah la macam mana quote diorang nak buat..
>>> >> tapi macam mana nak guna, kalau tak beri contoh/iso supaya boleh
>>> cuba..
>>> >>
>>> >> macam bermegah dengan bala tentera tapi tak ada kerajaan
>>> >>
>>> >> On Fri, Dec 17, 2010 at 6:02 PM, sallehy < 
>>> >> 
>>> sall...@gmail.com> wrote:
>>> >>>
>>> >>> Basic color site macam ubuntu :)
>>> >>>
>>> >>> On Fri, Dec 17, 2010 at 5:07 PM, Mohamad Imran 
>>> >>> <
>>> imtym@gmail.com> wrote:
>>> 
>>>  "The 1st Malaysian Operating System." Quote dari frontpage dia.
>>> 
>>>  Kalau letak "Yet another Malaysian Linux Operating System" rasanya
>>> lebih tepat.
>>> 
>>> 
>>> 
>>>  --
>>>  Aku Tetap Aku™
>>>   
>>> http://maklan.blogspot.com/
>>>  
>>> https://launchpad.net/~maklanx 
>>>  
>>> http://www.facebook.com/mohamadimranishak
>>> 
>>>  --
>>>  Join Open Source Developers Club Malaysia 
>>>  
>>> http://www.osdc.my/
>>> 
>>>  Facebook Fan page
>>> 
>>>  
>>> http://www.facebook.com/group.php?gid=98685301577
>>> 
>>>   
>>> http://www.facebook.com/OSDC.my
>>> 
>>>  You received this message because you are subscribed to the Google
>>> 
>>>  Groups "OSDC.my Mailing List" group.
>>>  To post to this group, send email to 
>>>  
>>> osdcmy-list@googlegroups.com
>>>  To unsubscribe from this group, send email to
>>>  
>>> osdcmy-list+unsubscr...@googlegroups.com
>>>  For more options, visit this group at
>>>  
>>> http://groups.google.com/group/osdcmy-list?hl=en
>>> >>>
>>> >>> --
>>> >>> Join Open Source Developers Club Malaysia 
>>> >>> 
>>> http://www.osdc.my/
>>> >>>
>>> >>> Facebook Fan page
>>> >>>
>>> >>> 
>>> http://www.facebook.com/group.php?gid=98685301577
>>> >>>
>>> >>>  
>>> http://www.facebook.com/OSDC.my
>>> >>>
>>> >>> You received t

Re: [osdcmy-public] my1os. The 1st Malaysian Operating System

2010-12-17 Terurut Topik mohd fenris
Omg Muslim edition ? Education edition? Ripping from sabily n edubuntu?

Target 1 million user? Then how to support @ manage? Using landscape?
 Lalalala ...

Masokis .. Walaupun trbaca skit image yg u send tu... Xperlu la patik beri
ulasan ... Rasenye ramai yg boleh menilai ... :)

Sent from my iPhone

On Dec 17, 2010, at 6:49 PM, MASOKIS  wrote:

cuba baca dari surat khabar ni :
*
http://www.utusan.com.my/utusan/info.asp?y=2010&dt=0514&pub=Utusan_Malaysia&sec=Selatan&pg=ws_07.htm
*

On Fri, Dec 17, 2010 at 6:42 PM, Hasanuddin Abu Bakar
wrote:

> Another IDIOT trying to sell linux cds. It won't work. I am commercializing
> FOSS too, in term of services and installation. I generated more than rm200k
> within 3 months of SigmaWall, a derivative of pfSense. You all can download
> the ISO at www.sigmawall.com for FREE and I NEVER SELL it. It's a bad
> idea/business strategywe are as Bolehland Malaysians will pirate it for
> sure.
>
>
> Sent from my iPhone
>
> On 17 Dec 2010, at 18:31, MASOKIS  wrote:
>
> Dah jual kot.. cuba google "my1os + lowyat" :)
>
> On Fri, Dec 17, 2010 at 6:29 PM, Hasanuddin Abu Bakar <
> bizkut...@gmail.com> wrote:
>
>> Dah sah cd kena beli nanti.
>>
>>
>>
>> Sent from my iPhone
>>
>> On 17 Dec 2010, at 18:29, Mohamad Zaki Awang < 
>> mhdz...@gmail.com> wrote:
>>
>> > nak jugak download iso, web site cakap tunggu masa nak dikomersialkan,
>> > tengok2 lah kat supermarket nanti.
>> >
>> > "Where To Get my1os?
>> >
>> > my1os is now in final stage towards on commercialization and soon to
>> > be release to the public. It can be found at any retail store
>> > throughout Malaysia once it's being released."
>> >
>> > On Fri, Dec 17, 2010 at 6:09 PM, Muhd Syazwan Md Khusaini
>> > < jipangmenje...@gmail.com> wrote:
>> >>
>> >> aku tak kesah la macam mana quote diorang nak buat..
>> >> tapi macam mana nak guna, kalau tak beri contoh/iso supaya boleh cuba..
>> >>
>> >> macam bermegah dengan bala tentera tapi tak ada kerajaan
>> >>
>> >> On Fri, Dec 17, 2010 at 6:02 PM, sallehy < 
>> sall...@gmail.com> wrote:
>> >>>
>> >>> Basic color site macam ubuntu :)
>> >>>
>> >>> On Fri, Dec 17, 2010 at 5:07 PM, Mohamad Imran <
>> imtym@gmail.com> wrote:
>> 
>>  "The 1st Malaysian Operating System." Quote dari frontpage dia.
>> 
>>  Kalau letak "Yet another Malaysian Linux Operating System" rasanya
>> lebih tepat.
>> 
>> 
>> 
>>  --
>>  Aku Tetap Aku™
>>  http://maklan.blogspot.com/
>>  https://launchpad.net/~maklanx
>>  
>> http://www.facebook.com/mohamadimranishak
>> 
>>  --
>>  Join Open Source Developers Club Malaysia 
>> http://www.osdc.my/
>> 
>>  Facebook Fan page
>> 
>>  
>> http://www.facebook.com/group.php?gid=98685301577
>> 
>>  http://www.facebook.com/OSDC.my
>> 
>>  You received this message because you are subscribed to the Google
>> 
>>  Groups "OSDC.my Mailing List" group.
>>  To post to this group, send email to 
>> osdcmy-list@googlegroups.com
>>  To unsubscribe from this group, send email to
>>  
>> osdcmy-list+unsubscr...@googlegroups.com
>>  For more options, visit this group at
>>  
>> http://groups.google.com/group/osdcmy-list?hl=en
>> >>>
>> >>> --
>> >>> Join Open Source Developers Club Malaysia 
>> http://www.osdc.my/
>> >>>
>> >>> Facebook Fan page
>> >>>
>> >>> 
>> http://www.facebook.com/group.php?gid=98685301577
>> >>>
>> >>> http://www.facebook.com/OSDC.my
>> >>>
>> >>> You received this message because you are subscribed to the Google
>> >>>
>> >>> Groups "OSDC.my Mailing List" group.
>> >>> To post to this group, send email to 
>> osdcmy-list@googlegroups.com
>> >>> To unsubscribe from this group, send email to
>> >>> 
>> osdcmy-list+unsubscr...@googlegroups.com
>> >>> For more options, visit this group at
>> >>> 
>> http://groups.google.com/group/osdcmy-list?hl=en
>> >>
>> >>
>> >> --
>> >> Muhd Syazwan @ jipang_menjerit
>> >>
>> >> http://about.me/syazwan/bio
>> >>
>> >> http://blog.ubuntuseekers.com
>> >> http://blog.syazwan.info
>> >>
>> >> jipangmenje...@gmail.com
>> >> jipang_menje...@ubuntuseekers.com
>> >>
>> >> --
>> >> Join Open Source Developers Club Malaysia 
>> http://www.osdc.my/
>> >>
>> >> Facebook Fan page
>> >>
>> >> 
>> http://www.

Re: [osdcmy-public] my1os. The 1st Malaysian Operating System

2010-12-17 Terurut Topik MASOKIS
cuba baca dari surat khabar ni :
*
http://www.utusan.com.my/utusan/info.asp?y=2010&dt=0514&pub=Utusan_Malaysia&sec=Selatan&pg=ws_07.htm
*

On Fri, Dec 17, 2010 at 6:42 PM, Hasanuddin Abu Bakar
wrote:

> Another IDIOT trying to sell linux cds. It won't work. I am commercializing
> FOSS too, in term of services and installation. I generated more than rm200k
> within 3 months of SigmaWall, a derivative of pfSense. You all can download
> the ISO at www.sigmawall.com for FREE and I NEVER SELL it. It's a bad
> idea/business strategywe are as Bolehland Malaysians will pirate it for
> sure.
>
>
> Sent from my iPhone
>
> On 17 Dec 2010, at 18:31, MASOKIS  wrote:
>
> Dah jual kot.. cuba google "my1os + lowyat" :)
>
> On Fri, Dec 17, 2010 at 6:29 PM, Hasanuddin Abu Bakar <
> bizkut...@gmail.com> wrote:
>
>> Dah sah cd kena beli nanti.
>>
>>
>>
>> Sent from my iPhone
>>
>> On 17 Dec 2010, at 18:29, Mohamad Zaki Awang < 
>> mhdz...@gmail.com> wrote:
>>
>> > nak jugak download iso, web site cakap tunggu masa nak dikomersialkan,
>> > tengok2 lah kat supermarket nanti.
>> >
>> > "Where To Get my1os?
>> >
>> > my1os is now in final stage towards on commercialization and soon to
>> > be release to the public. It can be found at any retail store
>> > throughout Malaysia once it's being released."
>> >
>> > On Fri, Dec 17, 2010 at 6:09 PM, Muhd Syazwan Md Khusaini
>> > < jipangmenje...@gmail.com> wrote:
>> >>
>> >> aku tak kesah la macam mana quote diorang nak buat..
>> >> tapi macam mana nak guna, kalau tak beri contoh/iso supaya boleh cuba..
>> >>
>> >> macam bermegah dengan bala tentera tapi tak ada kerajaan
>> >>
>> >> On Fri, Dec 17, 2010 at 6:02 PM, sallehy < 
>> sall...@gmail.com> wrote:
>> >>>
>> >>> Basic color site macam ubuntu :)
>> >>>
>> >>> On Fri, Dec 17, 2010 at 5:07 PM, Mohamad Imran <
>> imtym@gmail.com> wrote:
>> 
>>  "The 1st Malaysian Operating System." Quote dari frontpage dia.
>> 
>>  Kalau letak "Yet another Malaysian Linux Operating System" rasanya
>> lebih tepat.
>> 
>> 
>> 
>>  --
>>  Aku Tetap Aku™
>>  http://maklan.blogspot.com/
>>  https://launchpad.net/~maklanx
>>  
>> http://www.facebook.com/mohamadimranishak
>> 
>>  --
>>  Join Open Source Developers Club Malaysia 
>> http://www.osdc.my/
>> 
>>  Facebook Fan page
>> 
>>  
>> http://www.facebook.com/group.php?gid=98685301577
>> 
>>  http://www.facebook.com/OSDC.my
>> 
>>  You received this message because you are subscribed to the Google
>> 
>>  Groups "OSDC.my Mailing List" group.
>>  To post to this group, send email to 
>> osdcmy-list@googlegroups.com
>>  To unsubscribe from this group, send email to
>>  
>> osdcmy-list+unsubscr...@googlegroups.com
>>  For more options, visit this group at
>>  
>> http://groups.google.com/group/osdcmy-list?hl=en
>> >>>
>> >>> --
>> >>> Join Open Source Developers Club Malaysia 
>> http://www.osdc.my/
>> >>>
>> >>> Facebook Fan page
>> >>>
>> >>> 
>> http://www.facebook.com/group.php?gid=98685301577
>> >>>
>> >>> http://www.facebook.com/OSDC.my
>> >>>
>> >>> You received this message because you are subscribed to the Google
>> >>>
>> >>> Groups "OSDC.my Mailing List" group.
>> >>> To post to this group, send email to 
>> osdcmy-list@googlegroups.com
>> >>> To unsubscribe from this group, send email to
>> >>> 
>> osdcmy-list+unsubscr...@googlegroups.com
>> >>> For more options, visit this group at
>> >>> 
>> http://groups.google.com/group/osdcmy-list?hl=en
>> >>
>> >>
>> >> --
>> >> Muhd Syazwan @ jipang_menjerit
>> >>
>> >> http://about.me/syazwan/bio
>> >>
>> >> http://blog.ubuntuseekers.com
>> >> http://blog.syazwan.info
>> >>
>> >> jipangmenje...@gmail.com
>> >> jipang_menje...@ubuntuseekers.com
>> >>
>> >> --
>> >> Join Open Source Developers Club Malaysia 
>> http://www.osdc.my/
>> >>
>> >> Facebook Fan page
>> >>
>> >> 
>> http://www.facebook.com/group.php?gid=98685301577
>> >>
>> >> http://www.facebook.com/OSDC.my
>> >>
>> >> You received this message because you are subscribed to the Google
>> >>
>> >> Groups "OSDC.my Mailing List" group.
>> >> To post to this group, send email to 
>> osdcmy-list@googlegroups.com
>> >> To unsubscribe from this gro

Re: [osdcmy-public] my1os. The 1st Malaysian Operating System

2010-12-17 Terurut Topik Hasanuddin Abu Bakar
Another IDIOT trying to sell linux cds. It won't work. I am commercializing
FOSS too, in term of services and installation. I generated more than rm200k
within 3 months of SigmaWall, a derivative of pfSense. You all can download
the ISO at www.sigmawall.com for FREE and I NEVER SELL it. It's a bad
idea/business strategywe are as Bolehland Malaysians will pirate it for
sure.


Sent from my iPhone

On 17 Dec 2010, at 18:31, MASOKIS  wrote:

Dah jual kot.. cuba google "my1os + lowyat" :)

On Fri, Dec 17, 2010 at 6:29 PM, Hasanuddin Abu Bakar
wrote:

> Dah sah cd kena beli nanti.
>
>
>
> Sent from my iPhone
>
> On 17 Dec 2010, at 18:29, Mohamad Zaki Awang  wrote:
>
> > nak jugak download iso, web site cakap tunggu masa nak dikomersialkan,
> > tengok2 lah kat supermarket nanti.
> >
> > "Where To Get my1os?
> >
> > my1os is now in final stage towards on commercialization and soon to
> > be release to the public. It can be found at any retail store
> > throughout Malaysia once it's being released."
> >
> > On Fri, Dec 17, 2010 at 6:09 PM, Muhd Syazwan Md Khusaini
> >  wrote:
> >>
> >> aku tak kesah la macam mana quote diorang nak buat..
> >> tapi macam mana nak guna, kalau tak beri contoh/iso supaya boleh cuba..
> >>
> >> macam bermegah dengan bala tentera tapi tak ada kerajaan
> >>
> >> On Fri, Dec 17, 2010 at 6:02 PM, sallehy  wrote:
> >>>
> >>> Basic color site macam ubuntu :)
> >>>
> >>> On Fri, Dec 17, 2010 at 5:07 PM, Mohamad Imran 
> wrote:
> 
>  "The 1st Malaysian Operating System." Quote dari frontpage dia.
> 
>  Kalau letak "Yet another Malaysian Linux Operating System" rasanya
> lebih tepat.
> 
> 
> 
>  --
>  Aku Tetap Aku™
>  http://maklan.blogspot.com/
>  https://launchpad.net/~maklanx 
>  http://www.facebook.com/mohamadimranishak
> 
>  --
>  Join Open Source Developers Club Malaysia http://www.osdc.my/
> 
>  Facebook Fan page
> 
>  http://www.facebook.com/group.php?gid=98685301577
> 
>  http://www.facebook.com/OSDC.my
> 
>  You received this message because you are subscribed to the Google
> 
>  Groups "OSDC.my Mailing List" group.
>  To post to this group, send email to osdcmy-list@googlegroups.com
>  To unsubscribe from this group, send email to
>  osdcmy-list+unsubscr...@googlegroups.com
>  For more options, visit this group at
>  http://groups.google.com/group/osdcmy-list?hl=en
> >>>
> >>> --
> >>> Join Open Source Developers Club Malaysia http://www.osdc.my/
> >>>
> >>> Facebook Fan page
> >>>
> >>> http://www.facebook.com/group.php?gid=98685301577
> >>>
> >>> http://www.facebook.com/OSDC.my
> >>>
> >>> You received this message because you are subscribed to the Google
> >>>
> >>> Groups "OSDC.my Mailing List" group.
> >>> To post to this group, send email to osdcmy-list@googlegroups.com
> >>> To unsubscribe from this group, send email to
> >>> osdcmy-list+unsubscr...@googlegroups.com
> >>> For more options, visit this group at
> >>> http://groups.google.com/group/osdcmy-list?hl=en
> >>
> >>
> >> --
> >> Muhd Syazwan @ jipang_menjerit
> >>
> >> http://about.me/syazwan/bio
> >>
> >> http://blog.ubuntuseekers.com
> >> http://blog.syazwan.info
> >>
> >> jipangmenje...@gmail.com
> >> jipang_menje...@ubuntuseekers.com
> >>
> >> --
> >> Join Open Source Developers Club Malaysia http://www.osdc.my/
> >>
> >> Facebook Fan page
> >>
> >> http://www.facebook.com/group.php?gid=98685301577
> >>
> >> http://www.facebook.com/OSDC.my
> >>
> >> You received this message because you are subscribed to the Google
> >>
> >> Groups "OSDC.my Mailing List" group.
> >> To post to this group, send email to osdcmy-list@googlegroups.com
> >> To unsubscribe from this group, send email to
> >> osdcmy-list+unsubscr...@googlegroups.com
> >> For more options, visit this group at
> >> http://groups.google.com/group/osdcmy-list?hl=en
> >
> > --
> > Join Open Source Developers Club Malaysia http://www.osdc.my/
> >
> > Facebook Fan page
> >
> > http://www.facebook.com/group.php?gid=98685301577
> >
> > http://www.facebook.com/OSDC.my
> >
> > You received this message because you are subscribed to the Google
> >
> > Groups "OSDC.my Mailing List" group.
> > To post to this group, send email to osdcmy-list@googlegroups.com
> > To unsubscribe from this group, send email to
> > osdcmy-list+unsubscr...@googlegroups.com
> > For more options, visit this group at
> > http://groups.google.com/group/osdcmy-list?hl=en
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visi

Re: [osdcmy-public] my1os. The 1st Malaysian Operating System

2010-12-17 Terurut Topik MASOKIS
Dah jual kot.. cuba google "my1os + lowyat" :)

On Fri, Dec 17, 2010 at 6:29 PM, Hasanuddin Abu Bakar
wrote:

> Dah sah cd kena beli nanti.
>
>
>
> Sent from my iPhone
>
> On 17 Dec 2010, at 18:29, Mohamad Zaki Awang  wrote:
>
> > nak jugak download iso, web site cakap tunggu masa nak dikomersialkan,
> > tengok2 lah kat supermarket nanti.
> >
> > "Where To Get my1os?
> >
> > my1os is now in final stage towards on commercialization and soon to
> > be release to the public. It can be found at any retail store
> > throughout Malaysia once it's being released."
> >
> > On Fri, Dec 17, 2010 at 6:09 PM, Muhd Syazwan Md Khusaini
> >  wrote:
> >>
> >> aku tak kesah la macam mana quote diorang nak buat..
> >> tapi macam mana nak guna, kalau tak beri contoh/iso supaya boleh cuba..
> >>
> >> macam bermegah dengan bala tentera tapi tak ada kerajaan
> >>
> >> On Fri, Dec 17, 2010 at 6:02 PM, sallehy  wrote:
> >>>
> >>> Basic color site macam ubuntu :)
> >>>
> >>> On Fri, Dec 17, 2010 at 5:07 PM, Mohamad Imran 
> wrote:
> 
>  "The 1st Malaysian Operating System." Quote dari frontpage dia.
> 
>  Kalau letak "Yet another Malaysian Linux Operating System" rasanya
> lebih tepat.
> 
> 
> 
>  --
>  Aku Tetap Aku™
>  http://maklan.blogspot.com/
>  https://launchpad.net/~maklanx 
>  http://www.facebook.com/mohamadimranishak
> 
>  --
>  Join Open Source Developers Club Malaysia http://www.osdc.my/
> 
>  Facebook Fan page
> 
>  http://www.facebook.com/group.php?gid=98685301577
> 
>  http://www.facebook.com/OSDC.my
> 
>  You received this message because you are subscribed to the Google
> 
>  Groups "OSDC.my Mailing List" group.
>  To post to this group, send email to osdcmy-list@googlegroups.com
>  To unsubscribe from this group, send email to
>  osdcmy-list+unsubscr...@googlegroups.com
>  For more options, visit this group at
>  http://groups.google.com/group/osdcmy-list?hl=en
> >>>
> >>> --
> >>> Join Open Source Developers Club Malaysia http://www.osdc.my/
> >>>
> >>> Facebook Fan page
> >>>
> >>> http://www.facebook.com/group.php?gid=98685301577
> >>>
> >>> http://www.facebook.com/OSDC.my
> >>>
> >>> You received this message because you are subscribed to the Google
> >>>
> >>> Groups "OSDC.my Mailing List" group.
> >>> To post to this group, send email to osdcmy-list@googlegroups.com
> >>> To unsubscribe from this group, send email to
> >>> osdcmy-list+unsubscr...@googlegroups.com
> >>> For more options, visit this group at
> >>> http://groups.google.com/group/osdcmy-list?hl=en
> >>
> >>
> >> --
> >> Muhd Syazwan @ jipang_menjerit
> >>
> >> http://about.me/syazwan/bio
> >>
> >> http://blog.ubuntuseekers.com
> >> http://blog.syazwan.info
> >>
> >> jipangmenje...@gmail.com
> >> jipang_menje...@ubuntuseekers.com
> >>
> >> --
> >> Join Open Source Developers Club Malaysia http://www.osdc.my/
> >>
> >> Facebook Fan page
> >>
> >> http://www.facebook.com/group.php?gid=98685301577
> >>
> >> http://www.facebook.com/OSDC.my
> >>
> >> You received this message because you are subscribed to the Google
> >>
> >> Groups "OSDC.my Mailing List" group.
> >> To post to this group, send email to osdcmy-list@googlegroups.com
> >> To unsubscribe from this group, send email to
> >> osdcmy-list+unsubscr...@googlegroups.com
> >> For more options, visit this group at
> >> http://groups.google.com/group/osdcmy-list?hl=en
> >
> > --
> > Join Open Source Developers Club Malaysia http://www.osdc.my/
> >
> > Facebook Fan page
> >
> > http://www.facebook.com/group.php?gid=98685301577
> >
> > http://www.facebook.com/OSDC.my
> >
> > You received this message because you are subscribed to the Google
> >
> > Groups "OSDC.my Mailing List" group.
> > To post to this group, send email to osdcmy-list@googlegroups.com
> > To unsubscribe from this group, send email to
> > osdcmy-list+unsubscr...@googlegroups.com
> > For more options, visit this group at
> > http://groups.google.com/group/osdcmy-list?hl=en
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>



-- 
VISIT ME @ HTTP://WWW.MASOKIS.COM

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups

Re: [osdcmy-public] my1os. The 1st Malaysian Operating System

2010-12-17 Terurut Topik Hasanuddin Abu Bakar
Dah sah cd kena beli nanti.



Sent from my iPhone

On 17 Dec 2010, at 18:29, Mohamad Zaki Awang  wrote:

> nak jugak download iso, web site cakap tunggu masa nak dikomersialkan,
> tengok2 lah kat supermarket nanti.
>
> "Where To Get my1os?
>
> my1os is now in final stage towards on commercialization and soon to
> be release to the public. It can be found at any retail store
> throughout Malaysia once it's being released."
>
> On Fri, Dec 17, 2010 at 6:09 PM, Muhd Syazwan Md Khusaini
>  wrote:
>>
>> aku tak kesah la macam mana quote diorang nak buat..
>> tapi macam mana nak guna, kalau tak beri contoh/iso supaya boleh cuba..
>>
>> macam bermegah dengan bala tentera tapi tak ada kerajaan
>>
>> On Fri, Dec 17, 2010 at 6:02 PM, sallehy  wrote:
>>>
>>> Basic color site macam ubuntu :)
>>>
>>> On Fri, Dec 17, 2010 at 5:07 PM, Mohamad Imran  wrote:

 "The 1st Malaysian Operating System." Quote dari frontpage dia.

 Kalau letak "Yet another Malaysian Linux Operating System" rasanya lebih 
 tepat.



 --
 Aku Tetap Aku™
 http://maklan.blogspot.com/
 https://launchpad.net/~maklanx
 http://www.facebook.com/mohamadimranishak

 --
 Join Open Source Developers Club Malaysia http://www.osdc.my/

 Facebook Fan page

 http://www.facebook.com/group.php?gid=98685301577

 http://www.facebook.com/OSDC.my

 You received this message because you are subscribed to the Google

 Groups "OSDC.my Mailing List" group.
 To post to this group, send email to osdcmy-list@googlegroups.com
 To unsubscribe from this group, send email to
 osdcmy-list+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/osdcmy-list?hl=en
>>>
>>> --
>>> Join Open Source Developers Club Malaysia http://www.osdc.my/
>>>
>>> Facebook Fan page
>>>
>>> http://www.facebook.com/group.php?gid=98685301577
>>>
>>> http://www.facebook.com/OSDC.my
>>>
>>> You received this message because you are subscribed to the Google
>>>
>>> Groups "OSDC.my Mailing List" group.
>>> To post to this group, send email to osdcmy-list@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> osdcmy-list+unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/osdcmy-list?hl=en
>>
>>
>> --
>> Muhd Syazwan @ jipang_menjerit
>>
>> http://about.me/syazwan/bio
>>
>> http://blog.ubuntuseekers.com
>> http://blog.syazwan.info
>>
>> jipangmenje...@gmail.com
>> jipang_menje...@ubuntuseekers.com
>>
>> --
>> Join Open Source Developers Club Malaysia http://www.osdc.my/
>>
>> Facebook Fan page
>>
>> http://www.facebook.com/group.php?gid=98685301577
>>
>> http://www.facebook.com/OSDC.my
>>
>> You received this message because you are subscribed to the Google
>>
>> Groups "OSDC.my Mailing List" group.
>> To post to this group, send email to osdcmy-list@googlegroups.com
>> To unsubscribe from this group, send email to
>> osdcmy-list+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/osdcmy-list?hl=en
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en


Re: [osdcmy-public] my1os. The 1st Malaysian Operating System

2010-12-17 Terurut Topik Mohamad Zaki Awang
nak jugak download iso, web site cakap tunggu masa nak dikomersialkan,
tengok2 lah kat supermarket nanti.

"Where To Get my1os?

my1os is now in final stage towards on commercialization and soon to
be release to the public. It can be found at any retail store
throughout Malaysia once it's being released."

On Fri, Dec 17, 2010 at 6:09 PM, Muhd Syazwan Md Khusaini
 wrote:
>
> aku tak kesah la macam mana quote diorang nak buat..
> tapi macam mana nak guna, kalau tak beri contoh/iso supaya boleh cuba..
>
> macam bermegah dengan bala tentera tapi tak ada kerajaan
>
> On Fri, Dec 17, 2010 at 6:02 PM, sallehy  wrote:
>>
>> Basic color site macam ubuntu :)
>>
>> On Fri, Dec 17, 2010 at 5:07 PM, Mohamad Imran  wrote:
>>>
>>> "The 1st Malaysian Operating System." Quote dari frontpage dia.
>>>
>>> Kalau letak "Yet another Malaysian Linux Operating System" rasanya lebih 
>>> tepat.
>>>
>>>
>>>
>>> --
>>> Aku Tetap Aku™
>>> http://maklan.blogspot.com/
>>> https://launchpad.net/~maklanx
>>> http://www.facebook.com/mohamadimranishak
>>>
>>> --
>>> Join Open Source Developers Club Malaysia http://www.osdc.my/
>>>
>>> Facebook Fan page
>>>
>>> http://www.facebook.com/group.php?gid=98685301577
>>>
>>> http://www.facebook.com/OSDC.my
>>>
>>> You received this message because you are subscribed to the Google
>>>
>>> Groups "OSDC.my Mailing List" group.
>>> To post to this group, send email to osdcmy-list@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> osdcmy-list+unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/osdcmy-list?hl=en
>>
>> --
>> Join Open Source Developers Club Malaysia http://www.osdc.my/
>>
>> Facebook Fan page
>>
>> http://www.facebook.com/group.php?gid=98685301577
>>
>> http://www.facebook.com/OSDC.my
>>
>> You received this message because you are subscribed to the Google
>>
>> Groups "OSDC.my Mailing List" group.
>> To post to this group, send email to osdcmy-list@googlegroups.com
>> To unsubscribe from this group, send email to
>> osdcmy-list+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/osdcmy-list?hl=en
>
>
> --
> Muhd Syazwan @ jipang_menjerit
>
> http://about.me/syazwan/bio
>
> http://blog.ubuntuseekers.com
> http://blog.syazwan.info
>
> jipangmenje...@gmail.com
> jipang_menje...@ubuntuseekers.com
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en


Re: [osdcmy-public] my1os. The 1st Malaysian Operating System

2010-12-17 Terurut Topik MASOKIS
dah tgk lum pic masokis kasi tu ?
*http://masokis.com/tempo/a.png* 

kecik hati rasa :'(


On Fri, Dec 17, 2010 at 6:09 PM, Muhd Syazwan Md Khusaini <
jipangmenje...@gmail.com> wrote:

> aku tak kesah la macam mana quote diorang nak buat..
> tapi macam mana nak guna, kalau tak beri contoh/iso supaya boleh cuba..
>
> macam bermegah dengan bala tentera tapi tak ada kerajaan
>
>
> On Fri, Dec 17, 2010 at 6:02 PM, sallehy  wrote:
>
>> Basic color site macam ubuntu :)
>>
>>
>> On Fri, Dec 17, 2010 at 5:07 PM, Mohamad Imran wrote:
>>
>>> "The 1st Malaysian Operating System." Quote dari frontpage dia.
>>>
>>> Kalau letak "Yet another Malaysian Linux Operating System" rasanya lebih
>>> tepat.
>>>
>>>
>>>
>>> --
>>> Aku Tetap Aku™
>>> http://maklan.blogspot.com/
>>> https://launchpad.net/~maklanx 
>>> http://www.facebook.com/mohamadimranishak
>>>
>>> --
>>> Join Open Source Developers Club Malaysia http://www.osdc.my/
>>>
>>> Facebook Fan page
>>>
>>> http://www.facebook.com/group.php?gid=98685301577
>>>
>>> http://www.facebook.com/OSDC.my
>>>
>>> You received this message because you are subscribed to the Google
>>>
>>> Groups "OSDC.my Mailing List" group.
>>> To post to this group, send email to osdcmy-list@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> osdcmy-list+unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/osdcmy-list?hl=en
>>>
>>
>>  --
>> Join Open Source Developers Club Malaysia http://www.osdc.my/
>>
>> Facebook Fan page
>>
>> http://www.facebook.com/group.php?gid=98685301577
>>
>> http://www.facebook.com/OSDC.my
>>
>> You received this message because you are subscribed to the Google
>>
>> Groups "OSDC.my Mailing List" group.
>> To post to this group, send email to osdcmy-list@googlegroups.com
>> To unsubscribe from this group, send email to
>> osdcmy-list+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/osdcmy-list?hl=en
>>
>
>
>
> --
> Muhd Syazwan @ jipang_menjerit
>
> http://about.me/syazwan/bio
>
> http://blog.ubuntuseekers.com
> http://blog.syazwan.info
>
> jipangmenje...@gmail.com
> jipang_menje...@ubuntuseekers.com
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>



-- 
VISIT ME @ HTTP://WWW.MASOKIS.COM

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] community pictures needed

2010-12-17 Terurut Topik Muhd Syazwan Md Khusaini
nuhaa,

my facebook album got plenty of it, tapi kena pandai pilih la. ahahah. so do
sumardi, ejat and yana too :)

http://www.facebook.com/photos.php?id=554372859

On Fri, Dec 17, 2010 at 4:39 PM, Mohamad Imran  wrote:

> From Linux Varsiti 2009 edisi Selatan
>
> http://www.facebook.com/album.php?aid=112243&id=554372859
>
> --
> Aku Tetap Aku™
> http://maklan.blogspot.com/
> https://launchpad.net/~maklanx 
> http://www.facebook.com/mohamadimranishak
>
>
>  --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>



-- 
Muhd Syazwan @ jipang_menjerit

http://about.me/syazwan/bio

http://blog.ubuntuseekers.com
http://blog.syazwan.info

jipangmenje...@gmail.com
jipang_menje...@ubuntuseekers.com

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] my1os. The 1st Malaysian Operating System

2010-12-17 Terurut Topik Muhd Syazwan Md Khusaini
aku tak kesah la macam mana quote diorang nak buat..
tapi macam mana nak guna, kalau tak beri contoh/iso supaya boleh cuba..

macam bermegah dengan bala tentera tapi tak ada kerajaan

On Fri, Dec 17, 2010 at 6:02 PM, sallehy  wrote:

> Basic color site macam ubuntu :)
>
>
> On Fri, Dec 17, 2010 at 5:07 PM, Mohamad Imran wrote:
>
>> "The 1st Malaysian Operating System." Quote dari frontpage dia.
>>
>> Kalau letak "Yet another Malaysian Linux Operating System" rasanya lebih
>> tepat.
>>
>>
>>
>> --
>> Aku Tetap Aku™
>> http://maklan.blogspot.com/
>> https://launchpad.net/~maklanx 
>> http://www.facebook.com/mohamadimranishak
>>
>> --
>> Join Open Source Developers Club Malaysia http://www.osdc.my/
>>
>> Facebook Fan page
>>
>> http://www.facebook.com/group.php?gid=98685301577
>>
>> http://www.facebook.com/OSDC.my
>>
>> You received this message because you are subscribed to the Google
>>
>> Groups "OSDC.my Mailing List" group.
>> To post to this group, send email to osdcmy-list@googlegroups.com
>> To unsubscribe from this group, send email to
>> osdcmy-list+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/osdcmy-list?hl=en
>>
>
>  --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>



-- 
Muhd Syazwan @ jipang_menjerit

http://about.me/syazwan/bio

http://blog.ubuntuseekers.com
http://blog.syazwan.info

jipangmenje...@gmail.com
jipang_menje...@ubuntuseekers.com

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] my1os. The 1st Malaysian Operating System

2010-12-17 Terurut Topik sallehy
Basic color site macam ubuntu :)

On Fri, Dec 17, 2010 at 5:07 PM, Mohamad Imran  wrote:

> "The 1st Malaysian Operating System." Quote dari frontpage dia.
>
> Kalau letak "Yet another Malaysian Linux Operating System" rasanya lebih
> tepat.
>
>
>
> --
> Aku Tetap Aku™
> http://maklan.blogspot.com/
> https://launchpad.net/~maklanx
> http://www.facebook.com/mohamadimranishak
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] Projek pengalihan bahasa bagi perisian sumber terbuka

2010-12-17 Terurut Topik sallehy
Looking for Teh Tarik Session untuk Sabily Malaysia :)

On Fri, Dec 10, 2010 at 8:07 PM, Ahmed Noor Kader Mustajir Md Eusoff <
sir@gmail.com> wrote:

> bagus, semakin meluas la keislaman kita dlam opensource
>
> On Fri, Dec 10, 2010 at 6:46 PM, simpleLinux <2fz...@gmail.com> wrote:
>
>> Boleh tahan juga ramainya, dan semakin berkembang
>>
>>
>> On Fri, Dec 10, 2010 at 5:53 PM, Mohamad Imran wrote:
>>
>>> +1
>>>
>>> --
>>> Aku Tetap Aku™
>>> http://maklan.blogspot.com/
>>> https://launchpad.net/~maklanx 
>>> http://www.facebook.com/mohamadimranishak
>>>
>>>
>>>  --
>>> Join Open Source Developers Club Malaysia http://www.osdc.my/
>>>
>>> Facebook Fan page
>>>
>>> http://www.facebook.com/group.php?gid=98685301577
>>>
>>> http://www.facebook.com/OSDC.my
>>>
>>> You received this message because you are subscribed to the Google
>>>
>>> Groups "OSDC.my Mailing List" group.
>>> To post to this group, send email to osdcmy-list@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> osdcmy-list+unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/osdcmy-list?hl=en
>>>
>>
>>
>>
>> --
>> Fariz Luqman
>> The Chairman of SimpleLinux
>> Visit: http://www.simplelinux.tk
>>
>> "There IS a Malaysian Linux Distro"
>>
>>
>>  --
>> Join Open Source Developers Club Malaysia http://www.osdc.my/
>>
>> Facebook Fan page
>>
>> http://www.facebook.com/group.php?gid=98685301577
>>
>> http://www.facebook.com/OSDC.my
>>
>> You received this message because you are subscribed to the Google
>>
>> Groups "OSDC.my Mailing List" group.
>> To post to this group, send email to osdcmy-list@googlegroups.com
>> To unsubscribe from this group, send email to
>> osdcmy-list+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/osdcmy-list?hl=en
>>
>
>
>
> --
> Ahmed Noor Kader Mustajir Md Eusoff
> http://mustajir.org
> http://launchpad.net/~sir.ade 
> http://l10n.gnome.org/users/sir_ade/
> http://drupal.org/user/184579
>
>
>  --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] my1os. The 1st Malaysian Operating System

2010-12-17 Terurut Topik Mohamad Imran
"The 1st Malaysian Operating System." Quote dari frontpage dia.

Kalau letak "Yet another Malaysian Linux Operating System" rasanya lebih tepat.



--
Aku Tetap Aku™
http://maklan.blogspot.com/
https://launchpad.net/~maklanx
http://www.facebook.com/mohamadimranishak

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en


Re: [osdcmy-public] my1os. The 1st Malaysian Operating System

2010-12-17 Terurut Topik MASOKIS
betul tu. 1 lagi.. jgn la "sempit". sebelum ni masokis takde nak kasi
-tive pun.
tapi masokis berharap.. dgn ada 1 pic ni.. pihak2 my1os leh baiki kelemahan
mereka...

PoC : http://masokis.com/t00l/a.png

P/S : Ni bukan nak hentam balik.. xde niat

On Fri, Dec 17, 2010 at 4:52 PM, Mohamad Imran  wrote:

> Banyak lagi distro Malaysia sebelum ni. Embun, simpleLinux, OshiriX, kan
> Masokis? ^_^
>
> 2010/12/17 MASOKIS 
>
>> Salam... my1os ni..mcm..urmm..
>> xnak cakap byk ckp byk2.. bleh google.. baca hasil feedback.
>>
>> // 1st Malaysia OS ? ye ke? hehe...
>>
>>
>> On Fri, Dec 17, 2010 at 4:43 PM, Sharuzzaman Ahmat Raslan <
>> sharuzza...@gmail.com> wrote:
>>
>>> Mungkin salah satu lagi Ubuntu re-brand.
>>>
>>> Semoga berjaya kepada syarikat tersebut.
>>>
>>>
>>>
>>> On Sat, Dec 11, 2010 at 11:30 AM, Amirul Abu 
>>> wrote:
>>> > semalam pergi ke Showcase Satu Daerah Satu Industri 2010 di MITC
>>> > melaka.
>>> > terjumpa dengan booth my1os nih.
>>> >
>>> > http://www.my1os.my/
>>> >
>>> > ape pandangan anda?
>>> >
>>> > --
>>> > Join Open Source Developers Club Malaysia http://www.osdc.my/
>>> >
>>> > Facebook Fan page
>>> >
>>> > http://www.facebook.com/group.php?gid=98685301577
>>> >
>>> > http://www.facebook.com/OSDC.my
>>> >
>>> > You received this message because you are subscribed to the Google
>>> >
>>> > Groups "OSDC.my Mailing List" group.
>>> > To post to this group, send email to osdcmy-list@googlegroups.com
>>> > To unsubscribe from this group, send email to
>>> > osdcmy-list+unsubscr...@googlegroups.com
>>> > For more options, visit this group at
>>> > http://groups.google.com/group/osdcmy-list?hl=en
>>>
>>>
>>>
>>> --
>>> Sharuzzaman Ahmat Raslan
>>>
>>> --
>>> Join Open Source Developers Club Malaysia http://www.osdc.my/
>>>
>>> Facebook Fan page
>>>
>>> http://www.facebook.com/group.php?gid=98685301577
>>>
>>> http://www.facebook.com/OSDC.my
>>>
>>> You received this message because you are subscribed to the Google
>>>
>>> Groups "OSDC.my Mailing List" group.
>>> To post to this group, send email to osdcmy-list@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> osdcmy-list+unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/osdcmy-list?hl=en
>>>
>>
>>
>>
>> --
>> VISIT ME @ HTTP://WWW.MASOKIS.COM
>>
>>
>>  --
>> Join Open Source Developers Club Malaysia http://www.osdc.my/
>>
>> Facebook Fan page
>>
>> http://www.facebook.com/group.php?gid=98685301577
>>
>> http://www.facebook.com/OSDC.my
>>
>> You received this message because you are subscribed to the Google
>>
>> Groups "OSDC.my Mailing List" group.
>> To post to this group, send email to osdcmy-list@googlegroups.com
>> To unsubscribe from this group, send email to
>> osdcmy-list+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/osdcmy-list?hl=en
>>
>
>
>
> --
> Aku Tetap Aku™
> http://maklan.blogspot.com/
> https://launchpad.net/~maklanx 
> http://www.facebook.com/mohamadimranishak
>
>  --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>



-- 
VISIT ME @ HTTP://WWW.MASOKIS.COM

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] my1os. The 1st Malaysian Operating System

2010-12-17 Terurut Topik Mohamad Imran
Banyak lagi distro Malaysia sebelum ni. Embun, simpleLinux, OshiriX, kan
Masokis? ^_^

2010/12/17 MASOKIS 

> Salam... my1os ni..mcm..urmm..
> xnak cakap byk ckp byk2.. bleh google.. baca hasil feedback.
>
> // 1st Malaysia OS ? ye ke? hehe...
>
>
> On Fri, Dec 17, 2010 at 4:43 PM, Sharuzzaman Ahmat Raslan <
> sharuzza...@gmail.com> wrote:
>
>> Mungkin salah satu lagi Ubuntu re-brand.
>>
>> Semoga berjaya kepada syarikat tersebut.
>>
>>
>>
>> On Sat, Dec 11, 2010 at 11:30 AM, Amirul Abu 
>> wrote:
>> > semalam pergi ke Showcase Satu Daerah Satu Industri 2010 di MITC
>> > melaka.
>> > terjumpa dengan booth my1os nih.
>> >
>> > http://www.my1os.my/
>> >
>> > ape pandangan anda?
>> >
>> > --
>> > Join Open Source Developers Club Malaysia http://www.osdc.my/
>> >
>> > Facebook Fan page
>> >
>> > http://www.facebook.com/group.php?gid=98685301577
>> >
>> > http://www.facebook.com/OSDC.my
>> >
>> > You received this message because you are subscribed to the Google
>> >
>> > Groups "OSDC.my Mailing List" group.
>> > To post to this group, send email to osdcmy-list@googlegroups.com
>> > To unsubscribe from this group, send email to
>> > osdcmy-list+unsubscr...@googlegroups.com
>> > For more options, visit this group at
>> > http://groups.google.com/group/osdcmy-list?hl=en
>>
>>
>>
>> --
>> Sharuzzaman Ahmat Raslan
>>
>> --
>> Join Open Source Developers Club Malaysia http://www.osdc.my/
>>
>> Facebook Fan page
>>
>> http://www.facebook.com/group.php?gid=98685301577
>>
>> http://www.facebook.com/OSDC.my
>>
>> You received this message because you are subscribed to the Google
>>
>> Groups "OSDC.my Mailing List" group.
>> To post to this group, send email to osdcmy-list@googlegroups.com
>> To unsubscribe from this group, send email to
>> osdcmy-list+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/osdcmy-list?hl=en
>>
>
>
>
> --
> VISIT ME @ HTTP://WWW.MASOKIS.COM
>
>
>  --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>



-- 
Aku Tetap Aku™
http://maklan.blogspot.com/
https://launchpad.net/~maklanx
http://www.facebook.com/mohamadimranishak

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] my1os. The 1st Malaysian Operating System

2010-12-17 Terurut Topik MASOKIS
Salam... my1os ni..mcm..urmm..
xnak cakap byk ckp byk2.. bleh google.. baca hasil feedback.

// 1st Malaysia OS ? ye ke? hehe...

On Fri, Dec 17, 2010 at 4:43 PM, Sharuzzaman Ahmat Raslan <
sharuzza...@gmail.com> wrote:

> Mungkin salah satu lagi Ubuntu re-brand.
>
> Semoga berjaya kepada syarikat tersebut.
>
>
>
> On Sat, Dec 11, 2010 at 11:30 AM, Amirul Abu 
> wrote:
> > semalam pergi ke Showcase Satu Daerah Satu Industri 2010 di MITC
> > melaka.
> > terjumpa dengan booth my1os nih.
> >
> > http://www.my1os.my/
> >
> > ape pandangan anda?
> >
> > --
> > Join Open Source Developers Club Malaysia http://www.osdc.my/
> >
> > Facebook Fan page
> >
> > http://www.facebook.com/group.php?gid=98685301577
> >
> > http://www.facebook.com/OSDC.my
> >
> > You received this message because you are subscribed to the Google
> >
> > Groups "OSDC.my Mailing List" group.
> > To post to this group, send email to osdcmy-list@googlegroups.com
> > To unsubscribe from this group, send email to
> > osdcmy-list+unsubscr...@googlegroups.com
> > For more options, visit this group at
> > http://groups.google.com/group/osdcmy-list?hl=en
>
>
>
> --
> Sharuzzaman Ahmat Raslan
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>



-- 
VISIT ME @ HTTP://WWW.MASOKIS.COM

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] my1os. The 1st Malaysian Operating System

2010-12-17 Terurut Topik Sharuzzaman Ahmat Raslan
Mungkin salah satu lagi Ubuntu re-brand.

Semoga berjaya kepada syarikat tersebut.



On Sat, Dec 11, 2010 at 11:30 AM, Amirul Abu  wrote:
> semalam pergi ke Showcase Satu Daerah Satu Industri 2010 di MITC
> melaka.
> terjumpa dengan booth my1os nih.
>
> http://www.my1os.my/
>
> ape pandangan anda?
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en



-- 
Sharuzzaman Ahmat Raslan

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en


Re: [osdcmy-public] community pictures needed

2010-12-17 Terurut Topik Mohamad Imran
>From Linux Varsiti 2009 edisi Selatan

http://www.facebook.com/album.php?aid=112243&id=554372859

-- 
Aku Tetap Aku™
http://maklan.blogspot.com/
https://launchpad.net/~maklanx
http://www.facebook.com/mohamadimranishak

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] community pictures needed

2010-12-17 Terurut Topik Maulvi Bakar
Hi

This was back in 2007 for Software Freedom Day

http://www.flickr.com/photos/deushots/sets/72157602121991977/


Regards




On Fri, Dec 17, 2010 at 4:15 PM, nuhaa  wrote:

> hi n salam all...
>
> wud love to collect some of ur FUN community pictures having FUN doing FUN
> stuff
>
> or you can point me to links so i can grab them
>
> i'm going to give short talk on oss community in malaysia to my colleagues
> here .. they probably not aware of these communities so if we can have
> pictures showing having fun at what we do, they might get interested to
> contribute
>
> thanks much
>
>
> regards,
>
> Nuhaa All Bakry / cawanpink
> http://cawanpink.net
> http://fosschix.my
>
>  --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] A Malaysia Company Open Source Project (joget)

2010-12-17 Terurut Topik Sir Beyta
wahh... menarik! thanks for the info~

On Tue, Dec 14, 2010 at 12:29 AM, yccheok  wrote:

> Came across this workflow open source project by a Malaysia company.
> Quite interesting and seems growing healthy.
>
> http://www.joget.org/
> http://sourceforge.net/projects/jogetworkflow/
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en




-- 
-Beyta
http://www.beyta.net

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

[osdcmy-public] my1os. The 1st Malaysian Operating System

2010-12-17 Terurut Topik Amirul Abu
semalam pergi ke Showcase Satu Daerah Satu Industri 2010 di MITC
melaka.
terjumpa dengan booth my1os nih.

http://www.my1os.my/

ape pandangan anda?

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en


Re: [osdcmy-public] Projek pengalihan bahasa bagi perisian sumber terbuka

2010-12-17 Terurut Topik Ahmed Noor Kader Mustajir Md Eusoff
bagus, semakin meluas la keislaman kita dlam opensource

On Fri, Dec 10, 2010 at 6:46 PM, simpleLinux <2fz...@gmail.com> wrote:

> Boleh tahan juga ramainya, dan semakin berkembang
>
>
> On Fri, Dec 10, 2010 at 5:53 PM, Mohamad Imran wrote:
>
>> +1
>>
>> --
>> Aku Tetap Aku™
>> http://maklan.blogspot.com/
>> https://launchpad.net/~maklanx 
>> http://www.facebook.com/mohamadimranishak
>>
>>
>>  --
>> Join Open Source Developers Club Malaysia http://www.osdc.my/
>>
>> Facebook Fan page
>>
>> http://www.facebook.com/group.php?gid=98685301577
>>
>> http://www.facebook.com/OSDC.my
>>
>> You received this message because you are subscribed to the Google
>>
>> Groups "OSDC.my Mailing List" group.
>> To post to this group, send email to osdcmy-list@googlegroups.com
>> To unsubscribe from this group, send email to
>> osdcmy-list+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/osdcmy-list?hl=en
>>
>
>
>
> --
> Fariz Luqman
> The Chairman of SimpleLinux
> Visit: http://www.simplelinux.tk
>
> "There IS a Malaysian Linux Distro"
>
>
>  --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>



-- 
Ahmed Noor Kader Mustajir Md Eusoff
http://mustajir.org
http://launchpad.net/~sir.ade 
http://l10n.gnome.org/users/sir_ade/
http://drupal.org/user/184579

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

[osdcmy-public] Technical Writer required for 1 month period

2010-12-17 Terurut Topik Azeman Abdullah
Salam,

Pleased to inform that Commerce Access Sdn Bhd wanted a person who have
experienced as a TECHNICAL WRITER for DEC 2010. He/she shall create a
software requirement specification of our future system. We will guide the
TW with our System Analyst on how to come out with the document.
For those who are interested, please send your resume ASAP.

Thanks

Azeman Abdullah
019-2727033

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] Fwd: FW: Perniagaan / Aktiviti OSS

2010-12-17 Terurut Topik Ahmed Noor Kader Mustajir Md Eusoff
yup..aku pun dpt error sama tp aku guna email dpt cri ko..

2010/12/2 ApOgEE 

> 2010/12/2 aziman noor 
>
>> dah add 'kstmb' tapi user 'apogee', error message 'nothing found,sorry'.
>>
>> Begitu kah? Maybe u can search me by my email... jerung...@gmail.com
>
>
>> my bubbl.us ID : aziman
>>
>
> Thanks.
>>
>> 2010/12/2 ApOgEE 
>>
>>> 2010/12/2 aziman noor 
>>>
>>> already registered.
 how to add friend? no one in list.


>>> Aziman,
>>>
>>> Untuk add friend, klik kat friends pastu search 'kstmb'. kemudian, bila
>>> keluar result, double click je...
>>> langkah seterusnya, bagitau kat mailing list ID anda supaya 'kstmb' boleh
>>> share 'Pelan Koperasi' tu.
>>>
>>> ID bubbl.us saya: apogee
>>> sila lah add saya as friend... ;)
>>>
>>>
>>>
 2010/12/2 lutfi raffi 

 Ok... daku akan tukar password tersebut...
>
> 2010/12/2 ApOgEE 
>
> 2010/12/1 lutfi raffi 
>>
>> Daku sudahpun create akaun KSTMB... memandangkan kita ni terbuka, jadi
>>> kita buat macam ni... layari http://bubbl.us/
>>>
>>> username: kstmb
>>> password: kstmb
>>>
>>> login dan boleh edit ramai2 jadi, ini akan menjadi medan
>>> perbincangan kita agar ianya lebih jelas dan mudah di fahami
>>>
>>> Klik pada tab 'my sheets' pastu pilih 'Pelan Koperasi'... dan klik
>>> 'Load'
>>>
>>>
>>>
>> Lutfi,
>>
>> Jangan kongsi login & password. Bahaya dari segi keselamatan. Semua
>> ahli yang ingin contribute boleh daftar di http://bubbl.us dan ko
>> boleh add mereka untuk benarkan mereka edit pada bahagian sharing. 
>> Kemudian,
>> user lain boleh klik tab Contribute dan edit menggunakan akaun masing2...
>>
>> Kepada pengguna lain, boleh register kat bubbl.us, dan add kstmb
>> sebagai friend. setelah itu boleh request untuk contribute melalui group
>> kstmb. Seterusnya kstmb akan share 'Pelan Koperasi' kepada user tersebut 
>> dan
>> dia dah boleh edit bersama-sama.
>>
>>
> --
> Best Wishes,
>
> M. Fauzilkamil Zainuddin
> 
> ApOgEE a.k.a JeRuNgKuN
> 
> https://edge.launchpad.net/~apogee - 
> ApOgEE on LaunchPad
> http://artofapogee.blogspot.com - Art Of ApOgEE
> http://coderstalk.blogspot.com - Coder's Talk
> 
>
>  --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>



-- 
Ahmed Noor Kader Mustajir Md Eusoff
http://mustajir.org
http://launchpad.net/~sir.ade 
http://l10n.gnome.org/users/sir_ade/
http://drupal.org/user/184579

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] community pictures needed

2010-12-17 Terurut Topik sweemeng ng
http://picasaweb.google.com/sweester/SFDKL#

SFD KL 2010 pictures, i need to
find way to send you links of hackerspacekl activity, you probably know
where to find

On Fri, Dec 17, 2010 at 4:15 PM, nuhaa  wrote:

> hi n salam all...
>
> wud love to collect some of ur FUN community pictures having FUN doing FUN
> stuff
>
> or you can point me to links so i can grab them
>
> i'm going to give short talk on oss community in malaysia to my colleagues
> here .. they probably not aware of these communities so if we can have
> pictures showing having fun at what we do, they might get interested to
> contribute
>
> thanks much
>
>
> regards,
>
> Nuhaa All Bakry / cawanpink
> http://cawanpink.net
> http://fosschix.my
>
>  --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

[osdcmy-public] community pictures needed

2010-12-17 Terurut Topik nuhaa
hi n salam all...

wud love to collect some of ur FUN community pictures having FUN doing FUN
stuff

or you can point me to links so i can grab them

i'm going to give short talk on oss community in malaysia to my colleagues
here .. they probably not aware of these communities so if we can have
pictures showing having fun at what we do, they might get interested to
contribute

thanks much


regards,

Nuhaa All Bakry / cawanpink
http://cawanpink.net
http://fosschix.my

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en