From mij at irwan.name Wed Apr 1 15:52:28 2009 From: mij at irwan.name (Mohd Irwan Jamaluddin) Date: Wed, 1 Apr 2009 15:52:28 +0800 Subject: [myoss] Open Source University Meetup (OSUM) Message-ID: Open Source University Meetup (OSUM) http://osum.sun.com/ An initiative by Sun Microsystems :) /* OSUM (pronounced "awesome") is a global community of students that are passionate about Free and Open Source Software (FOSS) and how it is Changing (Y)Our World. We call it a "Meetup" to encourage collaboration between student groups to create an even stronger open source community. */ From umarzuki at gmail.com Sat Apr 4 20:22:40 2009 From: umarzuki at gmail.com (Umarzuki Mochlis) Date: Sat, 4 Apr 2009 20:22:40 +0800 Subject: [myoss] Komuniti blogger FOSS dalam BM Message-ID: <52d26d930904040522q23220dc1ic26a31d5ac48327f@mail.gmail.com> Ada tak portal komuniti blogger FOSS dalam Bahasa Melayu untuk aku advertise blog aku: http://debmal.com/blog/ http://umarzuki.org/ Terima kasih untuk sebarang maklumat -- Regards, Umarzuki Mochlis http://gameornot.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From kagesenshi.87 at gmail.com Sun Apr 5 08:14:01 2009 From: kagesenshi.87 at gmail.com (Izhar Firdaus) Date: Sun, 5 Apr 2009 08:14:01 +0800 Subject: [myoss] Komuniti blogger FOSS dalam BM In-Reply-To: <52d26d930904040522q23220dc1ic26a31d5ac48327f@mail.gmail.com> References: <52d26d930904040522q23220dc1ic26a31d5ac48327f@mail.gmail.com> Message-ID: 2009/4/4 Umarzuki Mochlis : > Ada tak portal komuniti blogger FOSS dalam Bahasa Melayu untuk aku advertise > blog aku: > > http://debmal.com/blog/ > http://umarzuki.org/ i can aggregate ur blog into myoss planet if u wish .. while most aggregated feeds are in english, but theres no language requirement for being in the planet .. > > Terima kasih untuk sebarang maklumat > -- Mohd Izhar Firdaus Bin Ismail Amano Hikaru ??? ???? ???? Fedora Malaysia Contributor & Ambassador http://fedoraproject.org/wiki/MohdIzharFirdaus http://blog.kagesenshi.org 92C2 B295 B40B B3DC 6866 5011 5BD2 584A 8A5D 7331 From umarzuki at gmail.com Sun Apr 5 16:38:33 2009 From: umarzuki at gmail.com (Umarzuki Mochlis) Date: Sun, 5 Apr 2009 16:38:33 +0800 Subject: [myoss] Komuniti blogger FOSS dalam BM In-Reply-To: References: <52d26d930904040522q23220dc1ic26a31d5ac48327f@mail.gmail.com> Message-ID: <52d26d930904050138j202bb074x9caee518ed9586b5@mail.gmail.com> Pada 2009 April 5 08:14, Izhar Firdaus menulis: > 2009/4/4 Umarzuki Mochlis : > > Ada tak portal komuniti blogger FOSS dalam Bahasa Melayu untuk aku > advertise > > blog aku: > > > > http://debmal.com/blog/ > > http://umarzuki.org/ > > i can aggregate ur blog into myoss planet if u wish .. while most > aggregated feeds are in english, but theres no language requirement > for being in the planet .. > That would be most appreciated, Mr. Izhar. > > > > > > Terima kasih untuk sebarang maklumat > > > > > -- > Mohd Izhar Firdaus Bin Ismail > Amano Hikaru ??? ???? ???? > Fedora Malaysia Contributor & Ambassador > http://fedoraproject.org/wiki/MohdIzharFirdaus > http://blog.kagesenshi.org > 92C2 B295 B40B B3DC 6866 5011 5BD2 584A 8A5D 7331 > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > -- Regards, Umarzuki Mochlis http://gameornot.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From kaeru at inigo-tech.com Wed Apr 8 14:32:10 2009 From: kaeru at inigo-tech.com (Khairil Yusof) Date: Wed, 08 Apr 2009 14:32:10 +0800 Subject: [myoss] Perl monks Message-ID: <1239172330.6763.13.camel@beast.inigo-tech.com> UN is looking for some consultants for some perl and xml processing work. Contact me, so I can pass your names on. Have an up to date resume handy, UN work usually requires a track record of some sort. Should they follow up with you. Regards From farhanfaisal at gmail.com Mon Apr 13 11:48:18 2009 From: farhanfaisal at gmail.com (Farhan Faisal) Date: Sun, 12 Apr 2009 23:48:18 -0400 Subject: [myoss] Help with port forwarding. iptables. Message-ID: <5fe1a81f0904122048v56219446q537add7bfbc99bcf@mail.gmail.com> Hai there.. Could anyone help me with port forwarding? I need to access one host that sit on a second network card, with private IP address. This gateway host have a public IP at eth0 eth0 --> public IP eth1 --> private IP (192.168.1.1) --------------------- This host (192.168.1.2) I want to access 192.168.1.2:80 through PUBLIC_IP:8888 I tried iptables -A INPUT -p tcp -m state --state NEW --dport 8888 -i eth0 -j ACCEPT iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 8888 -j DNAT --to 192.168.1.2:80 iptables -A FORWARD -s PUBLIC_IP/32 -d 192.168.1.2 -i eth0 -o eth1 -p tcp --sport 8888 --dport 80 -j ACCEPT but, it doesnt work. I can ping 192.168.1.2 from that gateway host. And the routing table have the record for this private network already on eth1. Could somebody give me an insight on what I've done? I never did this port forwarding.. huhuh.. thanks ---- Farhan Faisal -------------- next part -------------- An HTML attachment was scrubbed... URL: From Jeremy at Malcolm.id.au Mon Apr 13 13:02:33 2009 From: Jeremy at Malcolm.id.au (Jeremy Malcolm) Date: Mon, 13 Apr 2009 13:02:33 +0800 Subject: [myoss] Help with port forwarding. iptables. In-Reply-To: <5fe1a81f0904122048v56219446q537add7bfbc99bcf@mail.gmail.com> References: <5fe1a81f0904122048v56219446q537add7bfbc99bcf@mail.gmail.com> Message-ID: <60D859F2-2C06-4A89-AE63-B26E1E7793B4@Malcolm.id.au> On 13/04/2009, at 11:48 AM, Farhan Faisal wrote: > This gateway host have a public IP at eth0 > > eth0 --> public IP > eth1 --> private IP (192.168.1.1) --------------------- This host > (192.168.1.2) > > I want to access 192.168.1.2:80 through PUBLIC_IP:8888 > > I tried > iptables -A INPUT -p tcp -m state --state NEW --dport 8888 -i eth0 - > j ACCEPT > iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 8888 -j DNAT -- > to 192.168.1.2:80 > iptables -A FORWARD -s PUBLIC_IP/32 -d 192.168.1.2 -i eth0 -o eth1 - > p tcp --sport 8888 --dport 80 -j ACCEPT I have achieved good results with just this, which is simpler than what you have: iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 81 -j DNAT --to 192.168.1.2:80 iptables -A FORWARD -i eth0 -o eth1 -p tcp --dport 81 -j ACCEPT -- Jeremy Malcolm PhD LLB (Hons) B Com Internet and Open Source lawyer, consumer advocate, geek host -t NAPTR 1.0.8.0.3.1.2.9.8.1.6.e164.org|awk -F! '{print $3}' -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 3425 bytes Desc: not available URL: From farhanfaisal at gmail.com Mon Apr 13 14:27:54 2009 From: farhanfaisal at gmail.com (Farhan Faisal) Date: Mon, 13 Apr 2009 02:27:54 -0400 Subject: [myoss] Help with port forwarding. iptables. In-Reply-To: <60D859F2-2C06-4A89-AE63-B26E1E7793B4@Malcolm.id.au> References: <5fe1a81f0904122048v56219446q537add7bfbc99bcf@mail.gmail.com> <60D859F2-2C06-4A89-AE63-B26E1E7793B4@Malcolm.id.au> Message-ID: <5fe1a81f0904122327l6c6cfc53v912713d056f786ad@mail.gmail.com> I'm still unable to access the host with your iptables.. I want to access a web-based administration page of a network device, that sits behind the gateway. This iptables command should give what I need right? Thanks On Mon, Apr 13, 2009 at 1:02 AM, Jeremy Malcolm wrote: > On 13/04/2009, at 11:48 AM, Farhan Faisal wrote: > > This gateway host have a public IP at eth0 >> >> eth0 --> public IP >> eth1 --> private IP (192.168.1.1) --------------------- This host >> (192.168.1.2) >> >> I want to access 192.168.1.2:80 through PUBLIC_IP:8888 >> >> I tried >> iptables -A INPUT -p tcp -m state --state NEW --dport 8888 -i eth0 -j >> ACCEPT >> iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 8888 -j DNAT --to >> 192.168.1.2:80 >> iptables -A FORWARD -s PUBLIC_IP/32 -d 192.168.1.2 -i eth0 -o eth1 -p tcp >> --sport 8888 --dport 80 -j ACCEPT >> > > > I have achieved good results with just this, which is simpler than what you > have: > > iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 81 -j DNAT --to > 192.168.1.2:80 > iptables -A FORWARD -i eth0 -o eth1 -p tcp --dport 81 -j ACCEPT > > -- > Jeremy Malcolm PhD LLB (Hons) B Com > Internet and Open Source lawyer, consumer advocate, geek > host -t NAPTR 1.0.8.0.3.1.2.9.8.1.6.e164.org|awk -F! '{print $3}' > > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From kaeru at inigo-tech.com Mon Apr 13 14:40:01 2009 From: kaeru at inigo-tech.com (Khairil Yusof) Date: Mon, 13 Apr 2009 14:40:01 +0800 Subject: [myoss] Help with port forwarding. iptables. In-Reply-To: <5fe1a81f0904122327l6c6cfc53v912713d056f786ad@mail.gmail.com> References: <5fe1a81f0904122048v56219446q537add7bfbc99bcf@mail.gmail.com> <60D859F2-2C06-4A89-AE63-B26E1E7793B4@Malcolm.id.au> <5fe1a81f0904122327l6c6cfc53v912713d056f786ad@mail.gmail.com> Message-ID: <1239604801.22994.2.camel@beast.inigo-tech.com> On Mon, 2009-04-13 at 02:27 -0400, Farhan Faisal wrote: > I'm still unable to access the host with your iptables.. > I want to access a web-based administration page of a network device, > that sits behind the gateway. This iptables command should give what I > need right? That's dangerous. Do you really want to do that? Why not use ssh port forwarding instead? From farhanfaisal at gmail.com Mon Apr 13 14:49:27 2009 From: farhanfaisal at gmail.com (Farhan Faisal) Date: Mon, 13 Apr 2009 02:49:27 -0400 Subject: [myoss] Help with port forwarding. iptables. In-Reply-To: <1239604801.22994.2.camel@beast.inigo-tech.com> References: <5fe1a81f0904122048v56219446q537add7bfbc99bcf@mail.gmail.com> <60D859F2-2C06-4A89-AE63-B26E1E7793B4@Malcolm.id.au> <5fe1a81f0904122327l6c6cfc53v912713d056f786ad@mail.gmail.com> <1239604801.22994.2.camel@beast.inigo-tech.com> Message-ID: <5fe1a81f0904122349n2228e20v994e6a23ffd9bc71@mail.gmail.com> owh, ya, I forgot about that.. SSH tunneling.. Can access it already.. :) thanks.. On Mon, Apr 13, 2009 at 2:40 AM, Khairil Yusof wrote: > On Mon, 2009-04-13 at 02:27 -0400, Farhan Faisal wrote: > > I'm still unable to access the host with your iptables.. > > > I want to access a web-based administration page of a network device, > > that sits behind the gateway. This iptables command should give what I > > need right? > > That's dangerous. Do you really want to do that? > > Why not use ssh port forwarding instead? > > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gancheewah at gmail.com Mon Apr 13 20:41:05 2009 From: gancheewah at gmail.com (William Gan) Date: Mon, 13 Apr 2009 20:41:05 +0800 Subject: [myoss] Help with port forwarding. iptables. In-Reply-To: <5fe1a81f0904122349n2228e20v994e6a23ffd9bc71@mail.gmail.com> References: <5fe1a81f0904122048v56219446q537add7bfbc99bcf@mail.gmail.com> <60D859F2-2C06-4A89-AE63-B26E1E7793B4@Malcolm.id.au> <5fe1a81f0904122327l6c6cfc53v912713d056f786ad@mail.gmail.com> <1239604801.22994.2.camel@beast.inigo-tech.com> <5fe1a81f0904122349n2228e20v994e6a23ffd9bc71@mail.gmail.com> Message-ID: i think it is possible to use xinet.d tcp forwarding or some thing similar to ssh forwarding like stunnel. On Mon, Apr 13, 2009 at 2:49 PM, Farhan Faisal wrote: > owh, ya, I forgot about that.. SSH tunneling.. Can access it already.. :) > thanks.. > > > On Mon, Apr 13, 2009 at 2:40 AM, Khairil Yusof wrote: >> >> On Mon, 2009-04-13 at 02:27 -0400, Farhan Faisal wrote: >> > I'm still unable to access the host with your iptables.. >> >> > I want to access a web-based administration page of a network device, >> > that sits behind the gateway. This iptables command should give what I >> > need right? >> >> That's dangerous. Do you really want to do that? >> >> Why not use ssh port forwarding instead? >> >> >> _______________________________________________ >> myoss mailing list >> myoss at lists.foss.org.my >> http://lists.foss.org.my/mailman/listinfo/myoss > > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > > From sabre23t at gmail.com Wed Apr 15 21:05:12 2009 From: sabre23t at gmail.com (S.M.Sabri S.M.Ismail) Date: Wed, 15 Apr 2009 13:05:12 +0000 Subject: [myoss] Picola vs ACL software for auditors ... Message-ID: Hi Gang, I'm interested in any feedback on usage, experience and support of Picola (www.picola.org) software versus ACL software that my internal auditor is asking for. Anyone could help? ; -) It seems from www.picola.org/competitors.spy Picola is quite comparable to ACL. TQIA regards sabre23t =^.^= -- Sent from my mobile device From ke.liew at gmail.com Thu Apr 16 00:18:36 2009 From: ke.liew at gmail.com (KwangErn Liew) Date: Wed, 15 Apr 2009 18:18:36 +0200 Subject: [myoss] Picola vs ACL software for auditors ... In-Reply-To: References: Message-ID: Spam? The link doesn't even work. KwangErn On Wed, Apr 15, 2009 at 3:05 PM, S.M.Sabri S.M.Ismail wrote: > Hi Gang, > > I'm interested in any feedback on usage, experience and support of > Picola (www.picola.org) software versus ACL software that my internal > auditor is asking for. Anyone could help? ; -) > > It seems from www.picola.org/competitors.spy Picola is quite comparable to > ACL. > > TQIA > regards > sabre23t =^.^= > > -- > Sent from my mobile device > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ke.liew at gmail.com Thu Apr 16 00:18:36 2009 From: ke.liew at gmail.com (KwangErn Liew) Date: Wed, 15 Apr 2009 18:18:36 +0200 Subject: [myoss] Picola vs ACL software for auditors ... In-Reply-To: References: Message-ID: Spam? The link doesn't even work. KwangErn On Wed, Apr 15, 2009 at 3:05 PM, S.M.Sabri S.M.Ismail wrote: > Hi Gang, > > I'm interested in any feedback on usage, experience and support of > Picola (www.picola.org) software versus ACL software that my internal > auditor is asking for. Anyone could help? ; -) > > It seems from www.picola.org/competitors.spy Picola is quite comparable to > ACL. > > TQIA > regards > sabre23t =^.^= > > -- > Sent from my mobile device > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > -------------- next part -------------- An HTML attachment was scrubbed... URL: From kagesenshi.87 at gmail.com Thu Apr 16 11:10:35 2009 From: kagesenshi.87 at gmail.com (Izhar Firdaus) Date: Thu, 16 Apr 2009 11:10:35 +0800 Subject: [myoss] HackInTheBox2009 Call For Papers Message-ID: Call for Papers (CFP) The HITBSecConf series is a deep-knowledge technical conference. Talks that are more technical or that discuss new and never before seen attack methods are of more interest than a subject that has been covered several times before. Summaries not exceeding 1250 words should be submitted (in plain text format) to cfp -at- hackinthebox.org for review and possible inclusion in the programme. Submissions are due no later than 31st July 2009 TOPICS Topics of interest include, but are not limited to the following: # 3G/4G Cellular Networks # Apple / OS X security vulnerabilities # SS7/Backbone telephony networks # VoIP security # Firewall technologies # Intrusion detection # Data Recovery, Forensics and Incident Response # HSDPA and CDMA Security # WIMAX Security # Identification and Entity Authentication # Network Protocol and Analysis # Smart Card and Physical Security # Virus and Worms # WLAN, GPS, HAM Radio, Satellite, RFID and Bluetooth Security # Analysis of malicious code # Applications of cryptographic techniques # Analysis of attacks against networks and machines # File system security # Security of Embedded Devices # Side Channel Analysis of Hardware Devices PLEASE NOTE: We do not accept product or vendor related pitches. If your talk involves an advertisement for a new product or service your company is offering, please do not submit. Your submission should include: # Name, title, address, email and phone/contact number # Short biography, qualification, occupation, achievement and affiliations (limit 250 words). # Summary or abstract for your presentation (limit 1250 words) # Technical requirements (video, internet, wireless, audio, etc.) # Duration (60 minutes or 120 minutes) - 120 minute sessions are for the HITB Labs and is reserved only for hands-on sessions that require audience interaction Each non-resident speaker will receive accommodation for 2 nights/3 days. For each non-resident speaker, HITB will cover travel expenses up to USD 1,200.00. HITBSecConf2009 - Malaysia - Sponsorship Options For an opportunity to position your company as a major supporter of this event, we have several sponsorship packages which offers an extensive variety of direct and exclusive mechanisms for pre-event exposure and direct business generation during the event. If you are interested in further details regarding sponsorship of HITBSecConf2009 - Malaysia, please contact us. For information regarding sponsorship and exhibition opportunities, please contact: # Dhillon Andrew, dhillon at hackinthebox.org # Belinda Choong, cbelinda at hackinthebox.org For information regarding Capture the Flag competition (CtF) please contact: # Amin (Rufio) - amin at hackinthebox.org # Mel (spoonfork) - mel at hackinthebox.org For press releases, please contact: # Belinda Choong, cbelinda at hackinthebox.org For general enquiries, please contact: # The Organizing Committee, conferenceinfo at hackinthebox.org MAILING ADDRESS Hack In The Box Suite 26-3, Level 26 Menara IMC, No 8, Jalan Sultan Ismail 50250 Kuala Lumpur, Malaysia. Phone: +603-20394724 Fax: +603-20318359 From kagesenshi.87 at gmail.com Thu Apr 16 11:11:34 2009 From: kagesenshi.87 at gmail.com (Izhar Firdaus) Date: Thu, 16 Apr 2009 11:11:34 +0800 Subject: [myoss] Call for Paper/Participation for MSC "Malaysia Open Source Conference 2009". In-Reply-To: References: Message-ID: Call for Paper/Participation for MSC "Malaysia Open Source Conference 2009". For the very first time Multimedia Development Corporation Sdn Bhd (MDeC) with Malaysian Administrative Modernisation And Management Planning Unit (MAMPU) and jointly with the Malaysian Open Source Community together hosting the Malaysian First Open Source Conference. The conference held in Berjaya Time Square Convention Centre from May 31st 2009 to June 3rd, 2009. The conference will be filled with working paper from domestic and international speakers. With the theme "How the creative open source & the community can help survive the impact of economic crisis" able to stir the interest on OSS's application and produce many more OSS's application developers in Malaysia. Of the purpose working paper call is open to all individual, University or Company who is to present on the solutions or applications. The working paper must be in knowledge sharing concept. The working paper must not contain marketing materials to promote certain product or company. To those who are interested please visit http://mscoscon.my/ for submission of paper. Please do note that the closing date for CFP is on May 5th, 2009 and the selected paper will be informed immediately. For selected speakers please submit your presentation slide before May 22nd, 2009. Thank you. -- Mohd Izhar Firdaus Bin Ismail Amano Hikaru ??? ???? ???? Fedora Malaysia Contributor & Ambassador http://fedoraproject.org/wiki/MohdIzharFirdaus http://blog.kagesenshi.org 92C2 B295 B40B B3DC 6866 5011 5BD2 584A 8A5D 7331 From sabre23t at gmail.com Thu Apr 16 17:53:02 2009 From: sabre23t at gmail.com (S.M.Sabri S.M.Ismail) Date: Thu, 16 Apr 2009 17:53:02 +0800 Subject: [myoss] Picalo vs ACL software for auditors ... Message-ID: <49e70017.06876e0a.3ec2.ffff9958@mx.google.com> Hi KwangErn, My apologies. I must be slightly dyslexic. And the google mobile mail java client I was using didn't allow cut&paste. I mistyped picola instead of the correct picalo. I've corrected the subject above and the links below. * http://www.picalo.org/ * http://www.picalo.org/competitors.spy I appreciate any feedback on Picalo. ps: This time I cut&paste in MobileOutlook. :-/ regards, sabre23t =^.^= ... via TreoPro -----Original Message----- From: KwangErn Liew Sent: 16 April 2009 00:18 To: A general discussion list on Free/Open Source Software in Malaysia. Cc: myoss at foss.org.my Subject: Re: [myoss] Picola vs ACL software for auditors ... Spam? The link doesn't even work. KwangErn On Wed, Apr 15, 2009 at 3:05 PM, S.M.Sabri S.M.Ismail wrote: Hi Gang, I'm interested in any feedback on usage, experience and support of Picola (www.picola.org) software versus ACL software that my internal auditor is asking for. Anyone could help? ; -) It seems from www.picola.org/competitors.spy Picola is quite comparable to ACL. TQIA regards sabre23t =^.^= -- Sent from my mobile device -------------- next part -------------- An HTML attachment was scrubbed... URL: From ke.liew at gmail.com Thu Apr 16 18:14:06 2009 From: ke.liew at gmail.com (KwangErn Liew) Date: Thu, 16 Apr 2009 12:14:06 +0200 Subject: [myoss] Picalo vs ACL software for auditors ... In-Reply-To: <49e70017.06876e0a.3ec2.ffff9958@mx.google.com> References: <49e70017.06876e0a.3ec2.ffff9958@mx.google.com> Message-ID: It seems pretty straight forward. Am guessing you have listed out your requirements, downloaded a copy, and test it out? KwangErn On Thu, Apr 16, 2009 at 11:53 AM, S.M.Sabri S.M.Ismail wrote: > Hi KwangErn, > > My apologies. I must be slightly dyslexic. And the google mobile mail java > client I was using didn't allow cut&paste. I mistyped picola instead of the > correct picalo. I've corrected the subject above and the links below. > * http://www.picalo.org/ > * http://www.picalo.org/competitors.spy > I appreciate any feedback on Picalo. > > ps: This time I cut&paste in MobileOutlook. :-/ > > regards, > sabre23t =^.^= > ... via TreoPro > > -----Original Message----- > From: KwangErn Liew > Sent: 16 April 2009 00:18 > To: A general discussion list on Free/Open Source Software in Malaysia. < > myoss at lists.foss.org.my> > Cc: myoss at foss.org.my > Subject: Re: [myoss] Picola vs ACL software for auditors ... > > Spam? The link doesn't even work. > > > KwangErn > > > On Wed, Apr 15, 2009 at 3:05 PM, S.M.Sabri S.M.Ismail > wrote: > Hi Gang, > > I'm interested in any feedback on usage, experience and support of > Picola (www.picola.org) software versus ACL software that my internal > auditor is asking for. Anyone could help? ; -) > > It seems from www.picola.org/competitors.spy Picola is quite comparable to > ACL. > > TQIA > regards > sabre23t =^.^= > > -- > Sent from my mobile device > > _______________________________________________ > myoss mailing list > myoss at lists.foss.org.my > http://lists.foss.org.my/mailman/listinfo/myoss > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sabre23t at gmail.com Thu Apr 16 23:35:15 2009 From: sabre23t at gmail.com (S.M.Sabri S.M.Ismail) Date: Thu, 16 Apr 2009 23:35:15 +0800 Subject: [myoss] Picalo vs ACL software for auditors ... In-Reply-To: References: <49e70017.06876e0a.3ec2.ffff9958@mx.google.com> Message-ID: Hi KwangErn Ah, the user requirement as stated was only that my internal auditors wanted ACL Software ver 9.1 Desktop Edition. I'm trying to get a more complete requirement list from them, as well as getting them to actually test out the free open source Picalo. In the meantime, any experience or feedback on Picalo would be much appreciated. ;-) regards, sabre23t =^.^= ... glad to get back on my laptop, and not on the small screen on my mobile. ;-) On Thu, Apr 16, 2009 at 6:14 PM, KwangErn Liew wrote: > It seems pretty straight forward. > > Am guessing you have listed out your requirements, downloaded a copy, and > test it out? > > > KwangErn > > > On Thu, Apr 16, 2009 at 11:53 AM, S.M.Sabri S.M.Ismail > wrote: > >> Hi KwangErn, >> >> My apologies. I must be slightly dyslexic. And the google mobile mail java >> client I was using didn't allow cut&paste. I mistyped picola instead of the >> correct picalo. I've corrected the subject above and the links below. >> * http://www.picalo.org/ >> * http://www.picalo.org/competitors.spy >> I appreciate any feedback on Picalo. >> >> ps: This time I cut&paste in MobileOutlook. :-/ >> >> regards, >> sabre23t =^.^= >> ... via TreoPro >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From esqbrianritchie at gmail.com Thu Apr 23 13:13:28 2009 From: esqbrianritchie at gmail.com (BRIAN RITCHIE) Date: Thu, 23 Apr 2009 13:13:28 +0800 Subject: [myoss] Fwd: [barcamp-thailand] place to stay - spare bed/sofa/room? In-Reply-To: References: Message-ID: Barcamp Bangkok 3 - It's Official! May 23-24Submitted by jfxberns on Tue, 04/21/2009 - 18:35. - Barcamp Bangkok Newsletter Just a quick note to let you know that Barcamp Bangkok 3 dates have been announced. Barcamp Bangkok 3 will be held on May 23-24, 2009 at Sripatum University. We will have more details and open registration shortly. We will send another announcement when registration is open. For more details on why Barcamp Bangkok 3 is going to be even more exciting, see the announcement on our website at http://www.barcampbangkok.org/node/86 If you are coming from outside Bangkok, it's a great time to book your airline tickets, there are some amazing deals, we have put some of them online at http://www.barcampbangkok.org/super-low-airfares-for-barcamp-bangkok-3 Please forward this to your friends and encourage them to sign up for the mailing list so they will be notified when registration opens for Barcamp Bangkok 3. Or you can follow us on Twitter: http://twitter.com/barcampbangkok If you blog about Barcamp Bangkok 3, please use the tag barcampbkk3, if you tweet, use #barcampbkk3. ---------- Forwarded message ---------- From: BRIAN RITCHIE Date: Thu, Apr 23, 2009 at 10:49 AM Subject: Re: [barcamp-thailand] place to stay - spare bed/sofa/room? To: barcamp-thailand at googlegroups.com Sorry for the major grammar/sentence error. Email should read: This will be especially useful plus added advantage for cost-cutting. I created a simple Form & Result Spreadsheet in Google Docs that barcampers in Bangkok can use to inform others about the available spots. Form - http://is.gd/u05P Results - http://is.gd/u08M Thanks a million guys. On Thu, Apr 23, 2009 at 10:47 AM, BRIAN RITCHIE wrote: > This will be especially useful plus added advantage for cost-cutting. I > created a simple Form & Result Spreadsheet in Google Docs that barcampers in > Bangkok can use to inform others about the available spots. > > Form - http://is.gd/u05P > > Results - http://is.gd/u08M > > Thanks a million guys. > > On Thu, Apr 23, 2009 at 9:55 AM, 31o5 OHIRA <3105.ohira at gmail.com>wrote: > >> good morning, guys >> >> I'm just chatting with a barcamper from KL and he's asking me where to >> stay on Friday and Sunday night. >> >> there are so many cheap guesthouses/hotels in Bangkok, but I thought we >> can also offer spare bed, sofa or room for barcampers who's coming from >> outside of bangkok. >> >> We can make lists of hotels/guesthouses, and spare beds/sofas/rooms for >> them. >> >> For myself, i have to ask my flatmates if i can bring bunch of people to >> stay my place, but in my bedroom is extraterritoriality, so anybody can >> stay if they don't mind staying on floor with thin bed pad or sleeping bag, >> or sharing the bed, then I'll stay my flat mate's bedroom. >> >> anyway.... gotta go to work now. >> >> -- >> 31o5 >> --~--~---------~--~----~------------~-------~--~----~ >> You received this message because you are subscribed to the Google Groups >> "Barcamp Thailand" group. >> To post to this group, send email to barcamp-thailand at googlegroups.com >> To unsubscribe from this group, send email to >> barcamp-thailand+unsubscribe at googlegroups.com >> For more options, visit this group at >> http://groups.google.com/group/barcamp-thailand?hl=en >> -~----------~----~----~----~------~----~------~--~--- >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From farhanfaisal at gmail.com Thu Apr 23 16:41:47 2009 From: farhanfaisal at gmail.com (Farhan Faisal) Date: Thu, 23 Apr 2009 04:41:47 -0400 Subject: [myoss] Joomla LDAP integration, problem filtering Message-ID: <5fe1a81f0904230141p62d9ee91w7fbd75a9ee22107a@mail.gmail.com> Hai there.. I have a problem jere, Integrating Joomla with Sun Directory Server. We have ---ou=Groups,dc=example,dc=com |--- cn=WebOperator ---ou=Students,dc= example,dc=com ---ou=Staff,dc= example,dc=com cn=WebOperator is a static group(groupOfUniqueNames), contains some of users in ou=Students and ou=Staff. uid=user1,ou=Students,dc=example,dc=com uid=user2,ou=Staff,dc=example,dc=com I dont want other Students and Staff to be authenticated, just the users within cn=WebOperator This is my Joomla LDAP plugin configuration Base DN : OU=Groups,DC=example,DC=com Search String : uniqueMember=[search] User's DN : uniqueMember=[username],cn= WebOperator,ou=Groups,dc= example,dc=com It can authenticate all users in Staff and Students for now. How to limit it to WebOperator only? Could anyone help me? Anyone ever encounter this problem? huhuh.. I think it might be my lack of understanding on LDAP somewhere, becos this is my first time with LDAP server. huhuh. I really appreciate any advise on this... Thanks.. --------------- Farhan Faisal http://www.farhanfaisal.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From kagesenshi.87 at gmail.com Sat Apr 25 12:27:07 2009 From: kagesenshi.87 at gmail.com (Izhar Firdaus) Date: Sat, 25 Apr 2009 12:27:07 +0800 Subject: [myoss] MSC OSCONF 2009 Open for Registration!! Message-ID: The conference is now open for registration. Register now!!. http://www.mscmalaysia.my/article/open+Source+Convention/Package ======== Presentation Transcript Press Conference 23 Apr 2009 MSC Malaysia OSCONF 2009 http://www.mscmalaysia.my/osconf 1. MSC MALAYSIA OPEN SOURCE CONFERENCE 2 0 0 9 | 31 MAY - 3 JUNE 2009 | | BERJAYA TIME SQUARE & CONVENTION CENTRE | | KUALA LUMPUR, MALAYSIA 2. Announcement & Press Event 23 April 2009| Thursday | MSC Malaysia Creative Innovation Centre | Plaza Sentral, Kuala Lumpur | Briefing Pack Supported by: Co-organised by: MALAYSIAN OPENSOURCE COMMUNITY 3. Program Agenda Time Activities 10.30 am Registration of Media & Invitees 11.00 am Welcome Remarks by MDeC 11.10 am Preview of MSC Malaysia Open Source Conference 2009 Announcement of Prominent Speakers in MSC Malaysia Open Source Conference 2009 Announcement of MSC Malaysia Open Source Conference 2009 Sponsors 11.30 am Media Interview 11.50 am Refreshments 3 4. ?Quadruple Play? DEVELOPERS GOVT COMMUNITY BUSINESS 5. Theme ? echoes the willingness to empower the Open ecosystem with new ideas, tools and solutions, to make positive changes in times of economic challenges * Businesses, developers, communities and government 6. Target Audience 1. Expected total number of attendees: 1000 pax Primary (Participants) 1. Business Executives ? MSC Malaysia Status Companies & Non- MSC Status Companies 2. Developers & Open Source Communities in Malaysia 3. Govt. agencies and IHLs/University (Academics, Students) Secondary 1. Students 2. Enthusiasts 3. General Public 7. Benefits of Attending 1. Provide exposure and knowledge on the importance of Open Source in enhancing competitiveness by giving freedom of choice in software usage with lower total cost of ownership, hence benefiting businesses and society at large. 2. Share amongst the open source community on new directions and latest innovations by the subject matter experts, thought leaders and industry gurus 3. Provide a platform for conference participants to actively interact, share and exchange views, ideas, and tools on the latest trends and issues of Open Source. 4. Networking, learning and having great fun ! 8. Sponsors Platinum Sponsors 1. Red Hat Asia Pacific 2. Microsoft 3. Google 4. TMNet Titanium Sponsors 1. Jobstreet Bhd 2. MIMOS Gold Sponsors 1. AeU University Silver Sponsors 1. Sun Microsystems 2. Novell 9. Prominent International Speakers ? Chris Dibona ? Google ? Gen Kanai ? Mozilla ? Tim Ney ? Linux Greenhouse ? Oliver Bell ? Microsoft ? Dr. Jaijit Bhattacharya - Sun Microsystems ? Anthony Baxter ? Google ? Matt Olander ? FreeBSD ? Mark Rees ? OSDC.au ? Kai Schaeffer - ADempiere ? Harish Pillay ? Red Hat Asia Pacific ? Sara Falamaki ? Fosschix ? Krishakant Mane ? TATA Institute of Fundamental Research ? Wai Kit Lai - Scanscout ? Andi Darmawan ? Ubuntu ID ????. More are to confirm 10. Prominent Speakers ? Reduan Daniel Oon, ADempiere ? Prof. Shahrin Shahib, UTeM ? Ang Chin Han, Bytecraft ? Dinesh Nair, QubeConnect ? Yong Yoon Kit, Royal Selangor ? Dr. Yuserri Yusoff, Omnilogic ? Prof. Shamsul Shahibuddin, UTM ? YM Tengku Farith Rithauddeen, SKALI ? Dr. Hiew Pang Leang, BT Multimedia Malaysia ? Datuk Dr Kamaljit Singh, GIRCOnline ? Abu Mansur A. Manaf, Sun Microsystems Malaysia ? Adli Wahid, Cybersecurity ? Dhillon Andrew Kannabhiran, Hack In The Box ? Justin Tan, Extol ? Mohd. Hafiz Ismail, Ubuntu-my ? Mahmud Ab Rahman, Cybersecurity Malaysia ? Raja Iskandar Shah, Krimnet 11. Participation Fees Participants Registration and Payment Matrix Cost (RM) Package Online Walk-in (Cash Categories Registration Only)/Online Additional ? 3-day pass to the (Closing 31 Registration after 31st May May) main conference ? Pass to pre- pre- ?B2B matching & conference Hackathon Cocktail with ? Lunch, morning and speaker afternoon tea daily ?Invitation to 2 ? Access to all talks Business 250 300 Birds-of- Birds-of-a- and streams feather dinners ? A conference bag, ?Job candidate and printed interview programme matching ? A fabulous, fun and Academia / educational time at ?Invitation to 2 Public sector the conference 120 150 Birds-of- Birds-of-a- (to present org (batteries not feather dinners ID Card/Org Name) included) Students ? Invitation to ?Job interview (to present Closing Award party 50 opportunity student ID No. & University Name) 12. Information & Registration Site www.mscmalaysia.my/osconf 13. MSC MALAYSIA OPEN SOURCE CONFERENCE 2 0 0 9 | 31 MAY - 3 JUNE 2009 | | BERJAYA TIME SQUARE & CONVENTION CENTRE | | KUALA LUMPUR, MALAYSIA | http://blog.harisfazillah.info/2009/04/presentation-transcript-press.html ======= -- Mohd Izhar Firdaus Bin Ismail Amano Hikaru ??? ???? ???? Fedora Malaysia Contributor & Ambassador http://fedoraproject.org/wiki/MohdIzharFirdaus http://blog.kagesenshi.org 92C2 B295 B40B B3DC 6866 5011 5BD2 584A 8A5D 7331 From najibx at gmail.com Mon Apr 27 03:05:30 2009 From: najibx at gmail.com (Najib) Date: Mon, 27 Apr 2009 03:05:30 +0800 Subject: [myoss] Kursus "Drupal Web Content Management System" Message-ID: <81B5AE9E83BA4903B9B88CE2141F1EAC@NAJIBX> Untuk maklumat semua, Drupal adalah antara Sistem Open Source yang terhangat masa kini dan terkenal dengan scalability, flexibility dan digunapakai oleh banyak laman web yang berprofil tinggi seperti di http://buytaert.net/tag/drupal-sites. Drupal yang juga dikenali sebagai "Content management framework" mampu membangunkan bukan sahaja laman web portal tetapi juga untuk apa jua aplikasi web yang dinamik. Buat pertama kali, Persatuan Penolong Pegawai Sistem Maklumat Malaysia ( PESIMA) dan xWeb akan menganjurkan Kursus dalam "Open Source CMS" - Drupal. Jangka masa latihan adalah selamat 3 hari bermula pada 26,27 dan 28 Mei = Selasa, Rabu dan Khamis dan Sesi 2: 2,3 dan 4 Jun = Selasa, Rabu dan Khamis. Kursus ini akan diadakan di UPM-MTDC Technology Centre One,UPM Serdang pada pukul 9 pagi to 5petang. Untuk pendaftaran, silalah layari laman web rasmi PESIMA di http://www.pesima.net Terima Kasih. -------------- next part -------------- An HTML attachment was scrubbed... URL: From hector_bonelli at hotmail.com Mon Apr 27 14:18:33 2009 From: hector_bonelli at hotmail.com (hector bonelli) Date: Mon, 27 Apr 2009 16:18:33 +1000 Subject: [myoss] Work Message-ID: Hi, We are looking for programmers in Malaysia (Preferably close to KL) who are proficient in the use and management of Phyton/php languages. Please contact us immediatelly. Work available now. Hector Bonelli Mob 017 699 4800 _________________________________________________________________ Fa?a j? uma busa e ganhe um wink do Messenger. Est? esperando o que? ? gr?tis! http://www.ibud.com.br/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From opensource09 at gmail.com Wed Apr 29 17:34:00 2009 From: opensource09 at gmail.com (ROSLAILI KASSIM) Date: Wed, 29 Apr 2009 17:34:00 +0800 Subject: [myoss] A Research on Open-Source Application Development in Malaysia Message-ID: Good day, We are a group of researcher from Kolej Teknologi YPC-iTWEB would like to invite you to participate in Open Source Software Development Survey. The Objectives of this study are: 1. To investigate the usage of open source components in the software development and how it was selected. 2. To investigate the effect of OSS license and the OSS component selection. 3. To investigate either engagement in the OSS community facilitate the maintenance of the integrated OSS components or not Please click here to participate Your cooperation and effort to fill-in the survey will be highly appreciated. Thank you. * Sorry if double posting. -------------- next part -------------- An HTML attachment was scrubbed... URL: