User Tools

Site Tools


tech:app:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tech:app:start [2019/05/17 12:10]
rk4n3
tech:app:start [2021/10/17 13:46] (current)
rk4n3
Line 9: Line 9:
 Decrypt:<​code>​gpg --decrypt filename</​code>​ Decrypt:<​code>​gpg --decrypt filename</​code>​
 List keys:<​code>​gpg --list-options "​show-keyring"​ [--list-keys|--list-secret-keys]</​code>​ List keys:<​code>​gpg --list-options "​show-keyring"​ [--list-keys|--list-secret-keys]</​code>​
-Create key:<​code>​gpg --gen-key</​code>​+Create key:<​code>​gpg --full-generate-key</​code>​
 Import keys:<​code>​gpg --import keyname_pub.asc Import keys:<​code>​gpg --import keyname_pub.asc
 gpg --allow-secret-key-import --import keyname_sec.asc</​code>​ gpg --allow-secret-key-import --import keyname_sec.asc</​code>​
 Export keys:<​code>​gpg --output keyname_pub.asc --armor --export keyid Export keys:<​code>​gpg --output keyname_pub.asc --armor --export keyid
 gpg --output keyname_sec.asc --armor --export-secret-key keyid</​code>​ gpg --output keyname_sec.asc --armor --export-secret-key keyid</​code>​
 +Delete keys:<​code>​gpg --delete-secret-keys XXKEYIDXX
 +gpg --delete-keys XXKEYIDXX</​code>​
 +Flush password cache:<​code>​echo RELOADAGENT | gpg-connect-agent</​code>​
  
 ==== Vim ==== ==== Vim ====
Line 372: Line 375:
 First, add a profile by launching firefox like:  ''​firefox --new-instance -P profilename''​ \\ First, add a profile by launching firefox like:  ''​firefox --new-instance -P profilename''​ \\
 ... and add a profile to suit the app you want to run in the minimal window. \\ ... and add a profile to suit the app you want to run in the minimal window. \\
 +Open firefox using the profile, and go to ''​about:​config''​ in the URL bar. \\
 +Change the value of ''​toolkit.legacyUserProfileCustomizations.stylesheets''​ to true. \\
 Then, populate file ''​$HOME/​.mozilla/​firefox/<​profileid>​.<​profilename>/​chrome/​userChrome.css''​ with: \\ Then, populate file ''​$HOME/​.mozilla/​firefox/<​profileid>​.<​profilename>/​chrome/​userChrome.css''​ with: \\
 <​code>​ <​code>​
Line 383: Line 388:
  * !important may be added to force override, but not necessary  * !important may be added to force override, but not necessary
  */  */
-#​TabsToolbar {visibility:​ collapse;​} +#​TabsToolbar {visibility:​ collapse; !important; } 
-#​navigator-toolbox {visibility:​ collapse;}+#​navigator-toolbox {visibility:​ collapse; !important; }
 #content browser {margin-right:​ -14px; margin-bottom:​ -14px;} #content browser {margin-right:​ -14px; margin-bottom:​ -14px;}
 </​code>​ </​code>​
tech/app/start.1558113034.txt.gz · Last modified: 2019/05/17 12:10 by rk4n3