<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>applications &amp;mdash; dominicDS</title>
    <link>https://dominicds.com/tag:applications</link>
    <description>always learning</description>
    <pubDate>Fri, 01 May 2026 15:18:20 +0000</pubDate>
    <item>
      <title>Computer Setup - Software</title>
      <link>https://dominicds.com/computer-setup-software?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[---&#xA;I recently needed to re-configure my primary desktop from scratch.&#xA;&#xA;In hopes of maybe making the process a little easier next time, I decided to document the programs I installed, and how I went about doing so, in addition to any random notes I thought might be helpful next time I do this. &#xA;&#xA;!--more--&#xA;&#xA;Disclaimer: Although I&#39;ve been using Linux on-and-off for almost two decades, I&#39;ve never considered myself very proficient with the system. I&#39;m still learning new sysadmin tricks and practices every day. I suspect my decision-making about which packages to build from source, fetch binaries, or rely on package managers could appear very haphazard (no to mention the actual packages I choose to install).&#xA;&#xA;Applications Installed&#xA;&#xA;This isn&#39;t a list of all the programs I regularly use, it&#39;s just the first ones that I found myself installing, roughly in the order that they came to mind. Some programs (such as Firefox) are installed by default and I didn&#39;t even try to install them. Others (like git) are installed by default and I didn&#39;t realize until trying to install.&#xA;&#xA;I&#39;ve tried to note the official website for each program.&#xA;&#xA; git - Source control &#xA;    already installed&#xA;&#xA; GNU Privacy Guard (gpg) - Encryption toolkit&#xA; already installed&#xA;&#xA; Vim - Primary text editor&#xA;    https://www.vim.org/git.php&#xA;    note: make failed without libncurses-dev (sudo apt install libncurses-dev)&#xA;&#xA;Clone git repo and build from source:&#xA;git clone https://github.com/vim/vim.git&#xA;cd vim&#xA;git pull&#xA;cd src&#xA;make distclean  # if you build Vim before&#xA;make&#xA;sudo make install&#xA; Veracrypt - Manage encrypted volumes&#xA;https://www.veracrypt.fr/code/VeraCrypt/&#xA;Download, verify, and install&#xA;  cd ~/Downloads/&#xA;  wget https://www.idrix.fr/VeraCrypt/VeraCryptPGPpublickey.asc&#xA;  gpg --import VeraCryptPGPpublickey.asc &#xA;  wget https://launchpad.net/veracrypt/trunk/1.24-update7/+download/veracrypt-1.24-Update7-Ubuntu-21.04-amd64.deb.sig&#xA;  wget https://launchpad.net/veracrypt/trunk/1.24-update7/+download/veracrypt-1.24-Update7-Ubuntu-21.04-amd64.deb&#xA;  gpg --verify veracrypt-1.24-Update7-Ubuntu-21.04-amd64.deb.sig veracrypt-1.24-Update7-Ubuntu-21.04-amd64.deb&#xA;  sudo dpkg --install veracrypt-1.24-Update7-Ubuntu-21.04-amd64.deb&#xA;&#xA; KeepassXC - Password manager&#xA;https://keepassxc.org/download/&#xA; sudo apt install keepassxc &#xA; Syncthing - Cross-device file syncing&#xA;https://syncthing.net/downloads/&#xA;https://github.com/syncthing/syncthing/releases/download/v1.18.4/syncthing-linux-amd64-v1.18.4.tar.gz&#xA;use systemd user config&#xA;Didn&#39;t work at first. Used systemctl -l status syncthing.service to determine the issue (which was that syncthing hadn&#39;t been moved to /usr/bin).&#xA;wget https://github.com/syncthing/syncthing/releases/download/v1.18.4/syncthing-linux-amd64-v1.18.4.tar.gz&#xA;gunzip syncthing-linux-amd64-v1.18.4.tar.gz &#xA;ls -ltra&#xA;tar -xvf syncthing-linux-amd64-v1.18.4.tar &#xA;cd syncthing-linux-amd64-v1.18.4/&#xA;mkdir -p ~/.config/systemd/user&#xA;sudo mv syncthing /usr/bin&#xA;cp syncthing.service ~/.config/systemd/user/&#xA;systemctl --user enable syncthing.service&#xA;systemctl --user start syncthing.service&#xA;Web interface at: http://127.0.0.1:8384/&#xA;&#xA; Flameshot - Screenshot capture tool&#xA;https://flameshot.org/guide/installation/installation-linux/&#xA;sudo apt install flameshot&#xA; Tor Browser - Darkweb browser&#xA;    https://www.torproject.org/download/&#xA;&#xA;wget https://dist.torproject.org/torbrowser/10.5.10/tor-browser-linux64-10.5.10en-US.tar.xz.asc&#xA;wget https://www.torproject.org/dist/torbrowser/10.5.10/tor-browser-linux64-10.5.10en-US.tar.xz&#xA;https://support.torproject.org/tbb/how-to-verify-signature/&#xA;gpg --auto-key-locate nodefault,wkd --locate-keys torbrowser@torproject.org&#xA;gpg --output ./tor.keyring --export 0xEF6E286DDA85EA2A4BA7DE684E2C6E8793298290&#xA;gpgv --keyring ./tor.keyring tor-browser-linux64-10.5.10en-US.tar.xz.asc tor-browser-linux64-10.5.10en-US.tar.xz&#xA;gpgv: Signature made Mon 25 Oct 2021 03:17:07 PM EDT&#xA;gpgv:                using RSA key EB774491D9FF06E2&#xA;gpgv: Good signature from &#34;Tor Browser Developers (signing key) torbrowser@torproject.org&#34;&#xA;&#xA;https://tb-manual.torproject.org/installation/&#xA;./start-tor-browser.desktop --register-app --verbose --detach&#xA; Pandoc - Document conversion tool (I use this for making PDFs from markdown files)&#xA;https://pandoc.org/installing.html&#xA;wget https://github.com/jgm/pandoc/releases/download/2.16.1/pandoc-2.16.1-1-amd64.deb&#xA;sudo dpkg -i pandoc-2.16.1-1-amd64.deb &#xA;&#xA; Inkscape - Vector graphics (SVG) editor&#xA;   https://inkscape.org/release/inkscape-1.1.1/&#xA;&#xA;sudo add-apt-repository ppa:inkscape.dev/stable&#xA;sudo apt update&#xA;sudo apt install inkscape&#xA;&#xA; glances - A  top/Task Manager/Activity Monitor tool&#xA;https://nicolargo.github.io/glances/&#xA;sudo apt install python3-pip # Pip is the Python package manager, I&#39;m surprised I didn&#39;t need it up until here&#xA;pip install glances&#xA;&#xA; youtube-dl - Easily download streaming videos&#xA;&#xA;sudo apt install python&#xA;  wget https://github.com/ytdl-org/youtube-dl/releases/download/2021.06.06/youtube-dl-2021.06.06.tar.gz&#xA;  wget https://github.com/ytdl-org/youtube-dl/releases/download/2021.06.06/youtube-dl-2021.06.06.tar.gz.sig&#xA;  gpg --verify youtube-dl-2021.06.06.tar.gz.sig youtube-dl-2021.06.06.tar.gz # this didnt work&#xA;tar -xvf youtube-dl-2021.06.06.tar.gz &#xA;cd youtube-dl/&#xA;make &amp;&amp; sudo make install&#xA; VLC Media Player - A video player&#xA;    https://www.videolan.org/vlc/#download&#xA;&#xA;sudo apt install vlc&#xA;&#xA; OpenShot - Video editor&#xA;    https://www.openshot.org/&#xA;&#xA;sudo add-apt-repository ppa:openshot.developers/ppa&#xA;sudo apt update&#xA;sudo apt install openshot-qt python3-openshot &#xA;&#xA; clang - C/C++ compiler suite&#xA;    https://clang.llvm.org/getstarted.html&#xA;&#xA;sudo apt install clang&#xA;&#xA;wget https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.0/clang+llvm-13.0.0-x8664-linux-gnu-ubuntu-20.04.tar.xz.sha256&#xA;wget https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.0/clang+llvm-13.0.0-x86_64-linux-gnu-ubuntu-20.04.tar.xz&#xA;&#xA; mlocate - Indexed local search&#xA;    https://wiki.gentoo.org/wiki/Mlocate&#xA;    &#xA; midnight commander (mc) - File browser&#xA;    https://midnight-commander.org/&#xA;&#xA; Rust - The only good programming language&#xA;    https://www.rust-lang.org/learn/get-started&#xA;&#xA;curl --proto &#39;=https&#39; --tlsv1.2 -sSf https://sh.rustup.rs | sh&#xA;git clone https://github.com/rust-lang/rust.vim ~/.vim/pack/plugins/start/rust.vim&#xA;&#xA; TOR - The Onion Router and accompanying tools&#xA; OBS - Streaming/recording, a powerful broadcasting suite&#xA;https://obsproject.com/download&#xA;sudo apt install ffmpeg&#xA;sudo add-apt-repository ppa:obsproject/obs-studio&#xA;sudo apt install obs-studio&#xA;and virtual cam (so I can use OBS output as the input for Zoom):&#xA;sudo apt install linux-headers-$(uname -r) v4l2loopback-dkms # v4l = &#34;Video 4 Linux?&#34;&#xA;&#xA; nmap - Network scanner/mapper&#xA;  https://nmap.org/&#xA;  &#xA; ImageMagick - Powerful image conversion and batch editing&#xA;    https://imagemagick.org/&#xA;    Already installed&#xA;&#xA; mplayer - Another media player&#xA;    https://mplayerhq.hu/design7/news.html&#xA;&#xA;  svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer&#xA;  cd mplayer &amp;&amp; ./configure # Failed first time --needed to install yasm&#xA;  make &amp;&amp; sudo make install&#xA;&#xA; Wireshark - Network capture and analysis&#xA;    https://www.wireshark.org/download.html&#xA;&#xA;sudo apt install wireshark&#xA;&#xA; Jupyter notebook - It&#39;s like if a python program and a markdown file had a baby&#xA;&#xA;https://jupyter.org/install&#xA;&#xA; Zoom - Video conferencing&#xA;    https://zoom.us/download&#xA;&#xA; Subversion (svn) - Source control&#xA;https://subversion.apache.org/&#xA;&#xA;sudo apt install subversion&#xA;&#xA;Firefox plugins:&#xA;These are my must-have plugins:&#xA;&#xA;  uBlock Origin - Ad blocker&#xA;    https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/&#xA;&#xA;  Script blocker - Selectively enable Javascript&#xA;    https://addons.mozilla.org/en-US/firefox/addon/noscript&#xA;&#xA;  Privacy Badger - Reduce tracking &#xA;    https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17&#xA;&#xA;  Facebook Container - Reduce tracking (by sandboxing Facebook login)&#xA;    https://addons.mozilla.org/en-US/firefox/addon/facebook-container&#xA;&#xA;  Pinboard - Cloud bookmarks (https://pinboard.in)&#xA;    https://addons.mozilla.org/en-US/firefox/addon/pinboard-extension/&#xA;&#xA;    #### Firefox configuration&#xA;    These are the firefox config settings that I changed.&#xA;&#xA;    Default browser&#xA;    Default search -  Duckduckgo&#xA;    fingerprint protection&#xA;    block requests for location&#xA;    tracking protection&#xA;    do not track&#xA;    don&#39;t save passwords/credit cards/addresses&#xA;    disable suggestions&#xA;    disable analytics&#xA;    enable https-only mode in all windows&#xA;&#xA;Not yet installed (but probably will soon)&#xA;&#xA; gimp - Raster image editor&#xA; signal - Online chat&#xA; discord - Online chat&#xA; chromium - Web browser&#xA;&#xA;#software #applications&#xA;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<hr/>

