Skip to content

Instantly share code, notes, and snippets.

@ngencokamin
ngencokamin / guide.md
Last active January 20, 2024 15:52
Fix iMessage OCLP (Regen Serial Method)

Fix iMessage OCLP (Regen Serial Method)

Quick guide to fix issues with iMessage due to banned serial with OCLP See official documentation here, that's where I got most of this

Clean out old attempts

This is important for those who've tried setting up iMessage but failed Open a new terminal window and run the following code

bash
sudo rm -rf ~/Library/Caches/com.apple.iCloudHelper*
@ngencokamin
ngencokamin / til.md
Last active March 23, 2021 20:55
Document of things I've learned

01/05/21 - Today I learned more about git syntax, an area I was previously somewhat unfamiliar with. I feel that while not all the information was new, I gained a greater understanding of how it works.

01/06/21 - Today I learned about symbols and javascript syntax in Ruby

01/07/21 - Today I learned how to iterate through the entirety of an array with each loops

01/08/21 - Today I learned about the HTTP gem and its basic usage, as well as learning about APIs in general

1/11/21 - Today I learned basics about ruby on rails routes and general syntax