sshlssshls.hashnode.dev·Feb 3, 2024Linking against GNU readline on Mac M1brew install readline brew link --force readline sudo cpanm Term::ReadLine::Gnu brew unlink readline Note that on ARM architecture the homebrew binaries were moved to /opt/homebrew in contrast to the /usr/local on x86, so the LDFLAGS and CPPFLAGS sh...DiscussHomebrew
Bernice Choybernicecpz.hashnode.dev·Nov 24, 2023Windows Virtual Machine on MacOS M1 chip?!Background I wanted to test some Windows tools, alas I don't have a Windows machine at home. However, I didn't want to spend money on purchasing Parallels Desktop. #cheapskate Thanks to the Reddit community, I discovered UTM - an open-source QEMU (ht...Discuss·48 readsTroubleshooting/TinkeringM1 Mac
Hilary Aghasilihilarydev.hashnode.dev·Nov 8, 2023How To Install And Setup Vagrant And Virtual Machines On Mac M1 Chip.While I was installing Vagrant and setting up Virtual Machines for CentOs7 and Ubuntu, I came across different issues in setting up the virtual machines on my M1 machine. This article is to show you the step-by-step guide on how to install and set up...Discuss·339 readsvagrant
Kush Joshikushjoshi.hashnode.dev·May 18, 2023ORACLE DATABASE on macOS m1/m2 ARM architectureOracle Database is not available for the new macOS X ARM architecture and therefore requires a layer of virtualization or containerization to run it over the ARM architecture. This can be achieved either by installing a VM and using Windows or Linux....Anmol Narang and 2 others are discussing this3 people are discussing thisDiscuss·4 likes·3.1K readsOracle
GGgg2023.hashnode.dev·Apr 20, 2023How to Install FlutterI'm going to describe it step by step as I tested in on my local machine (currently using M1 pro machine) Step 1: Install Brew https://brew.sh Use the following command: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HE...Discuss·28 readsFlutter
Hemant Sharmablog.hemantsharma.tech·Feb 1, 2023Use Intel architecture terminal shell on Apple Silicon Macs💻To use the Intel-based terminal on an Apple Silicon Mac, we need Rosetta, to install using the command given below to install Rosetta on your Mac: Install Rosetta softwareupdate --install-rosetta Now, that Rosetta is installed on your Mac, you can e...Discuss·1 like·54 readsApple
clement devillezblog.codemylife.dev·Dec 1, 2022.Net Development on Apple M1 1 year feedbackDisclaimer I am not affiliated with Apple in any way. I am not writing this to sell you stuff, this just my personal feedback. Also NOT an apple fanboy. Background As you may not know, I am a .Net developer so obviously, windows OSs are my weapons of...Discuss·310 readsApple
David Carrdcblogdev.hashnode.dev·Nov 13, 2022Running Docker on M1 Mac - docker: compose is not a dockerWhen upgrading from an Intel mac to an Apple Silicone I noticed docker fails to run. I'm using Laravel Sail when Sail is installed or when a sail up command is attempted I get an error: docker: 'compose' is not a docker command The reason for this i...Discuss·181 readsM1 Mac
Gabriel Georgedevzilla.io·Mar 6, 2022Using NodeJs 14 with Mac Silicon (M1)I have recently received a new MacBook Pro with the Mac Silicon chip. However, I noticed that I am unable to compile NodeJs Version 14 which I have to use due to some of my projects are still on Angular 11 and 12. Unfortunately, there is no NodeJs 14...Discuss·2.0K readsNode.js
Lakhan Samanilakhansamani.hashnode.dev·Aug 4, 2021Create docker image on Apple Silicon M1 MacMy biggest pain while moving to Apple Silicon M1 chip mac book was to create a docker build that would work on all the machines. It took some time for me to figure out how I can create docker images and share on docker hub that would work across diff...DiscussApple