This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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 |