Re: [gentoo-user] anyone using Lilo to dual-boot ?

2010-07-12 Thread Mateusz Arkadiusz Mierzwinski
Sure thing I use lilo on my lap. You want config for example? 2010/7/12 Mick michaelkintz...@gmail.com On 12 July 2010 08:37, Philip Webb purs...@ca.inter.net wrote: 100712 Mick suggested : install a separate boot partition with an ext2 fs and install GRUB2 there instead of the MBR.

Re: Re: [gentoo-user] Someone broke kde overlay :P

2010-07-12 Thread Mateusz Arkadiusz Mierzwinski
It's Overlay - this is how it work's. It's buggy stack thats why it's called Overlay. Otherwise the Code from Overlay should be in main stream in regular portage. Please don't complain that Overlay don't work. Try emerge about 3-4 days after error occures. 2010/7/12 mellitus...@verizon.net And

Re: [gentoo-user] Re: OT: tool for reading /etc/conf.d/net?

2010-07-11 Thread Mateusz Arkadiusz Mierzwinski
Wrote one in C,C++, Bash, Java or even PHP CLI ?? Try some... :) This file is Bash script. Every line comes with some portion of variable = variable data. It's realy simple. In PHP you can write simple script using explode functions or regexp's. Good luck 2010/7/11 Amit Dor-Shifer

Re: [gentoo-user] Re: OT: tool for reading /etc/conf.d/net?

2010-07-11 Thread Mateusz Arkadiusz Mierzwinski
Fastest way - dump into PHP, use some explodes and regexps. Most secured - App i C++ or C. Balanced Way - JAVA app :) W dniu 11 lipca 2010 11:46 użytkownik Mateusz Arkadiusz Mierzwinski mateuszmierzwin...@gmail.com napisał: Wrote one in C,C++, Bash, Java or even PHP CLI ?? Try some