Actual, real world, interface speeds and ranges: Wifi, USB, Ethernet, SATA, Bluetooth [CHART]

This chart can be very useful if you’re trying to figure out where a speed bottleneck is. The actual speed of actual data is usually quite different then the protocol limits for many reasons, on many levels. For instance, although USB 3.0 and SATA III have fairly similar speeds at 5Gbps and 6Gpbs respectively USB Read more about Actual, real world, interface speeds and ranges: Wifi, USB, Ethernet, SATA, Bluetooth [CHART][…]

The best 240GB SATA 3 6GB/s SSD (Solid State Drive) (Adata)

$53 new on eBay through newegg.com free shipping https://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&toolid=11800&pub=5575164288&campid=5337848787&mpre=http%3A%2F%2Fwww.ebay.com%2Fitm%2FADATA-Premier-SP550-2-5-240GB-SATA-III-TLC-Internal-Solid-State-Drive-SSD-ASP-%2F291583537127%3Fhash%3Ditem43e3bbafe7%3Ag%3AvYEAAOSw9N1V1yis

How to mount an additional persistant storage disk to a Google Cloud compute engine running Ubuntu 15.10 wily

From: https://cloud.google.com/compute/docs/disks/persistent-disks#create_disk sudo mkfs.ext4 -F -E lazy_itable_init=0,lazy_journal_init=0,discard /dev/disk/by-id/google-example-disk echo ‘/dev/disk/by-id/google-example-disk /mnt/example-disk ext4 discard,defaults 1 1’ | sudo tee -a /etc/fstab

How to fix the “device or resource busy’ error when trying to mount your Google Drive on your headless google cloud compute engine server running Ubuntu 15.10 wily [SOLVED]

I wanted to mount my Google drive onto my Google Cloud compute engine running Ubuntu 15.10 wily.  I also have my Google Cloud storage bucket mounted using gcsfuse. I tried all sorts of manual ways to validate the API keys the below is the only way that worked. The solution was to install lxdm, x2go, Read more about How to fix the “device or resource busy’ error when trying to mount your Google Drive on your headless google cloud compute engine server running Ubuntu 15.10 wily [SOLVED][…]