osx.md

July 15, 2021 · View on GitHub

Bookmarks tagged [osx]

www.codever.land/bookmarks/t/osx

shell - Which terminal command to get just IP address and nothing else? - Stack Overflow

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: ...


Install Bash git completion

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

How to install git completion on different platforms...


Postgres.app – the easiest way to get started with PostgreSQL on the Mac

https://postgresapp.com/

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


Awesome-macOS

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

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


iStats by Chris911

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.

...


macos - Open terminal here in Mac OS finder - Stack Overflow

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...


What is Kubernetes & How to Get Started With It

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.


c - List of all users and groups - Stack Overflow

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

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

How to prepare the MacBook Pro for Java development and more – CodingpediaOrg

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

Mac, Java, Maven, Git etc. Setup

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

osx - Find (and kill) process locking port 3000 on Mac - Stack Overflow

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

You can try netstat


The Easiest Way to Install Oracle Database on Apple Mac OS X

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).


Starting and Stopping Background Services with HomebrewBlog home

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.