User Tools

Site Tools


cst

This is an old revision of the document!


Computer Systems Technology

Welcome to the workshop!

Chromebook Service Manuals

ISO

ISOs are disk images. These can be “burned” onto USB sticks or CD/DVD Roms. They're often very large downloads, so I've mirrored the files locally. This saves our internet resources.

Utilities

  • Rufus (For making Windows bootable USB drives)
  • Etcher (for making Linux bootable drives)

Linux

Server

Windows

Server

Chromebooks

Appliance

Raspberry PI

Emulators

How To

Linux Tips

Useful Linux Commands

  • apropros - Useful for finding “appropriate” commands. i.e., apropros network will show useful commands related to networking.
  • man - RTM. Read The Manual. Enough said? i.e., man ls will let you read the manual for the command ls.
  • lshw - list hardware. Needs elevated privileges to properly probe all of the system's hardware. Also useful to pipe the output into a paginator for easy reading. i.e., sudo lshw | less will run the command with elevated privileges, then it pipes the output from that command into the text reader command less.

Ubuntu/Debian Linux

To open a terminal

CTRL-ALT-T

To run system updates

sudo apt update && sudo apt dist-upgrade -y

To install SSH Server

sudo apt install ssh

To install ifconfig

sudo apt install net-tools

arch linux

To rebuild the keyrings (nuclear option)

sudo rm -fr /etc/pacman.d/gnupg
sudo pacman-key --init
sudo pacman-key --populate archlinux manjaro
sudo pacman-key --refresh-keys

Technician Logs

Resources

System Notes

Nintendo 3DSXL

cst.1684327351.txt.gz · Last modified: 2023/05/17 12:42 by matthews