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) |
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
- Create a new directory;
mkdir Apple\ Enterprise
cd Apple\ Enterprise
- Generate a certificate signing request
openssl req -nodes -newkey rsa:2048 -keyout ios_enterprise.key -out CertificateSigningRequest.certSigningRequest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
The following article is copy-pasted from Lago's wiki: https://github.com/getlago/lago/wiki/Open-Source-does-not-win-by-being-cheaper
It was written by @anhtho-lago.
It's simply too good to be lost, so I keep a copy here!
I cannot count the number of times I’ve heard, “This product is X, but open source.”