[PLUG] Creating a home network

2016-05-11 Thread Richard Owlett
An underlying question: What should I be reading? I wish a blackbox which: 1. Connects 4 local machines via Ethernet [WiFi shall *NOT* be considered] A. A desktop with WinXP and multiple versions of Debian B. A laptop with WinXP Pro SP3 whose reason for existence is running SeaMonkey.

Re: [PLUG] Creating a home network

2016-05-11 Thread Larry Brigman
All of 1) can be handled by a network switch. Network switches can be chained together to allow more connections. 2) and 3) now required a wireless router something like the one I am using ASUS RT-AC66R. It has two USB ports and the option to handle alternate routing for a 3/4G modem. You can

Re: [PLUG] Creating a home network

2016-05-11 Thread Nat Taylor
a $35 raspberry pi with a 4 port switch connected to it ($ 17 on amazon, or wherever) Maybe run ubuntu snappy core with a squid proxy in docker? On Wed, May 11, 2016 at 4:15 AM, Richard Owlett wrote: > An underlying question: What should I be reading? > > I wish a blackbox

Re: [PLUG] Creating a home network

2016-05-11 Thread Nat Taylor
And some sort of end server. How about running openwrt on it? http://computers.tutsplus.com/articles/installing-openwrt-on-a-raspberry-pi-as-a-new-home-firewall--mac-55984 I'm sure there are plenty of software solutions, that's just the first or second one I found (the first one did Tor and

Re: [PLUG] Creating a home network

2016-05-11 Thread Richard Owlett
On 5/11/2016 9:51 AM, Larry Brigman wrote: > All of 1) can be handled by a network switch. Network switches can be > chained together to allow more connections. > 2) and 3) now required a wireless router something like the one I am using > ASUS RT-AC66R. > It has two USB ports and the option to

Re: [PLUG] Creating a home network

2016-05-11 Thread Nat Taylor
"And some sort of DNS server" - Damn you autocorrect On Wednesday, May 11, 2016, Nat Taylor wrote: > And some sort of end server. How about running openwrt on it? > http://computers.tutsplus.com/articles/installing-openwrt-on-a-raspberry-pi-as-a-new-home-firewall--mac-55984

Re: [PLUG] Creating a home network

2016-05-11 Thread Richard Owlett
On 5/11/2016 10:00 AM, Nat Taylor wrote: > a $35 raspberry pi with a 4 port switch connected to it ($ 17 on amazon, or > wherever) > Maybe run ubuntu snappy core with a squid proxy in docker? Never thought of a Pi. Will have to research accessories (including enclosures optimally with integral

Re: [PLUG] Creating a home network

2016-05-11 Thread Keith Lofstrom
On Wed, May 11, 2016 at 07:51:45AM -0700, Larry Brigman wrote: > All of 1) can be handled by a network switch. Network switches can be > chained together to allow more connections. Surplus stores. Plenty of perfectly good 10/100 8 port (even 24 and 32 ports) switches out there, replaced by

[PLUG] Explanation for mupdf warning?

2016-05-11 Thread Rich Shepard
Viewing a PDF document using mupdf shows this warning on the virtual console: 'warning: premature end of data in flate filter'. My web search turned up on hits on what this really means. Can anyone here explain it to me? Just curious, Rich ___

Re: [PLUG] Creating a home network

2016-05-11 Thread Larry Brigman
Remember he is in outer Missouri, not Portland metro. On May 11, 2016 10:13 AM, "Keith Lofstrom" wrote: > On Wed, May 11, 2016 at 07:51:45AM -0700, Larry Brigman wrote: > > All of 1) can be handled by a network switch. Network switches can be > > chained together to allow more

[PLUG] OS alternative to CONNECT:Direct Secure+

2016-05-11 Thread Daniel Herrington
All, I'm wondering if anyone is familiar with this tool? There is a suggestion by the our vendor to use it, but it simply looks like a secure ftp solution that IBM is charging for. I'm investigating what features CONNECT offers, but wondering if anyone has had first hand experience with it and

Re: [PLUG] Creating a home network

2016-05-11 Thread King Beowulf
On 05/11/2016 04:15 AM, Richard Owlett wrote: > An underlying question: What should I be reading? > > I wish a blackbox which: > > 1. Connects 4 local machines via Ethernet [WiFi shall *NOT* be > considered] > A. A desktop with WinXP and multiple versions of Debian This one is your black

[PLUG] Does anyone have experience installing OpenBSD and/or a Live CD I could use?

2016-05-11 Thread Vedanta Teacher
Greetings, Does anyone have experience installing OpenBSD for civilian use and/or a Live CD set? I have a relatively new Dell Insperon lap top W/6 gigs RAM and 1 TB HDD . 3000 series, model 3558., Intel i3-5051U so, I'm 99.9%+ sure its an AMD64 type of chip. #0: I don't have a Live CD so I

Re: [PLUG] Does anyone have experience installing OpenBSD and/or a Live CD I could use?

2016-05-11 Thread David
On 05/11/2016 06:59 PM, Vedanta Teacher wrote: > Greetings, > >Does anyone have experience installing OpenBSD for civilian use and/or a > Live CD set? > > I have a relatively new Dell Insperon lap top W/6 gigs RAM and 1 TB HDD . > 3000 series, > model 3558., Intel i3-5051U so, I'm 99.9%+ sure

Re: [PLUG] Does anyone have experience installing OpenBSD and/or a Live CD I could use?

2016-05-11 Thread John Jason Jordan
On Wed, 11 May 2016 18:59:27 -0700 Vedanta Teacher dijo: > Does anyone have experience installing OpenBSD for civilian use > and/or a >Live CD set? In anticipation of seeing you at the Clinic I decided to download the latest OpenBSD, which I understand is 5.9. I

[PLUG] Installing OpenBSD & Xenocara ...

2016-05-11 Thread Vedanta Teacher
Everyone, I had forgotten, I did also want to install Xenocara, the graphical face for OpenBSD. I am learning terminal commands but it will take me a while to get up to speed but I am looking forward to it. Thank You, Paul W. ___ PLUG mailing list

Re: [PLUG] Does anyone have experience installing OpenBSD and/or a Live CD I could use?

2016-05-11 Thread Vedanta Teacher
David, Indeed, I poured through the Man pages & I have a copy of Absolute OpenBSD and I followed the instructions as closely as I could. I was just pondering if I should install 5.8 & Xenocara (I have a second post on Xenocara) , see how it works and take it from there. I did still want to

Re: [PLUG] Does anyone have experience installing OpenBSD and/or a Live CD I could use?

2016-05-11 Thread Neal
Wild guess here but you should only have the .iso image of the install CD on the computer you're using to burn the CD. You need to burn the .iso file to the CD _as an ISO image_, not burn the .iso file itself. Usually CD burning software gives you the option, and Windows even has it built-in, or

Re: [PLUG] Creating a home network

2016-05-11 Thread Richard Owlett
On 5/11/2016 11:19 AM, Nat Taylor wrote: > pfSense might be worth looking into. It won't run on the pi though, you'd > need an old desktop or a router with a x86 or x86_64 in it. That's the pro > solution. Alpine Linux would, however, work on the pi. It may be some connectivity Issues I'm

[PLUG] Clinic on Sunday

2016-05-11 Thread wes
Reminder, the Linux Clinic is this Sunday. Bring your ailing systems or questions and we will try to help, or at least get you pointed in a useful direction. -wes ___ PLUG mailing list PLUG@lists.pdxlinux.org

Re: [PLUG] Does anyone have experience installing OpenBSD and/or a Live CD I could use?

2016-05-11 Thread Vedanta Teacher
Neal, Thank you, I'll try that too. I did have one CD that only had a [ install59.iso ] file. I'll try what you suggested in the morning. I feel like I need Star Trek music or something... Paul W. On Wed, May 11, 2016 at 9:12 PM, Neal wrote: > Wild guess here but you

[PLUG-ANNOUNCE] Clinic on Sunday

2016-05-11 Thread wes
Reminder, the Linux Clinic is this Sunday. Bring your ailing systems or questions and we will try to help, or at least get you pointed in a useful direction. -wes ___ PLUG-announce mailing list PLUG-announce@lists.pdxlinux.org