How to Remove M2 Macbook Air Keys (cleaning or replacement)
How to Remove M2 Macbook Air Keys (cleaning or replacement)
Full tutorial - m1 https://youtu.be/cXfOYCrDLvk?si=I4wS6pMhfr6aZWAY (should work for m2 as well)
M2 Replacement Keys - https://amzn.to/3KbTCSH
Full Set of Replacement Keys - https://amzn.to/3KbTCSH
We have a m2 Macbook air 13'' that had some sticky after spill damage from the previous owner, probably some soda or coffee. I don't like crunchy keys that stick down and don't come back up properly so we decided to remove the keys that were damaged, clean them, then reassemble. It was only a few key but we used this as an opportunity to show how to take off all of the types of keys on the keyboard it well worth the repair. It will work for all of m2 macbook airs and macbook pros 13 or 14 inch and 2020 macbook airs with intel (i3, i5) and m1 macbook pro as well as the 2020 macbook pros with intel (i5, i7) with the same keyboard switch design, and it will work similarly with other keyboards you may have to do more digging to how the keys attach to the switch. Cleaning your m2 macbook air keyboard or single keys after a spill could save you the discomfort of crunchy keys and could also save you from having to get a new computer. If you are looking for how to replace apple M12 MacBook Air Keys, this video is for you.
How to Remove and Clean Sticky Keys on M1 Macbook Air Step by Step Repair (Very Detailed Fix)
How to Remove and Clean Sticky Keys on M1 Macbook Air Step by Step Repair (Very Detailed Fix)
M1 Replacement Keys - https://amzn.to/3dTKLZ7
Best Practices for Docker to run SQL Server on a Mac
Check out this consolidated list of things you can (or should) do when using Docker to run SQL Server on a Mac.
Why buy a Mac Studio when you can decapitate your own MacBook - The Verge
Converting a MacBook or other laptop into a screen-less "slabtop" is a completely different experience. Although Apple didn’t give us a computer inside a keyboard this year, you can just do it yourself.
Typora — a markdown editor, markdown reader.
Readable & Writable
Typora gives you a seamless experience as both a reader and a writer. It removes the preview window, mode switcher, syntax symbols of markdown source code, and all other unnecessary distractions. Instead, it provides a real live preview feature to help you concentrate on the content itself.
Kap - Capture your screen
More quality, less noise
Export as GIF, MP4, WebM or APNG with optional audio, highlight clicks and trimming.
I’m Programming on a Macbook and Here Are the Tools That Make My Life Easier
I could spend days just tweaking things on my computer. Actually, I do. Whenever I see something annoying, I want to drop everything and try to fix it right away. It can be anything. From a minor: “Hey, I just run the same command twice, I should create an alias!” to installing random tools ( “Hmm, I’m wondering if there is a way to get notifications when a long-running job in a terminal finishes, so I can do other stuff in the meantime?”). I also love to read what tools other people are using. This time, I’ve decided to share mine.
5 Tips to Speed Up Your MacBook Productivity - Level Up Coding
Reset the NVRAM & PRAM
- Shut down your Mac.
- Turn it on and immediately press and hold these four keys together: Option, Command, P, and R.
- You can release the keys after about 20 seconds, during which your Mac might appear to restart.
Reset the SMC
- Shut down your Mac.
- Turn it on and immediately press and hold these four keys together: Shift, Control and Option, then press the power button at the same time.
- Hold these keys and the power button for 10 seconds and then release them. In case you have a MacBook Pro with Touch ID, the Touch ID button is also the power button.
- Restart your MacBook pressing the power button.
Clean the system cache
- Remove files from ~/Library/Caches folder
json - "Fatal error: 'EXTERN.h' file not found" while installing Perl modules - Stack Overflow
First, do not use the system Perl on MacOS. The installed version is for Apple, not for you
The best practice seems to be starting with a Perl using brew install perl and work in this environment, remembering to setup your bash_profile as directed by the installer.
Also worth remembering to do a brew link perl. If you receive warnings about this clobbering what looks like system Perl libraries don't worry - these are likely modules that were installed by you over the top and it will cause you less trouble to link over these. If you have concerns, make a note of which module installs will be cleared and re-install them once your environment is configured ( ie your module installer approach is configured using cpanm or sticking with the old perl -MCPAN -e shell etc)
(Other languages like Ruby have the same issue)