Re: [plug] OT: Suggestion for Wireless PPTP technology

2011-01-10 Thread John Homer H Alvero
What is PPTP? On Tue, Jan 11, 2011 at 11:51 AM, jan gestre wrote: > Hi Everyone, > Just want to ask what wireless technology do you think is best way > (technology) to connect multiple offices (2 kilometers apart), each branch > has its own LAN, and they need to access resources at the main off

Re: [plug] OT: Suggestion for Wireless PPTP technology

2011-01-10 Thread John Homer H Alvero
there's also Motorola and its cousins to help you. [1] http://ubnt.com/ [2] http://www.compex.com.sg/ On Tue, Jan 11, 2011 at 1:43 PM, Paolo Falcone wrote: > Isn't PPTP point-to-point tunneling protocol (a VPN technology) to begin with? > > On Tue, Jan 11, 2011 at 1:08 PM,

Re: [plug] OT: Suggestion for Wireless PPTP technology

2011-01-11 Thread John Homer H Alvero
, Jan 12, 2011 at 8:01 AM, jan gestre wrote: > > > On Tue, Jan 11, 2011 at 2:04 PM, John Homer H Alvero > wrote: >> >> Not sure if he meant PtP. Jan, you might want to look at products from >> Ubiquiti[1]. They are >> selling like peanuts state-side, but cost

Re: [plug] SSD Locally Available?

2011-01-16 Thread John Homer H Alvero
Hello Michael, I got 2 Vertex SSDs few months ago from PCX Shaw. It's not in their price list but you can order it from them. Usually takes a few days if it's locally available. I haven't tried this myself but if you want speed try SSDs + Raid0. Anyone tried that setup already? I would like to hea

Re: [plug] Rack Server Suggestion

2011-01-18 Thread John Homer H Alvero
For a moment i thought i could "Like" this post, then i realized this is not facebook. :) On Wed, Jan 19, 2011 at 12:24 PM, Brian Baquiran wrote: > Mike, > Yeah we have a whole pile of Supermicro rackmount servers of various sizes > here we would like to get rid of since we migrated to blades and

Re: [plug] Rack Server Suggestion

2011-01-18 Thread John Homer H Alvero
I didn't mean it that way. I mean you have 32 rack mount servers ready for disposal. Nice. Mind posting the specs? On Wed, Jan 19, 2011 at 12:47 PM, Brian Baquiran wrote: > Oops, didn't mean for that to go to the list. > On Wed, Jan 19, 2011 at 12:33 PM, John Homer H Alvero >

Re: [plug] How can I force PHP to use the libiconv version of iconv instead of the CentOS-installed glibc version?

2011-01-19 Thread John Homer H Alvero
Also check that your compiled module is in the right folder $ php -i | grep extension_dir On Wed, Jan 19, 2011 at 5:33 PM, Brian Baquiran wrote: > Did you edit /etc/httpd/conf.d/php.conf to use the newly compiled PHP module > (LoadModule directive)? > > > On Wed, Jan 19, 2011 at 5:00 PM, Rande

Re: [plug] How can I force PHP to use the libiconv version of iconv instead of the CentOS-installed glibc version?

2011-01-19 Thread John Homer H Alvero
It means if you dont have the full path in LoadModule directive, the supposed to be new module needs to be in /usr/local/lib/php/extensions/no-debug-non-zts-20090626 On Wed, Jan 19, 2011 at 5:54 PM, Randell wrote: > > > On Wed, Jan 19, 2011 at 5:38 PM, John Homer H Alvero

Re: [plug] IPv6

2011-02-06 Thread John Homer H Alvero
Hello Tony, I guess this is the best time to know more about IPV6 and how it inter-operate with IPv4. Not too many people know about IPV6 though it has been around for ages. Some questions: 1. If I have a web server and want to support IPV6, I need ISP support for that? I need to request IPV6 IP

Re: [plug] Nokia's Platform Is Burning

2011-03-01 Thread John Homer H Alvero
+1 On Tue, Mar 1, 2011 at 4:06 PM, Jaime Tiongson wrote: > Why close? This is the most active discussion recently here at PLUG. > > On 3/1/11, Michael Janapin wrote: >> Since I started this thread, >> >> I move that this discussion be closed. >> >> Sincerely, >> >> Mhac Janapin >> Baguio City, P

Re: [plug] Unable to Install DBD::Pg on Linux on RHEL 6.0

2011-03-08 Thread John Homer H Alvero
Make sure that PG *.so path is in /etc/ld.so.conf* and do ldconfig -v Note: Some perl modules will fail during tests so instead of doing "install ", i do "look ", then perl Makefile.PL;make;make install On Tue, Mar 8, 2011 at 11:11 PM, Ludwig Isaac Lim wrote: > Hi: > >      I'm unable to  use D

