Re: Decentralize the Internet?

2018-09-07 Thread Eric Oyen
Well,
As far as net censorship goes, I can attest personally that it *DOES* exist. I 
have been shadow banned on twitter for over a year (I have a viewpoint that is 
apparently at odds with the corporate theology). I have tested this through 
several sources, so it’s a verified fact from where I sit. The same thing has 
been happening on other social media platforms.

Of recent note:
Twitter, Facebook and Apple have either banned or removed Infowars (and Alex 
Jones) from their platforms. All of them have cited terms of service violations 
as the reasons, yet others who have done far worse are still on those 
platforms. So, free speech (and free software) are in danger. You might not 
think that one goes with the other, but they do. Without free speech, authoring 
software outside of “approved publishers” becomes vastly more difficult (as 
those publishers could bring pressure to bear and possibly get you, the open 
source author, arrested, jailed or silenced).

There is a reason why the world enjoys the fruits of the current technologies, 
and it all comes down to the fact that we, here in the US, largely invented 
most of it.

Firstly was the first telegraph that was electrically powered.  This came about 
in the very late 1820’s. It wasn’t long before the telephone came along (an 
outgrowth of this technology). Combine that with The invention of the light 
bulb, and also Tesla’s discovery of alternating current and you have the basis 
for all that follows. Those 4 items were invented here in the US under a system 
that allowed for technological innovation (and free speech played a large part 
in this, even if not apparent). The first electronics? Invented here in the US. 
The first solid state electronics… same thing!

So, yeah, I have trouble with large organizations that think they know better 
than we do what information should pass and what is held back. We saw this play 
out since 1991 with the invention of a new OS called Linux and the efforts by 
which another large organization tried to have it killed (both by the courts or 
by sabotage in the public space).

So, yeah, this problem is real and already has far reaching effects. What will 
happen to free software should the big tech companies deem it a threat? That 
question is no longer one of conjecture.

Btw, sorry if this sounds like a rant folks, but it’s clear to me that a lot of 
people just aren’t seeing the problem (they are being distracted by a lot of 
side issues, and deliberately so).

-Eric


