Re: [plug] Rack Server Suggestion

2011-01-18 Thread Brian Baquiran
Mike, I think we have some spare rackmount servers here that we're planning of disposing of. What school are you affiliated with? On Wed, Jan 19, 2011 at 10:59 AM, Michael Janapin wrote: > A friend of mine is donating a Dell 1600 to our school. However, > shipping it from the US would be costly.

Re: [plug] Rack Server Suggestion

2011-01-18 Thread Brian Baquiran
Seminary. > > On Wed, Jan 19, 2011 at 11:37 AM, Brian Baquiran > wrote: > > Mike, > > I think we have some spare rackmount servers here that we're planning of > > disposing of. What school are you affiliated with? > > > > On Wed, Jan 19, 2011 at 10:59 AM, Micha

Re: [plug] Rack Server Suggestion

2011-01-18 Thread Brian Baquiran
Oops, didn't mean for that to go to the list. On Wed, Jan 19, 2011 at 12:33 PM, John Homer H Alvero wrote: > 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

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 Brian Baquiran
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, Randell wrote: > > > On Wed, Jan 19, 2011 at 4:50 PM, seekuel wrote: > >> Hi Randell, >> >> May I ask if the web server is also restarted after the changes? > >

Re: [plug] The Philippines in Open Source Contributions

2011-02-16 Thread Brian Baquiran
I'm surprised it took so long for someone to bring these up: On Thu, Feb 17, 2011 at 3:25 PM, Zak Elep wrote: > > 1. Filipinos don't care. Fsck your POS software if I can't do XXX. > 2. Filipinos don't write good software. Or at least, they think they > can't write code as good as others. >

Re: [plug] Database Best Practices