<p>I recently needed to re-configure my primary desktop from scratch.</p>

<p>In hopes of maybe making the process a little easier next time, I decided to document the programs I installed, and how I went about doing so, in addition to any random notes I thought might be helpful next time I do this.</p>

<p><img src="https://i.snap.as/racCwCIM.png" alt=""/></p>



<p>Disclaimer: Although I&#39;ve been using Linux on-and-off for almost two decades, I&#39;ve never considered myself very proficient with the system. I&#39;m still learning new sysadmin tricks and practices every day. I suspect my decision-making about which packages to build from source, fetch binaries, or rely on package managers could appear very haphazard (no to mention the actual packages I choose to install).</p>

<h2 id="applications-installed" id="applications-installed">Applications Installed</h2>

<p>This isn&#39;t a list of all the programs I regularly use, it&#39;s just the first ones that I found myself installing, roughly in the order that they came to mind. Some programs (such as Firefox) are installed by default and I didn&#39;t even try to install them. Others (like <code>git</code>) are installed by default and I didn&#39;t realize until trying to install.</p>

<p><img src="https://i.snap.as/PVoqeEih.png" alt=""/></p>

<p>I&#39;ve tried to note the official website for each program.</p>
<ul><li><p><strong>git</strong> – Source control
already installed</p></li>

