Skip to content

Instantly share code, notes, and snippets.

View Avatat's full-sized avatar
🛠️

Bart Zieba Avatat

🛠️
View GitHub Profile
AMD64, Clang:
[NSS] AES-256-GCM took 4.067853 seconds for 1000000 iterations, 4096 bytes message
[NSS] ChaCha20-Poly1305 took 15.571859 seconds for 1000000 iterations, 4096 bytes message
[OpenSSL] AES-256-GCM took 2.376058 seconds for 1000000 iterations, 4096 bytes message
[OpenSSL] AES-256-OCB took 2.431157 seconds for 1000000 iterations, 4096 bytes message
[OpenSSL] ChaCha20-Poly1305 took 4.229508 seconds for 1000000 iterations, 4096 bytes message
[libsodium] AES-256-GCM took 4.723004 seconds for 1000000 iterations, 4096 bytes message
[libsodium] ChaCha20-Poly1305 took 8.741163 seconds for 1000000 iterations, 4096 bytes message
[libsodium] AEGIS-256 took 1.436723 seconds for 1000000 iterations, 4096 bytes message
[wolfCrypt] AES-256-GCM took 125.554059 seconds for 1000000 iterations, 4096 bytes message
mumble/src/mumble$ grep -Rc unfinished | egrep '\.ts\:' | sort -k 2 -t ':' -n
mumble_it.ts:0
mumble_pl.ts:0
qttranslations/qt_nl.ts:0
mumble_de.ts:1
mumble_es.ts:1
mumble_zh_CN.ts:1
mumble_nl.ts:3
mumble_pt_BR.ts:11
mumble_nb_NO.ts:20
# strace -cf sh -c "cat 101Mb_file | grep string"
strace: Process 5094 attached
strace: Process 5095 attached
% time seconds usecs/call calls errors syscall
------ ----------- ----------- --------- --------- ----------------
92.34 0.148169 74085 2 wait4
6.02 0.009665 12 804 write
1.64 0.002630 2 1664 read
0.00 0.000000 0 18 4 open
0.00 0.000000 0 24 1 close
@Avatat
Avatat / gist:40b872119ce75c9b40829b0cabbc95dd
Created February 8, 2019 08:17
Solo's starting page Polish translation
Zaczynajmy!
Dziękujemy za wspieranie naszego Kickstartera! Użyj tej strony do znalezienia popularnych stron internetowych, na których możesz użyć swojego klucza Solo. Opinie są mile widziane! Napisz do nas: [email protected]
2FA i Solo to dla Ciebie nowość? Więcej informacji znajdziesz w naszym FAQ (jest uzupełniane na bazie Twoich opinii).
This guide also exists in English
Diesen Leitfaden gibts auch auf Deutsch
Ce guide existe aussi en français
Questa guida esiste anche in italiano
@Avatat
Avatat / gist:098d3cad9568d871e31793faff40a362
Created January 21, 2018 11:06
Enable HBA Mode on HPE controller - Ansible role
- name: Add HPE APT repository keys
apt_key:
url: "{{ item }}"
state: present
with_items:
- "http://downloads.linux.hpe.com/SDR/hpPublicKey1024.pub"
- "http://downloads.linux.hpe.com/SDR/hpPublicKey2048.pub"
- "http://downloads.linux.hpe.com/SDR/hpPublicKey2048_key1.pub"
- "http://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub"