StackExchange
Categories
Tags
- 11gR2
- agentic engineering
- ansible
- backup
- benchmark
- centos
- desktop streaming
- dlna
- elasticsearch
- fun
- howto
- import
- install
- installation
- jetson
- linux
- listener
- mac
- meta
- mysql
- nc
- network
- oda
- open source
- openssh
- oracle
- oracle11gR2
- osx
- pdftk
- php
- rails
- rants
- restore
- rpm
- rpm-build
- software
- ssh
- storage
- ubuntu
- upgrade
- upnp
- vlc
- watermark
- wordpress
Meta
Category Archives: Mac OS X
Docker and Kubernetes on MacOS in 2023
Prerequisite: install brew /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)” Docker with brew brew install docker docker-compose colimacolima startdocker ps Kubernetes too? brew install k3d kubectlk3d cluster create default –servers 1 –agents 3 –image rancher/k3s:latestkubectl get nodes PS. Works on Intel based … Continue reading
Posted in Mac OS X, Technical
Leave a comment
Workaround: Mac OS X High Sierra 10.13.2 – SSH tries to connect via HTTP proxy
With Mac OS X release 10.13.2 Apple introduced a new bug where OpenSSH will attempt to use any web proxy configured from a DAC file. As SSH is not HTTP this will typically not work, resulting in connection timeouts or other … Continue reading