Paolo Falcone | 1 Jan 04:30
Picon

Re: 1st string of the year

That will not pass for Python 3.0 :D

Write it this way:

>> print("Happy New Year")

:D

On Thu, Jan 1, 2009 at 3:08 AM, Kelvin Quee <kq-Pk4CekiYM3YAvxtiuMwx3w@public.gmane.org> wrote:
Way too damn verbose. Try this for Python 2.5 -

>> print "Happy New Year"     # :P

(doesn't work with Python 3000 though)

Kelvin Quee
+65 9177 3635

http://kquee.com/contact



Drexx Laggui [personal] wrote:
> 01Jan2009 (UTC +8)
>
>
> #include <stdio.h>
> main ()
> {
>   printf ("\n Happy New Year ! \n");
>   return 0;
> }
>
>
>
> Drexx Laggui  -- CISA, CISSP, CFE Associate, ISO27001 LA, CCSI, CSA
> http://www.laggui.com  ( Singapore / Manila / California )
> Computer forensics; Penetration testing; QMS & ISMS developers; K-Transfer
> PGP fingerprint = 6E62 A089 E3EA 1B93 BFB4  8363 FFEC 3976 FF31 8A4E
> _________________________________________________
> Philippine Linux Users' Group (PLUG) Mailing List
> http://lists.linux.org.ph/mailman/listinfo/plug
> Searchable Archives: http://archives.free.net.ph
>
>
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph
Calixto Ong II (g | 1 Jan 04:39
Favicon

Re: 1st string of the year

 

<?php echo “Happy New Year!”; ?>

 

Bhong Ong

 

 

From: plug-bounces-cunTk1MwBs8iFSDQTTA3ONd+tgCGH7ND@public.gmane.org [mailto:plug-bounces-cunTk1MwBs8iFSDQTTA3ONd+tgCGH7ND@public.gmane.org] On Behalf Of Erwin Olario
Sent: Thursday, January 01, 2009 7:48 AM
To: Philippine Linux Users' Group (PLUG) Technical Discussion List
Subject: Re: [plug] 1st string of the year

 

 

10 PRINT "Manigong Bagong Taon!"

 

On Thu, Jan 1, 2009 at 3:08 AM, Kelvin Quee <kq-Pk4CekiYM3YAvxtiuMwx3w@public.gmane.org> wrote:

Way too damn verbose. Try this for Python 2.5 -

>> print "Happy New Year"     # :P

(doesn't work with Python 3000 though)

Kelvin Quee
+65 9177 3635

http://kquee.com/contact




Drexx Laggui [personal] wrote:
> 01Jan2009 (UTC +8)
>
>
> #include <stdio.h>
> main ()
> {
>   printf ("\n Happy New Year ! \n");
>   return 0;
> }
>
>
>
> Drexx Laggui  -- CISA, CISSP, CFE Associate, ISO27001 LA, CCSI, CSA
> http://www.laggui.com  ( Singapore / Manila / California )
> Computer forensics; Penetration testing; QMS & ISMS developers; K-Transfer
> PGP fingerprint = 6E62 A089 E3EA 1B93 BFB4  8363 FFEC 3976 FF31 8A4E
> _________________________________________________
> Philippine Linux Users' Group (PLUG) Mailing List
> http://lists.linux.org.ph/mailman/listinfo/plug
> Searchable Archives: http://archives.free.net.ph
>
>
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph




--
« Odoroki Farms »
-=-Namnam Coco Palm Sugars -=-
p: 0063922-8946562 / 0063917-8946562
i: www.cocopalmsugar.sch.ph
e: cocosugar-9M9mC78SX6tVe/OfCF6RiA@public.gmane.orgh.ph

_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph
Michael Janapin | 2 Jan 00:14
Picon

Re: 1st string of the year

#!/bin/bash
echo "A Blessed New Year to All of Us!"

On Thu, Jan 1, 2009 at 11:39 AM, Calixto Ong II (g) <co2-j6Cm5/2RUxXQT0dZR+AlfA@public.gmane.org> wrote:

 

<?php echo "Happy New Year!"; ?>

 

Bhong Ong

 

 

From: plug-bounces-cunTk1MwBs8iFSDQTTA3ONd+tgCGH7ND@public.gmane.org [mailto:plug-bounces-cunTk1MwBs8iFSDQTTA3ONd+tgCGH7ND@public.gmane.org] On Behalf Of Erwin Olario
Sent: Thursday, January 01, 2009 7:48 AM
To: Philippine Linux Users' Group (PLUG) Technical Discussion List
Subject: Re: [plug] 1st string of the year

 

 

10 PRINT "Manigong Bagong Taon!"

 

On Thu, Jan 1, 2009 at 3:08 AM, Kelvin Quee <kq-Pk4CekiYM3YAvxtiuMwx3w@public.gmane.org> wrote:

Way too damn verbose. Try this for Python 2.5 -

>> print "Happy New Year"     # :P

(doesn't work with Python 3000 though)

Kelvin Quee
+65 9177 3635

http://kquee.com/contact




Drexx Laggui [personal] wrote:
> 01Jan2009 (UTC +8)
>
>
> #include <stdio.h>
> main ()
> {
>   printf ("\n Happy New Year ! \n");
>   return 0;
> }
>
>
>
> Drexx Laggui  -- CISA, CISSP, CFE Associate, ISO27001 LA, CCSI, CSA
> http://www.laggui.com  ( Singapore / Manila / California )
> Computer forensics; Penetration testing; QMS & ISMS developers; K-Transfer
> PGP fingerprint = 6E62 A089 E3EA 1B93 BFB4  8363 FFEC 3976 FF31 8A4E
> _________________________________________________
> Philippine Linux Users' Group (PLUG) Mailing List
> http://lists.linux.org.ph/mailman/listinfo/plug
> Searchable Archives: http://archives.free.net.ph
>
>
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph




--
« Odoroki Farms »
-=-Namnam Coco Palm Sugars -=-
p: 0063922-8946562 / 0063917-8946562
i: www.cocopalmsugar.sch.ph
e: cocosugar-9M9mC78SX6tVe/OfCF6RiHb5d9N1oc0L@public.gmane.org


_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph



--
Michael R. Janapin
Systems Administrator
PBTS Baguio City, Philippines
http://mulingsilang.wordpress.com

_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph
thad | 2 Jan 02:36
Picon

Re: 1st string of the year

#!/bin/ksh
print "Happy New Year"

Samuel Goldwyn  - "Include me out."

On Thu, Jan 1, 2009 at 5:14 PM, Michael Janapin
<michael.janapin@...> wrote:
> #!/bin/bash
> echo "A Blessed New Year to All of Us!"
>
> On Thu, Jan 1, 2009 at 11:39 AM, Calixto Ong II (g) <co2@...> wrote:
>>
>>
>>
>> <?php echo "Happy New Year!"; ?>
>>
>>
>>
>> Bhong Ong
>>
>>
>>
>>
>>
>> From: plug-bounces@...
>> [mailto:plug-bounces@...] On Behalf Of Erwin Olario
>> Sent: Thursday, January 01, 2009 7:48 AM
>> To: Philippine Linux Users' Group (PLUG) Technical Discussion List
>> Subject: Re: [plug] 1st string of the year
>>
>>
>>
>>
>>
>> 10 PRINT "Manigong Bagong Taon!"
>>
>>
>>
>> On Thu, Jan 1, 2009 at 3:08 AM, Kelvin Quee <kq@...> wrote:
>>
>> Way too damn verbose. Try this for Python 2.5 -
>>
>> >> print "Happy New Year"     # :P
>>
>> (doesn't work with Python 3000 though)
>>
>> Kelvin Quee
>> +65 9177 3635
>>
>> http://kquee.com/contact
>>
>>
>> Drexx Laggui [personal] wrote:
>> > 01Jan2009 (UTC +8)
>> >
>> >
>> > #include <stdio.h>
>> > main ()
>> > {
>> >   printf ("\n Happy New Year ! \n");
>> >   return 0;
>> > }
>> >
>> >
>> >
>> > Drexx Laggui  -- CISA, CISSP, CFE Associate, ISO27001 LA, CCSI, CSA
>> > http://www.laggui.com  ( Singapore / Manila / California )
>> > Computer forensics; Penetration testing; QMS & ISMS developers;
>> > K-Transfer
>> > PGP fingerprint = 6E62 A089 E3EA 1B93 BFB4  8363 FFEC 3976 FF31 8A4E
>> > _________________________________________________
>> > Philippine Linux Users' Group (PLUG) Mailing List
>> > http://lists.linux.org.ph/mailman/listinfo/plug
>> > Searchable Archives: http://archives.free.net.ph
>> >
>> >
>> _________________________________________________
>> Philippine Linux Users' Group (PLUG) Mailing List
>> http://lists.linux.org.ph/mailman/listinfo/plug
>> Searchable Archives: http://archives.free.net.ph
>>
>>
>> --
>> « Odoroki Farms »
>> -=-Namnam Coco Palm Sugars -=-
>> p: 0063922-8946562 / 0063917-8946562
>> i: www.cocopalmsugar.sch.ph
>> e: cocosugar@...
>>
>> _________________________________________________
>> Philippine Linux Users' Group (PLUG) Mailing List
>> http://lists.linux.org.ph/mailman/listinfo/plug
>> Searchable Archives: http://archives.free.net.ph
>
>
>
> --
> Michael R. Janapin
> Systems Administrator
> PBTS Baguio City, Philippines
> http://mulingsilang.wordpress.com
>
>
> _________________________________________________
> Philippine Linux Users' Group (PLUG) Mailing List
> http://lists.linux.org.ph/mailman/listinfo/plug
> Searchable Archives: http://archives.free.net.ph
>
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

andrelst | 2 Jan 18:52
Picon

Re: dokuwiki print stylesheets (was Re: document repository dokuwiki)

Anuerin,

Though not the solution you are looking for, an alternative is to use
the updated note plugin plus the ODT plugin.

This exports the current dokuwiki page to an OpenOffice odt format
which you can send to someone else. If the end user is using MS
Office, then SUN has a free odt plugin so that MS Word can open the
file. Though I don't use much the notes plugins, a quick check on my
system  shows the notes works fine on Word 2003.

regards,
Andre | http://www.varon.ca

On Sun, Dec 21, 2008 at 7:36 PM,  <ramfree17@...> wrote:
>
> On Sun, December 21, 2008 10:53 pm, Erwin Olario wrote:
>> That's great! Nice to see a fellow dokuwiki fan around here. :)
>>
>> Your choice of dokuwiki actually gave me some hint  why KT or Plone may not
>> fit the bill. I've used Plone too and loved it, but they're simply not in
>> the same league.  Both are "big" and functional, while dokuwiki is small,
>> elegant and could be made functional, too.
>>
>>
>>
>
> +1 for dokuwiki as i have rolled out three project wiki sites using it. but i
> still can't figure out how to make the print stylesheet find all the correct
> images. i am using the notes plugin and printing the page without the notes
> styling just doesn't cut it especially when i want to export the page to be sent
> to our counterparts who doesn't have access to the manila network. i tried
> following the tips in the net but still no dice. :(
>
> <snip>
>
> ciao!
>
> --
>
> "Programming, an artform that fights back"
>
> Anuerin G. Diaz
> Registered Linux User #246176
> Friendly Linux Board @ http://mandrivausers.org/index.php
> http://ramfree17.net/capsule , when you absolutely have nothing else better to do
>
>
>
> _________________________________________________
> Philippine Linux Users' Group (PLUG) Mailing List
> http://lists.linux.org.ph/mailman/listinfo/plug
> Searchable Archives: http://archives.free.net.ph
>
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

Paul | 3 Jan 04:01
Picon
Favicon

Re: 1st string of the year


program happynewyr;

begin
writeln('Happy New Year!');
readln;
end.

--- On Fri, 1/2/09, thad <thad.mailist-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
From: thad <thad.mailist-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Subject: Re: [plug] 1st string of the year
To: "Philippine Linux Users' Group (PLUG) Technical Discussion List" <plug-cunTk1MwBs8iFSDQTTA3ONd+tgCGH7ND@public.gmane.org>
Date: Friday, 2 January, 2009, 9:36 AM

#!/bin/ksh
print "Happy New Year"

Samuel Goldwyn - "Include me out."


On Thu, Jan 1, 2009 at 5:14 PM, Michael Janapin
<michael.janapin <at> gmail.com> wrote:
> #!/bin/bash
> echo "A Blessed New Year to All of Us!"
>
> On Thu, Jan 1, 2009 at 11:39 AM, Calixto Ong II (g) <co2-j6Cm5/2RUxXQT0dZR+AlfA@public.gmane.org>
wrote:
>>
>>
>>
>> <?php echo "Happy New Year!"; ?>
>>
>>
>>
>> Bhong Ong
>>
>>
>>
>>
>>
>> From: plug-bounces-cunTk1MwBs8iFSDQTTA3ONd+tgCGH7ND@public.gmane.org
>> [mailto:plug-bounces <at> lists.linux.org.ph] On Behalf Of Erwin Olario
>> Sent: Thursday, January 01, 2009 7:48 AM
>> To: Philippine Linux Users' Group (PLUG) Technical Discussion List
>> Subject: Re: [plug] 1st string of the year
>>
>>
>>
>>
>>
>> 10 PRINT "Manigong Bagong Taon!"
>>
>>
>>
>> On Thu, Jan 1, 2009 at 3:08 AM, Kelvin Quee <kq-Pk4CekiYM3YAvxtiuMwx3w@public.gmane.org>
wrote:
>>
>> Way too damn verbose. Try this for Python 2.5 -
>>
>> >> print "Happy New Year" # :P
>>
>> (doesn't work with Python 3000 though)
>>
>> Kelvin Quee
>> +65 9177 3635
>>
>> http://kquee.com/contact
>>
>>
>> Drexx Laggui [personal] wrote:
>> > 01Jan2009 (UTC +8)
>> >
>> >
>> > #include <stdio.h>
>> > main ()
>> > {
>> > printf ("\n Happy New Year ! \n");
>> > return 0;
>> > }
>> >
>> >
>> >
>> > Drexx Laggui -- CISA, CISSP, CFE Associate, ISO27001 LA, CCSI,
CSA
>> > http://www.laggui.com ( Singapore / Manila / California )
>> > Computer forensics; Penetration testing; QMS & ISMS
developers;
>> > K-Transfer
>> > PGP fingerprint = 6E62 A089 E3EA 1B93 BFB4 8363 FFEC 3976 FF31
8A4E
>> > _________________________________________________
>> > Philippine Linux Users' Group (PLUG) Mailing List
>> > http://lists.linux.org.ph/mailman/listinfo/plug
>> > Searchable Archives: http://archives.free.net.ph
>> >
>> >
>> _________________________________________________
>> Philippine Linux Users' Group (PLUG) Mailing List
>> http://lists.linux.org.ph/mailman/listinfo/plug
>> Searchable Archives: http://archives.free.net.ph
>>
>>
>> --
>> « Odoroki Farms »
>> -=-Namnam Coco Palm Sugars -=-
>> p: 0063922-8946562 / 0063917-8946562
>> i: www.cocopalmsugar.sch.ph
>> e: cocosugar-9M9mC78SX6tVe/OfCF6RiHb5d9N1oc0L@public.gmane.org
>>
>> _________________________________________________
>> Philippine Linux Users' Group (PLUG) Mailing List
>> http://lists.linux.org.ph/mailman/listinfo/plug
>> Searchable Archives: http://archives.free.net.ph
>
>
>
> --
> Michael R. Janapin
> Systems Administrator
> PBTS Baguio City, Philippines
> http://mulingsilang.wordpress.com
>
>
> _________________________________________________
> Philippine Linux Users' Group (PLUG) Mailing List
> http://lists.linux.org.ph/mailman/listinfo/plug
> Searchable Archives: http://archives.free.net.ph
>
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

Catch Emoticarolers in the act in this Christmas!
Spread holiday cheers to your friends and loved ones via Yahoo! Messenger today!
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph
Picon
Gravatar

Re: 1st string of the year

Least code, biggest greeting:

banner Happy New Year!

On Sat, Jan 3, 2009 at 11:01 AM, Paul <linuxpol <at> yahoo.com> wrote:

program happynewyr;

begin
writeln('Happy New Year!');
readln;
end.

--- On Fri, 1/2/09, thad <thad.mailist-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
From: thad <thad.mailist-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

Subject: Re: [plug] 1st string of the year
To: "Philippine Linux Users' Group (PLUG) Technical Discussion List" <plug-cunTk1MwBs8iFSDQTTA3ONd+tgCGH7ND@public.gmane.org>
Date: Friday, 2 January, 2009, 9:36 AM


#!/bin/ksh
print "Happy New Year"

Samuel Goldwyn - "Include me out."


On Thu, Jan 1, 2009 at 5:14 PM, Michael Janapin
<michael.janapin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> #!/bin/bash
> echo "A Blessed New Year to All of Us!"
>
> On Thu, Jan 1, 2009 at 11:39 AM, Calixto Ong II (g) <co2-j6Cm5/2RUxXQT0dZR+AlfA@public.gmane.org>
wrote:
>>
>>
>>
>> <?php echo "Happy New Year!"; ?>
>>
>>
>>
>> Bhong Ong
>>
>>
>>
>>
>>
>> From: plug-bounces-cunTk1MwBs8iFSDQTTA3ONd+tgCGH7ND@public.gmane.org
>> [mailto:plug-bounces-cunTk1MwBs+mg8Ev75riOw@public.gmane.orgx.org.ph] On Behalf Of Erwin Olario
>> Sent: Thursday, January 01, 2009 7:48 AM
>> To: Philippine Linux Users' Group (PLUG) Technical Discussion List
>> Subject: Re: [plug] 1st string of the year
>>
>>
>>
>>
>>
>> 10 PRINT "Manigong Bagong Taon!"
>>
>>
>>
>> On Thu, Jan 1, 2009 at 3:08 AM, Kelvin Quee <kq <at> kquee.com>
wrote:
>>
>> Way too damn verbose. Try this for Python 2.5 -
>>
>> >> print "Happy New Year" # :P
>>
>> (doesn't work with Python 3000 though)
>>
>> Kelvin Quee
>> +65 9177 3635
>>
>> http://kquee.com/contact
>>
>>
>> Drexx Laggui [personal] wrote:
>> > 01Jan2009 (UTC +8)
>> >
>> >
>> > #include <stdio.h>
>> > main ()
>> > {
>> > printf ("\n Happy New Year ! \n");
>> > return 0;
>> > }
>> >
>> >
>> >
>> > Drexx Laggui -- CISA, CISSP, CFE Associate, ISO27001 LA, CCSI,
CSA
>> > http://www.laggui.com ( Singapore / Manila / California )
>> > Computer forensics; Penetration testing; QMS & ISMS
developers;
>> > K-Transfer
>> > PGP fingerprint = 6E62 A089 E3EA 1B93 BFB4 8363 FFEC 3976 FF31
8A4E
>> > _________________________________________________
>> > Philippine Linux Users' Group (PLUG) Mailing List
>> > http://lists.linux.org.ph/mailman/listinfo/plug
>> > Searchable Archives: http://archives.free.net.ph
>> >
>> >
>> _________________________________________________
>> Philippine Linux Users' Group (PLUG) Mailing List
>> http://lists.linux.org.ph/mailman/listinfo/plug
>> Searchable Archives: http://archives.free.net.ph
>>
>>
>> --
>> « Odoroki Farms »
>> -=-Namnam Coco Palm Sugars -=-
>> p: 0063922-8946562 / 0063917-8946562
>> i: www.cocopalmsugar.sch.ph
>> e: cocosugar-9M9mC78SX6tVe/OfCF6RiHb5d9N1oc0L@public.gmane.org
>>
>> _________________________________________________
>> Philippine Linux Users' Group (PLUG) Mailing List
>> http://lists.linux.org.ph/mailman/listinfo/plug
>> Searchable Archives: http://archives.free.net.ph
>
>
>
> --
> Michael R. Janapin
> Systems Administrator
> PBTS Baguio City, Philippines
> http://mulingsilang.wordpress.com
>
>
> _________________________________________________
> Philippine Linux Users' Group (PLUG) Mailing List
> http://lists.linux.org.ph/mailman/listinfo/plug
> Searchable Archives: http://archives.free.net.ph
>
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

Catch Emoticarolers in the act in this Christmas!
Spread holiday cheers to your friends and loved ones via Yahoo! Messenger today!

_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph



--
Web application and database consulting: www.sagadasolutions.com
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph
ramfree17 | 4 Jan 14:36
Favicon
Gravatar

Re: on charitable wireless encryptions (was Re: MSI Wind: Triple booting Ubuntu, Leopard, and WinXP)

Ian Dexter R. Marquez wrote:
> On Wed, Dec 24, 2008 at 07:55,  <ramfree17@...> wrote:
>> On Mon, December 22, 2008 6:33 pm, Ian Dexter R. Marquez wrote:
>>> OT: I did away with WEP and WPA2 altogether and left my WiFi open --
>>> less hassle, more, er, charitable (for neighbors who want to leech,
>>> but no one ever does). ;) (For some reason, the Nokia phones at home
>>> can't connect using these encryption.)
>>>
>> <snip>
>>
>> although WEP is pretty weak, its better than nothing. i have network shares that
>> are pretty open and i am not yet ready to let anybody into the network. better a
>> weak fence that i know is weak rather than nothing at all. :)
>
> Ah, I even left my pr0n shares open. Heh. Information needs to be free! ;)
>
> It may sound cavalier, but really, it's just a matter of keeping out
> whatever needs to be kept out. For one, my "sensitive" files are not
> shared anywhere -- they live off a USB disk mounted on demand, which
> isn't often. Most photos and videos I have are stored "in the cloud",
> and my so-called backups (I wonder how long it will take before DVDs
> bit-rot) are stored in nifty cases. (And we print out the decent ones,
> too. Nothing like having atoms instead of bits for nostalgic moments.)
>
> And my neighbors don't care about WiFi anyway. At least not for now,
> as the DSL-to-household ratio around here is about one in ten (my very
> unscientific guesstimate, though).
>
im not cavalier enough, or im just plain lazy. if only there is only pr0n and
t0rrentz but some are items that i need to be in the home network until i am
done with them because i shuffle between the machines erratically. usb might be
doable if i remember to bring them always with me which is not always the case.
and i dont keep my keys in my purontong when i am working in the house since
most of the time it doesnt have any pockets. :)

i am treating my home network as an extension of my home. i don't leave my doors
unlocked at all times and i would like to think that guests can only come in
when invited. and i want to have the option to leave my files behind a flimsy
deterrent the same way that my curtains give me the option to walk in my drawers
if i want to (only theoretically speaking of course :D ).

>> and nobody in my block is techie enough to leech much yet use a wireless
>> connection. my neighbor thinks all computers are good for are spreadsheets,
>> printmaster is the ultimate graphics program and a flash disk is a hard drive.
>> :)
>
> Oh, don't get me started on Print Master. I used to write love letters
> in Print Master (and its cohort Newsmaster and Quattro Pro) way back
> when having 5.4" disk cases were cool. ;)
>
i remember our group making a christmas lantern made out of the 5.4" sleeves, a
small bottle of rugby, and a small length of string. :D

<snip>

ciao!

--
"Programming, an artform that fights back"

Anuerin G. Diaz
Registered Linux User #246176
Friendly Linux Board @ http://mandrivausers.org/index.php
http://ramfree17.net/capsule , when you absolutely have nothing else better to do

_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

ramfree17 | 4 Jan 14:41
Favicon
Gravatar

Re: dokuwiki print stylesheets (was Re: document repository dokuwiki)

hi andre,

  that sounds feasible if it does include the note images. maybe there is also a
small utility that can convert odt to pdf without requiring an Oo.org
installation. i am thinking having the users use a script in the network that
does the conversion if they want to export the current wiki.

ciao!

andrelst wrote:
> Anuerin,
>
> Though not the solution you are looking for, an alternative is to use
> the updated note plugin plus the ODT plugin.
>
> This exports the current dokuwiki page to an OpenOffice odt format
> which you can send to someone else. If the end user is using MS
> Office, then SUN has a free odt plugin so that MS Word can open the
> file. Though I don't use much the notes plugins, a quick check on my
> system  shows the notes works fine on Word 2003.
>
> regards,
> Andre | http://www.varon.ca
>
> On Sun, Dec 21, 2008 at 7:36 PM,  <ramfree17@...> wrote:
>> On Sun, December 21, 2008 10:53 pm, Erwin Olario wrote:
>>> That's great! Nice to see a fellow dokuwiki fan around here. :)
>>>
>>> Your choice of dokuwiki actually gave me some hint  why KT or Plone may not
>>> fit the bill. I've used Plone too and loved it, but they're simply not in
>>> the same league.  Both are "big" and functional, while dokuwiki is small,
>>> elegant and could be made functional, too.
>>>
>>>
>>>
>> +1 for dokuwiki as i have rolled out three project wiki sites using it. but i
>> still can't figure out how to make the print stylesheet find all the correct
>> images. i am using the notes plugin and printing the page without the notes
>> styling just doesn't cut it especially when i want to export the page to be sent
>> to our counterparts who doesn't have access to the manila network. i tried
>> following the tips in the net but still no dice. :(
>>
>> <snip>
>>
<snip>

--

-- 

--
"Programming, an artform that fights back"

Anuerin G. Diaz
Registered Linux User #246176
Friendly Linux Board @ http://mandrivausers.org/index.php
http://ramfree17.net/capsule , when you absolutely have nothing else better to do

_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

plug bert | 5 Jan 02:51
Picon
Favicon

force detect IDE as SCSI device

Hello All,

   We recently had nasty problems with one of our major servers running Centos 5.2 64-bit; based on the error
logs the problem stems from a "defective" IDE drive. 

   First we tried replacing the mobo; worked for a while, but ultimately we ended up with the same problem.

   Then we tried replacing the IDE drive; same problem

   Then we replaced everything -- the drive, the mobo, the RAID array; still ended up with the same problem.

   All the while we were getting DriveSeekComplete errors in the logs; the server also froze whenever there
was very heavy disk I/O on the IDE drive.

  We finally resorted to using CentOS 4.7; the problem went away. We noticed that the IDE device was detected
as sda, so we suspect the problem may be with the IDE driver that 5.2 is using.

  Is there a way of forcing the kernel to use a certain driver such that all devices are addressed as sd*? We may
need to use 5.2 soon, and we really wouldn't want to relive our personal nightmare before Christmas.

tia

      
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph


Gmane