- All Computer Users Must Know How To...
-
Securely backup and restore our personal account data.
-
Restore and update our computer operating system.
-
Install new applications, as well as periodically update them.
-
Use chromebrew package manager to install tools which we can then execute from the command-line.
- This is no different from installing an app, except that these tools are all run from the command-line.
Chromebooks Default Shell Is Named crosh
- The bash shell is the linux standard, so we would prefer to run the bash shell instead of crosh.
- Using chromebrew, the 'Missing Package Manager' install git and python3 locally:
$ chromebrew install git python3
$ git version
$ python3 --version
-
The likelihood of this doing any damage to hardware or software is nil. The costs are $0.
-
Checking available local storage space both before and after installation is wise:
$ df -h
- Checking available memory is also wise:
$ free -m
-
Since those are two read-only commands, they therefore pose no threat at all, ever.
-
Only write commands pose ANY potential threats to our systems.
- REMINDER: All of this can be uninstalled should we wish to "back out".
-
We entered admin mode and damaged the chromebook operating system in some way.
-
We erased personal data that we need.
-
We opened up a terminal window and got stuck on the command-line.
-
PROBLEM 1: We opened a terminal, tried something, and got stuck on the command-line, which is admittedly cryptic and unforgiving.
-
PREVENTION: We reference our command-line statements prior to doing anything and discuss them thru chat.
-
Thru chat, ask someone with experience about the purpose, the result, the undos and possible threats are to our systems with ANY command-line statement.
-
PREVENTION: Use copy-paste and command-line history (arrow-up) to avoid typos.
-
CORRECTION: We can always undo what we did, provided we have backups of our data and a way to restore our system.
-
PROBLEM 2: We erased personal data that we need.
-
PREVENTION: We ought to be backing up our personal data to gdrive.
-
CORRECTION: Backup ALL of our local personal account data prior to doing ANY admin-access tasks.
-
PROBLEM 3: We entered admin mode and damaged the chromebook operating system in some way.
-
CORRECTION: Restore the operating system.
-
PREVENTION: Only use admin mode when necessary, and exit admin mode when no longer needed.
-
PREVENTION #2: Keep your system plugged in to avoid annoying hassles during admin-access tasks.
After reading this FAQ, you are welcome to bring any and all questions HERE
Return To Main README