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: ...
- tags: shell, osx, linux, ipaddress, networking
https://github.com/bobthecow/git-flow-completion/wiki/Install-Bash-git-completion
How to install git completion on different platforms...
Postgres.app is a full featured PostgreSQL installation packaged as a standard Mac app.
- tags: postgresql, macos, osx
- source code
https://github.com/iCHAIT/awesome-macOS#readme
A curated list of awesome applications, softwares, tools and shiny things for macOS. - iCHAIT/awesome-macOS
- tags: macos, osx, awesome-list
- source code
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.
...
- tags: ruby, osx, macos
- source code
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.
- 📆 published on: 2018-05-08
- tags: kubernetes, azure, osx
https://stackoverflow.com/questions/1303561/list-of-all-users-and-groups
$ dscl . list /users
$ dscl . list /groups
- tags: osx
http://www.codingpedia.org/ama/how-to-prepare-the-macbook-pro-for-java-development-and-more/
Mac, Java, Maven, Git etc. Setup
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.