Öffentliche Wikis
IPv6 Wiki
Network Engineering
Netzwerksicherheit
Netzwerkprogrammierung
Contiki OS
Linux
FreeBSD
Windows
OSX
Internet of Things
Private Wikis
Öffentliche Wikis
IPv6 Wiki
Network Engineering
Netzwerksicherheit
Netzwerkprogrammierung
Contiki OS
Linux
FreeBSD
Windows
OSX
Internet of Things
Private Wikis
Disconnect (leaves the session running), shows message [detached]:
Ctrl-A Ctrl-D
Reconnect to a running session:
screen -r
Reconnect to running session, creates a new one if none exists:
screen -D -r
Create a new window inside of a running screen session:
Ctrl-A C
Switch from one screen window to another:
Ctrl-A Ctrl-A
List open screen windows:
Ctrl-A W
#put Xcode as an exception: /usr/libexec/ApplicationFirewall/socketfilterfw --add /Applications/Xcode.app/Contents/MacOS/Xcode
brew update
brew outdated
brew upgrade
brew cleanup -n
brew update brew install openssl brew install python --with-brewed-openssl
Add the following to ~/.bash_profile:
export PATH="/usr/local/opt/python/libexec/bin:$PATH"