Skip to content

Latest commit

 

History

History
92 lines (76 loc) · 5.7 KB

osx.md

File metadata and controls

92 lines (76 loc) · 5.7 KB

Bookmarks tagged [osx]

https://stackoverflow.com/questions/8529181/which-terminal-command-to-get-just-ip-address-and-nothin...

On OSX, if you know the interface, you could use - $ ipconfig getifaddr en0

You can write a script that only return the IP like: ...


https://github.com/bobthecow/git-flow-completion/wiki/Install-Bash-git-completion

How to install git completion on different platforms...


https://postgresapp.com/

Postgres.app is a full featured PostgreSQL installation packaged as a standard Mac app.


https://github.com/iCHAIT/awesome-macOS#readme

 A curated list of awesome applications, softwares, tools and shiny things for macOS. - iCHAIT/awesome-macOS


http://chris911.github.io/iStats/

iStats is a command-line tool that allows you to easily grab the CPU temperature, fan speeds and battery information on OS X. If you'd like to see more data available feel free to open an issue.

...


https://stackoverflow.com/questions/420456/open-terminal-here-in-mac-os-finder/7054045#7054045

As of Mac OS X Lion 10.7, Terminal includes exactly this functionality as a Service. As with most Services, these are disabled by default, so you'll need to enable this to make it appear in the Servic...


https://blog.risingstack.com/what-is-kubernetes-how-to-get-started/

This article helps you to learn the basic concepts of Kubernetes, so you can have a modern, safe and reliable production infcrastructure in the cloud.


https://stackoverflow.com/questions/1303561/list-of-all-users-and-groups

$ dscl . list /users
$ dscl . list /groups

http://www.codingpedia.org/ama/how-to-prepare-the-macbook-pro-for-java-development-and-more/

Mac, Java, Maven, Git etc. Setup

  • 📆 published on: 2015-11-10
  • tags: osx, java

https://stackoverflow.com/questions/3855127/find-and-kill-process-locking-port-3000-on-mac

You can try netstat


https://blogs.oracle.com/opal/the-easiest-way-to-install-oracle-database-on-apple-mac-os-x

Your OS X applications can connect to Oracle Database as if it was running natively on OS X if you simply run Oracle Database in a VirtualBox VM with port forwarding enabled (easy).


https://robots.thoughtbot.com/starting-and-stopping-background-services-with-homebrew

Homebrew includes a lovely interface for managing loading and unloading services without using ln, launchctl or knowing where plists are.