From 21f7c6aeade12b56ea2393fd57728b236d925ceb Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Mon, 21 Apr 2025 20:51:40 +1000 Subject: [PATCH] feat: Add notes for fingertip --- Fingertip_Mint.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Fingertip_Mint.md diff --git a/Fingertip_Mint.md b/Fingertip_Mint.md new file mode 100644 index 0000000..8c71c05 --- /dev/null +++ b/Fingertip_Mint.md @@ -0,0 +1,29 @@ +# Fingertip on Linux Mint Desktop + +View video tutorial: +https://cloud.woodburn.au/s/n7Q3k7QyEnwygjX + + +Install prerequisites: +```bash +sudo apt install libfuse2 libunbound-dev +``` +Download latest release AppImage from SANE version of Fingertip: +https://github.com/randomlogin/fingertip + +Make the AppImage executable: +```bash +chmod +x Fingertip-*.AppImage +``` +Run the AppImage: +```bash +./Fingertip-*.AppImage +``` + +On the fingertip notification icon in the system tray, right-click and select Options > Help. +Then in the "Manual Setup" page download the certificate and copy the proxy pac URL. + +Open the system settings > Network > Network Proxy. Set the Method to Automatic and paste in the URL. + +Next we need to import the certificate authority into your preferred browser. +You can usually just open the settings in the browser and search for "Certificates". Then import the certificate into the "Authorities" tab and make sure you select the option to trust it for identifying websites. \ No newline at end of file