© 2023 Hashnode
#macos
Homebrew is a package manager for software development primarily used on macOS operating systems. It simplifies the process of installing, updating, and managing various software packages, libraries, …
The WWDC 2023 keynote just wrapped up, and Apple announced several new products and updates related to app development for iOS, iPad, macOS, and the rest of the operating systems of the company. The e…
Used Virtualbox for virtualisation for the longest for its availability on all platforms (Windows, macOS and Linux) and its ease of use to set up multiple systems make it a go-to solution. It's an awe…
Introduction In this article, we will cover the fix for [core/duplicate-app] A Firebase App named "[DEFAULT]" already exists exception. If you tried running your Flutter app that's using a Firebase product you might see this error if your G…
Its very simple, just run the below curl command, you will be able to install Homebrew on your Macbook. Open your MacOS Terminal then Just Copy and Paste the below command in Terminal. # /bin/bash -c "$(curl -fsSL [https://raw.githubusercon…
To run MS my sql we will utilise Azure Sql Edge official image on docker-hub. If you do not have docker installed on your machine you can do so using brew with the commmand: brew install --cask docker Getting Docker Image: The link to the o…
Bash is a popular default shell on Linux and macOS. Below are few bash commands to complete the following tasks: pwd : is for print the current working directory. cd : to navigate between directories on your computer. If you are in director…
O Qt Designer é uma ferramenta de design de interface gráfica do usuário (GUI) fornecida pelo framework Qt. Ela permite que desenvolvedores criem e projetem interfaces de usuário para suas aplicações …
Oracle 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…
Understanding ERR_SSL_BAD_RECORD_MAC_ALERT error on Mac OS ERR_SSL_BAD_RECORD_MAC_ALERT is an error that can occur when there are interruptions or interference with data transmission between a server …