연동이 된다. 키를 키베이스에서 보관해준다. 퍼블릭 키를 키베이스 서버에서 제공해준다.
Github은 커밋한 사용자의 진위 여부를 가리지 않는다. 남이 당신의 계정 명의로 커밋을 할 수도 있다. Github에 내 GPG 키를 올려서 Git에서 커밋할 때 서명하면 Github에서 확인된 사용자의 커밋인지 알려준다.
연동이 된다. 키를 키베이스에서 보관해준다. 퍼블릭 키를 키베이스 서버에서 제공해준다.
Github은 커밋한 사용자의 진위 여부를 가리지 않는다. 남이 당신의 계정 명의로 커밋을 할 수도 있다. Github에 내 GPG 키를 올려서 Git에서 커밋할 때 서명하면 Github에서 확인된 사용자의 커밋인지 알려준다.
크롬에서만 가능합니다 (일단은)
#!/bin/bash | |
sudo add-apt-repository ppa:linuxuprising/java -y | |
sudo apt update | |
sudo apt install oracle-java17-installer -y | |
java=$(java --version) | |
if [[ $java == *"Runtime"* ]] | |
then |
// ==UserScript== | |
// @name Remove Select from hiyobi | |
// @version 0.1 | |
// @author You | |
// @match https://hiyobi.me/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=hiyobi.me | |
// @grant none | |
// @run-at document-start | |
// ==/UserScript== |
I hereby claim:
To claim this, I am signing this object:
// ==UserScript== | |
// @name Fetch Proxy for HEAD Method | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Fetch proxy that resolves HEAD requests automatically | |
// @author You | |
// @match *://*.hasha.in/* | |
// @grant none | |
// ==/UserScript== |
// ==UserScript== | |
// @name Twitter to vxtwitter | |
// @namespace http://tampermonkey.net/ | |
// @version 2.0 | |
// @description Replace `twitter` to `vxtwitter` when sharing links | |
// @author Dinomcworld | |
// @match https://twitter.com/* | |
// @match https://mobile.twitter.com/* | |
// @match https://tweetdeck.twitter.com/* | |
// @match https://x.com/* |