From a4271dbebe08cf6244419d81900d8efa41f8ffd1 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 29 Dec 2022 16:25:23 +0000 Subject: [PATCH] corrections of fact --- handbook/computing/chromebook.html | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/handbook/computing/chromebook.html b/handbook/computing/chromebook.html index eff7489b2..c97bf5c26 100644 --- a/handbook/computing/chromebook.html +++ b/handbook/computing/chromebook.html @@ -25,20 +25,28 @@ You do not need to install any software to use a Chromebook (even a very old one

Survey Laptop Use - not really

-

But Chromebooks do not have any easy, simple way of running Tunnel, Survex or Therion. So you can't create a centre-line plot or trave over a centre-line plot to create a cave survey. +

Basically: No. -

To a very limited extent you can get around this by running Survex/Cavern on the expo server, where you can type in and edit survex files. This will serve to check for syntax errors. But it won't give you a .3d file you can visually spin around in 3D and you can't print out a centre-line plot. +

Chromebooks do not have any way of locally running Tunnel, Survex or Therion. So you can't create a centre-line plot or trave over a centre-line plot to create a cave survey. + +

To a very, very limited extent you can get around this for survex by running Survex/Cavern on the expo server, where you can type in and edit survex files. This will serve to check for syntax errors. But it won't give you a .3d file you can visually spin around in 3D and you can't print out a centre-line plot.

If you really want to run tunnel or therion you need to enable Linux (see below).

If you are a programmer, you can try an Android app (recent Chromebooks only) to run Java and then run Tunnel in that. Good luck. Let us know how you get on...

Bulk-update Laptop Use - tricky

-

This is when you need to handle large numbers of files. This is where you need to get the +

This is when you need to handle large numbers of files. This is where you would need to get the key-exchange thing sorted out so you can use ssh. -

OK, so you can't do any of the cave survey jobs with tunnel or therion, but there are some cave data management jobs you might want to do, such as restart the server or rename a whole load of files when a cave gets a kataster number, e.g. when Balkonhöhle got renamed from 2002-05 to 1623-264. +

OK, so you can't do any of the cave survey jobs with tunnel or therion, but there are some cave data management jobs you might want to do, such as +

+ +

This is where what you can do critically depends on precisely how old your Chromebook is. The oldest Chromebooks can't run Android apps or Chrome Browser Extensions either. Anything after 2019 should run Crostini (see below). -

With ssh, you can even log in to the server and reset all the data imports to troggle (nerds only).

Enabling ssh and scp - access Linux apps

You may not need to install any software to get scp or ssh running either: these are pre-installed on every Chromebook as part of ChromeOs, but getting to them is not so easy. @@ -50,9 +58,10 @@ Good luck. Let us know how you get on...

  • type shell which then puts you into a bash session
  • Now you can access ssh, ssh-keygen, sftp and scp (but not rsync) from the command line.
  • NB The default user is 'chronos' and they keys will be generated in /home/chronos/user/.ssh/ so generate them using the command ssh-keygen -C myrealname@mychromebook and get the public key copied ot the expo server as it instructs in Key Pair setup. +
  • You will need to remember to boot into Developer Mode every time you login, so this is extremely (probably unuseably) clunky. -

    Alternatively you can run the Chrome extension 'mosh', which achieves the same thing as ssh, but this will stop working at the end of 2022 unless someone re-writes it. but youu can run the Linux version if you enable Linux. +

    Alternatively you can run the Chrome extension 'mosh', which achieves the same thing as ssh, but this will stop working at the end of 2022 unless someone re-writes it.

    Or you could get rid of the Chromebook software entirely install a full Ubuntu system instead.