Skip to content

Instantly share code, notes, and snippets.

@Brick85
Last active December 16, 2015 19:19
Show Gist options
  • Save Brick85/5484101 to your computer and use it in GitHub Desktop.
Save Brick85/5484101 to your computer and use it in GitHub Desktop.
Ubuntu hints
Resize terminal:
resize -s 25 80
Test HDD speed:
dd if=/dev/zero of=zeros bs=1M count=500 oflag=direct; unlink zeros
dd if=/dev/zero of=zeros bs=64k count=16k conv=fdatasync; unlink zeros
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment