Skip to content

Instantly share code, notes, and snippets.

View librucha's full-sized avatar

Libor Ondrušek librucha

  • Prague, Czech Republic
View GitHub Profile
@librucha
librucha / enc-dec-rsa.sh
Created November 13, 2023 09:09
openssl encrypt decrypt using RSA
#!/usr/bin/env bash
# rm private.pem public.pem top_secret.txt top_secret.enc
PASS="verys3cret"
openssl genrsa -aes256 -out private.pem -passout "pass:$PASS" 2048
openssl rsa -in private.pem -pubout -out public.pem -passin "pass:$PASS"
nuvolaplayer3 --debug
Master: [DEBUG DioriteGtk] DesktopShell.vala:96: Shell: gnome shell 3.22.3, CSD 1, appmenu 1, menubar 0
Master: [DEBUG Nuvola] WebAppRegistry.vala:169: Found web app Test at /usr/share/nuvolaplayer3/web_apps/test, version 1.0
Master: [WARNING Nuvola] WebAppRegistry.vala:165: Unable to load web app from /usr/share/nuvolaplayer3/web_apps/owncloud_music: /usr/share/nuvolaplayer3/web_apps/owncloud_music/metadata.json is not a file
Master: [DEBUG Nuvola] WebAppRegistry.vala:169: Found web app YouTube at /usr/share/nuvolaplayer3/web_apps/youtube, version 1.3
Master: [WARNING Nuvola] WebAppRegistry.vala:165: Unable to load web app from /usr/share/nuvolaplayer3/web_apps/yandex_music: /usr/share/nuvolaplayer3/web_apps/yandex_music/metadata.json is not a file
Master: [DEBUG Nuvola] WebAppRegistry.vala:169: Found web app TuneIn at /usr/share/nuvolaplayer3/web_apps/tunein, version 1.3
Master: [WARNING Nuvola] WebAppRegistry.vala:165: Unable to load web app from /usr/share/nuvolaplayer
@librucha
librucha / output.txt
Created April 6, 2017 13:50
issue 317 output
$ nuvolaplayer3 --debug
Master: [DEBUG DioriteGtk] DesktopShell.vala:96: Shell: gnome shell 3.22.3, CSD 1, appmenu 1, menubar 0
Master: [DEBUG Nuvola] WebAppRegistry.vala:169: Found web app Test at /usr/share/nuvolaplayer3/web_apps/test, version 1.0
Master: [WARNING Nuvola] WebAppRegistry.vala:165: Unable to load web app from /usr/share/nuvolaplayer3/web_apps/owncloud_music: /usr/share/nuvolaplayer3/web_apps/owncloud_music/metadata.json is not a file
Master: [DEBUG Nuvola] WebAppRegistry.vala:169: Found web app YouTube at /usr/share/nuvolaplayer3/web_apps/youtube, version 1.3
Master: [WARNING Nuvola] WebAppRegistry.vala:165: Unable to load web app from /usr/share/nuvolaplayer3/web_apps/yandex_music: /usr/share/nuvolaplayer3/web_apps/yandex_music/metadata.json is not a file
Master: [DEBUG Nuvola] WebAppRegistry.vala:169: Found web app TuneIn at /usr/share/nuvolaplayer3/web_apps/tunein, version 1.3
Master: [WARNING Nuvola] WebAppRegistry.vala:165: Unable to load web app from /usr/share/nuvolaplay