MYGOSSCON : Call for Volunteer Form
Oct 21
Hi guys,
For those who interested to be a volunteer for MYGOSSCON, Do please fill up
the form here:
Please tell your friends about this
We will contact you guys for the short listed volunteer.
Just another Life
Oct 21
Hi guys,
For those who interested to be a volunteer for MYGOSSCON, Do please fill up
the form here:
Please tell your friends about this
We will contact you guys for the short listed volunteer.
Oct 08
My Life FOSS.MY, Ubuntu, Ubuntu-my 3 Comments
See u Guys there !!!!!!
Oct 08
My Life Linuxvarsiti, Ubuntu, Ubuntu-my 7 Comments






i would like to thanks for those who participate in this event as volunteer, osdc.my team, organizer and not forget the speaker. Hope all the speaker will upload their slide soon
Sep 25
Ubuntu Karmic, Ubuntu 7 Comments
After the latest upgrade for Karmic Koala, here are some screenshot from my desktop …. great job to ubuntu-artwork team for this new theme appearance …
Sep 18
Ubuntu Ubuntu, Ubuntu-my 7 Comments
Hmm … its quite a few month i haven’t update my post here .. so before i went leave for my Eid fitri leave … Today i just received the books from Pearson. Thanks to Heather Fox & Jono Bacon and not forget to Canonical for this free books.
For Ubuntu-my LoCo members and non-members who interested to read online / borrow it, do contact @ email me at :
fenris[at]ubuntu.com or fenris[at]ubuntu.com.my
Jul 22
On 2009-06-13,
I’ve requested the merge of two teams:
https://launchpad.net/~ubuntu-my with https://launchpad.net/~malaysianteam to be https://launchpad.net/~ubuntu-my.
We just want it to be more official Ubuntu Loco team as ~ubuntu-my already been approved as subteam of Ubuntu Local Community Teams and Approved LoCo team rather than ~malaysianteam. It easier to manage ~ubuntu-my such as contact for loco team and LoCo Directory.
So i create a question at launchpad here
After about a month, my question get solved then i manage to merged the two team with the help of Launchpad Team for solving this bugs on Launchpad and also thanks to Andreas Moog for his helpful script and his effort.
So here i would like to share amoog script:
#!/usr/bin/env python
# Copyright Andreas Moog <amoog@ubuntu.com> 2009
# Licensed under the GPL
# coding: utf-8
import os, string, sys
from launchpadlib.errors import HTTPError
oldteam = “malaysianteam”
newteam = “ubuntu-my”
def connect_lp():
# For now, use the staging environment
try:
from launchpadlib.launchpad import Launchpad, EDGE_SERVICE_ROOT
from launchpadlib.errors import HTTPError
from launchpadlib.credentials import Credentials
except ImportError:
print(“ERROR: it seems that python-launchpadlib is not installed”)
exit(1)
launchpad = None
# the credentials and cache-dir used by py-lp-lib
lp_cred = os.path.abspath(‘./lpbinding/moveteams-lplib-cred’)
lp_cache_dir = os.path.abspath(‘./lpbinding/cache’)
# load stored LP credentials
try:
print(“Get Launchpad Settings”)
lp_cred_file = open(lp_cred, ‘r’)
credentials = Credentials()
credentials.load(lp_cred_file)
lp_cred_file.close()
launchpad = Launchpad(credentials, EDGE_SERVICE_ROOT, lp_cache_dir)
except IOError:
launchpad = Launchpad.get_token_and_login(‘moveteams’, EDGE_SERVICE_ROOT, lp_cache_dir)
lp_cred_file = open(lp_cred, ‘w’)
launchpad.credentials.save(lp_cred_file)
lp_cred_file.close()
if launchpad is None:
print(“Something bad happened: I can’t connect to Launchpad
.”)
print(“Launchpad connection is working”)
# TODO: Implement support for arbitrary projects
return launchpad
launchpad = connect_lp()
members = launchpad.people[oldteam].members
for member in members:
print “Adding %s to the team” % member.display_name
try:
launchpad.people[newteam].addMember(person=member, status=”Approved”)
except HTTPError as error:
print “The error %s has occured” % error
Thanks also to Ubuntu-MY LoCo Member for their support and VOTES
Jul 22
Launchpad will be in read-only mode for an hour on Wednesday, 22nd July
while we roll out new code.
Going read-only:         22.00 UTC, Wednesday 22 July 2009
Expected back to normal: 23.00 UTC, Wednesday 22 July 2009
There will be a couple of minutes around 22.00 UTC during which
Launchpad is unavailable while we switch into read-only mode, and then
another couple of minutes again when we switch back to read-write.
Note that’s “UTC”. Actual time in your time zone may be different, and
remember Britain is in BST right now, which is 1 hour later than UTC.
Watch this list for details of the new release later this week.
Best,
-Karl Fogel
Jul 21
My Life, Ubuntu Ubuntu-my 1 Comment
Im back after almost 2 month without posting … bz with work n yada yada … plan to create new hackergotchi for new appreance ..
starting new life with python .. learn by example and from the GURU’S. Tonite will have UBUNTU-MY LoCo Team meeting at 9PM in #ubuntu-my.
There is some topic/issues that we are going to discuss as below:
1. Organization Structure
- Community leader (1 of the 6 official members)
- Committee members (all 6 official members)
- Team Lead, assisted by team’s ninjas (members)
- encourage Team Lead to apply as official Ubuntu member
2. Migration of launchpad profile
- ~malaysianteam to ~ubuntu-my
- E-jat to write script for migrating existing members in
~malaysianteam to ~ubuntu-my ( thanks to Ampelbein for his help/python codes)
- membership expired every end of the year [*]
# I have set the expiry date for some of the members in ~ubuntu-my
- auto renewal notification
3. Promoting Ubuntu Malaysia LoCo Team
- design web banners
- promote ubuntu-my through personal blogs, etc
4. Register ubuntu-my as community with ROS
- to register ubuntu-my as NGO / community with Registrar of Societies (ROS)
5. Plan for Ubuntu Global Jam
while im offline with the blogging … im testing out Kubuntu Karmic Koala application by doing some bug reporting and triage some of it …
btw,
- Congratulations for opening Launchpad.
- Congratulations to Mircosoft for providing Source to the Kernel.
Recent Comments