diff options
author | Paul Duncan <pabs@pablotron.org> | 2025-05-18 16:16:40 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2025-05-18 16:16:40 -0400 |
commit | a17e9ebf5de12274c1dbd95accf46772974373ff (patch) | |
tree | d28aeaa12750fa349d1c5eebe779c47ad3cb0aca | |
parent | fb6d9130b5d290396f5a09a96b74769b9b41b4d8 (diff) | |
download | pablotron.org-a17e9ebf5de12274c1dbd95accf46772974373ff.tar.xz pablotron.org-a17e9ebf5de12274c1dbd95accf46772974373ff.zip |
add content/posts/2025-05-18-trying-tails.md
-rw-r--r-- | content/posts/2025-05-18-trying-tails.md | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/content/posts/2025-05-18-trying-tails.md b/content/posts/2025-05-18-trying-tails.md new file mode 100644 index 0000000..e1a6adf --- /dev/null +++ b/content/posts/2025-05-18-trying-tails.md @@ -0,0 +1,45 @@ +--- +slug: trying-tails +title: "Trying Tails" +date: "2025-05-18T09:44:21-04:00" +draft: true +--- +Post about fiddling with Tails and hosting site as onion service + +tails notes +- hidetopmenu extension does not work :/ +- screenshot +- store passwords in keepassxc +- installed + sudo apt-get install vim-{nox,scripts} qalculate-gtk gnome-shell-extension-{autohidetopbar,hide-activities,manager} + +- gnome boxes setup + - enable efi + - resizing img to enable persistent storage +- tails setup + - enable persistent storage + - enable admin password (to install stuff) + - gnome + - dark mode + - dark desktop bg + - set meta-h to to full height + - terminal: + - dark theme + - disable bell + - disable scrollbar + - tor browser: loses these settings on restart... + - set ddg.onion as default search + - set home page and new tab to blank + - disable letterboxing (about:config) + - sites + - ddg.onion + - load ddg settings from cloud storage w/password + - wikipedia + - set dark mode + - set wide view +- working .gitconfig: + amnesia@amnesia:~$ cat .gitconfig + [http] + proxy = socks5h://127.0.0.1:9050/ + [https] + proxy = socks5h://127.0.0.1:9050/ |