- Open Terminal
sudo bluetoothctl
power on
agent KeyboardOnly
default-agent
pairable on
- Power on Keyboard
scan on
which openssl
brew install openssl
openssl genrsa -des3 -passout pass:x -out server.pass.key 2048
openssl rsa -passin pass:x -in server.pass.key -out server.key
rm server.pass.key
openssl req -new -key server.key -out server.csr
# ...
# Country Name (2 letter code) [AU]:FR
# State or Province Name (full name) [Some-State]:Occitanie
git submodule add [email protected]:user/sub_module_name.git [sub_module_name]
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
/** | |
* INSTALL: | |
* ---- | |
* > yarn add express request | |
* | |
* RUN: | |
* ---- | |
* > node ./audio-proxy-server | |
*/ | |
const os = require('os'); |
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
react: BROWSER=none react-scripts start | |
electron: node ./runner-dev |
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
# xcode-build-bump.sh | |
# @desc Auto-increment the build number every time the project is run. | |
# @usage | |
# 1. Select: your Target in Xcode | |
# 2. Select: Build Phases Tab | |
# 3. Select: Add Build Phase -> Add Run Script | |
# 4. Paste code below in to new "Run Script" section | |
# 5. Drag the "Run Script" below "Link Binaries With Libraries" | |
# 6. Insure that your starting build number is set to a whole integer and not a float (e.g. 1, not 1.0) |
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
{ | |
"feeds": [ | |
{ | |
"id": "1456665014132060480", | |
"latitude": "46.5917", | |
"longitude": "7.33833", | |
"caption": "Vive les routes de #montagne, ma femme conduit, moi je profite du coucher de soleil :)\n@mini_switzerland #Mini #CountrymanStories #Countryman #AddStories #AddAdventures #NewMINICountryman #mini_switzerland #mini_switzerland674", | |
"location": { | |
"id": "251307161", | |
"has_public_page": true, |
NewerOlder