| Home |
| About me |
| My CV |
| Hobbies |
| Professional Experiences |
| Projects |
| Computer skills |
| My Gentoo Overlay |
| Gallery |
| Personal gallery |
| Guestbook |
| Contact me |
| Gentoo |
| *nix |
| Programming |
| Softwares |
| Misc |
| My Gentoo Overlay |
|
It's here: http://svn2.assembla.com/svn/pnh/
That's my personal gentoo overlay in which you'll find ebuilds that I created myself (you can find them on this site) as well as ebuilds that I copied from others. Use it at your own risk. For those who has not got layman, you need to emerge layman first:
emerge -av layman
Now you're ready to add my overlay:
layman -o http://phamngochai.net/myfiles/overlay/pnh.xml -a pnh
And that's it.
If you get an error, then this may work:
layman -o http://phamngochai.net/myfiles/overlay/pnh.xml -L
layman -a pnh
Remember to run
layman --sync ALL to get the lastest ebuilds from overlays.
===================== Updated 16th Aug 2009
In case all those commands above dont work for you, you may want to try:
layman -o http://phamngochai.net/myfiles/overlay/pnh.xml -s -a pnh
|