User Tools

Site Tools


cst

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.txt · Last modified: 2023/10/13 13:28 by matthews