Skip to content

Instantly share code, notes, and snippets.

View jnyryan's full-sized avatar
💭
Working on Search... and guess what - search is hard

John Ryan jnyryan

💭
Working on Search... and guess what - search is hard
View GitHub Profile
@jnyryan
jnyryan / setup-ubuntu.sh
Last active December 14, 2015 02:29
This is a script that I use to setup my Ubuntu12.04 LTS Desktop. It contains most of the libs and dependencies that I find are missing when I go to install other apps
#!/bin/sh
###################################################
# Install all manner of development dependencies
# on Ubuntu
###################################################
grep "my custom aliases" ~/.profile ||
{
echo "#my custom aliases" >> ~/.profile
#!/bin/sh
###################################################
# Install all manner of forensics tools
# on Ubuntu
###################################################
###################################################
# Disk Image tools
###################################################