<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Quick Tips - Category - Worker7</title>
        <link>https://www.worker7.com/categories/quick-tips/</link>
        <description>Quick Tips - Category - Worker7</description>
        <generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Fri, 21 Mar 2025 16:51:38 -0400</lastBuildDate><atom:link href="https://www.worker7.com/categories/quick-tips/" rel="self" type="application/rss+xml" /><item>
    <title>Disable Dash Auto Updates</title>
    <link>https://www.worker7.com/posts/disable-dash-auto-updates/</link>
    <pubDate>Fri, 21 Mar 2025 16:51:38 -0400</pubDate>
    <author>worker7</author>
    <guid>https://www.worker7.com/posts/disable-dash-auto-updates/</guid>
    <description><![CDATA[<p>While I understand the switch of <a href="https://blog.kapeli.com/" target="_blank" rel="noopener noreffer ">Dash&rsquo;s</a> business model from a perceptual license to a subscription model, my usage and needs do not justify a subscription. Annoyingly the app always updates to the latest subscription version. You can disable this behaviour by selecting tiny checkbox on the update dialog and then skipping the update on the old version.</p>
<p></p>]]></description>
</item>
<item>
    <title>Capitalize Joplin Tags</title>
    <link>https://www.worker7.com/posts/capitalize-joplin-tags/</link>
    <pubDate>Wed, 27 Mar 2024 18:44:42 -0400</pubDate>
    <author>worker7</author>
    <guid>https://www.worker7.com/posts/capitalize-joplin-tags/</guid>
    <description><![CDATA[<p>While the official approach in <a href="https://joplinapp.org" target="_blank" rel="noopener noreffer ">Joplin</a> is to lower case all tags to avoid collisions I kinda like to have my tags capitalized. To automatically update all tags in the Joplin database follow these steps:</p>]]></description>
</item>
<item>
    <title>LXC Container Internet Access</title>
    <link>https://www.worker7.com/posts/lxc-container-internet-access/</link>
    <pubDate>Tue, 16 Jan 2024 21:33:56 -0500</pubDate>
    <author>worker7</author>
    <guid>https://www.worker7.com/posts/lxc-container-internet-access/</guid>
    <description><![CDATA[<p>I tried forever to get internet access in my LXC container to work. It turns out the iptables was configure badly. The following command will fix the issue:</p>]]></description>
</item>
<item>
    <title>How to Set EXIF GPS Coordinates Manually</title>
    <link>https://www.worker7.com/posts/how-to-set-exif-gps-coordinates-manually/</link>
    <pubDate>Mon, 19 Jun 2023 17:24:19 -0400</pubDate>
    <author>worker7</author>
    <guid>https://www.worker7.com/posts/how-to-set-exif-gps-coordinates-manually/</guid>
    <description><![CDATA[<p>Usually I use a GPS tracker on my phone when taking pictures so that I can sync up the GPS data later.
Every so often I for get to start the tracker and need to manually set the GPS data by hand. The easiest
way I found was by using the <a href="https://exiftool.org/" target="_blank" rel="noopener noreffer ">exiftool</a>. This is a command line tool often
considered the swiss army knife of EXIF data. Below is the command on how to set the GPS data on
some files. I also added <code>-overwrite_original</code> parameter to not have the tool create a backup file.
To actually get the GPS coordinate data you can choose yout favorite online tool.</p>]]></description>
</item>
<item>
    <title>How to Find and Delete Queries in Mysql</title>
    <link>https://www.worker7.com/posts/how-to-find-and-delete-queries-in-mysql/</link>
    <pubDate>Mon, 20 Feb 2023 18:04:10 -0500</pubDate>
    <author>worker7</author>
    <guid>https://www.worker7.com/posts/how-to-find-and-delete-queries-in-mysql/</guid>
    <description><![CDATA[<p>Every once in a while I need to find and delete some rouge queries in MySQL. Here is how to show
the list of queries for the current users:</p>]]></description>
</item>
<item>
    <title>Samba Empty Folder</title>
    <link>https://www.worker7.com/posts/samba-empty-folder/</link>
    <pubDate>Sun, 22 Jan 2023 13:40:16 -0500</pubDate>
    <author>worker7</author>
    <guid>https://www.worker7.com/posts/samba-empty-folder/</guid>
    <description><![CDATA[<p>I recently had an folder in one of my network shares showing up empty, despite the fact that it was not empty. After some investigation it turned out that the containg folder had a trailing space symbol, which is not allowed in the SMB protocol. Removing the trailing space (and reloading the mount) fixed the issue. I ran the following command to see if I had more folders with that issue and sure enough I found another one.</p>]]></description>
</item>
<item>
    <title>OSX Mount NFS With Proper Unicode Encoding</title>
    <link>https://www.worker7.com/posts/osx-mount-nfs-with-proper-unicode-encoding/</link>
    <pubDate>Fri, 14 Oct 2022 21:38:12 -0400</pubDate>
    <author>worker7</author>
    <guid>https://www.worker7.com/posts/osx-mount-nfs-with-proper-unicode-encoding/</guid>
    <description><![CDATA[<p>I recently move my external storage to a NAS. After some testing I decided to use NFS instead of SMB to mount my data. One issue I ran into was that OSX was not correctly showing filenames that contained unicodes. The solution was to use the <code>nfc</code> (Normalization Form C) option when mounting the filesystem.</p>]]></description>
</item>
<item>
    <title>Homebrew Uninstall Unused Dependencies</title>
    <link>https://www.worker7.com/posts/homebrew-uninstall-unused-dependencies/</link>
    <pubDate>Fri, 11 Mar 2022 23:25:59 -0500</pubDate>
    <author>worker7</author>
    <guid>https://www.worker7.com/posts/homebrew-uninstall-unused-dependencies/</guid>
    <description><![CDATA[<p>The simplest way of removing stale homebrew dependencies is by running <code>brew autoremove</code>.</p>]]></description>
</item>
<item>
    <title>Speedup Restic Backups After A Drive Replacement</title>
    <link>https://www.worker7.com/posts/speedup-restic-backups-after-drive-replacement/</link>
    <pubDate>Sat, 22 Jan 2022 16:24:48 -0500</pubDate>
    <author>worker7</author>
    <guid>https://www.worker7.com/posts/speedup-restic-backups-after-drive-replacement/</guid>
    <description><![CDATA[<p>I recently had to upgrade an external hard drive to a higher capacity. I used <code>rsync</code>  in the
archive mode to ensure to preserve all the necessary meta data. One of the main reasons for this was
to avoid having to re-read the whole drive in backup programs (due to changed timestamp). In the case
of restic though it was scanning all the files nonetheless.</p>]]></description>
</item>
<item>
    <title>Download a Webpage for Offline Access</title>
    <link>https://www.worker7.com/posts/download-a-webpage-for-offline-access/</link>
    <pubDate>Sat, 28 Aug 2021 22:53:21 -0400</pubDate>
    <author>worker7</author>
    <guid>https://www.worker7.com/posts/download-a-webpage-for-offline-access/</guid>
    <description><![CDATA[<h1 id="how-to-download-a-webpage-to-access-it-offline">How to download a webpage to access it offline?</h1>
<p>Sometimes it is useful to download/mirror a webpage locally such that you can access it without
internet connection (e.g., download documentation of a library tool). This is easily down via <code>wget</code>.
The following command shows all the necessary parameters we need:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl"><span class="c1"># wget --no-check-certificate --no-clobber --page-requisites -m -np -k https://www.foo.com</span>
</span></span></code></pre></div>]]></description>
</item>
</channel>
</rss>
