To remove a submodule you need to:
Delete the relevant section from the .gitmodules file. Stage the .gitmodules changes git add .gitmodules Delete the relevant section from .git/config. Run git rm --cached path_to_submodule (no trailing slash). Run rm -rf .git/modules/path_to_submodule (no trailing slash). Commit git commit -m "Removed submodule <name>" Delete the now untracked submodule files rm -rf path_to_submodule This is a copy of the original post
Read more →
One short note about scrcpy which is a tool for connecting to Android over adb, seeing what is on the (broken) display and controlling it like if it worked.
https://github.com/Genymobile/scrcpy
scrcpy-server-v1.1.jar
Read more →
I got a funny email today. You may have received a similar one. Do not worry please. Read more about 2012 LinkedIn hack. The mail I received follows:
From: Ender Diggins <cmnoliehaz@outlook.com> Subject: linkedin - <password> Date: Tue, 24 Jul 2018 02:17:29 +0000 Message-ID: <VI1PR0...0@V...2.eurprd09.prod.outlook.com> I am well aware <password> one of your password. Lets get straight to the point. Not a single person has compensated me to investigate you. You don't know me and you are most likely thinking why you're getting this e-mail?
Read more →
Following are some mobile wallets
GreenBits Altana (GreenBits fork) Bitcoin Wallet Blockchain BRD Coinbase Copay
Read more →
This is a proof of C-Lightning passing all the checks (though with Valgrind turned off) on Alpine Linux.
See lightning-auto-test repository.
Read more →