Skip to content

Instantly share code, notes, and snippets.

View nicobao's full-sized avatar
🔨
Building Agora Citizen Network & Racine Protocol

Nicolas Gimenez nicobao

🔨
Building Agora Citizen Network & Racine Protocol
View GitHub Profile
@nicobao
nicobao / iterm2.md
Created March 25, 2025 16:09 — forked from squarism/iterm2.md
An iTerm2 Cheatsheet

Tabs and Windows

Function Shortcut
New Tab + T
Close Tab or Window + W (same as many mac apps)
Go to Tab + Number Key (ie: ⌘2 is 2nd tab)
Go to Split Pane by Direction + Option + Arrow Key
Cycle iTerm Windows + backtick (true of all mac apps and works with desktops/mission control)
@nicobao
nicobao / PKPass.md
Created May 7, 2024 01:43 — forked from rlanyi/PKPass.md
How to create Apple PKPass .p12 certificate using Linux

How to create Apple PKPass .p12 certificate using Linux

You don't need a Mac to do this :-)

For generating PKPass files, you'll need 4 things after this tutorial:

  • Certificate Identifier (pass.com.example.www)
  • Team Identified (Organizational Unit (OU) in the cert generated by Apple)
  • The .p12 file
  • The password for the .p12 file
  1. Create a new directory;
mkdir Apple\ Enterprise
cd Apple\ Enterprise
  1. Generate a certificate signing request
openssl req -nodes -newkey rsa:2048 -keyout ios_enterprise.key -out CertificateSigningRequest.certSigningRequest
@nicobao
nicobao / throw-first-prototype.txt
Last active October 6, 2023 08:17
Throw away your first draft of your code
This article is copy-pasted from https://ntietz.com/blog/throw-away-your-first-draft/
Because it is really good and I want to make sure it stays online.
Throw away your first draft of your code
Monday, July 31, 2023
The next time you start on a major project, I want you to write code for a couple of days and then delete it all. Just throw it away.
I'm serious.