<li><p><strong>GNU Privacy Guard</strong> (gpg) – Encryption toolkit
already installed</p></li>

<li><p><strong>Vim</strong> – Primary text editor
<a href="https://www.vim.org/git.php">https://www.vim.org/git.php</a>
note: make failed without libncurses-dev (<code>sudo apt install libncurses-dev</code>)</p></li></ul>

<p>Clone git repo and build from source:</p>

<pre><code class="language-bash">git clone https://github.com/vim/vim.git
cd vim
git pull
cd src
make distclean  # if you build Vim before
make
sudo make install
</code></pre>
<ul><li><p><strong>Veracrypt</strong> – Manage encrypted volumes
<a href="https://www.veracrypt.fr/code/VeraCrypt/">https://www.veracrypt.fr/code/VeraCrypt/</a>
Download, verify, and install</p>

<pre><code class="language-bash">cd ~/Downloads/
wget https://www.idrix.fr/VeraCrypt/VeraCrypt_PGP_public_key.asc
gpg --import VeraCrypt_PGP_public_key.asc 
wget https://launchpad.net/veracrypt/trunk/1.24-update7/+download/veracrypt-1.24-Update7-Ubuntu-21.04-amd64.deb.sig
wget https://launchpad.net/veracrypt/trunk/1.24-update7/+download/veracrypt-1.24-Update7-Ubuntu-21.04-amd64.deb
gpg --verify veracrypt-1.24-Update7-Ubuntu-21.04-amd64.deb.sig veracrypt-1.24-Update7-Ubuntu-21.04-amd64.deb
sudo dpkg --install veracrypt-1.24-Update7-Ubuntu-21.04-amd64.deb
</code></pre></li>