[plug] Ubuntu network manager

2011-03-14 Thread John Homer H Alvero
Hello, Quick question, in Ubuntu 10.10, how do I prevent Network Manager from managing an interface? Thanks _ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free

Re: [plug] Ubuntu network manager

2011-03-14 Thread John Homer H Alvero
also uninstall Network Manager if you want. > > > On Tue, Mar 15, 2011 at 12:59 AM, John Homer H Alvero > wrote: >> Hello, >> >> Quick question, in Ubuntu 10.10, how do I prevent Network Manager from >> managing an interface? >> >> Thanks >> ___

Re: [plug] Ubuntu network manager

2011-03-15 Thread John Homer H Alvero
f the interfaces can be nm-managed. Thanks. On Tue, Mar 15, 2011 at 12:46 PM, Michael Tinsay wrote: > > > > > - Original Message >> From: John Homer H Alvero >> To: Philippine Linux Users' Group (PLUG) Technical Discussion List >> >> Sent: Tuesd

Re: [plug] Ubuntu network manager

2011-03-15 Thread John Homer H Alvero
Thanks this did the trick after restarting /etc/init.d/network-manager On Tue, Mar 15, 2011 at 10:51 PM, Michael Tinsay wrote: > try this: > > auto wlan0 > iface wlan0 inet static > > > > > - Original Message >> From: John Homer H Alvero >>

Re: [plug] Disk Hash in Perl

2011-03-29 Thread John Homer H Alvero
Hello Ludwig, What exactly is the problem you are encountering right now? Is there any issue that you want to address? Maybe this issue can be taken from a different approach as the saying goes - theres more than one way to skin a cat (poor cat). On Tue, Mar 29, 2011 at 6:22 PM, Ludwig Isaac Li

[plug] Perl Hog

2011-04-05 Thread John Homer H Alvero
Hello, How do I purposely hog CPU (in all cores) in a controlled manner? By controlled manner I mean hogging CPU by 70% only or 80%. Thanks _ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable

Re: [plug] Perl Hog

2011-04-05 Thread John Homer H Alvero
Device/CPU.pm >> look at the load function >> >> On Wed, Apr 6, 2011 at 11:21 AM, John Homer H Alvero >> wrote: >>> >>> Hello, >>> >>> How do I purposely hog CPU (in all cores) in a controlled manner? By >>> controlled manner I

Re: [plug] Perl Hog

2011-04-12 Thread John Homer H Alvero
Hello Fooler, Sorry for the late reply. It's for an integration project. There's a trigger on CPU usage and CPU usage alone. I need to simulate simulate that CPU usage. On Sat, Apr 9, 2011 at 8:27 AM, fooler mail wrote: > On Wed, Apr 6, 2011 at 11:21 AM, John Homer H Alvero >

Re: [plug] Perl Hog

2011-04-12 Thread John Homer H Alvero
This works! Thanks. Mind explaining the general idea / concept? Maybe I can port it to perl. On Wed, Apr 13, 2011 at 6:21 AM, fooler mail wrote: > On Tue, Apr 12, 2011 at 9:29 PM, John Homer H Alvero > wrote: >> Hello Fooler, >> >> Sorry for the late reply. It'

Re: [plug] Perl Hog

2011-04-13 Thread John Homer H Alvero
when i saw > that mtv.. i got an idea how it works and taught this in computer > science department in our computer graphics subject right away aside > from 2d and 3d modelling when i was still in the philippines... > > fooler. > > On Wed, Apr 13, 2011 at 8:30 AM, John Homer H A

Re: [plug] Error compiling kernel

2011-09-26 Thread John Homer H Alvero
It looks like it has something to do kernel size. If im not mistaken, there is a maximum kernel size that you can compile or something to that effect. John On Mon, Sep 26, 2011 at 6:17 PM, Michael Tinsay wrote: > Hi. > I've been trying to compile the 3.0 kernel in Ubuntu Natty (11.04), but I > k

Re: [plug] Gov’t to set up ‘private cloud’ of servers to host e-mail, ICT services | Inquirer Technology

2012-05-01 Thread John Homer H Alvero
I'de guess a VMware-based cloud infra. On Tue, May 1, 2012 at 11:01 PM, fooler mail wrote: > On Tue, May 1, 2012 at 9:59 PM, Danny Ching wrote: >> Anyone familiar with this? Are they using Open Source? Or did the MS lobby >> win out again? >> >> http://technology.inquirer.net/10555/govt-to-set-u

Re: [plug] Gov’t to set up ‘private cloud’ of servers to host e-mail, ICT services | Inquirer Technology

2012-05-02 Thread John Homer H Alvero
Hello John, It is not clear in the article weather it will be delivered as IaaS, PaaS or Saas. Can anyone shed light on this? Other comments in this thread are pointing to SaaS but it's not indicated in the article. Upon reading "setting up it's own cloud", I assumed it's IaaS, the same services o

Re: [plug] Cloudstack

2012-07-23 Thread John Homer H Alvero
Jerome, Is booting from nova-volume supported already? How is it these days? John On Mon, Jul 23, 2012 at 12:43 PM, jgotan...@gmail.com wrote: > On Mon, Jul 23, 2012 at 12:33 PM, Anthony Florendo > wrote: >> Has anybody tried cloud stack or open stack? >> I heard there were some caveats on us

Re: [plug] Unable to open the application port in CentOS 5.8

2012-10-20 Thread John Homer H Alvero
on lpdza1, whats the output of netstat -tunlp ? check if the port is listening on the correct interface. On Sat, Oct 20, 2012 at 9:39 PM, Anuerin Diaz wrote: > They are using bridged networking. I am using Xen and starting to think > maybe I should have used Virtual box instead. :| > > ciao! >

Re: [plug] Unable to open the application port in CentOS 5.8

2012-10-20 Thread John Homer H Alvero
tioned here[1]. My problem now is how to make that WebLogic > instance listen to eth0, or can I make an iptable rule to redirect all 7028 > traffic to localhost? > > [1] http://serverfault.com/a/290006 > > > > On Sat, Oct 20, 2012 at 11:29 PM, John Homer H Alvero > wrote: >

Re: [plug] Linux distro in Filipino

2012-12-04 Thread John Homer H Alvero
It's alive! On Tue, Dec 4, 2012 at 9:49 PM, Kelsey Hartigan Go wrote: > Didn't know it died. > > -- > Kelsey Hartigan Go > > On Dec 4, 2012, at 9:12 PM, Michael Janapin wrote: > >> PLUG is alive!!! >> >> Sent from HTC Wildfire >> >> _ >> Philip

Re: [plug] off topic: Bayantel DNS

2013-02-18 Thread John Homer H Alvero
Any specific reason why it's necessary to use Bayantel's own DNS? If none, then google's public DNS is fine. On Mon, Feb 18, 2013 at 2:14 PM, Mark Anthony Delfin wrote: > Hi List, > > Slightly off topic. I am configuring a router to be sent to the Philippines > for a customer. Anybody knows the D

Re: [plug] cannot access AWS console on PLDT

2013-11-18 Thread John Homer H Alvero
Send tracert / mtr to netres_c...@pldt.com.ph On Mon, Nov 18, 2013 at 9:45 PM, Ben Adrian Sarmiento < benadriansarmie...@gmail.com> wrote: > Mine's fine. 8mbps business line btw. > On Nov 18, 2013 9:40 PM, "Robert Locke" wrote: > >> >> The plot thickens. I know at least 1 other person who ca

Re: [plug] cannot access AWS console on PLDT

2013-11-19 Thread John Homer H Alvero
Anyone still experiencing this issue? I was able to load console.aws.amazon.com since lastnite. On Wed, Nov 20, 2013 at 1:31 AM, Robert Locke wrote: > > Yup, that's my understanding as well Fooler. > > Tried JP's excellent idea of switching to PLDT's name servers, but no > dice. Still resol

Re: [plug] Linux on Smart Bro

2007-06-13 Thread John Homer H Alvero
Orly, Globe/Innove's DSL in Tacloban (the place where I came from) is very good. Here in Manila, I got Globe's broadband for 999 a month (768kbps + landline) but the service isn't the same. They have contractors who barely know how to troubleshoot the problem. I understand that this is or might be

Re: [plug] I want to setup linux for MEDIASERVER

2007-06-14 Thread John Homer H Alvero
Hello Orly, The Darwin streaming is interesting, I have it installed on my pc just right now. Can you point me to a how to? How to run the server, stream media, etc. On 6/15/07, Orlando Andico <[EMAIL PROTECTED]> wrote: > you can use darwin streaming server, the open source version of > quicktime

Re: [plug] recommendations for proxy server

2007-06-20 Thread John Homer H Alvero
Make sure that you download DG from a local mirror: http://mirrors.evis.net.ph/dansguardian/downloads/2/ Weee! On 6/21/07, jan gestre <[EMAIL PROTECTED]> wrote: > > > On 6/21/07, Lloyd Martin T. Yong <[EMAIL PROTECTED]> wrote: > > Why not try Squid, it is easy to setup. You can also > > use Dan

Re: [plug] linux on mac

2007-06-21 Thread John Homer H Alvero
Years ago (2003 or 2002) i tried running debian on a PPC. It's an old Mac and the original OS was mac os 7.x The bottom line, I wasn't able to install debian, the main problem was booting from the install CD. I know there's a secret incantation for that thing to boot. I just gave up. I was planning

Re: [plug] Free WIFI at Burger King

2007-06-27 Thread John Homer H Alvero
Just testing my e61i fr gloria jeans tacloban. On 6/28/07, Raul Martinez <[EMAIL PROTECTED]> wrote: > On 6/27/07, Reynald I. Ngo <[EMAIL PROTECTED]> wrote: > > > > I don't think BK Glorietta has, i was at BO Coffee (beside BK) last night > > and i didn't get any SSID from them. > > > > I remember

[plug] hardware for embedded applications

2007-07-05 Thread John Homer H Alvero
Anyone here know where I can find a local supplier for embedded hardware like what you can find here [http://www.dd-wrt.com/shop/catalog/index.php?cPath=29] I don't have a specific application in mind yet, but it sure is a good toy. _ Philippine Linu

Re: [plug] vsftpd weird problem on file permission

2007-07-17 Thread John Homer H Alvero
Try a umask of 000. umask 666 = 111 umask 555 = 222 Im not too sure on this. Try at your own risk. :) On 7/17/07, Mike A. <[EMAIL PROTECTED]> wrote: > Hi all, did anyone encountered this weird problem of vsftpd. > > We have vsftpd intalled in our server with conf of: > > local_umask=0022 > fi

Re: [plug] Recommended Pinoy Linux Parts, July 2007

2007-07-17 Thread John Homer H Alvero
Im also preping up a new box for home. I'm also looking at a good TV Card for MythTV. I'm thinking of one of those low power consumption CPU since i will be leaving the box online most of the time. Or, getting myself a mac mini, unless someone finds a good alternative and is equally powerful as Te

Re: [plug] Recommended Pinoy Linux Parts, July 2007

2007-07-17 Thread John Homer H Alvero
Hello Marvin, Yes I am thinking about a lower power CPU. Also, I am considering a "silent" system since i will be positioning the system inside my room. The reason why I am considering a mac mini is the OS, since I want to use TextMate. Here are the other things I am considering: 1. Video Card:

Re: [plug] BIND DNS QUERY

2007-08-09 Thread John Homer H Alvero
I once had a setup of "Gallery", a PHP based photo gallery in a 4 web server configuration. Infront is a Cisco Global Load Balancer (The setup is mainly used for a Coldfusion App). Whenever a user is logged in and after several requests, the session would time out, apparently, the next requests goe

Re: [plug] router "request time out"

2007-08-11 Thread John Homer H Alvero
Greg, Check if you don't have any IP conflicts. On 8/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > For over a month now, we have problem with our router (CISCO 2800 series). > A daily recurring "Request time out" of our router happens at certain time > between 10pm to 6am the following da

Re: [plug] Machine specs for SMTP server

2007-09-19 Thread John Homer H Alvero
Wow, I'm excited what the experts will say. 8M mails/day is about 92 mails / second. As for me, get the fastest server. Consider looking at: 1. Network bandwidth 2. CPU, memory 3. Disk IO 4. Choose a good MTA 5. Consider a load balanced environment 6. If you are serving web mail, choose a good /

Re: [plug] problem with bridged mode

2007-09-20 Thread John Homer H Alvero
I have a friend over here at the province who was able to configure his globelines broad band modem as bridge. The router that is doing pppoa is a dlink. The modem? I didn't bother to ask. I don't think you can do both pppoa and pppoe. If your area uses pppoe, then you cant use pppoa, vice versa.

Re: [plug] Any Joomla user here?

2007-09-30 Thread John Homer H Alvero
To the original poster, If you are worried about SEO, you should do 301 redirects. http://www.webconfs.com/how-to-redirect-a-webpage.php On 10/1/07, joebert jacaba <[EMAIL PROTECTED]> wrote: > you can use meta content refresh > > http://www.some.org/some.html";> > > http://www.google.com.ph/se

Re: [plug] Any Joomla user here?

2007-09-30 Thread John Homer H Alvero
://www.evis.net.ph/'); ?> On 10/1/07, John Peter Loh <[EMAIL PROTECTED]> wrote: > Just to add info, The PHP script uses 301. You can also set > mod_rewrite to do the same. > > OT ba to? > > On 10/1/07, John Homer H Alvero <[EMAIL PROTECTED]> wrote: > > To the origi

Re: [plug] apache caching

2007-10-17 Thread John Homer H Alvero
Isn't this the right behavior? User has to refresh the page before changes can be seen. :) If you really mean to see changes without refreshing the page, read more about AJAX. On 10/18/07, Sir June <[EMAIL PROTECTED]> wrote: > > Hi, > > i installed apache 2.2.3 with PHP support. The new versi

[plug] Email migration

2007-10-26 Thread John Homer H Alvero
Hello List, Any body know if a tool to migrate a number of email accounts from a POP server to a local maildir format? The source is using an obscure mail format so thats why I chose to pull the mails from POP, and the new mail system will use qmail/maildir format.

Re: [plug] Email migration

2007-10-26 Thread John Homer H Alvero
Thanks a lot. Will read about the software. On 10/26/07, Gideon Guillen <[EMAIL PROTECTED]> wrote: > On 10/26/07, John Homer H Alvero <[EMAIL PROTECTED]> wrote: > > Any body know if a tool to migrate a number of email accounts from a > > POP server to a local maildir

Re: [plug] [ORG] The Future of PLUG

2007-11-04 Thread John Homer H Alvero
> Re: job placement: well a "PLUG HR database" might not be such a bad > idea. It can be something as simple as having a "PLUG" LinkedIn > profile and anybody who wants to be linked to that profile (and whom > someone can write a testimonial for...) can be included. > Sounds like a great idea to m

Re: [plug] [ORG] The Future of PLUG

2007-11-04 Thread John Homer H Alvero
On 11/5/07, Louie Miranda <[EMAIL PROTECTED]> wrote: > plug.com.ph/members/ > > look at philweavers.net > > > On Nov 5, 2007 1:45 PM, John Homer H Alvero < [EMAIL PROTECTED]> wrote: > > > > > > > Re: job placement: well a "PLUG HR database&

Re: [plug] [ORG] The Future of PLUG

2007-11-04 Thread John Homer H Alvero
Or profiles.linux.org.ph, but we have to resolve the membership first and the ID, since only legitimate member should have access to profiles. On 11/5/07, Louie Miranda <[EMAIL PROTECTED]> wrote: > plug.com.ph/members/ > > look at philweavers.net > > > On Nov 5, 2007 1:45

Re: [plug] scripting question

2007-11-16 Thread John Homer H Alvero
ls -l FILE* | cut -d " " -f10 > NEWFILE :p On Nov 16, 2007 5:12 PM, Michael Tinsay <[EMAIL PROTECTED]> wrote: > > Hello script gurus, > > Suppose I have a text file with the content: > > FILE0 > FILE1 > FILE2 > > > Then I have three symlinks in my homedir: > > FILE0 -> /foo/bar > FILE1 -> /foobar

Re: [plug] OT: connecting two offices

