Tag: Linux

Report my Raspberry Pi model

Report my Raspberry Pi model

How to identify Raspberry Pi model details from the command line. Or, to put it another way, which Pi did I SSH into? To get the model: then read the revision from the table –OR– Then lookup the revision from https://elinux.org/RPi_HardwareHistory To get RAM details (if you have a Pi 4 with 2GB and a …

+ Read More

Linux Commands – top ten or thereabouts

Linux Commands – top ten or thereabouts

Commands I’m forever Googling… Command Does what? Example history Prints previously executed commands history !!!n!-n Re-executes a previous command:!! – last command (inc sudo !!)!n – command at history line n!-n – n commands ago !!sudo !!!702!-1 pwd Print Working Directory pwd rmdir Remove empty Directory rmdir rm Remove any Director rm locate find file …

+ Read More