<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Command Crate</title>
  <link>https://durad.xyz/projects/command-crate/</link>
  <description>A personal archive of commands for everyday tasks.</description>
  <language>en</language>
  <lastBuildDate>Sun, 30 Aug 2026 22:00:00 GMT</lastBuildDate>
  <image>
    <url>https://durad.xyz/projects/command-crate/rss-icon.png</url>
    <title>Command Crate</title>
    <link>https://durad.xyz/projects/command-crate/</link>
  </image>
  <ttl>1440</ttl>
  <atom:link href="https://durad.xyz/projects/command-crate/rss.xml" rel="self" type="application/rss+xml" />

  <item>
    <title>ffmpeg -nostats -i pohokolius_-_odlazak_remastered.flac -af astats=metadata=0 -f null - 2&gt;&amp;1 | grep "Bit depth"</title>
    <link>https://durad.xyz/projects/command-crate/index.html#db5562aa</link>
    <description>This commands exposes effective depth of an audio file. Example: if it comes back as something like 16/24/24/24, the source was 16-bit content in a 24-bit wrapper.</description>
    <guid isPermaLink="false">tag:durad.xyz,2026-08-26:cmd-db5562aa</guid>
    <pubDate>Wed, 26 Aug 2026 21:00:00 GMT</pubDate>
  </item>

  <item>
    <title>grep -E '^he_' /var/run/hostapd-phy*.conf | grep -v mu_edca</title>
    <link>https://durad.xyz/projects/command-crate/index.html#4ef9f1b4</link>
    <description>Dumps the active 802.11ax operating parameters minus the MU-EDCA defaults. Shows he_oper_chwidth (0=20/40, 1=80, 2=160), spatial reuse control, BSS color, TWT requirement and beamforming roles in one view.</description>
    <guid isPermaLink="false">tag:durad.xyz,2026-07-26:cmd-4ef9f1b4</guid>
    <pubDate>Sun, 26 Jul 2026 21:00:00 GMT</pubDate>
  </item>

  <item>
    <title>iw phy1 info | grep -A 10 'valid interface combinations'</title>
    <link>https://durad.xyz/projects/command-crate/index.html#accefec2</link>
    <description>Reports the maximum number of AP interfaces the radio hardware supports.</description>
    <guid isPermaLink="false">tag:durad.xyz,2026-07-26:cmd-accefec2</guid>
    <pubDate>Sun, 26 Jul 2026 21:00:00 GMT</pubDate>
  </item>

  <item>
    <title>iw dev phy1-ap0 station dump | grep -c Station</title>
    <link>https://durad.xyz/projects/command-crate/index.html#d387475c</link>
    <description>Counts currently associated wireless clients on an interface. Useful for checking whether a txpower reduction dropped edge clients, when run repeatedly over time.</description>
    <guid isPermaLink="false">tag:durad.xyz,2026-07-26:cmd-d387475c</guid>
    <pubDate>Sun, 26 Jul 2026 21:00:00 GMT</pubDate>
  </item>

  <item>
    <title>iw dev phy1-ap0 station dump | grep -E 'Station|signal:|tx bitrate|rx bitrate'</title>
    <link>https://durad.xyz/projects/command-crate/index.html#ce61024a</link>
    <description>Shows per-client uplink signal and negotiated rates. Only measures what the AP receives, so it cannot be used to evaluate AP transmit power changes. Clients must be passing traffic or rates read low.</description>
    <guid isPermaLink="false">tag:durad.xyz,2026-07-26:cmd-ce61024a</guid>
    <pubDate>Sun, 26 Jul 2026 21:00:00 GMT</pubDate>
  </item>

  <item>
    <title>iw dev phy1-ap0 survey dump | grep -A7 'in use'</title>
    <link>https://durad.xyz/projects/command-crate/index.html#1d3baaed</link>
    <description>Reports noise floor plus channel active/busy time for the operating channel. Divide busy by active for airtime utilization; under ~20 percent is healthy, over ~50 percent means real contention.</description>
    <guid isPermaLink="false">tag:durad.xyz,2026-07-26:cmd-1d3baaed</guid>
    <pubDate>Sun, 26 Jul 2026 21:00:00 GMT</pubDate>
  </item>

  <item>
    <title>iwinfo phy1-ap0 info | grep -E 'Channel|Tx-Power'</title>
    <link>https://durad.xyz/projects/command-crate/index.html#d01f75af</link>
    <description>Shows the channel, center channel, HT mode and post-regdb-clamp Tx-Power actually in effect on a wireless interface.</description>
    <guid isPermaLink="false">tag:durad.xyz,2026-07-26:cmd-d01f75af</guid>
    <pubDate>Sun, 26 Jul 2026 21:00:00 GMT</pubDate>
  </item>

  <item>
    <title>magick pokloni-website-card_1200x600.png -resize "1200x630^" -gravity center -extent 1200x630 pokloni-website-card_1200x600_fixed.png</title>
    <link>https://durad.xyz/projects/command-crate/index.html#585a4713</link>
    <description>Resizes an image to fill a 1200x630 canvas, centering the content and cropping any overflow.</description>
    <guid isPermaLink="false">tag:durad.xyz,2026-04-23:cmd-585a4713</guid>
    <pubDate>Thu, 23 Apr 2026 21:00:00 GMT</pubDate>
  </item>

  <item>
    <title>find . -maxdepth 1 -mindepth 1 -type d -exec rm -rf '{}' \;</title>
    <link>https://durad.xyz/projects/command-crate/index.html#587781de</link>
    <description>Deletes all directories within the current folder while preserving the files in the root. Uses -maxdepth 1 to prevent recursion into sub-subdirectories.</description>
    <guid isPermaLink="false">tag:durad.xyz,2026-04-08:cmd-587781de</guid>
    <pubDate>Wed, 08 Apr 2026 21:00:00 GMT</pubDate>
  </item>

  <item>
    <title>python3 -c "import re,sys,pathlib;p=re.compile(r'[\U0001f300-\U0001f9ff\U00002702-\U000027b0\U0000fe00-\U0000fe0f\U0000200b-\U0000200f\U0000200d]');[print(f'{f}:{i+1}: {l.rstrip()[:80]}') for f in pathlib.Path(sys.argv[1]).rglob('*') if f.suffix in ('.html','.md','.txt') for i,l in enumerate(f.read_text('utf-8').splitlines()) if p.search(l)]" ./</title>
    <link>https://durad.xyz/projects/command-crate/index.html#1300b16f</link>
    <description>Scans all .html, .md, and .txt files recursively for emoji and zero-width characters (ZWJ, variation selectors, invisible formatters). Prints filename:line:preview for each hit. Safe for multilingual content (Cyrillic, CJK etc.), only targets Unicode emoji and control ranges.</description>
    <guid isPermaLink="false">tag:durad.xyz,2026-03-20:cmd-1300b16f</guid>
    <pubDate>Fri, 20 Mar 2026 22:00:00 GMT</pubDate>
  </item>

  <item>
    <title>pkg info -r ImageMagick7</title>
    <link>https://durad.xyz/projects/command-crate/index.html#932068d2</link>
    <description>Lists all installed packages that depend on a given package.</description>
    <guid isPermaLink="false">tag:durad.xyz,2026-03-11:cmd-932068d2</guid>
    <pubDate>Wed, 11 Mar 2026 22:00:00 GMT</pubDate>
  </item>

  <item>
    <title>gzip --best -k file.svg &amp;&amp; mv file.svg.gz file.svgz</title>
    <link>https://durad.xyz/projects/command-crate/index.html#4270d0cb</link>
    <description>Compresses an SVG file into the SVGZ format. The -k flag preserves the original.</description>
    <guid isPermaLink="false">tag:durad.xyz,2026-03-11:cmd-4270d0cb</guid>
    <pubDate>Wed, 11 Mar 2026 22:00:00 GMT</pubDate>
  </item>

  <item>
    <title>dnf repoquery --installed --whatrequires ImageMagick7</title>
    <link>https://durad.xyz/projects/command-crate/index.html#67744b45</link>
    <description>Lists all installed packages that depend on a given package. Answers: &#x27;what would break if I removed this?&#x27;</description>
    <guid isPermaLink="false">tag:durad.xyz,2026-03-11:cmd-67744b45</guid>
    <pubDate>Wed, 11 Mar 2026 22:00:00 GMT</pubDate>
  </item>

  <item>
    <title>magick main_screen.png -background none -size 20x1 xc:none results.png +append kalkulator-prostih-brojeva-app-pregled.png</title>
    <link>https://durad.xyz/projects/command-crate/index.html#f7191e8d</link>
    <description>Horizontally appends images with a transparent spacer between them. Creates a 20x1 transparent canvas as a gap, then uses +append to stitch all images side by side into a single output file.</description>
    <guid isPermaLink="false">tag:durad.xyz,2026-03-11:cmd-f7191e8d</guid>
    <pubDate>Wed, 11 Mar 2026 22:00:00 GMT</pubDate>
  </item>

  <item>
    <title>awk -F'[&lt;&gt;]' '/&lt;loc&gt;/ {print $3}' sitemap.xml</title>
    <link>https://durad.xyz/projects/command-crate/index.html#751461d8</link>
    <description>Extracts raw URLs from a standard XML sitemap with awk. Matches and captures text strictly between &lt;loc&gt; tags.</description>
    <guid isPermaLink="false">tag:durad.xyz,2026-02-12:cmd-751461d8</guid>
    <pubDate>Thu, 12 Feb 2026 22:00:00 GMT</pubDate>
  </item>

  <item>
    <title>sed -n 's/.*&lt;loc&gt;\(.*\)&lt;\/loc&gt;.*/\1/p' sitemap.xml</title>
    <link>https://durad.xyz/projects/command-crate/index.html#5883ea00</link>
    <description>Extracts raw URLs from a standard XML sitemap. Matches and captures text strictly between &lt;loc&gt; tags, replacing the entire line with the URL. Works on FreeBSD/BSD sed.</description>
    <guid isPermaLink="false">tag:durad.xyz,2026-02-12:cmd-5883ea00</guid>
    <pubDate>Thu, 12 Feb 2026 22:00:00 GMT</pubDate>
  </item>

  <item>
    <title>top -o res</title>
    <link>https://durad.xyz/projects/command-crate/index.html#72f05a09</link>
    <description>Sorts FreeBSD process list by resident set size (RSS, physical RAM). Essential for ignoring misleading virtual memory (&#x27;SIZE&#x27;) stats, which often show terabytes of reserved address space for electron/Go apps. &#x27;RES&#x27; reveals the actual physical memory cost.</description>
    <guid isPermaLink="false">tag:durad.xyz,2026-02-09:cmd-72f05a09</guid>
    <pubDate>Mon, 09 Feb 2026 22:00:00 GMT</pubDate>
  </item>

  <item>
    <title>magick gshock-gw-m5610u-1b.png -fill "#fbfbfe" -opaque "#e6f1f5" -fill "#1c1b22" -opaque "#203a43" gshock-gw-m5610u-1b_darkgrey.png</title>
    <link>https://durad.xyz/projects/command-crate/index.html#aeca042e</link>
    <description>Swaps specific hex colors 1:1 on the image. Replaces Light (#e6f1f5) with off-white (#fbfbfe) and dark (#203a43) with dark-grey (#1c1b22). Uses sequential fill/opaque operations.</description>
    <guid isPermaLink="false">tag:durad.xyz,2026-02-04:cmd-aeca042e</guid>
    <pubDate>Wed, 04 Feb 2026 22:00:00 GMT</pubDate>
  </item>

  <item>
    <title>printf 'dev.hwpstate_intel.0.epp=100\ndev.hwpstate_intel.1.epp=100\ndev.hwpstate_intel.2.epp=100\ndev.hwpstate_intel.3.epp=100\n' | sudo tee -a /etc/sysctl.conf &amp;&amp; sudo sysrc powerd_enable='NO'</title>
    <link>https://durad.xyz/projects/command-crate/index.html#33cc2d6f</link>
    <description>Appends Intel HWP powersave settings to sysctl.conf (making them permanent) and disables the obsolete &#x27;powerd&#x27; service in rc.conf. Useful for libreboot systems.</description>
    <guid isPermaLink="false">tag:durad.xyz,2026-02-03:cmd-33cc2d6f</guid>
    <pubDate>Tue, 03 Feb 2026 22:00:00 GMT</pubDate>
  </item>

  <item>
    <title>sysctl dev.cpu.0.freq_levels</title>
    <link>https://durad.xyz/projects/command-crate/index.html#10f29d1a</link>
    <description>Checks available CPU frequency steps. If output is single-level (e.g., &#x27;2700/-1&#x27;) on Libreboot/modern Intel, ACPI tables are missing. Discard &#x27;powerd&#x27; and rely on &#x27;hwpstate_intel&#x27; (Hardware P-States) for frequency scaling.</description>
    <guid isPermaLink="false">tag:durad.xyz,2026-02-03:cmd-10f29d1a</guid>
    <pubDate>Tue, 03 Feb 2026 22:00:00 GMT</pubDate>
  </item>

</channel>
</rss>