2007-11-23 Thread John Homer H Alvero
wrote: > Other options, if you have a pair of dry copper between the 2 sites, > is to install VDSL (master/slave) modem -- speeds up to 8 mbps. or > HomePNA equipment. > Cheaper than the RAD Tinybridge systems. > > > > On Nov 23, 2007 9:44 PM, John Homer H Alvero <[EM

Re: [plug] OT: connecting two offices

2007-11-23 Thread John Homer H Alvero
Anyone in the list done this? LMR400 low loss cable is hard to find not to mention it's expensive. The connectors are hard to find also. If you really want to go WiFi and it's ok to get your hands dirty: usb wifi adaptor + any parabolic reflector you can think of + usb cables = poor man's wifi

Re: [plug] OT: connecting two offices

2007-11-23 Thread John Homer H Alvero
Nobody mentioned Patton [1] products. They have a local reseller/distributor but I forgot the name. Also, you might wanna check power line ethernet. No idea as to reliability/safety of these products, or as what cabling conditions will this product work. [1] http://www.patton.com/products/pe_pr

Re: [plug] OT: connecting two offices

2007-11-23 Thread John Homer H Alvero
Anyone in the list done this? LMR400 low loss cable is hard to find not to mention it's expensive. The connectors are hard to find also. If you really want to go WiFi and it's ok to get your hands dirty: usb wifi adaptor + any parabolic reflector you can think of + usb cables = poor man's wifi

Re: [plug] Fwd: radius reporting tool

2007-11-26 Thread John Homer H Alvero
RadiusReport. It takes a regular radius detail file as an argument. I'm not entirely sure what kind if reporting do you want. RR may become pretty slow since it's perl based and parses a possibly huge detail file. If your detail file is SQL based, RR is not for you. [1] http://www.pgregg.com/pro

Re: [plug] Fast broadband connection (Fort Bonifacio Area)

2007-12-13 Thread John Homer H Alvero
Hello Michael, We have a PLDT DSL here at the office and we pay around 4K a month. Like the rest us, the rate is for "business". During our first few months of the subscription, link goes down frequently. I called support almost once a day. Unlike Globe (who answers hotline atleast 30mins), you s

Re: [plug] Fast broadband connection (Fort Bonifacio Area)

2007-12-13 Thread John Homer H Alvero
I seldom get disconnection problems now. About once a day :) sometimes, none in a day. On Dec 14, 2007 1:03 PM, Michael Tinsay <[EMAIL PROTECTED]> wrote: > Did upping the SNR lessen the disconnections? > > - Original Message > > From: John Homer H Alvero <[

Re: [plug] Fast broadband connection (Fort Bonifacio Area)

2007-12-18 Thread John Homer H Alvero
http://www.speedtest.net/result/213070956.png That is using the nearest speedtest.net server. Reliability is excelent. Speed is consistent -- and I only get to pay 900++ a month. Yes it's a residential plan. As far as my area is concerned (san juan) link stays online for days, far more reliable th

Re: [plug] Mysql Audit Trail

2007-12-19 Thread John Homer H Alvero
Read about mysql Querylog http://dev.mysql.com/doc/refman/5.0/en/query-log.html On Dec 19, 2007 7:22 PM, Pio Ryan Lumongsod <[EMAIL PROTECTED]> wrote: > Sorry for the vague question. I'm asking for the audit trail for mysql > queries. > tia > > > > On Dec 19, 2007 3:13 PM, Ariz Jacinto <[EMAIL

Re: [plug] internet prepaid system

2007-12-19 Thread John Homer H Alvero
If you mean WiFi hot-spot, you need sort of captive portal system like Chillispot. Im sure there are other alternatives. Chillispot is included in DD-WRT firmware for some router/AP devices. I had my D-link DIR-300 flashed with above firmware and it works flawlessly. Also read about radius. On D

[plug] apt-setup / etch

2007-12-19 Thread John Homer H Alvero
Hello Debian Users, I am using Debian 4.0 and I can't seem to find apt-setup. Help! _ Philippine Linux Users' Group (PLUG) Mailing List plug@lists.linux.org.ph (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archiv

Re: [plug] [OT] Where to buy networking equipments

2008-02-04 Thread John Homer H Alvero
Years ago, I talked to them about Patton's ethernet extender. http://www.ocmanila.com On Feb 5, 2008 2:02 PM, Nelson Serafica <[EMAIL PROTECTED]> wrote: > > Sorry for the off-topic. > > I'm having a hard time looking for csu/dsu modem. Does anyone knows where I > can buy this item. We have Patt

Re: [plug] Compile error

2008-04-01 Thread John Homer H Alvero
Try adding this line in Makefile INCLUDE+=-I On Wed, Apr 2, 2008 at 11:10 AM, Allan T. Parreno <[EMAIL PROTECTED]> wrote: > > Hello, > > Im having problem compiling the ipp2p, any idea to resolve this error? > > [EMAIL PROTECTED] ipp2p-0.8.2]# make > make -C /lib/modules/2.6.24/build SUBDIRS

Re: [plug] Decrypting passwords

2008-05-02 Thread John Homer H Alvero
If LDAP can do plain text logging, this might be of help. If not, think something like an LDAP proxy to sit in between authenticating clients and the LDAP server, proxy will pass authentication to the LDAP server while logging in clear text. Now all you need to do is wait for all clients to authen

Re: [plug] [PLUG] How to add path in bash for Ubuntu

2008-11-24 Thread John Homer H Alvero
PATH=$PATH:/opt/lampp/bin export PATH or export PATH=$PATH:/opt/lampp/bin _ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

Re: [plug] mac OS X leopard on Pentium 4

2008-12-03 Thread John Homer H Alvero
Greg, Search for the kalyway torrent. For testing purposes I had it running on my Acer Aspire 4730Z (minus wifi and video acceleration, webcam works). There are specific hardware requirements for OSX to work on off the shelf hardware. Search for the hardware compatibility list (HCL). Installatio

Re: [plug] MSI Wind: Triple booting Ubuntu, Leopard, and WinXP

2008-12-20 Thread John Homer H Alvero
Great Post! How's video acceleration in Leopard? What about WiFi and other devices? On 12/20/08, Pablo Manalastas wrote: > > If you are interested in installing a netbook that triple boots Ubuntu, > Leopard, and WinXP, you might like to check out my blog: > > > http://ambospeak.blogspot.com/2008

Re: [plug] [OT] Hosting a DNS

2009-06-03 Thread John Homer H Alvero
Believe it or not, even the big ISPs can be dumb enough even for very simple concerns like PTR and classless DNS delegation. I had to point them to an RFC and send sample Bind config for their DNS to delegate records to my DNS server. This happened to me not only in with one or two ISPS, but with t

Re: [plug] Postfix (Mail Relay Server) messages treated as SPAM in YAHOO and MSN

2009-06-10 Thread John Homer H Alvero
You can make your own PTR record if you ask the your ISP for a reverse dns delegation. But it's a long shot if we are only talking about 1 or 2 ip addresses. Normally your ISP will not allow reverse DNS delegation for a very small number of IPs but if you have the right connections and if you are a

Re: [plug] Good but not expensive wifi Phone

2009-07-11 Thread John Homer H Alvero
And expect frequent charging of your handset. I tried this setup with a E61i. It works, but I cant leave E61i's WiFi on all the time, as this will drain the battery quickly. But it's okay for testing purposes, good luck. On Sun, Jul 12, 2009 at 10:23 AM, Jerome Gotangco wrote: > Just a word of

Re: [plug] New Linux Kernel Flaw Allows Null Pointer Exploits

2009-07-18 Thread John Homer H Alvero
http://milw0rm.com/exploits/9191 It looks like this only affects kernel 2.6.30. Nice find Jan. On Sat, Jul 18, 2009 at 9:33 PM, jan gestre wrote: > "A new flaw in the latest release of the Linux > kernel

Re: [plug] New Linux Kernel Flaw Allows Null Pointer Exploits

2009-07-18 Thread John Homer H Alvero
On Sat, Jul 18, 2009 at 9:33 PM, jan gestre wrote: > "A new flaw in the latest release of the Linux > kernel > gives > attackers the ability to exploit NULL pointer dereferences and bypass the >

Re: [plug] mysql cluster error 135

2009-08-10 Thread John Homer H Alvero
perror 135 says "No more room in record file". It could be a disk space problem. john On Tue, Aug 11, 2009 at 1:57 PM, Ron wrote: > Hi All, > > not sure if this is the right mailing list, but badly need the help. > > why do i have this error. i have recently setup a mysql cluster, i now > have a

Re: [plug] mysql cluster error 135

2009-08-11 Thread John Homer H Alvero
luster? > > Thanks > > regards > Ron > > John Homer H Alvero wrote: > > perror 135 says "No more room in record file". It could be a disk space > > problem. > > > > john > > > > On Tue, Aug 11, 2009 at 1:57 PM, Ron > <mailto:nha.

Re: [plug] PH Webhosting

2009-10-03 Thread John Homer H Alvero
See this link http://www.webhosting.info/webhosts/tophosts/Country/PH I'de go for web.com.ph. On a PLDT line, latency is only a few ms and they have excellent tech support. They have hotlines with people actually taking your call. Stay away from philhosting, they suck at everything. I'm speaking f

Re: [plug] Security: An important Linux fix

2009-11-09 Thread John Homer H Alvero
The default Ubuntu 9.10 kernel is also vulnerable to [1] MooseCox: Linux-2.X->Linux.2.6.31.unfixed pipe local root I have kernel 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 i686 GNU/Linux [1] http://www.grsecurity.net/~spender/enlightenment.tgz On Mon, Nov 9, 2009 at 4:22 P

Re: [plug] Qnap NAS, what can you say?

2009-11-10 Thread John Homer H Alvero
Greg, I have no experience with Qnap but you should consider Drobo. No experience with Drobo also but seems like a great product. As to manufacturing, there's a lot of great products made in China or Taiwan. Not all are the same though. You just have to make sure you have warranty. Read forums an

Re: [plug] Qnap NAS, what can you say?

2009-11-10 Thread John Homer H Alvero
HP vendor :) On Tue, Nov 10, 2009 at 11:36 PM, Anuerin Diaz wrote: > On Tue, Nov 10, 2009 at 11:22 PM, John Homer H Alvero > wrote: > > Greg, > > > > I have no experience with Qnap but you should consider Drobo. No > experience > > with Drobo also bu