<li><p><strong>KeepassXC</strong> – Password manager
<a href="https://keepassxc.org/download/">https://keepassxc.org/download/</a></p>

<pre><code class="language-bash">sudo apt install keepassxc 
</code></pre></li>

<li><p><strong>Syncthing</strong> – Cross-device file syncing
<a href="https://syncthing.net/downloads/">https://syncthing.net/downloads/</a>
<a href="https://github.com/syncthing/syncthing/releases/download/v1.18.4/syncthing-linux-amd64-v1.18.4.tar.gz">https://github.com/syncthing/syncthing/releases/download/v1.18.4/syncthing-linux-amd64-v1.18.4.tar.gz</a>
use systemd user config
Didn&#39;t work at first. Used <code>systemctl -l status syncthing.service</code> to determine the issue (which was that <code>syncthing</code> hadn&#39;t been moved to <code>/usr/bin</code>).</p>

<pre><code class="language-bash">wget https://github.com/syncthing/syncthing/releases/download/v1.18.4/syncthing-linux-amd64-v1.18.4.tar.gz
gunzip syncthing-linux-amd64-v1.18.4.tar.gz 
ls -ltra
tar -xvf syncthing-linux-amd64-v1.18.4.tar 
cd syncthing-linux-amd64-v1.18.4/
mkdir -p ~/.config/systemd/user
sudo mv syncthing /usr/bin
cp syncthing.service ~/.config/systemd/user/
systemctl --user enable syncthing.service
systemctl --user start syncthing.service
</code></pre>

<p>Web interface at: <a href="http://127.0.0.1:8384/">http://127.0.0.1:8384/</a></p></li>

<li><p><strong>Flameshot</strong> – Screenshot capture tool
<a href="https://flameshot.org/guide/installation/installation-linux/">https://flameshot.org/guide/installation/installation-linux/</a></p>

<pre><code class="language-bash">sudo apt install flameshot
</code></pre></li>

<li><p><strong>Tor Browser</strong> – Darkweb browser
<a href="https://www.torproject.org/download/">https://www.torproject.org/download/</a></p></li></ul>

<pre><code class="language-bash">wget https://dist.torproject.org/torbrowser/10.5.10/tor-browser-linux64-10.5.10_en-US.tar.xz.asc
wget https://www.torproject.org/dist/torbrowser/10.5.10/tor-browser-linux64-10.5.10_en-US.tar.xz
</code></pre>

<p><a href="https://support.torproject.org/tbb/how-to-verify-signature/">https://support.torproject.org/tbb/how-to-verify-signature/</a></p>

<pre><code class="language-bash">gpg --auto-key-locate nodefault,wkd --locate-keys torbrowser@torproject.org
gpg --output ./tor.keyring --export 0xEF6E286DDA85EA2A4BA7DE684E2C6E8793298290
gpgv --keyring ./tor.keyring tor-browser-linux64-10.5.10_en-US.tar.xz.asc tor-browser-linux64-10.5.10_en-US.tar.xz
</code></pre>

<pre><code class="language-bash">gpgv: Signature made Mon 25 Oct 2021 03:17:07 PM EDT
gpgv:                using RSA key EB774491D9FF06E2
gpgv: Good signature from &#34;Tor Browser Developers (signing key) &lt;torbrowser@torproject.org&gt;&#34;

</code></pre>

<p><a href="https://tb-manual.torproject.org/installation/">https://tb-manual.torproject.org/installation/</a></p>

<pre><code class="language-bash">./start-tor-browser.desktop --register-app --verbose --detach
</code></pre>
<ul><li><p><strong>Pandoc</strong> – Document conversion tool (I use this for making PDFs from markdown files)
<a href="https://pandoc.org/installing.html">https://pandoc.org/installing.html</a></p>

<pre><code class="language-bash">wget https://github.com/jgm/pandoc/releases/download/2.16.1/pandoc-2.16.1-1-amd64.deb
sudo dpkg -i pandoc-2.16.1-1-amd64.deb 
</code></pre></li>

<li><p><strong>Inkscape</strong> – Vector graphics (SVG) editor
<a href="https://inkscape.org/release/inkscape-1.1.1/">https://inkscape.org/release/inkscape-1.1.1/</a></p></li></ul>

<pre><code class="language-bash">sudo add-apt-repository ppa:inkscape.dev/stable
sudo apt update
sudo apt install inkscape
</code></pre>
<ul><li><p><strong>glances</strong> – A  <code>top</code>/Task Manager/Activity Monitor tool
<a href="https://nicolargo.github.io/glances/">https://nicolargo.github.io/glances/</a></p>

<pre><code class="language-bash">sudo apt install python3-pip # Pip is the Python package manager, I&#39;m surprised I didn&#39;t need it up until here
pip install glances
</code></pre></li>

<li><p><strong>youtube-dl</strong> – Easily download streaming videos</p></li></ul>

<pre><code>sudo apt install python
  wget https://github.com/ytdl-org/youtube-dl/releases/download/2021.06.06/youtube-dl-2021.06.06.tar.gz
  wget https://github.com/ytdl-org/youtube-dl/releases/download/2021.06.06/youtube-dl-2021.06.06.tar.gz.sig
  gpg --verify youtube-dl-2021.06.06.tar.gz.sig youtube-dl-2021.06.06.tar.gz # this didnt work
tar -xvf youtube-dl-2021.06.06.tar.gz 
cd youtube-dl/
make &amp;&amp; sudo make install
</code></pre>
<ul><li><strong>VLC Media Player</strong> – A video player
<a href="https://www.videolan.org/vlc/#download">https://www.videolan.org/vlc/#download</a></li></ul>

<pre><code>sudo apt install vlc
</code></pre>
<ul><li><strong>OpenShot</strong> – Video editor
<a href="https://www.openshot.org/">https://www.openshot.org/</a></li></ul>

<pre><code>sudo add-apt-repository ppa:openshot.developers/ppa
sudo apt update
sudo apt install openshot-qt python3-openshot 
</code></pre>
<ul><li><strong>clang</strong> – C/C++ compiler suite
<a href="https://clang.llvm.org/get_started.html">https://clang.llvm.org/get_started.html</a></li></ul>

<pre><code>sudo apt install clang
</code></pre>

<pre><code>wget https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.0/clang+llvm-13.0.0-x86_64-linux-gnu-ubuntu-20.04.tar.xz.sha256
wget https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.0/clang+llvm-13.0.0-x86_64-linux-gnu-ubuntu-20.04.tar.xz
</code></pre>
<ul><li><p><strong>mlocate</strong> – Indexed local search
<a href="https://wiki.gentoo.org/wiki/Mlocate">https://wiki.gentoo.org/wiki/Mlocate</a>
<code>sudo apt install mlocate</code></p></li>

<li><p><strong>midnight commander</strong> (mc) – File browser
<a href="https://midnight-commander.org/">https://midnight-commander.org/</a></p></li>

<li><p><strong>Rust</strong> – The only good programming language
<a href="https://www.rust-lang.org/learn/get-started">https://www.rust-lang.org/learn/get-started</a></p></li></ul>

<pre><code>curl --proto &#39;=https&#39; --tlsv1.2 -sSf https://sh.rustup.rs | sh
</code></pre>

<pre><code>git clone https://github.com/rust-lang/rust.vim ~/.vim/pack/plugins/start/rust.vim
</code></pre>
<ul><li><strong>TOR</strong> – The Onion Router and accompanying tools
<code>sudo apt install tor
</code></li>

<li><p><strong>OBS</strong> – Streaming/recording, a powerful broadcasting suite
<a href="https://obsproject.com/download">https://obsproject.com/download</a></p>

<pre><code class="language-bash">sudo apt install ffmpeg
sudo add-apt-repository ppa:obsproject/obs-studio
sudo apt install obs-studio
</code></pre>

<p>and virtual cam (so I can use OBS output as the input for Zoom):</p>

<pre><code class="language-bash">sudo apt install linux-headers-$(uname -r) v4l2loopback-dkms # v4l = &#34;Video 4 Linux?&#34;
</code></pre></li>

<li><p><strong>nmap</strong> – Network scanner/mapper
<a href="https://nmap.org/">https://nmap.org/</a>
<code>sudo apt install nmap</code> gives version from last Oct (not the latest)</p></li>

