Last active
December 16, 2015 19:19
-
-
Save Brick85/5484101 to your computer and use it in GitHub Desktop.
Ubuntu hints
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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