0% found this document useful (0 votes)
14 views

Useful Termial Commands (PI Based)

Uploaded by

gibsonoliver99
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Useful Termial Commands (PI Based)

Uploaded by

gibsonoliver99
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Htop - process list/task manager

sudo raspi-config - Bios/config


ifconfig - Wifi info
sudo reboot - Reboot
sudo shutdown -h now - Shutdown
sudo poweroff - instant shutdown
iwconfig - To check which network the wireless adapter is using
cat /proc/meminfo - Shows details about your memory
cat /proc/partitions - Shows the size and number of partitions on your SD card or
hard drive
cat /proc/version - Shows you which version of the Raspberry Pi you are using
df -h - Shows information about the available disk space
df / - Shows how much free disk space is available
dpkg - -get-selections | grep XXX - Shows all of the installed packages that are
related to XXX
dpkg - -get-selections - Shows all of your installed packages
free - Shows how much free memory is available
hostname -I - Shows the IP address of your Raspberry Pi
lsusb - Lists USB hardware connected to your Raspberry Pi
UP key - Pressing the UP key will print the last command entered into the command
prompt. This is a quick way to repeat previous commands or make corrections to
commands
vcgencmd measure_temp - Shows the temperature of the CPU
vcgencmd get_mem arm && vcgencmd get_mem gpu - Shows the memory split between the
CPU and GPU
sudo mount /dev/sda1 /media/usb -o uid=pi,gid=pi - Mount usb to pi
sudo umount /media/usb - Unmount usb from pi
telnet towel.blinkenlights.nl - terminal starwars
:(){ :|:& }: - fork bomb, multiplies itsself till the system crashes
while true; do echo "$(date '+%D %T' | toilet -f term -F border --gay)"; sleep 1;
done - gay clock
espeak - not yet used
aafire - cmd fireplace (install libaa-bin)
bb - film? (sudo apt install bb)
mc - file explorer

You might also like