<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Home on Avid Seeker</title>
    <link>http://avidseeker.github.io/</link>
    <description>Recent content in Home on Avid Seeker</description>
    <generator>Hugo</generator>
    <language>en</language>
    <managingEditor>avidseeker7@protonmail.com (Avid Seeker)</managingEditor>
    <webMaster>avidseeker7@protonmail.com (Avid Seeker)</webMaster>
    <copyright>AvidSeeker (CC-BY-SA 4 or GFDL)</copyright>
    <lastBuildDate>Wed, 07 Aug 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="http://avidseeker.github.io/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Issue tracker</title>
      <link>http://avidseeker.github.io/issues/</link>
      <pubDate>Sat, 29 Jun 2024 00:00:00 +0000</pubDate><author>avidseeker7@protonmail.com (Avid Seeker)</author>
      <guid>http://avidseeker.github.io/issues/</guid>
      <description>&lt;h1 id=&#34;typesetting&#34;&gt;Typesetting:&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Reader View for the bloated web: &lt;a href=&#34;https://unix.stackexchange.com/questions/24931/&#34;&gt;Pipe-able web read view&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;pandoc:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/jgm/pandoc/issues/10022&#34;&gt;LaTeX to Unicode&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/jgm/pandoc/discussions/9915&#34;&gt;Embed source code in pdf, epub&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/jgm/pandoc/issues/1958&#34;&gt;Specify template in yaml&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/jgm/pandoc/discussions/9847&#34;&gt;md2tex: blockquotes&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://stackoverflow.com/questions/45404607&#34;&gt;Template conditionals&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/jgm/pandoc/discussions/10006&#34;&gt;internal variables&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/jgm/pandoc/issues/553&#34;&gt;File includes&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://tex.stackexchange.com/questions/683660&#34;&gt;Indirect linking to references&lt;/a&gt;: &lt;a href=&#34;https://github.com/jgm/pandoc/discussions/9995&#34;&gt;pandoc&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/hakimel/reveal.js/issues/1249&#34;&gt;revealjs: shift+space&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;static-site-generators&#34;&gt;Static Site Generators&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/janraasch/hugo-bearblog/issues/98&#34;&gt;hugo-bearblog wrapping&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;keep-flat-urls&#34;&gt;Keep flat URLs&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/gohugoio/hugo/issues/10875&#34;&gt;Hugo&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Eleventy:&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-js&#34; data-lang=&#34;js&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// Trims first numbers in a file name&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;2&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;eleventyConfig&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;addFilter&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;trimSlug&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;nx&#34;&gt;slug&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;=&amp;gt;&lt;/span&gt; &lt;span class=&#34;nx&#34;&gt;slug&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;replace&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;sr&#34;&gt;/^\d+-/i&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;s1&#34;&gt;&amp;#39;&amp;#39;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;));&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;unicode&#34;&gt;Unicode&lt;/h2&gt;&#xA;&lt;p&gt;Detect non-ASCII:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://stackoverflow.com/questions/3001177&#34;&gt;grep&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://bbs.archlinux.org/viewtopic.php?id=293375&#34;&gt;character set by font&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Security, URL Spoofing:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://bugs.chromium.org/p/chromium/issues/detail?id=1175415&#34;&gt;Chromium&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://bugzilla.mozilla.org/show_bug.cgi?id=1690979&#34;&gt;Firefox&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://superuser.com/questions/408792&#34;&gt;Windows&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://fosstodon.org/@suprjami/110381691990708727&#34;&gt;.zip domain&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;spreadsheets&#34;&gt;Spreadsheets&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://bugs.documentfoundation.org/show_bug.cgi?id=153002&#34;&gt;Command pallette&lt;/a&gt;:&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://bugs.documentfoundation.org/show_bug.cgi?id=153001&#34;&gt;Styling commands&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://bugs.documentfoundation.org/show_bug.cgi?id=156695&#34;&gt;Reorder cell&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://bugs.documentfoundation.org/show_bug.cgi?id=155800&#34;&gt;Clip cell wrapping&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://bugs.documentfoundation.org/show_bug.cgi?id=155907&#34;&gt;Alternating colors&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Specify dimensions (No infinite canvas):&lt;/p&gt;</description>
    </item>
    <item>
      <title>Random</title>
      <link>http://avidseeker.github.io/random/</link>
      <pubDate>Wed, 07 Aug 2024 00:00:00 +0000</pubDate><author>avidseeker7@protonmail.com (Avid Seeker)</author>
      <guid>http://avidseeker.github.io/random/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.catb.org/hacker-emblem/&#34;&gt;Hacker Emblem&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/hackerb9/gwordlist&#34;&gt;gwordlist&lt;/a&gt;: interesting data statistics project.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://gist.github.com/avidseeker/38e41e7891929e01f5279961a773d23b&#34;&gt;stdin stdout markdown email&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://lists.gnu.org/archive/html/emacs-devel/2016-12/msg01000.html&#34;&gt;Tabs or Spaces&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://gitlab.gnome.org/GNOME/gvfs/-/merge_requests/222&#34;&gt;gvfs trash&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;metadata - &lt;a href=&#34;https://discourse.gnome.org/t/keeping-edit-log/24532&#34;&gt;GIMP changelog&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/marlam/msmtp/issues/179&#34;&gt;msmtp dry run&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://datatracker.ietf.org/doc/html/rfc8118&#34;&gt;PDF URI scheme&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/vim/vim/discussions/15999&#34;&gt;Vim persistent modelines&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;previewing&#34;&gt;Previewing&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://bbs.archlinux.org/viewtopic.php?pid=2188690&#34;&gt;Locales&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://fosstodon.org/@avidseeker/112923910336439202&#34;&gt;Keyboard layouts&lt;/a&gt;: a latex package would be nice too.&lt;/li&gt;&#xA;&lt;li&gt;Fonts: use &lt;a href=&#34;https://archlinux.org/packages/extra/x86_64/font-manager/&#34;&gt;Font Manager&lt;/a&gt; for GUI or &lt;a href=&#34;https://aur.archlinux.org/packages/fontpreview&#34;&gt;fontpreview&lt;/a&gt; for CLI.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;trivia&#34;&gt;Trivia&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/gco/xee/blame/master/XeePhotoshopLoader.m#L114&#34;&gt;PSD rant in Xee&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://man.archlinux.org/man/extra/rxvt-unicode/urxvt.7.en#Meta,_Features_&amp;amp;amp;_Commandline_Issues&#34;&gt;Gentoo rant in urxvt&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/vim/vim/discussions/15490&#34;&gt;Vim pixmaps&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Keyboard layout art:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;$ grep &lt;span class=&#34;s1&#34;&gt;&amp;#39;^// This layout is&amp;#39;&lt;/span&gt; -A17 /usr/share/X11/xkb/symbols/us&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;2&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;$ grep &lt;span class=&#34;s1&#34;&gt;&amp;#39;^// This layout is&amp;#39;&lt;/span&gt; -A46 /usr/share/X11/xkb/symbols/fr&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;3&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;$ grep &lt;span class=&#34;s1&#34;&gt;&amp;#39;de facto&amp;#39;&lt;/span&gt; -A14 /usr/share/nvim/runtime/doc/arabic.txt&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Discussion:&lt;/p&gt;</description>
    </item>
    <item>
      <title>My Linux Journey with some desktips</title>
      <link>http://avidseeker.github.io/linux-journey/</link>
      <pubDate>Tue, 06 Aug 2024 00:00:00 +0000</pubDate><author>avidseeker7@protonmail.com (Avid Seeker)</author>
      <guid>http://avidseeker.github.io/linux-journey/</guid>
      <description>&lt;p&gt;Here is the Linux journey I would&amp;rsquo;ve set to myself if I started getting into&#xA;Linux.&lt;/p&gt;&#xA;&lt;h1 id=&#34;fedora-sane-defaults&#34;&gt;Fedora: Sane defaults&lt;/h1&gt;&#xA;&lt;p&gt;I&amp;rsquo;d start with Fedora KDE Plasma. KDE is the most DE with sane defaults. Fedora&#xA;has a sane release schedule, and has a sane default for native packages. This is&#xA;unlike Ubuntu with Snaps and flatpaks everywhere.&lt;/p&gt;&#xA;&lt;p&gt;Sane post-installation walkthrough for any Linux distro:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Auto-cleaners for pacman and pamac caches.&lt;/li&gt;&#xA;&lt;li&gt;Mirrors&lt;/li&gt;&#xA;&lt;li&gt;Input Methods (1st step for non-English speakers)&lt;/li&gt;&#xA;&lt;li&gt;Firewall&lt;/li&gt;&#xA;&lt;li&gt;Mouse/touchpad sensitivity&#xA;a. natural/logical scrolling&#xA;b. tap to click&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&#xA;c. Autoscroll: a very sane default from windows that is missing for some reason on Linux.&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;&#xA;&lt;li&gt;File indexing: for quicker searches.&lt;/li&gt;&#xA;&lt;li&gt;Snapshots/timeshift&lt;sup id=&#34;fnref:3&#34;&gt;&lt;a href=&#34;#fn:3&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;3&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;&#xA;&lt;li&gt;Light/Dark theme&lt;sup id=&#34;fnref1:3&#34;&gt;&lt;a href=&#34;#fn:3&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;3&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;&#xA;&lt;li&gt;Theming options. E.g: What if users want text selection highlight to be blue (like Windows) instead of green (theme of Manjaro)&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Turn off non-sensical defaults:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Software Bookmarks</title>
      <link>http://avidseeker.github.io/software-bookmarks/</link>
      <pubDate>Tue, 06 Aug 2024 00:00:00 +0000</pubDate><author>avidseeker7@protonmail.com (Avid Seeker)</author>
      <guid>http://avidseeker.github.io/software-bookmarks/</guid>
      <description>&lt;p&gt;New:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ script&#xA;$ sttr&#xA;$ recode&#xA;$ gpp&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h1 id=&#34;command-line&#34;&gt;Command line&lt;/h1&gt;&#xA;&lt;p&gt;&lt;strong&gt;Commands Cheatsheet&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;CLI Companion](&lt;a href=&#34;https://launchpad.net/clicompanion&#34;&gt;https://launchpad.net/clicompanion&lt;/a&gt;) &lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.x.org/archive/X11R7.5/doc/man/man1/xman.1.html&#34;&gt;xman&lt;/a&gt; &lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/chrisallenlane/cheat&#34;&gt;cheat&lt;/a&gt; &lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/gleitz/howdoi&#34;&gt;howdoi&lt;/a&gt; &lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/ncrocfer/clf&#34;&gt;clf&lt;/a&gt; &lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/samirahmed/fu&#34;&gt;fu&lt;/a&gt; &lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://bropages.org/&#34;&gt;bro&lt;/a&gt; &lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/chubin/cheat.sh&#34;&gt;curl cht.sh/PROGRAM&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Copy and Move Progress Bar&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/Xfennec/progress&#34;&gt;progress&lt;/a&gt; &lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/atdt/advcpmv&#34;&gt;Advanced Copy&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Directory Bookmarks&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://micans.org/apparix/&#34;&gt;Apparix&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/clvv/fasd&#34;&gt;fasd&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Hacker Culture&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/bo0ts/ddate&#34;&gt;ddate&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/ruanyf/fortunes&#34;&gt;fortune&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://packages.debian.org/source/unstable/purity&#34;&gt;The Hacker Test&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://packages.debian.org/source/unstable/jargon&#34;&gt;The Jargon File&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Menu&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://joeyh.name/code/pdmenu/&#34;&gt;pdmenu&lt;/a&gt; &lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/dhamidi/tmenu&#34;&gt;tmenu&lt;/a&gt; &lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.ossp.org/pkg/tool/iselect/&#34;&gt;iSelect&lt;/a&gt; &lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/mptre/pick&#34;&gt;pick&lt;/a&gt; &lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/jhawthorn/fzy&#34;&gt;fzy&lt;/a&gt; &lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://bitbucket.org/rafaelgg/slmenu&#34;&gt;slmenu&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Progress Bar&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/mogaal/vramsteg&#34;&gt;vramsteg&lt;/a&gt; &lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://clpbar.sourceforge.net/&#34;&gt;clpbar&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/icetee/pv&#34;&gt;pv - Pipe Viewer&lt;/a&gt; &lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://git.codemadness.nl/sob/&#34;&gt;sob - simple output bar&lt;/a&gt; &lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://sites.google.com/site/gotmor/&#34;&gt;dbar&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Scripting&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://multipipe.sourceforge.net/&#34;&gt;Multipipe&lt;/a&gt; &lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.gnu.org/software/parallel/&#34;&gt;GNU Parallel&lt;/a&gt; (+ &lt;a href=&#34;https://www.gnu.org/software/parallel/sql.html&#34;&gt;GNU SQL&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/skarnet/execline&#34;&gt;execline&lt;/a&gt; &lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://core.tcl.tk/expect/index&#34;&gt;Expect&lt;/a&gt; &lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/ierton/empty&#34;&gt;empty&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Terminal Colorizer&lt;/strong&gt;:&lt;/p&gt;</description>
    </item>
    <item>
      <title>FOSS Dictionaries</title>
      <link>http://avidseeker.github.io/dicts/</link>
      <pubDate>Mon, 15 Jul 2024 00:00:00 +0000</pubDate><author>avidseeker7@protonmail.com (Avid Seeker)</author>
      <guid>http://avidseeker.github.io/dicts/</guid>
      <description>&lt;p&gt;Credit: &lt;a href=&#34;https://github.com/freedict/fd-dictionaries/wiki&#34;&gt;https://github.com/freedict/fd-dictionaries/wiki&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h1 id=&#34;formats&#34;&gt;Formats&lt;/h1&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/DICT#DICT_file_format&#34;&gt;Dictd&lt;/a&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Structure: indexed Headwords linked to a plaintext body&lt;/li&gt;&#xA;&lt;li&gt;Used by: [Dict Clients](Dict Clients) and [Dict Servers](Dict Servers), &lt;a href=&#34;GoldenDict.org&#34;&gt;GoldenDict&lt;/a&gt;, GNOME Dictionary&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://stardict-4.sourceforge.net/&#34;&gt;StarDict&lt;/a&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Structure: see &lt;a href=&#34;http://www.stardict.org/StarDictFileFormat&#34;&gt;http://www.stardict.org/StarDictFileFormat&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Supports HTML, XDXF and plain text&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Used by: &lt;a href=&#34;http://huzheng.org/stardict/&#34;&gt;StarDict&lt;/a&gt;, &lt;a href=&#34;http://goldendict.org/&#34;&gt;GoldenDict&lt;/a&gt;, &lt;a href=&#34;https://github.com/xiaoyifang/goldendict&#34;&gt;GoldenDict by xiaoyifang&lt;/a&gt;, &lt;a href=&#34;https://github.com/a-rodin/qstardict&#34;&gt;QStarDict&lt;/a&gt;, &lt;a href=&#34;https://play.google.com/store/apps/details?id=com.annie.dictionary&amp;amp;hl=en&#34;&gt;QDict&lt;/a&gt; (Android), &lt;a href=&#34;http://dushistov.github.io/sdcv/&#34;&gt;SDCV&lt;/a&gt; (command-line)&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Also see &lt;a href=&#34;https://github.com/ilius/pyglossary/blob/master/doc/p/stardict.md#dictionary-applicationstools&#34;&gt;this list&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/itkach/slob&#34;&gt;Slob&lt;/a&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Structure: Slob (sorted list of blobs) is a read-only, compressed data store with dictionary-like interface to look up content by text keys&lt;/li&gt;&#xA;&lt;li&gt;Used by: &lt;a href=&#34;http://aarddict.org/&#34;&gt;Aard 2&lt;/a&gt; and &lt;a href=&#34;https://github.com/itkach/slob/wiki/Dictionaries&#34;&gt;other clients&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/csarron/mdict-analysis/blob/master/README.md&#34;&gt;mdict (mdx)&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Arabic LaTeX Setup</title>
      <link>http://avidseeker.github.io/arabic-latex/</link>
      <pubDate>Thu, 11 Jul 2024 00:00:00 +0000</pubDate><author>avidseeker7@protonmail.com (Avid Seeker)</author>
      <guid>http://avidseeker.github.io/arabic-latex/</guid>
      <description>&lt;h1 id=&#34;lualatex-fontspec--luabidi&#34;&gt;LuaLaTeX fontspec + luabidi&lt;/h1&gt;&#xA;&lt;p&gt;Minimal example:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-latex&#34; data-lang=&#34;latex&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt; 1&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;\documentclass&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;{&lt;/span&gt;article&lt;span class=&#34;nb&#34;&gt;}&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt; 2&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;\usepackage&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;{&lt;/span&gt;fontspec&lt;span class=&#34;nb&#34;&gt;}&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt; 3&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;\usepackage&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;{&lt;/span&gt;luabidi&lt;span class=&#34;nb&#34;&gt;}&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt; 4&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;\setmainfont&lt;/span&gt;&lt;span class=&#34;na&#34;&gt;[Script=Arabic,Renderer=HarfBuzz]&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;{&lt;/span&gt;ScheherazadeNew&lt;span class=&#34;nb&#34;&gt;}&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt; 5&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt; 6&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;\begin&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;{&lt;/span&gt;document&lt;span class=&#34;nb&#34;&gt;}&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt; 7&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&#x9;&lt;span class=&#34;k&#34;&gt;\begin&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;{&lt;/span&gt;RTL&lt;span class=&#34;nb&#34;&gt;}&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt; 8&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&#x9;.قِفَا نَبْكِ مِنْ ذِكْرَى حَبِيبٍ ومَنْزِلِ، بِسِقْطِ اللِّوَى بَيْنَ الدَّخُول فَحَوْمَلِ. فَتُوْضِحَ فَالمِقْراةِ لمْ يَعْفُ&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt; 9&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&#x9;رَسْمُها، لِمَا نَسَجَتْهَا مِنْ جَنُوبٍ وشَمْألِ. تَرَى بَعَرَ الأرْآمِ فِي عَرَصَاتِهَا، وَقِيْعَانِهَا كَأنَّهُ حَبُّ&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;10&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&#x9;فُلْفُلِ. كَأنِّي غَدَاةَ البَيْنِ يَوْمَ تَحَمَّلُوا، لَدَى سَمُرَاتِ الحَيِّ نَاقِفُ حَنْظَلِ. وُقُوْفًا بِهَا صَحْبِي عَليَّ&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;11&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&#x9;مَطِيَّهُمُ، يَقُوْلُوْنَ: لا تَهْلِكْ أَسًى وَتَجَمَّلِ. وإِنَّ شِفائِيَ عَبْرَةٌ مُهْرَاقَةٌ، فَهَلْ عِنْدَ رَسْمٍ دَارِسٍ مِنْ&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;12&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&#x9;مُعَوَّلِ؟. كَدَأْبِكَ مِنْ أُمِّ الحُوَيْرِثِ قَبْلَهَا، وَجَارَتِهَا أُمِّ الرَّبَابِ بِمَأْسَلِ. إِذَا قَامَتَا تَضَوَّعَ المِسْكُ&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;13&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&#x9;مِنْهُمَا، نَسِيْمَ الصَّبَا جَاءَتْ بِرَيَّا القَرَنْفُلِ. فَفَاضَتْ دُمُوْعُ العَيْنِ مِنِّي صَبَابَةً، عَلَى النَّحْرِ حَتَّى&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;14&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&#x9;بَلَّ دَمْعِيَ مِحْمَلِي&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;15&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&#x9;&lt;span class=&#34;k&#34;&gt;\end&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;{&lt;/span&gt;RTL&lt;span class=&#34;nb&#34;&gt;}&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;16&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;\end&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;{&lt;/span&gt;document&lt;span class=&#34;nb&#34;&gt;}&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Problems:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Liberate your playlists: M3U standardization</title>
      <link>http://avidseeker.github.io/playlists/</link>
      <pubDate>Thu, 04 Jul 2024 00:00:00 +0000</pubDate><author>avidseeker7@protonmail.com (Avid Seeker)</author>
      <guid>http://avidseeker.github.io/playlists/</guid>
      <description>&lt;p&gt;Stop having platform-locked playlists. Liberate them.&lt;/p&gt;&#xA;&lt;p&gt;I was looking for a way to view some of my friends&amp;rsquo; playlists locally. Wouldn&amp;rsquo;t&#xA;it be great if you can diff and version-control youtube playlists, compare them&#xA;with each other, merge them, simply liberating them from being platform-locked&#xA;by youtube?&lt;/p&gt;&#xA;&lt;p&gt;This is a simple yt2m3u script I wrote for downloading playlists as plaintext:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt; 1&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;yt2m3u&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt; 2&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;#!/bin/sh&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt; 3&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;yt-dlp &lt;span class=&#34;se&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt; 4&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;&#x9;--convert-thumbnails jpg &lt;span class=&#34;se&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt; 5&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;&#x9;--write-thumbnail -o &lt;span class=&#34;s2&#34;&gt;&amp;#34;thumbnail:%(id)s.%(ext)s&amp;#34;&lt;/span&gt; &lt;span class=&#34;se&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt; 6&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;&#x9;--no-download &lt;span class=&#34;se&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt; 7&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;&#x9;--print-to-file &lt;span class=&#34;s2&#34;&gt;&amp;#34;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt; 8&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s2&#34;&gt;#EXTIMG:./.cover/%(id)s.jpg&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt; 9&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s2&#34;&gt;#EXT-X-SESSION-DATA:%(original_url)s&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;10&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s2&#34;&gt;#EXTINF:-1,%(title)s&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;11&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;&lt;/span&gt; out.m3u -a -&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;If you don&amp;rsquo;t want to download thumbnails, simply&lt;/p&gt;</description>
    </item>
    <item>
      <title>Arabic Linux</title>
      <link>http://avidseeker.github.io/arabic/</link>
      <pubDate>Sat, 29 Jun 2024 00:00:00 +0000</pubDate><author>avidseeker7@protonmail.com (Avid Seeker)</author>
      <guid>http://avidseeker.github.io/arabic/</guid>
      <description>&lt;p&gt;For problems related to letter-shaping or text direction, check &lt;a href=&#34;https://github.com/avidseeker/awesome-areweyet/blob/main/bidi.md&#34;&gt;Bidi&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Date conversion:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;greg2hijri: &lt;a href=&#34;https://tex.stackexchange.com/questions/722901&#34;&gt;tex se&lt;/a&gt;, &lt;a href=&#34;https://github.com/latex3/babel/discussions/307&#34;&gt;babel&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;typesetting&#34;&gt;Typesetting&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;See: &lt;strong&gt;&lt;a href=&#34;http://avidseeker.github.io/arabic-latex/&#34;&gt;Arabic LaTeX&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/harfbuzz/harfbuzz/discussions/4796&#34;&gt;Block ligation&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/jgm/pandoc/issues/10013&#34;&gt;Pandoc Typography&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/jgm/pandoc/issues/10013&#34;&gt;Hindu-Arabic numerals&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/jgm/pandoc/issues/10013&#34;&gt;Quotation i18n&lt;/a&gt;:&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://savannah.gnu.org/bugs/?65979&#34;&gt;freeserif Arabic font issues&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;search-and-regex&#34;&gt;Search and Regex&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://askubuntu.com/questions/1402363&#34;&gt;grepping diacritics&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Characters in (U+FE8D to U+FEEF) should be considered uppercase Arabic&#xA;characters. Example:&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;echo&lt;/span&gt; ﺏﺡﺭ &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; grep -i &lt;span class=&#34;s1&#34;&gt;&amp;#39;ب&amp;#39;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Arabic typesetting:&lt;/p&gt;&#xA;&lt;h1 id=&#34;editors&#34;&gt;Editors&lt;/h1&gt;&#xA;&lt;h2 id=&#34;vim&#34;&gt;Vim&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/vim/vim/issues/14115&#34;&gt;misalignment when notermbidi&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/vim/vim/issues/5023&#34;&gt;termbidi autodetection&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://lists.gnu.org/archive/html/bug-ncurses/2024-07/index.html&#34;&gt;ncurses support for Bidi capability&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/vim/vim/issues/3491&#34;&gt;Extra-wide characters&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/vim/vim/issues/2659&#34;&gt;Fold&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/vim/vim/issues/7116&#34;&gt;set termbidi rightleft rendering problem&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/vim/vim/issues/7148&#34;&gt;Vertical windows&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;uba&#34;&gt;UBA&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/w3c/alreq/issues/280&#34;&gt;W3C standard&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/jgm/pandoc/issues/10014&#34;&gt;Panodc&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/latex3/babel/issues/306&#34;&gt;Babel&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://bugs.documentfoundation.org/show_bug.cgi?id=162120&#34;&gt;Libreoffice&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/gohugoio/hugo/issues/12675&#34;&gt;Hugo&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;combining-characters&#34;&gt;Combining characters&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Commands like &lt;code&gt;tr &#39;[:upper:]&#39; &#39;[:lower:]&#39;&lt;/code&gt; use the current locale to determine&#xA;uppercase/lowercase equivalents. But it doesn&amp;rsquo;t work for Arabic.&lt;/li&gt;&#xA;&lt;li&gt;grep: same problem.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;arabic-keyboard&#34;&gt;Arabic keyboard&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;CapsLock affect: print &amp;ldquo;capital&amp;rdquo; Arabic characters starting from (U+FE8D).&lt;/li&gt;&#xA;&lt;li&gt;Third level Ein letter: ؏ (U+060F). Currently prints ع with no change.&lt;/li&gt;&#xA;&lt;li&gt;2nd level Haa: (U+06BE) for Hijri dates.&lt;/li&gt;&#xA;&lt;li&gt;3rd level asterisk: (U+06DE)&lt;/li&gt;&#xA;&lt;li&gt;3rd level parenthesis: U+FD3E, U+FD3F&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;See also:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Language Flags</title>
      <link>http://avidseeker.github.io/lang-flags/</link>
      <pubDate>Sat, 29 Jun 2024 00:00:00 +0000</pubDate><author>avidseeker7@protonmail.com (Avid Seeker)</author>
      <guid>http://avidseeker.github.io/lang-flags/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.flagsarenotlanguages.com/blog/why-flags-do-not-represent-language/&#34;&gt;National flags are not languages&lt;/a&gt;,&#xA;and so they should not be used to represent them. There are multiple proposals&#xA;such as using generic methods like names, ISO codes, or generic icons (see&#xA;&lt;a href=&#34;https://languageicon.org/&#34;&gt;language icon&lt;/a&gt;). However, flags could provide a&#xA;visually distinct and efficient way to identify languages among hundreds of each&#xA;other.&lt;/p&gt;&#xA;&lt;h1 id=&#34;draft-design-practices&#34;&gt;Draft: Design practices&lt;/h1&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Symbol and Typography: Each language flag shall feature a prominent, easily recognizable symbol or&#xA;letter representative of the language&amp;rsquo;s name or phonetic characteristics. The&#xA;symbol or letter shall be placed on the center of the flag to ensure visibility&#xA;and immediate identification.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Examples:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Placeholders</title>
      <link>http://avidseeker.github.io/placeholders/</link>
      <pubDate>Sat, 29 Jun 2024 00:00:00 +0000</pubDate><author>avidseeker7@protonmail.com (Avid Seeker)</author>
      <guid>http://avidseeker.github.io/placeholders/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.blockplate.com/pages/bip-39-wordlist&#34;&gt;BIP word list&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;lorem-ipsum&#34;&gt;Lorem Ipsum&lt;/h1&gt;&#xA;&lt;h2 id=&#34;arabic&#34;&gt;Arabic&lt;/h2&gt;&#xA;&lt;p&gt;Taken from the first of the &lt;a href=&#34;https://en.wikipedia.org/wiki/Mu%27allaqat&#34;&gt;Mu&amp;rsquo;allaqat&lt;/a&gt;: &lt;a href=&#34;https://ar.wikisource.org/wiki/%D9%85%D8%B9%D9%84%D9%82%D8%A9_%D8%A7%D9%85%D8%B1%D8%A6_%D8%A7%D9%84%D9%82%D9%8A%D8%B3&#34;&gt;Imru&amp;rsquo; al-Qais Muallaqa&lt;/a&gt;&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;قِفَا نَبْكِ مِنْ ذِكْرَى حَبِيْبٍ وَمَنْزِلِ بِسِقْطِ اللِّوَى بَيْنَ الدَّخُولِ فَحَوْمَلِ&#xA;فَتُوْضِحَ فَالمِقْرَاةِ لم يَعْفُ رَسْمُهَا لِمَا نَسَجَتْهَا مِنْ جَنُوبٍ وَشَمْأَلِ&#xA;تَرَى بَعَرَ الأرْآمِ في عَرَصَاتِهَا وَقِيْعَانِهَا كَأَنَّهُ حَبُّ فُلْفُلِ&#xA;كَأَنِّيْ غَدَاة َ البَيْنِ يَوْمَ تَحَمَّلُوا لَدَى سَمُرَاتِ الحَيِّ نَاقِفُ حَنْظَلِ&#xA;وُقُوْفًا بِهَا صَحْبِيْ عَليََّ مَطِيَّهُمْ يَقُولُونَ لا تَهْلِكْ أَسًى وَتَجَمَّلِ&#xA;وَإِنَّ شِفَائِيْ عَبْرَةٌ مَهَراقَةٌ فهَلْ عِنْدَ رَسْمٍ دَارِسٍ مِنْ مُعَوَّلِ&#xA;كَدِينِكَ مِنْ أُمِّ الحُوَيْرِثِ قَبْلَهَـا وَجَارَتِهَا أُمِّ الرَّبَابِ بِمَأْسَلِ&#xA;فَفَاضَتْ دُمُوعُ العَيْنِ مِنِّيْ صَبَابَةً عَلَى النَّحْرِ حَتَّى بَلَّ دَمْعِيَ مِحْمَلِي&#xA; أَلا رُبَّ يَوْمٍ لَكَ مِنْهُنَّ صَالِحٍ وَلا سِيَّمَا يَوْمٌ بِدَارَةِ جُلْجُلِ&#xA;وَيَوْمَ عَقَرْتُ لِلْعَذَارَى مَطِيَّتِيْ فَيَا عَجَبًا مِنْ رَحْلِهَا المُتَحَمَّلِ&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h1 id=&#34;place-holder-names&#34;&gt;Place holder names&lt;/h1&gt;&#xA;&lt;p&gt;English:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Security</title>
      <link>http://avidseeker.github.io/security/</link>
      <pubDate>Sat, 29 Jun 2024 00:00:00 +0000</pubDate><author>avidseeker7@protonmail.com (Avid Seeker)</author>
      <guid>http://avidseeker.github.io/security/</guid>
      <description>&lt;h1 id=&#34;possible-attack-vectors-on-linux&#34;&gt;Possible attack vectors on Linux&lt;/h1&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://security.archlinux.org/&#34;&gt;https://security.archlinux.org/&lt;/a&gt; includes recent CVE&amp;rsquo;s related to official&#xA;packages. See &lt;a href=&#34;https://wiki.archlinux.org/title/Security&#34;&gt;ArchWiki&lt;/a&gt; for general security recommendations.&lt;/p&gt;&#xA;&lt;p&gt;This post is about practical real-life examples of previous security&#xA;vulnerabilities that Linux has been affected with. The CVE&amp;rsquo;s listed in ASA are&#xA;of course useful to know about, but I want to see how they can be leveraged by&#xA;an attacker. Here are some examples, and what I learned from them:&lt;/p&gt;</description>
    </item>
    <item>
      <title>XMPP discussions</title>
      <link>http://avidseeker.github.io/xmpp/</link>
      <pubDate>Sat, 29 Jun 2024 00:00:00 +0000</pubDate><author>avidseeker7@protonmail.com (Avid Seeker)</author>
      <guid>http://avidseeker.github.io/xmpp/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://mail.jabber.org/hyperkitty/list/standards@xmpp.org/thread/O52EPUXS3UEBTONKEYSI4U66OR5MDDZW/&#34;&gt;XMPP as a WebDav server&lt;/a&gt;: &lt;a href=&#34;https://github.com/modernxmpp/modernxmpp/issues/59&#34;&gt;modernxmpp&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://mail.jabber.org/hyperkitty/list/standards@xmpp.org/thread/TVOBAQUWLWUHDU3OBNG37AIHYOIXXCVT/&#34;&gt;Subscription and invites policy&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://mail.jabber.org/hyperkitty/list/standards@xmpp.org/thread/3CTTX2VTWTTC7PT5B5XPX6LD73QLDFKF/&#34;&gt;Bookmark groups&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://mail.jabber.org/hyperkitty/list/standards@xmpp.org/thread/C2J2BITMP6AYWRRE3JPRN75Q67ICNCMW/&#34;&gt;Filtering chat notifications&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://xmpp.org/extensions/xep-0492.html&#34;&gt;XEP-0492&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://mail.jabber.org/hyperkitty/list/standards@xmpp.org/thread/JAAPTROZNOQ742TPB4MD6NC2KCWVQCUQ/&#34;&gt;Send-only roles&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://mail.jabber.org/hyperkitty/list/standards@xmpp.org/thread/D2Z3LGXB2E7KNWCB5C7AATEBBXJ7EZUI/&#34;&gt;User chat pinning&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://codeberg.org/iNPUTmice/Conversations/issues/310&#34;&gt;Conversations&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://dev.gajim.org/gajim/gajim/-/issues/11844&#34;&gt;Gajim&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://codeberg.org/iNPUTmice/Conversations/issues/332&#34;&gt;Autojoin and archival&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;profanity: &lt;a href=&#34;https://github.com/profanity-im/profanity/discussions/1989&#34;&gt;cancel a sent subscription request&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;profanity: &lt;a href=&#34;https://github.com/profanity-im/profanity/discussions/1988&#34;&gt;multiline message without editor&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Other drafts:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Stories&lt;/li&gt;&#xA;&lt;li&gt;Disappearing messages&lt;/li&gt;&#xA;&lt;li&gt;Sync joined chats&lt;/li&gt;&#xA;&lt;li&gt;Preserve metadata of uploaded files: name, mtime, exif.&lt;/li&gt;&#xA;&lt;li&gt;Pubsub and fediverse integration.&lt;/li&gt;&#xA;&lt;li&gt;List of pubsub blogs.&lt;/li&gt;&#xA;&lt;li&gt;Security transparency:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://dev.gajim.org/gajim/gajim/-/issues/11845&#34;&gt;Gajim&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;URI support:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://codeberg.org/iNPUTmice/Conversations/issues/333&#34;&gt;Conversations&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://todo.sr.ht/~nicoco/slidge-plugin-ideas&#34;&gt;Gateways&lt;/a&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://todo.sr.ht/~nicoco/slidge/201#event-376741&#34;&gt;SMS&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Backup documentation&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;To contribute:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Guidelines for extended attributes</title>
      <link>http://avidseeker.github.io/xattrs/</link>
      <pubDate>Tue, 29 Aug 2023 00:00:00 +0000</pubDate><author>avidseeker7@protonmail.com (Avid Seeker)</author>
      <guid>http://avidseeker.github.io/xattrs/</guid>
      <description>&lt;h2 id=&#34;draft&#34;&gt;Draft&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;A standardized tag for marking files as &amp;ldquo;favorite&amp;rdquo; (E.g: featured by Nautilus but without using xattrs).&lt;/li&gt;&#xA;&lt;li&gt;Attribute for binding files with each other. See &lt;a href=&#34;https://bbs.archlinux.org/viewtopic.php?pid=2114455#p2114455&#34;&gt;here&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://discuss.kde.org/t/4392&#34;&gt;Dolphin ASCII xattrs&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The following is an update of the &lt;a href=&#34;https://www.freedesktop.org/wiki/CommonExtendedAttributes/&#34;&gt;original XDG proposal&lt;/a&gt; since 2013.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;Extended attributes (xattrs) can be set in different namespaces. Linux uses&#xA;&amp;ldquo;security&amp;rdquo;, &amp;ldquo;system&amp;rdquo;, &amp;ldquo;trusted&amp;rdquo;, and &amp;ldquo;user&amp;rdquo;. This document only describes and&#xA;proposes attributes in the &amp;ldquo;user&amp;rdquo; namespace.&lt;/p&gt;&#xA;&lt;p&gt;To avoid future conflicts between attributes, application-specific attributes&#xA;must be namespaced using reverse-DNS naming style. Standard DNS mapping places a&#xA;subdomain (&lt;strong&gt;WWW&lt;/strong&gt;) before a domain (&lt;strong&gt;EXAMPLE&lt;/strong&gt;) before the top-level&#xA;(&lt;strong&gt;COM&lt;/strong&gt;), all separated by periods. In Common Extended Attributes, this is done&#xA;backwards, in which the top level (&lt;strong&gt;user&lt;/strong&gt;) appears first, followed&#xA;(optionally) by one or more application-specific namespaces, followed by the&#xA;attribute name, all separated by periods.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Arabic Lam Alif problem on Linux</title>
      <link>http://avidseeker.github.io/lam-alif/</link>
      <pubDate>Mon, 29 Aug 2022 00:00:00 +0000</pubDate><author>avidseeker7@protonmail.com (Avid Seeker)</author>
      <guid>http://avidseeker.github.io/lam-alif/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://i.imgur.com/SrUKXuc.jpeg&#34; alt=&#34;Screenshot of the problem in Gedit&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://i.imgur.com/T1DYO3b.mp4&#34;&gt;Video of the problem in Gedit&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Problem: letter La (لا) keypress results in a single Unicode character (U+FEFB),&#xA;instead of Lam (ل) and Alif (ا) (U+0644, U+0627) combined in one ligature. The&#xA;same problem for La variants: ﻷ، ﻵ، ﻹ.&lt;/p&gt;&#xA;&lt;p&gt;For non-Arabic speakers, this is like having a key that is supposed to send two&#xA;characters: &lt;code&gt;fi&lt;/code&gt; (U+0046 U+0049), but it sends instead one ligature: &lt;code&gt;ﬁ&lt;/code&gt; (U+FB01).&lt;/p&gt;</description>
    </item>
    <item>
      <title></title>
      <link>http://avidseeker.github.io/arabic-resources/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>avidseeker7@protonmail.com (Avid Seeker)</author>
      <guid>http://avidseeker.github.io/arabic-resources/</guid>
      <description>&lt;h1 id=&#34;resources&#34;&gt;Resources&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://hausaba.com/&#34;&gt;https://hausaba.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://digitalkhatt.org/about&#34;&gt;https://digitalkhatt.org/about&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.tahadz.com/mishkal/&#34;&gt;https://www.tahadz.com/mishkal/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/mikahama/haracat&#34;&gt;https://github.com/mikahama/haracat&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://rtlstyling.com/posts/rtl-styling&#34;&gt;RTL Styling guide by Ahmed Shadeed&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://web.archive.org/web/20220411180454/https://www.arabeyes.org/download/documents/howto/arabic-howto-en/arabic-howto-en.pdf&#34;&gt;Arabic HOWTO by Mohammed Elzubeir: Linux support for Arabic from Alif to Yaa&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://meta.wikimedia.org/wiki/Communications/Sound_Logo/Contest_proposal/ar&#34;&gt;https://meta.wikimedia.org/wiki/Communications/Sound_Logo/Contest_proposal/ar&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://librebooks.org&#34;&gt;https://librebooks.org&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Mastodon Arabic Instances:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://bassam.social/&#34;&gt;Bassam&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://masr.social&#34;&gt;Masr&lt;/a&gt; (Egypt)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://levant.social/about&#34;&gt;Levant&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Arabic Linux Communities&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://aosus.org&#34;&gt;Aosus&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://arabeyes.org&#34;&gt;Arabeyes&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;[Arabic ArchWiki](&lt;a href=&#34;https://wiki.archlinux.org/title/Main_page_%28&#34;&gt;https://wiki.archlinux.org/title/Main_page_(&lt;/a&gt;العربية)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://matrix.to/#/%23archlinux-ar:matrix.org&#34;&gt;archlinux-ar Matrix Room&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://linux-2-day.com&#34;&gt;Linux Today&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Related&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://ar.wikipedia.org&#34;&gt;Arabic Wikipedia&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/01walid/awesome-arabic&#34;&gt;Awesome Arabic Open Source Software projects&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/mobadarah/tajmeeaton&#34;&gt;Tajmeeah&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/AhmedKamal/awesome-Islam&#34;&gt;Islamic Software&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;osm&#34;&gt;OSM&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://arabmap.wordpress.com&#34;&gt;Arab Map Blog&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://rattibha.com/thread/1217198926161424384&#34;&gt;Good Twitter thread with resources&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;OSM Iraq Telegram Group: t.me/OSM_Iraq&lt;/li&gt;&#xA;&lt;li&gt;OSM Saudi Telegram Group: t.me/OSMSaudi&lt;/li&gt;&#xA;&lt;li&gt;OSM Yemen Telegram Group: t.me/OSMYemen&lt;/li&gt;&#xA;&lt;li&gt;OSM Arab Telegram Group: t.me/ArabOsm&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;books&#34;&gt;Books&lt;/h1&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.hindawi.org&#34;&gt;موقع مؤسسة هنداوي&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://librebooks.org&#34;&gt;موقع كتب عربية حرة&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://bit.ly/2eWuzYv&#34;&gt;مكتبة قطر الرقمية&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://ddl.ae&#34;&gt;مكتبة دبي الرقمية&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://obeikandl.com/arabic&#34;&gt;مكتبة العبيكان الرقمية&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.aladdinlibrary.org/ar/node/30&#34;&gt;مكتبة علاء الدين&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://kotobna.net&#34;&gt;منصة كتبنا&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://dlib.nyu.edu/aco&#34;&gt;المجموعات العربية على الانترنِت&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://bit.ly/2TI8CiH&#34;&gt;كريمكناس79 ناشرون&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.nashiri.net&#34;&gt;دار ناشري&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://7afad.blogspot.com/&#34;&gt;دار حفد للنشر الإلكتروني&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://suar.me/aw76z&#34;&gt;جميع كتب دور النشر الإلكتروني الواردة في هذه القائمة:&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://bit.ly/2SRMMF3&#34;&gt;رابط معلوماتها لمعرفة أماكن تحميل كتبها:&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://itwadi.com/taxonomy/term/87&#34;&gt;كتب وادي التقنية&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://shamela.ws&#34;&gt;المكتبة الشاملة&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.wdl.org/ar&#34;&gt;المكتبة الرقمية العالمية&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;publications.kacst.edu.sa&#34;&gt;إصدارات مدينة الملك عبدالعزيز&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://hiast.edu.sy/ar/Publications&#34;&gt;منشورات المعهد العالي للعلوم التطبيقية&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.alwaraq.net/Core&#34;&gt;الوراق&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://academy.hsoub.com/files&#34;&gt;كتب أكاديمية حسوب&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://waqfeya.com&#34;&gt;المكتبة الوقفية&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.moswarat.com&#34;&gt;مصورات عبدالرحمن النجدي&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://alfeker.net&#34;&gt;شبكة الفكر  للكتب الإلكترونية&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://alsaidia.com&#34;&gt;المكتبة السعيدية&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://yemenarchive.com/&#34;&gt;أرشيف اليمن&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.booksjuice.com&#34;&gt;عصير الكتب&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.abjjad.com&#34;&gt;موقع ابجد&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;موقع جملون&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.motakafinbooks.me/&#34;&gt;https://www.motakafinbooks.me/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.noor-book.com/&#34;&gt;https://www.noor-book.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.tolaitila.com/&#34;&gt;https://www.tolaitila.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h1 id=&#34;i18n-status&#34;&gt;I18n status&lt;/h1&gt;&#xA;&lt;h2 id=&#34;translation&#34;&gt;Translation&lt;/h2&gt;&#xA;&lt;p&gt;This list contains the ways to contribute:&lt;/p&gt;</description>
    </item>
    <item>
      <title></title>
      <link>http://avidseeker.github.io/unix-acronyms/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>avidseeker7@protonmail.com (Avid Seeker)</author>
      <guid>http://avidseeker.github.io/unix-acronyms/</guid>
      <description>&lt;p&gt;See also: &lt;a href=&#34;https://gist.github.com/itspriddle/920612&#34;&gt;https://gist.github.com/itspriddle/920612&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;utils&#34;&gt;Utils&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;awk     ;Aho, Weinberger, Kernighan&lt;/li&gt;&#xA;&lt;li&gt;CDROM   ;compact disc read-only memory&lt;/li&gt;&#xA;&lt;li&gt;cfdisk  ;curses fdisk&lt;/li&gt;&#xA;&lt;li&gt;cmd     ;phrase&lt;/li&gt;&#xA;&lt;li&gt;tmux ctrl+b  ;stands for base&lt;/li&gt;&#xA;&lt;li&gt;CUPS    ;common UNIX printing system&lt;/li&gt;&#xA;&lt;li&gt;CVS     ;concurrent versions system&lt;/li&gt;&#xA;&lt;li&gt;daemon  ;disk and execution monitor*&lt;/li&gt;&#xA;&lt;li&gt;dd      ;Data Duplicator&lt;/li&gt;&#xA;&lt;li&gt;DE      ;Desktop Environment&lt;/li&gt;&#xA;&lt;li&gt;df      ;Disk free&lt;/li&gt;&#xA;&lt;li&gt;DHCP    ;dynamic host configuration protocol&lt;/li&gt;&#xA;&lt;li&gt;dig     ;Domain information groper&lt;/li&gt;&#xA;&lt;li&gt;dm-crypt;Device Mapper Encryption&lt;/li&gt;&#xA;&lt;li&gt;dnf     ;Dandified yum&lt;/li&gt;&#xA;&lt;li&gt;DOS     ;disk operating system&lt;/li&gt;&#xA;&lt;li&gt;du      ;Disk usage&lt;/li&gt;&#xA;&lt;li&gt;emacs   ;editing macros&lt;/li&gt;&#xA;&lt;li&gt;fdisk   ;fixed disk or format disk&lt;/li&gt;&#xA;&lt;li&gt;fgrep   ;fixed-string grep&lt;/li&gt;&#xA;&lt;li&gt;Fish    ;Friendly interactive shell&lt;/li&gt;&#xA;&lt;li&gt;fsck    ;file system consistency check&lt;/li&gt;&#xA;&lt;li&gt;fstab   ;file system table&lt;/li&gt;&#xA;&lt;li&gt;GIMP    ;GNU Image Manipulation Program&lt;/li&gt;&#xA;&lt;li&gt;GNOME   ;Gnu Network Object Modeling Environment&lt;/li&gt;&#xA;&lt;li&gt;GNU     ;GNU is Not UNIX&lt;/li&gt;&#xA;&lt;li&gt;GPG     ;GNU Privacy Guard&lt;/li&gt;&#xA;&lt;li&gt;grep    ;Global regular expression print&lt;/li&gt;&#xA;&lt;li&gt;Grub    ;Grand Unified Bootloader&lt;/li&gt;&#xA;&lt;li&gt;GTK     ;GIMP Toolkit&lt;/li&gt;&#xA;&lt;li&gt;GUI     ;graphical user interface&lt;/li&gt;&#xA;&lt;li&gt;HTML    ;hypertext markup language&lt;/li&gt;&#xA;&lt;li&gt;HTTP    ;hypertext transfer protocol&lt;/li&gt;&#xA;&lt;li&gt;IRC     ;Internet relay chat&lt;/li&gt;&#xA;&lt;li&gt;JPEG    ;Joint Photographic Experts Group&lt;/li&gt;&#xA;&lt;li&gt;KDE     ;K Desktop Environment&lt;/li&gt;&#xA;&lt;li&gt;LCD     ;liquid crystal display&lt;/li&gt;&#xA;&lt;li&gt;LDAP    ;lightweight directory access protocol&lt;/li&gt;&#xA;&lt;li&gt;LED     ;light emitting diode&lt;/li&gt;&#xA;&lt;li&gt;MAC     ;media access control&lt;/li&gt;&#xA;&lt;li&gt;PDF     ;portable document format&lt;/li&gt;&#xA;&lt;li&gt;PGP     ;pretty good privacy&lt;/li&gt;&#xA;&lt;li&gt;PHP     ;PHP hypertext preprocessor (originally personal home page)&lt;/li&gt;&#xA;&lt;li&gt;ping    ;packet Internet groper (orginally not an acronym)&lt;/li&gt;&#xA;&lt;li&gt;PKI     ;public key cryptography&lt;/li&gt;&#xA;&lt;li&gt;PNG     ;portable network graphics&lt;/li&gt;&#xA;&lt;li&gt;POP     ;post office protocol&lt;/li&gt;&#xA;&lt;li&gt;POSIX   ;Portable operating system interface&lt;/li&gt;&#xA;&lt;li&gt;RSS     ;really simple syndication&lt;/li&gt;&#xA;&lt;li&gt;rsync   ;Remote Sync&lt;/li&gt;&#xA;&lt;li&gt;sbin    ;system binaries or superuser binaries&lt;/li&gt;&#xA;&lt;li&gt;sed     ;Stream editor&lt;/li&gt;&#xA;&lt;li&gt;sh      ;Bourne shell&lt;/li&gt;&#xA;&lt;li&gt;sudo    ;substitute user or super user or switch user&lt;/li&gt;&#xA;&lt;li&gt;su      ;substitute user&lt;/li&gt;&#xA;&lt;li&gt;tar     ;Tape archive&lt;/li&gt;&#xA;&lt;li&gt;udev    ;userspace /dev&lt;/li&gt;&#xA;&lt;li&gt;uname   ;Unix name&lt;/li&gt;&#xA;&lt;li&gt;VFAT    ;virtual file allocation table&lt;/li&gt;&#xA;&lt;li&gt;VGA     ;video graphics array&lt;/li&gt;&#xA;&lt;li&gt;vim     ;vi improved&lt;/li&gt;&#xA;&lt;li&gt;vi      ;visual&lt;/li&gt;&#xA;&lt;li&gt;W3C     ;World Wide Web Consortium&lt;/li&gt;&#xA;&lt;li&gt;WEP     ;wired equivalent privacy&lt;/li&gt;&#xA;&lt;li&gt;WINE    ;WINE is not an emulator&lt;/li&gt;&#xA;&lt;li&gt;xargs   ;extended arguments&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
  </channel>
</rss>