<li><p><strong>ImageMagick</strong> – Powerful image conversion and batch editing
<a href="https://imagemagick.org/">https://imagemagick.org/</a>
Already installed</p></li>

<li><p><strong>mplayer</strong> – Another media player
<a href="https://mplayerhq.hu/design7/news.html">https://mplayerhq.hu/design7/news.html</a></p></li></ul>

<pre><code>  svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
  cd mplayer &amp;&amp; ./configure # Failed first time --needed to install yasm
  make &amp;&amp; sudo make install
</code></pre>
<ul><li><strong>Wireshark</strong> – Network capture and analysis
<a href="https://www.wireshark.org/download.html">https://www.wireshark.org/download.html</a></li></ul>

<pre><code>sudo apt install wireshark
</code></pre>
<ul><li><strong>Jupyter notebook</strong> – It&#39;s like if a python program and a markdown file had a baby</li></ul>

<pre><code>https://jupyter.org/install
</code></pre>
<ul><li><p><strong>Zoom</strong> – Video conferencing
<a href="https://zoom.us/download">https://zoom.us/download</a></p></li>

<li><p><strong>Subversion</strong> (svn) – Source control
<a href="https://subversion.apache.org/">https://subversion.apache.org/</a></p></li></ul>

<pre><code>sudo apt install subversion
</code></pre>

<h3 id="firefox-plugins" id="firefox-plugins">Firefox plugins:</h3>

<p>These are my must-have plugins:</p>
<ul><li><p>uBlock Origin – Ad blocker
<a href="https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/">https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/</a></p></li>

<li><p>Script blocker – Selectively enable Javascript
<a href="https://addons.mozilla.org/en-US/firefox/addon/noscript">https://addons.mozilla.org/en-US/firefox/addon/noscript</a></p></li>

<li><p>Privacy Badger – Reduce tracking
<a href="https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17">https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17</a></p></li>

<li><p>Facebook Container – Reduce tracking (by sandboxing Facebook login)
<a href="https://addons.mozilla.org/en-US/firefox/addon/facebook-container">https://addons.mozilla.org/en-US/firefox/addon/facebook-container</a></p></li>

<li><p>Pinboard – Cloud bookmarks (<a href="https://pinboard.in">https://pinboard.in</a>)
<a href="https://addons.mozilla.org/en-US/firefox/addon/pinboard-extension/">https://addons.mozilla.org/en-US/firefox/addon/pinboard-extension/</a></p>

<h4 id="firefox-configuration" id="firefox-configuration">Firefox configuration</h4>

<p>These are the firefox config settings that I changed.</p>
<ul><li>Default browser</li>
<li>Default search –&gt; Duckduckgo</li>
<li>fingerprint protection</li>
<li>block requests for location</li>
<li>tracking protection</li>
<li>do not track</li>
<li>don&#39;t save passwords/credit cards/addresses</li>
<li>disable suggestions</li>
<li>disable analytics</li>
<li>enable https-only mode in all windows</li></ul></li></ul>

<h3 id="not-yet-installed-but-probably-will-soon" id="not-yet-installed-but-probably-will-soon">Not yet installed (but probably will soon)</h3>
<ul><li><strong>gimp</strong> – Raster image editor</li>
<li><strong>signal</strong> – Online chat</li>
<li><strong>discord</strong> – Online chat</li>
<li><strong>chromium</strong> – Web browser</li></ul>

<p><a href="https://dominicds.com/tag:software" class="hashtag"><span>#</span><span class="p-category">software</span></a> <a href="https://dominicds.com/tag:applications" class="hashtag"><span>#</span><span class="p-category">applications</span></a></p>
]]></content:encoded>
      <guid>https://dominicds.com/computer-setup-software</guid>
      <pubDate>Wed, 10 Nov 2021 14:52:53 +0000</pubDate>
    </item>
  </channel>
</rss>