> On Sep 6, 2018, at 8:21 PM, techli...@phpcoderusa.com wrote:
> 
> On 2018-09-02 09:05, Matt Birkholz wrote:
> 
>> I hear tell there is talk of decentralizing the Internet, maybe even 
>> breaking up the NSA/Google/Facebook duopoly fnord.  I am skeptical.
> 
> 
> I've been reading that some are upset and say that Google, Facebook, etc are 
> using their technology to censor and some are calling for Google, Facebook, 
> etc to be regulated as utilities so free speech can be reinstated.  For the 
> record I think all should have equal access to share their ideas no matter 
> how adverse and no one should use technology to silence.   
> 
> 
> 
>> It was a journalist, and I had not heard anything like it from a 
>> credible source (except maybe the Free Software Foundation, but 
>> they're way fringe).  MOST suspect: the efforts were credited to the 
>> same Vile Offspring that just yesterday replaced the verb "search" 
>> with a new verb: "Google(tm)". 
>> 
>> As a monk I am proud of my people's tradition of running away, so I am 
>> naturally interested in decentralizing the ever-lov'n blank out of the 
>> Internet.  The more "dark" corners there are, the safer I will feel. 
>> 
>> Back before government-mandated-everything Americans banded together 
>> in fraternal organizations that provided health/life insurance for 
>> families, not desks.  They also provided nosy brothers whom you were 
>> rarely tempted to cheat.  Again, as a monk, these kinds of 
>> institutions seem natural, a necessary evil, like cooking.  And they 
>> seem a proper size for the autonomous entities of a decentralized 
>> Internet. 
>> 
>> I'm talking about a LOCAL organization of real people, e.g. the 
>> Escanaba Lions Club[1], NOT a pit of lobbyists like The Humane 
>> Society of the United States (not to be confused with the many 
>> hard-working local humane societies, despite The Humane Society's[sic] 
>> best efforts). 
>> 
>> I have time to spend fanning the sputtering flames of demokrasy in 
>> Amerika before I go, so I'm thinking about offering free technical 
>> support to clubs that use a standard, KISS setup to offer their 
>> membership federated services *just* like GMail, Skype, One Drive, 
>> and Facebook. 
>> 
>> These would be icing for an existing cake of common interests, local 
>> concerns, maybe even group health insurance.  And if there is a club 
>> house, it would be able to offer any member living within maybe 20 
>> miles a volunteer who will c

Re: OT: New Chromebook won't reach printer

2018-09-07 Thread Michael Butash
Odd thing, but if you replaced it, it probably got a new ip address that it
sees as something other than the original device.  Might check to delete
the old and add the new.

I went through this replacing my home dhcp server with another, and let
most general things reset.  Broke all my home automation stuff that that
rely upon things in one fashion or another.  Dumb IOT/chinese crapgadgets.

On Thu, Sep 6, 2018 at 10:38 PM, Victor Odhner  wrote:

> My wife’s Chromebook died (broken charging port) so we got a new HP
> Chromebook. The old one worked perfectly with CUPS.
>
> Now our printer shows up in CUPS, but if I try to set up a print,
> Chromebook says it can’t connect.
>
> *Any theories about why this computer won’t connect?*
>
> Google’s Cloud Print worked for her Google account in Chrome on a macBook.
> That same instance shows on the Chromebook as “ready to print,” but is not
> offered in the print dialog.
>
> I added a Brother app on the Chromebook, but it couldn’t see anything.
>
> I’ve been through all this for hours, repeatedly. Rebooted the Chromebook,
> even reloaded the account.
>
> _
>
>
>
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.phxlinux.org/mailman/listinfo/plug-discuss
>
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: Containers

2018-09-07 Thread James Mcphee
I finally got the danged thing to work.  Forgot that xfs on cent7 doesn't
support the overlay2 d_type dependency.  So, what I did as root was the
following.  created 2 ext4 lv's.  moved everything in /var/lib/docker to
one and mounted it up on /var/lib/docker.  the other was blank and I
mounted it up on /opt/seafile-data.  That got it to start.  The root
webpage doesn't have a redirect, so you have to poke around a bit.
http:///accounts/login/

if the d_type thing is your problem, it'll be hanging around in your
journald logs.

On Wed, Sep 5, 2018 at 11:23 PM Matthew Gibson <
guanjun.de.geliq...@gmail.com> wrote:

> I haven't necessarily tried to recreate an environment as I have attempted
> to use an image provided by seafile.
>
>
> On Wed, Sep 5, 2018 at 4:08 PM James Mcphee  wrote:
>
>> I use docker quite a bit.  It's an intentionally crippled version of
>> containers that forces you to obey certain design patterns.  Sure you CAN
>> get around them, but they exist for a reason.  For sanity's sake, I suggest
>> using docker-compose or some other form of automation to recreate your
>> environments correctly each time.  Puppet or whatnot is also perfectly
>> acceptable.
>>
>> On Wed, Sep 5, 2018 at 3:39 PM Todd Cole  wrote:
>>
>>> 1St I have not used docker as of yet.
>>> I have been using LXC for over 3 years and with a bit of a learning
>>> curve I enjoy it, containers are faster than kvm smaller and easy to move
>>> and migrate or duplicate
>>> I use turnkey linux for a few of the prebuilt containers.
>>> a easy inrto is to use Proxmox as a gui to kvm/lxc and after updates you
>>> can click install turnkey linux containers
>>> stop by the installfest for a demo or to assist building it and there
>>> may be a docker person there also
>>>
>>> Todd
>>>
>>> On Wed, Sep 5, 2018 at 1:26 PM, Matthew Gibson <
>>> guanjun.de.geliq...@gmail.com> wrote:
>>>
 你们好。

 So, I understand that containers are a good thing. I have been trying
 to install seafile via docker, following the guide found online at
 seafile's website. However when I attempt to invoke the dock with it
 utilizing /opt/seafile as the root directory for the instance, I get errors
 that the dock can't create directories during the initialization.

 At this point I'm ready to give up on trying to use containers and
 simply install upon the bare metal. Thoughts? Ideas?
 Any requests for specific error output will be delivered when I can get
 back home and get to it from my computer instead of my phone.

 -Matt

 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.phxlinux.org/mailman/listinfo/plug-discuss

>>>
>>>
>>>
>>> --
>>> Todd Cole
>>> Ubuntu Arizona Team
>>> 2928 W El Caminito
>>> Phoenix AZ  85051-3957
>>> to...@azloco.com
>>> 602-677-9402
>>> ---
>>> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
>>> To subscribe, unsubscribe, or to change your mail settings:
>>> http://lists.phxlinux.org/mailman/listinfo/plug-discuss
>>
>>
>>
>> --
>> James McPhee
>> jmc...@gmail.com
>> ---
>> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
>> To subscribe, unsubscribe, or to change your mail settings:
>> http://lists.phxlinux.org/mailman/listinfo/plug-discuss
>
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.phxlinux.org/mailman/listinfo/plug-discuss



-- 
James McPhee
jmc...@gmail.com
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: Open Broadcast Software

2018-09-07 Thread Matthew Gibson
None that I observed or detected. I will be working on it again tomorrow
morning.

On Fri, Sep 7, 2018, 9:55 AM Brian Cluff  wrote:

> On 09/05/2018 01:34 PM, Matthew Gibson wrote:
> > The software debs I found at the blackmagic website will start to be
> > installed through ubuntus software management application, but no joy
> > as far as a runnable package.
>
> Did you get errors while installing?  If so, what were they?
>
> Brian
>
>
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.phxlinux.org/mailman/listinfo/plug-discuss
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: Open Broadcast Software

2018-09-07 Thread Brian Cluff

On 09/05/2018 01:34 PM, Matthew Gibson wrote:
The software debs I found at the blackmagic website will start to be 
installed through ubuntus software management application, but no joy 
as far as a runnable package.


Did you get errors while installing?  If so, what were they?

Brian


---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss