Shaheer Sarfarazdakheera47.hashnode.dev·May 18, 2024My Experience With A MacbookHi. I'm Shaheer, a web developer studying Computer Science at UCLan. I want to write about my experience buying and owning a Macbook, after a life of exclusively using Windows devices. I started my journey, like most, with a Windows laptop. I had a n...Discuss·1 like·59 readsmacbook
Filippo Mamelimameli.hashnode.dev·May 7, 2024Elixir-Powered Macbook Sensor Monitoring: A Hands-On GuideAs a computer engineer, it's challenging these days to keep up with all the updates in Artificial Intelligence. In the past few months, we've already seen LLama3, Devin (and its fall), Gemini 1.5, Claude 3, and more. With a full-time job, it's even h...Discuss·1 like·33 readsElixir
Daniel Marczinmarczin.hashnode.dev·May 3, 2024How I ended up using Colima for Docker on Apple SiliconThis year I got the chance to work with an Apple Silicon-based MacBook Pro, and what neat machines they are! Compared to my Dell XPS 9500, the difference is night and day. These ARM based devices are fast and cool (both literally and figuratively), w...Discuss·10 likesDocker
Amrit Adhikariamrit69.com.np·Apr 27, 2024Adding an SSH key to your GitHub account from a MacBookAdding an SSH key to your GitHub account from a MacBook involves a few steps. Here's a guide: Open Terminal on your MacBook. Generate SSH Key: ssh-keygen -t rsa -b 4096 -C "your_email@example.com" Start the SSH agent: eval "$(ssh-agent -s)" A...Discussssh
Steven Burrowsthekiltedcoder.hashnode.dev·Apr 23, 2024Setting up my Mac TerminalIn this blog, I am not going to go into which terminal is best instead, I am just going to use the default built-in terminal, not that it will matter much for this setup. While this blog is focused on the Mac terminal I also use the same plugins and ...Discussmacbook
HyperFoxhyperfox.hashnode.dev·Apr 2, 2024Command Your Mac: The Shortcut Guide Every Fan NeedsFirst, get familiar with your keys! The whole power of your Mac may be unlocked by mastering these keyboard keys, much like learning the alphabet as a youngster opens up a universe of words. Symbol Key Name ⌘ Command (Cmd) ⌃ Control (Ct...DiscussApple
Aditya SamantforKubesimplifyblog.kubesimplify.com·Apr 1, 2024Kubernetes on Apple MacBooks (M Series)There are many options to provision a local Kubernetes cluster on your laptop. The most popular ones are minikube, kind, K3s and MicroK8s. These options provide a simple and fast way to get Kubernetes running on your laptop by abstracting the complex...Kunal Verma and 3 others are discussing this4 people are discussing thisDiscuss·8 likes·4.9K readsKubernetes
Aqib Niaz Bhataqibmedes.hashnode.dev·Mar 8, 2024Setting up a new MacBookGetting a new Macbook is a great feeling. However, you also want to make it look, feel, and work the way you like and are most efficient. First things first Package management Homebrew asdf Assistant Alfred Raycast Dev Tools Terminal Ner...DiscussApple
Rune Hansén Steinnesroderik.no·Feb 10, 2024Installing (Linux) Fedora on very, very old machines..Or in this case, Fedora 39 on a Macbook Air 2012, with an i7-3667U and 8 GB of ram. And! Just because Apple has discarded it, it doesn't mean this machine is obsolete.. well it kinda is, but it has a lot of life left in it with linux! 💡 This is a...Discuss·38 readsFedora
Goodness E. Ebohebohgoodness.hashnode.dev·Feb 5, 2024How To Install A Virtual Machine On A Macbook (apple M1/m2 chip) Using VagrantI recently started learning cloud engineering, and one of the requirements was that I needed to run a VM( Virtual Machine) on my Macbook. I didn’t think it would be an issue, so I followed the steps on my learning resource, but it turned out that a f...Discussvagrant