Installing Rancher Desktop on macOS Go to the releases page on GitHub. Find the version of Rancher Desktop you want to download. Expand the Assets section and download Rancher.Desktop-X.Y.Z.dmg, where X.Y.Z is the version of Rancher Desktop. Navigate to the directory where you downloaded the installer to and run the installer. This will usually be the Downloads folder. Double-click the DMG file. In the…
Month: November 2022
Semver
1900 ssh-keygen -t ed25519 -C “andy@myezbrew.com” 1901 ls -la 1902 cat id_ed25519.pub 1903 cat id_ed25519 1904 ssh-keyscan gitlab.com 1905 cat id_ed25519 1906 cat id_ed25519.pub 1907 cat id_ed25519 1908 cat id_ed25519|pbcopy 1909 cat id_ed25519.pub|pbcopy 1910 ls -ltr 1911 rm -rf id* 1912 history |grep ssh_ke 1913 history |grep key 1914 ssh-keygen -t rsa -b 2048 1915…