This file contains 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
[tab]>[escape] | |
[caps]>[tab] | |
[down]>[obrack] | |
[obrack]>[cbrack] | |
[cbrack]>[down] | |
[intl-\]>[lalt] | |
[lalt]>[delete] | |
[lctrl]>[bspace] | |
[delete]>[rwin] | |
[bspace]>[lctrl] |
This file contains 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
Here's the query for adding startpage.com as a custom search engine in browsers: | |
https://www.startpage.com/do/dsearch?query=%s%20 |
This file contains 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
{"version":1,"resource":"file:///Users/makani/src/atp/listsdb/tasks/JadeTasks/Shared/devtest/MemorySilo.swift","entries":[{"id":"hHcn.swift","timestamp":1654277979758}]} |
This file contains 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
I have everything going into /opt/frog, but any path will work as long as you don't need sudo to write to it. | |
First, we need to compile openssl and cmake as they will be used during the compilation of mysql. | |
### openssl 1.1.1i | |
cd /opt/frog/src | |
curl --remote-name https://www.openssl.org/source/openssl-1.1.1i.tar.gz | |
tar xf openssl-1.1.1i.tar.gz | |
cd openssl-1.1.1i | |
./configure darwin64-arm64-cc --prefix=/opt/frog/openssl-1.1.1i |
OlderNewer