Re: [plug] Code Review & SysAdmin of Election 2010 Computers

2010-02-01 Thread John Homer H Alvero
according to comelec, there is a backup plan in case transmission thru cell carriers is not possible (jammed signals including). but they will not divulge what this backup plan is. maybe, these jamming operators want to lure comelec into going to the backup plan so that necessary dagdag-bawas can

[plug] E-RPTS

2010-02-01 Thread John Homer H Alvero
Hello List, Anyone in the list successfully deployed this software? http://code.google.com/p/erpts/ Email me privately. John _ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: h

Re: [plug] Code Review

2010-02-02 Thread John Homer H Alvero
Hello Holden, One possible way of using the jammers for cheating is to trigger comelec to use "back up" plan and do cheating while in "back up" plan mode. again, we dont know what this backup plan is. On Wed, Feb 3, 2010 at 8:59 AM, Holden Hao wrote: > On Tue, Feb 2, 2010 at 11:53 PM, wrote:

Re: [plug] E-RPTS

2010-02-02 Thread John Homer H Alvero
erpts, including the latest one is vulnerable to an RFI. :) i dont think it has been disclosed but for the time being, just allow_url_fopen = no and other related configs. On Tue, Feb 2, 2010 at 11:32 PM, Marvin Pascual wrote: > On Tue, Feb 2, 2010 at 3:40 PM, John Homer H Alvero >

Re: [plug] Code Review

