Skip to content

Instantly share code, notes, and snippets.

@ChrisTaylorDeveloper
Last active September 2, 2020 18:31
Show Gist options
  • Save ChrisTaylorDeveloper/88fdc00509b344a2fe7e437f61fafb7b to your computer and use it in GitHub Desktop.
Save ChrisTaylorDeveloper/88fdc00509b344a2fe7e437f61fafb7b to your computer and use it in GitHub Desktop.
Ubuntu cheatsheet

Ubuntu cheatsheet

reboot

sudo shutdown -r now

shutdown

sudo shutdown -h now

alter image

convert AnImage.png -resize 200x100 littleImage.jpg
convert -resize 50% myImage.png smallerImage.jpg

current Unix epoch time

date +%s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment