Skip to content

Instantly share code, notes, and snippets.

View omar2205's full-sized avatar
🍕

omar2205

🍕
View GitHub Profile
@omar2205
omar2205 / README.md
Created May 28, 2022 19:57
Firefox PWA like (&ssb)
@omar2205
omar2205 / README.md
Last active March 31, 2024 15:27
Setup Android command line only - Ubuntu

Setup Android cmd-tools for Ubuntu

Install java

sudo apt install -y openjdk-8-jdk

You can switch between java version with sudo update-alternatives --config java

check with: java --version; javac --version

@Seb105
Seb105 / fn_modelVillage.sqf
Last active March 14, 2021 20:13
Instant model village script
No longer maintained.
Find the latest version here:
https://github.com/Seb105/Arma-Briefingtable/tree/main/example_mission/SebsBriefingTableStandaloneDemo.Altis
@denji
denji / golang-tls.md
Last active June 22, 2024 09:48 — forked from spikebike/client.go
Simple Golang HTTPS/TLS Examples

Moved to git repository: https://github.com/denji/golang-tls

Generate private key (.key)
# Key considerations for algorithm "RSA" ≥ 2048-bit
openssl genrsa -out server.key 2048

# Key considerations for algorithm "ECDSA" ≥ secp384r1
# List ECDSA the supported curves (openssl ecparam -list_curves)