Re: Well now it's an Apache security rodeo...

2009-07-03 Thread Jim March
On Fri, Jul 3, 2009 at 11:41 PM, Bob Elzer wrote: > You might want to try installing webmin.   http://www.webmin.com/ > > It makes it easier to maintain you apache config file, webmin knows where > the files are for the different distros, so it will edit the correct ones > for you. Oh HELL yeah.

RE: Well now it's an Apache security rodeo...

2009-07-03 Thread Bob Elzer
You might want to try installing webmin. http://www.webmin.com/ It makes it easier to maintain you apache config file, webmin knows where the files are for the different distros, so it will edit the correct ones for you. _ From: plug-discuss-boun...@lists.plug.phoenix.az.us [mailt

RE: Ummm...need a little bit of router config help...

2009-07-03 Thread Bob Elzer
your right. I forgot I was able to get it working, but because the IP 's are dynamic, they are on mailing blacklist, so if a site uses one of the blacklists, you can't send mail to it. -Original Message- From: plug-discuss-boun...@lists.plug.phoenix.az.us [mailto:plug-discuss-boun...@lis

Re: Well now it's an Apache security rodeo...

2009-07-03 Thread Lisa Kachold
On Fri, Jul 3, 2009 at 8:03 PM, Jim March <1.jim.ma...@gmail.com> wrote: > On Fri, Jul 3, 2009 at 7:49 PM, Lisa Kachold > wrote: > > Verify your server will allow .htaccess file overrides: > > > > # locate httpd.conf > > # vi /etc/httpd/conf/httpd.conf (or whereever it is) > > > > place > > Direc

Re: Well now it's an Apache security rodeo...

2009-07-03 Thread Michael Butash
Use apache2.conf instead of httpd.conf on ubuntu, they structure the files differently... If you *must* modify httpd.conf or apache.conf under ubuntu, do so, but otherwise add a new file with the changes under /etc/apache2/conf.d and they will be *included* per apache That being said, ubuntu's ap

Re: Ummm...need a little bit of router config help...

2009-07-03 Thread Michael Butash
I have zoneminder running on a jaunty box for months now, apache never crashed once, or at least not until zoneminder filled the images from mocord. I don't think there's something in ibex's apache, I use it extensively for other things, only recently moving to jaunty for image builds. Check your

Re: Ooops, need a one liner!

2009-07-03 Thread Ryan Rix
On Fri 3 July 2009 4:14:52 pm Joseph Sinclair wrote: > mkdir ~/ogg-music > cd ~/music > find * -type d -exec mkdir -p ../music-ogg/'{}' \; > find * -name '*.ogg' -exec mv '{}' ../music-ogg/'{}' \; > > > Be sure to preserve the quoting above or it may not work... Sweet! I tried something similar (i

Re: Need help choosing a C++ STL book

2009-07-03 Thread Jerry Davis
On Thu, 2 Jul 2009 16:15:38 -0700 Micah DesJardins wrote: > ASU's 3rd floor of the Noble Science Library also has a pile of C++ > books including several on STL my Son is a student at SMCC, can he get into the ASU library? I am not a student. jerry -- Hobbit Name: Pimpernel Loamsdown Register

Re: Well now it's an Apache security rodeo...

2009-07-03 Thread Jim March
No, still no joy, from an external-to-the-local-net machine (my laptop on the Verizon card) it's like there's no security at all. Ummm...like help? :( Thanks, Jim --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe,

Re: Well now it's an Apache security rodeo...

2009-07-03 Thread Jim March
On Fri, Jul 3, 2009 at 7:49 PM, Lisa Kachold wrote: > Verify your server will allow .htaccess file overrides: > > # locate httpd.conf > # vi /etc/httpd/conf/httpd.conf (or whereever it is) > > Directory configuration in httpd.conf> Well I found the file (just one) but it's zero bytes...? > 1) Di

Re: Well now it's an Apache security rodeo...

2009-07-03 Thread Lisa Kachold
Verify your server will allow .htaccess file overrides: # locate httpd.conf # vi /etc/httpd/conf/httpd.conf (or whereever it is) 1) Directory Find your section with the tag and add "AllowOverride All" Options FollowSymLinks AllowOverride All Refs: http://httpd.apache.org/docs/1.3/m

Re: Ummm...need a little bit of router config help...

2009-07-03 Thread Eric Shubert
I second dyndns. I've used them for years. Their customer service is terrific, and their site pages are clean and simple. Their accounting is a little squirrelly, but livable. Bob Elzer wrote: > Do you have a firewall running on the server ? > > Try just serving a regular web page (Hello World

Re: Ummm...need a little bit of router config help...

2009-07-03 Thread Eric Shubert
I know of 3 qwest dsl customers who have no blocking on port 80 or 25. I haven't heard of qwest blocking any ports before this post. I know that they do have restrictions on using their outbound mail servers (mail must come from their email accounts, which is reasonable I suppose). Bob Elzer

Well now it's an Apache security rodeo...

2009-07-03 Thread Jim March
Sigh. OK, I've got all the IP/router stuff done. Kewl. Now to give it some password security! First thing I tried was the security settings within Zoneminder. Looked good, got to where login was needed for user "admin" on a password I set, cool, except couldn't see any images anymore - local or

Re: Ummm...need a little bit of router config help...

2009-07-03 Thread Jim March
I had to reboot everything - that's no longer my assigned IP :). And because I haven't been able to get security working, I'm not giving out the current one :D. Sorry. Jim On Fri, Jul 3, 2009 at 6:50 PM, Lisa Kachold wrote: > > > On Fri, Jul 3, 2009 at 6:34 PM, Lisa Kachold > wrote: >> >> Yes,

Re: Ummm...need a little bit of router config help...

2009-07-03 Thread Lisa Kachold
On Fri, Jul 3, 2009 at 6:34 PM, Lisa Kachold wrote: > Yes, Quest didn't block port 80 last I knew. > > But for best results, compile your own Apache2 (small)! > > > On Fri, Jul 3, 2009 at 5:43 PM, Jim March <1.jim.ma...@gmail.com> wrote: > >> Well it turns out my steenkin' Apache server crashed in

Re: Ummm...need a little bit of router config help...

2009-07-03 Thread Lisa Kachold
Yes, Quest didn't block port 80 last I knew. But for best results, compile your own Apache2 (small)! On Fri, Jul 3, 2009 at 5:43 PM, Jim March <1.jim.ma...@gmail.com> wrote: > Well it turns out my steenkin' Apache server crashed internally, I > *think*. It basically stopped serving web pages on

RE: Ummm...need a little bit of router config help...

2009-07-03 Thread Bob Elzer
Qwest only blocks port 25, I'm running a web on 80 it works ok. -Original Message- From: plug-discuss-boun...@lists.plug.phoenix.az.us [mailto:plug-discuss-boun...@lists.plug.phoenix.az.us] On Behalf Of Joseph Sinclair Sent: Friday, July 03, 2009 4:58 PM To: Main PLUG discussion list Sub

Re: Ummm...need a little bit of router config help...

2009-07-03 Thread Jim March
Well it turns out my steenkin' Apache server crashed internally, I *think*. It basically stopped serving web pages on me without me realizing it...even if I went to the camera server's console and went to "localhost" in a web browser. So...mucho thanks all but it turns out Port80 works with Qwest

Re: Ummm...need a little bit of router config help...

2009-07-03 Thread Joseph Sinclair
Jim March wrote: > OK...y'all aren't being clear yet...or maybe it's me :). > >>> I believe that the Quest DSL allows port 80 inbound, but I would check >>> this.<< > > Lesse...googling says "no block". Good...but just in case, how in > hell would I set both ends to use a higher port addy like

Re: Ummm...need a little bit of router config help...

2009-07-03 Thread Lisa Kachold
On Fri, Jul 3, 2009 at 4:57 PM, Joseph Sinclair wrote: > Lisa Kachold wrote: > > On Fri, Jul 3, 2009 at 3:59 PM, Jim March <1.jim.ma...@gmail.com> wrote: > > > >> Any idea what I've missed here? > > > > I believe that the Quest DSL allows port 80 inbound, but I would check > this. > > > > I think

Re: Ummm...need a little bit of router config help...

2009-07-03 Thread Jim March
OK...y'all aren't being clear yet...or maybe it's me :). >>I believe that the Quest DSL allows port 80 inbound, but I would check this.<< Lesse...googling says "no block". Good...but just in case, how in hell would I set both ends to use a higher port addy like 32769 or whatever? >>Try just ser

Re: Ummm...need a little bit of router config help...

2009-07-03 Thread Joseph Sinclair
Lisa Kachold wrote: > On Fri, Jul 3, 2009 at 3:59 PM, Jim March <1.jim.ma...@gmail.com> wrote: > >> Any idea what I've missed here? > > I believe that the Quest DSL allows port 80 inbound, but I would check this. > I think Lisa may have hit the problem here: Try setting the forward on the rout

Re: Ooops, need a one liner!

2009-07-03 Thread Joe
Not a one liner, but a small shell script. Remove the echo after you test it to actually move the files. --- cut here -- #!/bin/bash mus_dir="music" find ~/$mus_dir -name '*.ogg' -print0 | while read -d $'\0' file do nf=`echo $file | sed "s/$mus_dir/ogg_music/"` nd=`dirn

RE: Ummm...need a little bit of router config help...

2009-07-03 Thread Bob Elzer
Do you have a firewall running on the server ? Try just serving a regular web page (Hello World) to see if that works. You could try putting the server on the DMZ of the actiontec to see if the ports are working on the outside. if that works, maybe your have a problem with the forward. **Note

Re: Ummm...need a little bit of router config help...

2009-07-03 Thread Lisa Kachold
On Fri, Jul 3, 2009 at 3:59 PM, Jim March <1.jim.ma...@gmail.com> wrote: > Folks, > > I've successfully built a webserver (hosting Zoneminder camera images > and feed) for a friend's local business. First time I've ever done > this :). It's on their local net off an Actiontek "basic home router"

RE: Must have app list, desktop edition?

2009-07-03 Thread Bob Elzer
Teamspeak -Original Message- From: plug-discuss-boun...@lists.plug.phoenix.az.us [mailto:plug-discuss-boun...@lists.plug.phoenix.az.us] On Behalf Of Stephen Sent: Friday, July 03, 2009 10:59 AM To: Main PLUG discussion list Subject: Must have app list, desktop edition? So what is your l

Re: Ooops, need a one liner!

2009-07-03 Thread Joseph Sinclair
mkdir ~/ogg-music cd ~/music find * -type d -exec mkdir -p ../music-ogg/'{}' \; find * -name '*.ogg' -exec mv '{}' ../music-ogg/'{}' \; Be sure to preserve the quoting above or it may not work... Ryan Rix wrote: > Hey guys, > > I recently recovered about 20gb of ogg music off of my old laptop (

Ummm...need a little bit of router config help...

2009-07-03 Thread Jim March
Folks, I've successfully built a webserver (hosting Zoneminder camera images and feed) for a friend's local business. First time I've ever done this :). It's on their local net off an Actiontek "basic home router" (Qwest DSL). I've given the camera server box a static IP address, and told the r

Re: Must have app list, desktop edition?

2009-07-03 Thread kitepi...@kitepilot.com
Lynx... Benjamin Francom writes: > On Fri, Jul 3, 2009 at 11:06 AM, Eric Shubert wrote: > >> Stephen wrote: >> > So what is your list of apps that you install, every time on a new >> > machine, the handful of things that you "must" have and find yoruself >> > apt-getting yum installing or

Re: Ooops, need a one liner!

2009-07-03 Thread James Finstrom
On Fri, Jul 3, 2009 at 11:09 AM, Ryan Rix wrote: > Hey guys, > > I recently recovered about 20gb of ogg music off of my old laptop (or > rather, > a backup of it existing on my dad's computer) and decided to merge it with > my > current collection, which is about 90% mp3. I didn't think before I

Re: Must have app list, desktop edition?

2009-07-03 Thread Lisa Kachold
Good post. On Fri, Jul 3, 2009 at 2:26 PM, Joseph Sinclair wrote: > This started out simple, then I noticed I hadn't "adjusted" a machine here, > so I figured I'd take the opportunity to write down everything I end up > changing. I'm a bit surprised at the results. If I had more time (a lot > m

Ooops, need a one liner!

2009-07-03 Thread Ryan Rix
Hey guys, I recently recovered about 20gb of ogg music off of my old laptop (or rather, a backup of it existing on my dad's computer) and decided to merge it with my current collection, which is about 90% mp3. I didn't think before I merged them, but I ended up creating about 20 albums where th

Re: Must have app list, desktop edition?

2009-07-03 Thread Joseph Sinclair
This started out simple, then I noticed I hadn't "adjusted" a machine here, so I figured I'd take the opportunity to write down everything I end up changing. I'm a bit surprised at the results. If I had more time (a lot more time), I'd probably be better off rolling my own distro rather than d

Re: Firefox 3.5 Available

2009-07-03 Thread Jim March
For Ubuntu Jaunty, repos are at: http://webupd8.blogspot.com/2009/06/firefox-35-rc-1-ubuntu-repository-deb.html Seems faster and flash player is more stable and less jittery. Jim --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us

Firefox 3.5 Available

2009-07-03 Thread Lisa Kachold
You all know what to do? Wooh, Hooh! TraceMonkey, Ogg Theora vid, Vorbis audio, PRIVATE BROWSING MODE, LAB, native JSON, worker threads, ICC profiles, more... What’s New in Firefox 3.5 Firefox 3.5 is based on the Gecko 1.9.1 rendering platform, which has been under development for the past yea

Re: Must have app list, desktop edition?

2009-07-03 Thread Lisa Kachold
On Fri, Jul 3, 2009 at 10:59 AM, Stephen wrote: > So what is your list of apps that you install, every time on a new > machine, the handful of things that you "must" have and find yoruself > apt-getting yum installing or emergeing? > > -- > A mouse trap, placed on top of your alarm clock, will pr

Re: Must have app list, desktop edition?

2009-07-03 Thread James Finstrom
I always install virtuabox firefox and gimp Usualy install audacity K3B and amorak on KDE Geany for development Kate also good on kde for dev stuff Don't like gedit so much For music I now use rythmbox not overly impressed when I compare it to amorak but does the job On 7/3/09, Benjamin Fran

Re: Must have app list, desktop edition?

2009-07-03 Thread Benjamin Francom
On Fri, Jul 3, 2009 at 11:06 AM, Eric Shubert wrote: > Stephen wrote: > > So what is your list of apps that you install, every time on a new > > machine, the handful of things that you "must" have and find yoruself > > apt-getting yum installing or emergeing? > > > > vim/gvim ;) screen, gimp,

Re: Must have app list, desktop edition?

2009-07-03 Thread Jim March
Kolourpaint. This is basically MacPaint/MSPaint on steroids. It's a perfect simple photomanipulation tool if you don't want to get into "layers" and such...it has a "smooth scale" function to resize graphics, a decent special effects palette, basically has all the image manipulation stuff found i

Re: Must have app list, desktop edition?

2009-07-03 Thread Eric Shubert
Stephen wrote: > So what is your list of apps that you install, every time on a new > machine, the handful of things that you "must" have and find yoruself > apt-getting yum installing or emergeing? > vim/gvim ;) -- -Eric 'shubes' --- PLUG-discus

Must have app list, desktop edition?

2009-07-03 Thread Stephen
So what is your list of apps that you install, every time on a new machine, the handful of things that you "must" have and find yoruself apt-getting yum installing or emergeing? -- A mouse trap, placed on top of your alarm clock, will prevent you from rolling over and going back to sleep after yo

Re: Ham list

2009-07-03 Thread Stephen
Also I would at the very least get a listserv running with that volume majordomo comes to mind An it will have an pot in and put as well as anounce only lists On 7/2/09, Craig White wrote: > On Thu, 2009-07-02 at 19:11 -0700, Trent Shipley wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: S