Last active
March 15, 2017 00:27
-
-
Save copley/5dcc0c88def5248cbc795d74a66869ad to your computer and use it in GitHub Desktop.
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
Grep Commands: | |
http://www.tecmint.com/linux-grep-commands-character-classes-bracket-expressions/ | |
bash shell | |
export PS1=%n@%m:%c'$' | |
Image Conversion. | |
Shell command for image conversion. | |
Using magemagick - command | |
$ convert [file.png][out.jpg] | |
--see convert --help | |
Kernel: uname -r | |
Distro: lsb_release -a | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment