This file contains hidden or 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
| #!/bin/sh | |
| ################################################### | |
| # Install all manner of development dependencies | |
| # on Ubuntu | |
| ################################################### | |
| grep "my custom aliases" ~/.profile || | |
| { | |
| echo "#my custom aliases" >> ~/.profile |
This file contains hidden or 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
| #!/bin/sh | |
| ################################################### | |
| # Install all manner of forensics tools | |
| # on Ubuntu | |
| ################################################### | |
| ################################################### | |
| # Disk Image tools | |
| ################################################### |
NewerOlder