Re: Google drive chromebook

2018-09-09 Thread Carl Parrish
I have a Google Pixel Book 2. While I do still carry my MBP around with me
I find I increasingly don't need it. The cloud 9 IDE (
https://aws.amazon.com/cloud9/?p=tile) is pretty good. If you work with VS
Code https://stackblitz.com/ is very close to being all you need. I prefer
Webstorm myself and now can run the Linux version natively on my
pixelbook before I could with Cruton -
https://www.linux.com/learn/how-easily-install-Ubuntu-Chromebook-crouton%20 -
but as long as I have an internet connection and can access AWS or ssh into
my servers there is nothing stopping me from getting real work done from my
Chromebook. I have 64 gb of hard drive space I think if I was going to do
it again I would upgrade to the 128 GB (now that I can run docker on my
Chromebook a bit of hard drive space is nice) but with 3 TB of cloud space
(I think that came with 3 years through Google) I'm not hurting with it as
a laptop at all.

On Sun, Sep 9, 2018 at 9:23 AM Kevin Fries  wrote:

> Always remember that a Chromebook is ment to be a connected device.  I use
> mine all the time.  But while it can replace my desktop 70%-80% of the
> time, there are times as a Linux professional where I need a laptop.  So, I
> still have my Arch laptop (for software development because it has better
> tools than online and a bigger screen).  So I try to only store locally
> what I MUST.  Passwords are stored via LastPass so they move between
> Chromebook and Desktop.  Files are stored on Google Drive or Dropbox for
> the same reason.
>
> There is a local download on your Chromebook, but I would really try not
> to use that for anything that is not ephemeral.  It is how the device was
> designed to be used.
>
> Kevin
>
> Sent from BlueMail 
> On Sep 8, 2018, at 9:00 AM, Michael  wrote:
>
>> I got a chromebook. I just figured out how to open the file manager for
>> it (yeaaa me!) but I can't figure out where the "Downloads" is saved. Is
>> that saved on the computer? I think so but I just want a verification
>>
>> --
>> :-)~MIKE~(-:
>>
>
>> 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
---
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: bonding

2018-09-09 Thread Jim

Thanks for the reply.  You saved me hours of fighting with it.


On 09/09/2018 01:30 PM, Michael Butash wrote:

Keep in mind, bonding nics does not magically give you n+x throughput...

By nature of the technology, there are flow hashes created off 
source/dest mac, ip, or port, that keeps your flows "stuck" to a 
particular computes hash path.  So if you have a single tcp connection 
with same source, destination, and port (ie backup or cifs filer 
session), it will NOT balance across multiple pipes, but rather will 
just fill one of n in the link aggregation bundle.  There are bond 
settings to control this, but will still ultimately be a limitation 
whether you're talking a linux server or a high-end cisco nexus 
switch.  This works great only when you're a service provider with 
lots of little connections to spread out, not so much a few major blasts.


This is a popular misconception among non-networking folks that simply 
bonding multiple circuits gives your more bandwidth, but entirely not 
the case.  If you need more than 100mb, you 1gb.  If you need more 
than 1gb, you go 10gb, etc. Bonding is more for redundancy than 
throughput imho.


-mb

On Sun, Sep 9, 2018 at 1:09 PM, Aaron Jones > wrote:


You are still limited by the pipe and the sending/receiving box.
It’s probably not gonna work like you think. You will most likely
slow your connection down.

But ...

https://askubuntu.com/questions/53499/how-to-merge-multiple-internet-connections-into-one



Try it out and report back.


On Sep 9, 2018, at 1:03 PM, Jim mailto:jim.nant...@comcast.net>> wrote:


My computer has 100 megabit ethernet on the motherboard.  I've
disabled that so I can use the gigabit ethernet card I added.  If
I were to bond those adapters, could i get 1.1 gigabit?  How
would I do this?

thanks


---
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





---
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: bonding

2018-09-09 Thread Herminio Hernandez Jr.
For bonding it is never a good idea to bond different port speeds. 

Sent from my iPhone

> On Sep 9, 2018, at 1:09 PM, Aaron Jones  wrote:
> 
> You are still limited by the pipe and the sending/receiving box. It’s 
> probably not gonna work like you think. You will most likely slow your 
> connection down. 
> 
> But ... 
> https://askubuntu.com/questions/53499/how-to-merge-multiple-internet-connections-into-one
> 
> Try it out and report back. 
> 
> 
>> On Sep 9, 2018, at 1:03 PM, Jim  wrote:
>> 
>> My computer has 100 megabit ethernet on the motherboard.  I've disabled that 
>> so I can use the gigabit ethernet card I added.  If I were to bond those 
>> adapters, could i get 1.1 gigabit?  How would I do this?
>> 
>> thanks
>> 
>> 
>> ---
>> 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
---
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: bonding

2018-09-09 Thread Michael Butash
Keep in mind, bonding nics does not magically give you n+x throughput...

By nature of the technology, there are flow hashes created off source/dest
mac, ip, or port, that keeps your flows "stuck" to a particular computes
hash path.  So if you have a single tcp connection with same source,
destination, and port (ie backup or cifs filer session), it will NOT
balance across multiple pipes, but rather will just fill one of n in the
link aggregation bundle.  There are bond settings to control this, but will
still ultimately be a limitation whether you're talking a linux server or a
high-end cisco nexus switch.  This works great only when you're a service
provider with lots of little connections to spread out, not so much a few
major blasts.

This is a popular misconception among non-networking folks that simply
bonding multiple circuits gives your more bandwidth, but entirely not the
case.  If you need more than 100mb, you 1gb.  If you need more than 1gb,
you go 10gb, etc.  Bonding is more for redundancy than throughput imho.

-mb

On Sun, Sep 9, 2018 at 1:09 PM, Aaron Jones  wrote:

> You are still limited by the pipe and the sending/receiving box. It’s
> probably not gonna work like you think. You will most likely slow your
> connection down.
>
> But ...
> https://askubuntu.com/questions/53499/how-to-merge-
> multiple-internet-connections-into-one
>
> Try it out and report back.
>
>
> On Sep 9, 2018, at 1:03 PM, Jim  wrote:
>
> My computer has 100 megabit ethernet on the motherboard.  I've disabled
> that so I can use the gigabit ethernet card I added.  If I were to bond
> those adapters, could i get 1.1 gigabit?  How would I do this?
>
> thanks
>
>
> ---
> 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
>
---
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: bonding

2018-09-09 Thread Aaron Jones
You are still limited by the pipe and the sending/receiving box. It’s probably 
not gonna work like you think. You will most likely slow your connection down. 

But ... 
https://askubuntu.com/questions/53499/how-to-merge-multiple-internet-connections-into-one

Try it out and report back. 


> On Sep 9, 2018, at 1:03 PM, Jim  wrote:
> 
> My computer has 100 megabit ethernet on the motherboard.  I've disabled that 
> so I can use the gigabit ethernet card I added.  If I were to bond those 
> adapters, could i get 1.1 gigabit?  How would I do this?
> 
> thanks
> 
> 
> ---
> 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

bonding

2018-09-09 Thread Jim
My computer has 100 megabit ethernet on the motherboard.  I've disabled 
that so I can use the gigabit ethernet card I added.  If I were to bond 
those adapters, could i get 1.1 gigabit?  How would I do this?


thanks


---
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-09 Thread Brian Cluff
I've installed the blackmagic drivers on my machine (kubuntu 18.04) that 
is using the exact same kernel successfully, and without problems


Perhaps the driver is failing the DKMS driver compilation because you 
are missing the kernel headers.


Try doing:

sudo apt install linux-headers-generic

That should allow the drivers to compile successfully.

Hope that helps,
Brian

On 09/08/2018 01:03 PM, Matthew Gibson wrote:
so, As I have been working on this problem. There are no snaps for the 
specified software: desktopvideo, desktopvideo-gui, mediaexpress. 
While attempting to install them via the deb, I get dependency 
problems revolving around dkms. While attempting an 'apt --fix-broken 
install' I get this output: https://pastebin.com/AtwWb8UR (note: paste 
will be up only 1 week from this email send date)


So at this time All I want is to be able to use the capture device 
with OBS. I imagine I am attempting to go the long way to get to where 
I want to be.
lspci -vv outputs: 02:00.0 Multimedia video controller: Blackmagic 
Design Intensity Pro

    Subsystem: Blackmagic Design Intensity Pro
    Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- 
ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- 
SERR- 
    Interrupt: pin A routed to IRQ 255
    Region 0: Memory at f7c0 (32-bit, non-prefetchable) [disabled] 
[size=1M]
    Region 1: Memory at f7b0 (64-bit, non-prefetchable) [disabled] 
[size=1M]

    Capabilities: 
I'm going to start poking around for how to build a kernel module to 
enable the blackmagic design card



On Fri, Sep 7, 2018 at 10:43 AM Matthew Gibson 
mailto:guanjun.de.geliq...@gmail.com>> 
wrote:


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 mailto:br...@snaptek.com>> 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


---
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: Google drive chromebook

2018-09-09 Thread Kevin Fries
Always remember that a Chromebook is ment to be a connected device.  I use mine 
all the time.  But while it can replace my desktop 70%-80% of the time, there 
are times as a Linux professional where I need a laptop.  So, I still have my 
Arch laptop (for software development because it has better tools than online 
and a bigger screen).  So I try to only store locally what I MUST.  Passwords 
are stored via LastPass so they move between Chromebook and Desktop.  Files are 
stored on Google Drive or Dropbox for the same reason.

There is a local download on your Chromebook, but I would really try not to use 
that for anything that is not ephemeral.  It is how the device was designed to 
be used.

Kevin

⁣Sent from BlueMail ​

On Sep 8, 2018, 9:00 AM, at 9:00 AM, Michael  wrote:
>I got a chromebook. I just figured out how to open the file manager for
>it
>(yeaaa me!) but I can't figure out where the "Downloads" is saved. Is
>that
>saved on the computer? I think so but I just want a verification
>
>--
>:-)~MIKE~(-:
>
>
>
>
>---
>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