Public Notes on
View Public Collections
"A simple Homebrew extension adding Growl support." #homebrew #commands #Mac #pub
Show More
"Try to scrape formula information from @formula.homepage." #homebrew #commands #Mac #pub
Show More
"External script for homebrew to simplify starting services via launchctl, out of the box support for any formula which implements #startup_plist." #homebrew #commands #Mac #pub
Show More
"Searchable descriptions for Homebrew formulas What is it? It's an external command for Homebrew. It provides short descriptions for many Homebrew packages, and I hope to eventually include all Homebrew packages. You can also search for packages by description." #homebrew #commands #Mac #pub
Show More
brew-refresh.rb gist.github.com
"# adds 'brew refresh' as an external command, which essentially does # 'brew update' followed by 'brew outdated'" #homebrew #commands #Mac #pub
Show More
sudo find / -iname *.app > ~/Desktop/EveryMacDotApp.txt #cli #mac #*nix #basics #commands #shell #organization #pub
Show More
Check Ubuntu Version www.howopensource.com
lsb_release -a more /etc/lsb-release #dev #cli #commands #references #linux #simple #pub
Show More
USEFUL ONE-LINE SCRIPTS FOR SED (Unix stream editor) #grep #sed #cli #commands #dev #scripting #utilities #text_manipulation #issues #tidbits #pub
Show More
Issue with Ruby pry history duplicating. Been having this issue for so long. Pretty sure on macOS and Linux Ubuntu 14 VM. Both. #grep #sed #cli #commands #dev #scripting #utilities #text_manipulation #bookmarked_on_site #%stack_overflow #issues #tidbits #pub
Show More
Make all lines uniq (make duplicate consecutive line appear only once): Code: awk '{sub(".*"$2,$2)}1' yourfile | uniq #grep #cli #commands #dev #scripting #utilities #text_manipulation #tidbits #discussions #issues #awk #pub
Show More