2010-02-08 Thread John Homer H Alvero
On Mon, Feb 8, 2010 at 10:49 PM, fooler mail wrote: > On Thu, Feb 4, 2010 at 12:31 PM, Junix Gaspar wrote: >> >> I wonder whats the proximity for a jammer... > > depends on the wattage and the height of its jamming device... > > the higher the wattage .. the longer its range... but you dont need

Re: [plug] Code Review

2010-02-08 Thread John Homer H Alvero
On Tue, Feb 9, 2010 at 12:10 PM, fooler mail wrote: > On Mon, Feb 8, 2010 at 11:08 PM, John Homer H Alvero > wrote: >> On Mon, Feb 8, 2010 at 10:49 PM, fooler mail wrote: >>> On Thu, Feb 4, 2010 at 12:31 PM, Junix Gaspar >>> wrote: >>>> >

Re: [plug] Bayan DSL Business for Web Hosting

2010-02-22 Thread John Homer H Alvero
Greg, It may be better for you to just get a reseller web hosting plan or coloc a server. When moving to coloc, consider other things like IP allocation, network layout of your existing network. You may loose some/all public IP addresses you currently have. Remember that aDSL usually has lower u

Re: [plug] "DIY" POS and the BIR

2010-04-22 Thread John Homer H Alvero
Clonezilla, worth taking a look. On Thu, Apr 22, 2010 at 2:24 PM, Sonny T. Cruz wrote: > Guys, > > Anybody knows how to create .img.. I want to create .img or back up as .img > my whole entire linux hard drive.. > Thank a lot.. > > Sonnyboy > > - Original Message - > From: "Rafael R. Sevi

Re: [plug] error in building the vmmon module in ubuntu 10.04 (Installing vmware server 2)

2010-05-06 Thread John Homer H Alvero
I quick google search gave me http://risesecurity.org/2010/04/02/vmware-server-2-0-2-update-patch-2/ That might be able to help you. On Fri, May 7, 2010 at 8:42 AM, AC Perdon wrote: > Hi, > > I'm trying to install vmware in ubuntu 10.04 using there install script > below is the error I got. >

Re: [plug] mysql maximum connections reach and terminated

2010-06-14 Thread John Homer H Alvero
Hello Allen, Please give more details about the setup. How do clients connect to the MySQL server. mysqlclient? php? odbc? some sort of java connector? if this is a web application, apache connection settings might also be of help. On Tue, Jun 15, 2010 at 1:11 PM, Allen Umlas wrote: > > Hi, >

Re: [plug] mysql maximum connections reach and terminated

2010-06-15 Thread John Homer H Alvero
you may want to activate slow query logs. On Tue, Jun 15, 2010 at 2:13 PM, Allen Umlas wrote: > Hi Homer, > > This is LAMP application, basically its a setup which support much of > the web applications with mysql and php support. > > --- On *Tue, 6/15/10, John Home

Re: [plug] Intel ATOM Mobo + Linux

2010-08-22 Thread John Homer H Alvero
Talking about plug computers, http://www.ionics-ems.com/plugcomputer.html That one got ./-ed few days ago. It turned out, they are Philippine based. Anyone got one of these from ionics already? Need feedback. On Mon, Aug 23, 2010 at 9:11 AM, Michael Tinsay wrote: > Currently, I'm playing arou

Re: [plug] Intel ATOM Mobo + Linux

2010-08-31 Thread John Homer H Alvero
Same here, took them days before i finally got a reply. On Wed, Sep 1, 2010 at 5:13 AM, Bopolissimus Platypus Jr wrote: > On Mon, Aug 23, 2010 at 2:07 PM, John Homer H Alvero > wrote: >> Talking about plug computers, >> >> http://www.ionics-ems.com/plugcomputer.html >

Re: [plug] number of databases exist on mysql

2010-09-20 Thread John Homer H Alvero
I haven't tried this but try enabling binary logging and use mysqlbinlog to parse the file. On Mon, Sep 20, 2010 at 1:05 PM, Allen Umlas wrote: > > Hi, > >      Does anyone knows how to show or count >  the number of databases exist in mysql? I'm referring to >  databases not the "count" comman

Re: [plug] Xen for home use

2010-10-06 Thread John Homer H Alvero
Hello Marlon, I think the the original poster was referring to xen.org and not Citrix XenServer. Although related, but they are two different things. For Xen, as long your hardware is supported by linux driver and you have a xen-aware kernel, you should be fine. As for Xen CitrixServer, yeah it ca

Re: [plug] WikiLeaks mirror sites

2010-12-09 Thread John Homer H Alvero
Must be broken geo-location data? The IPs and domain names doesn't look PH-based. If this is indeed PH based (machines inside PH) can anyone here shed some light? Any lawyer in the list? On Thu, Dec 9, 2010 at 5:31 PM, Roberto Verzola wrote: > This page shows a world map of sites mirroring WikiL