2011-04-18 Thread Brian Baquiran
Depends on what you need to do with the data. Using the web host as slave is a good idea if the data is read-only, or if you never have to propagate changes back to the secure database. If you need to provide realtime access to the remote/secure database, consider using some other protocol (possi

Re: [plug] Perl and buffering

2011-09-26 Thread Brian Baquiran
Since this is CGI, buffering doesn't matter so much. The webserver will wait until the CGI program/script has terminated before sending the output to the client. If you need to force the webserver to send your program's output to the client immediately and while the CGI program is still running, u

Re: [plug] Pointers on starting X, then run browser and when it quits, automatically shutdown the computer

2011-10-28 Thread Brian Baquiran
su startx from inittab, run the browser from xinitrc. Do you need a window manager? On Fri, Oct 28, 2011 at 5:16 PM, Tito Mari Francis EscaƱo < titomarifran...@gmail.com> wrote: > Good day, > My task is to design a kiosk that will only display a web browser, Firefox > for now (I'd also appreciat

Re: [plug] Intentional Malicious Code in Open Source

2011-11-21 Thread Brian Baquiran
Yes. The programmer sold something. Such an exchange assumes good faith on both parties. Malicious intent is malicious intent. On Tue, Nov 22, 2011 at 8:47 AM, sirc saira wrote: > Hello guys, > > Supposed a programmer intentionally put a malicious code in his/her > program/software and sells it

[plug] Rootcon

2012-08-01 Thread Brian Baquiran
https://www.rootcon.org/ https://www.rootcon.org/xml/rootcon6/tracks/ Anyone been? Anyone going? B _ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

Re: [plug] PHL Cybercrime Law: Say goodbye to torrent and file-sharing

2012-10-02 Thread Brian Baquiran
We've all heard the horror stories of clueless IT departments instructing their users to use Tor for "security". Tor only offers anonymity, provided you don't send any identifying information through it. Anyone can run a Tor node and sniff the data going through it. (http://www.wired.com/threatlev

Re: [plug] PHL Cybercrime Law: Say goodbye to torrent and file-sharing

2012-10-02 Thread Brian Baquiran
are to subscription based VPN services. I haven't played around with it > yet. > > > On Tue, Oct 2, 2012 at 3:38 PM, Brian Baquiran wrote: > >> We've all heard the horror stories of clueless IT departments instructing >> their users to use Tor for "security&q

Re: [plug] Resuming a failed mail transfer

2016-07-20 Thread Brian Baquiran
> > Philippine Linux Users' Group (PLUG) Mailing List > > http://lists.linux.org.ph/mailman/listinfo/plug > > Searchable Archives: http://archives.free.net.ph > > > > > -- > Roberto Verzola > ___

Re: [plug] MOM suggestions

2008-05-19 Thread Brian Baquiran
ActiveMQ. --- netfilter9 <[EMAIL PROTECTED]> wrote: > Hello everyone anybody here can point me to a good > message oriented > middleware application that runs on linux. That i > will be using for a > project. Thanks in advance > > _ > Philippine Lin

Re: [plug] MOM suggestions

2008-05-20 Thread Brian Baquiran
Then look at Tivoli, but don't ask for message-oriented middleware when you're actually looking for systems management software. --- netfilter9 <[EMAIL PROTECTED]> wrote: > I mean like Micro$oft operations manager. > > On 5/20/08, Brian Baquiran <[EMAIL PROTECTED

Re: [plug] PLUG meetups (was Re: Building the Open Source Portfolio)

2008-05-21 Thread Brian Baquiran
--- Orlando Andico <[EMAIL PROTECTED]> wrote: > Nobody posts really interesting technical discourse > anymore. Or maybe it's just me. It's not just you. -- Cats just don't feel safe on a moving bicycle, no matter how much duct tape you use... _ Phi

Re: [plug] PLUG meetups (was Re: Building the Open Source Portfolio)

2008-05-21 Thread Brian Baquiran
One of the wonders of Linux today is that it just works! I'm working from home on an old PC I installed Ubuntu on, and were it not for my need to code I would probably never need to open up a terminal session. My fiancee uses it as well, and she doesn't know a thing about *nix/Linux. I think the

Re: [plug] Cebu Open Source Summit - June 23-24 - who's going?

2008-06-02 Thread Brian Baquiran
Wilson and I will be there. --- Orlando Andico <[EMAIL PROTECTED]> wrote: > Hi all, > > I've "discovered" that I'm going to this event in > Cebu later this > month. Who in the group is going to be there? might > be another > opportunity to meet up. -- Cats just don't feel safe on a moving bicyc

Re: [plug] ${0##*/}

2008-06-02 Thread Brian Baquiran
Look under "parameter expansion" in the bash manpage. --- Ramil Galib <[EMAIL PROTECTED]> wrote: > Hi all, > I saw in a script this line: > > cmd=${0##*/} # Command's basename > > Echoed the value of cmd and this returns -bash. > > I cant seem to figure out how this works. > > __

Re: [plug] Getting list of regular files (with whitespaces) using ls and AWK

2008-06-08 Thread Brian Baquiran
Oh wow. Now you're dissing Fooler, one of the most technically knowledgeable and sincerely helpful members on PLUG for as long as I can remember? Classy move. Don't let the door hit your ass on the way out. --- On Sun, 6/8/08, atreux <[EMAIL PROTECTED]> wrote: > From: atreux <[EMAIL PROTECTED

Re: [plug] Who sez GNU/Linux is too hard...

2009-10-06 Thread Brian Baquiran
On Wed, Oct 7, 2009 at 10:57 AM, david t. asuncion, jr. < daveasunc...@gmail.com> wrote: > Surprisingly, it doesn't matter to them. Its 50 - 50 for Windows and > Linux. Those for Linux are the first time PC users, while those for Windows > are those who had exposure to computers in the past. >

Re: [plug] Cannot run processes as regular user

2010-06-16 Thread Brian Baquiran
Is the system running in single-user mode? On Thu, Jun 17, 2010 at 1:17 PM, Holden Hao wrote: > strace doesn't help much. e.g., when I do: "#strace -ff sudo su -u >> tiger bash" at the end all I get is: >> >> execve("/bin/bash", ["bash"], [/* 16 vars */] >> +++ killed by SIGKILL +++ >> >> > I

Re: [plug] Turorial Fee

2010-11-25 Thread Brian Baquiran
Consider what's your time worth? what's your daily/hourly rate? your qualifications is your training structured or personalized cost of any hardcopy training materials or documentation you provide scope of training etc. On Thu, Nov 25, 2010 at 11:51 AM, Geruel M. Casibu < gmcas...@eglobalreach.net

Re: [plug] linux media server

2010-12-06 Thread Brian Baquiran
I use firefly/mt-daapd for sharing music on my linux box with Win/Mac notebooks. I also played around with Mediatomb and XBMC a while back but since my wife prefers to watch on the TV, I end up burning stuff to DVD and using the DVD player. On Tue, Dec 7, 2010 at 1:48 PM, Maverik wrote: > hi plu