Skip to content

Instantly share code, notes, and snippets.

View NitroNils's full-sized avatar
💭
Getting to know the Unix environment, learning stuff like ed(1), groff, sh, etc.

NitroNils

💭
Getting to know the Unix environment, learning stuff like ed(1), groff, sh, etc.
View GitHub Profile
@NitroNils
NitroNils / record.sh
Created March 8, 2023 12:57 — forked from TayKangSheng/record.sh
PinePhone record video with rear camera
#!/bin/ash
# Credits to Kevin Kofler
# https://forum.pine64.org/showthread.php?tid=16539&pid=109333#pid109333
if [ -z "$1" ] ; then
echo "usage: ./record.sh videoname"
exit 1
fi
@NitroNils
NitroNils / vpn.md
Created May 31, 2019 22:40 — forked from joepie91/vpn.md
Don't use VPN services.

Don't use VPN services.

No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.

Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.

(A Russian translation of this article can be found here, contributed by Timur Demin.)

Why not?

@NitroNils
NitroNils / vpn.md
Created May 31, 2019 22:40 — forked from joepie91/vpn.md
Don't use VPN services.

Don't use VPN services.

No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.

Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.

(A Russian translation of this article can be found here, contributed by Timur Demin.)

Why not?