<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.alma.ch/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.alma.ch/feed.php">
        <title>Alma wiki</title>
        <description></description>
        <link>https://wiki.alma.ch/</link>
        <image rdf:resource="https://wiki.alma.ch/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-09T11:58:59+0200</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.alma.ch/doku.php?id=ffmpeg&amp;rev=1774432424&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.alma.ch/doku.php?id=windows_11&amp;rev=1772906174&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.alma.ch/doku.php?id=dns_check&amp;rev=1772363657&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.alma.ch/doku.php?id=exiftool&amp;rev=1769622927&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.alma.ch/doku.php?id=playground:playground&amp;rev=1749724569&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.alma.ch/doku.php?id=win10&amp;rev=1730816685&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.alma.ch/doku.php?id=macos_defaults&amp;rev=1721479540&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.alma.ch/doku.php?id=aliases&amp;rev=1717622761&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.alma.ch/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Alma wiki</title>
        <link>https://wiki.alma.ch/</link>
        <url>https://wiki.alma.ch/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.alma.ch/doku.php?id=ffmpeg&amp;rev=1774432424&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-25T10:53:44+0200</dc:date>
        <dc:creator>mi (mi@undisclosed.example.com)</dc:creator>
        <title>ffmpeg - [Stream MD5] </title>
        <link>https://wiki.alma.ch/doku.php?id=ffmpeg&amp;rev=1774432424&amp;do=diff</link>
        <description>ffmpeg
in=... ; out=... # or eg. out=&quot;${in/%.mov/-small.mov}&quot;ffmpeg -i &quot;$in&quot;
webm to mp4

Example:


ffmpeg -i &quot;$in&quot; -tune film -crf 20 -preset slow -b:a 192k -movflags +faststart &quot;${in%%.webm}.mp4&quot;


h264


-c:v libx264 -pix_fmt yuv420p -tune film -crf 20 -g 50
-preset slow # (veryfast fast medium slow slower veryslow)</description>
    </item>
    <item rdf:about="https://wiki.alma.ch/doku.php?id=windows_11&amp;rev=1772906174&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-07T18:56:14+0200</dc:date>
        <dc:creator>mi (mi@undisclosed.example.com)</dc:creator>
        <title>windows_11 - created</title>
        <link>https://wiki.alma.ch/doku.php?id=windows_11&amp;rev=1772906174&amp;do=diff</link>
        <description>Install with local account

To install Windows 11 without a Microsoft account, the easiest is to use  Rufus to make a USB installer.

Alternatives that can be tried are, according to this page:

Hit Shift-F10 to reach a command prompt and then run the following command to create a local-only account:</description>
    </item>
    <item rdf:about="https://wiki.alma.ch/doku.php?id=dns_check&amp;rev=1772363657&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-01T12:14:17+0200</dc:date>
        <dc:creator>mi (mi@undisclosed.example.com)</dc:creator>
        <title>dns_check</title>
        <link>https://wiki.alma.ch/doku.php?id=dns_check&amp;rev=1772363657&amp;do=diff</link>
        <description>DNS check

Check that all defined nameservers for a domain do reply to queries for that domain.

dom=example.com
rec=SOA

for serv in $(dig -t NS $dom +short); do
    echo $(dig @$serv -t $rec $dom +short) from $serv
done


or on one line:

dom=example.com; rec=SOA; for serv in $(dig -t NS $dom +short); do echo $(dig @$serv -t $rec $dom +short) from $serv; done</description>
    </item>
    <item rdf:about="https://wiki.alma.ch/doku.php?id=exiftool&amp;rev=1769622927&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-28T18:55:27+0200</dc:date>
        <dc:creator>mi (mi@undisclosed.example.com)</dc:creator>
        <title>exiftool - [Copy JPEG Comment to Exif UserComment] </title>
        <link>https://wiki.alma.ch/doku.php?id=exiftool&amp;rev=1769622927&amp;do=diff</link>
        <description>Exiftool

To see all available date/time fields in the file(s), use
exiftool -args -time:all *.jpg
Exif rename by date

Add the original Exif date to the beginning of the file name, and also move the file to a folder by year-month.

When using -testname</description>
    </item>
    <item rdf:about="https://wiki.alma.ch/doku.php?id=playground:playground&amp;rev=1749724569&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-12T12:36:09+0200</dc:date>
        <dc:creator>mi (mi@undisclosed.example.com)</dc:creator>
        <title>playground:playground - [Winlogon] </title>
        <link>https://wiki.alma.ch/doku.php?id=playground:playground&amp;rev=1749724569&amp;do=diff</link>
        <description>PlayGround

todo backup-avid
./bin/backup-avid-install.sh: grep -E '(\$HOME|~)/bin' .profile

Add windows paths

wsl mount

&lt;https://superuser.com/questions/1128634/how-to-access-mounted-network-drive-on-windows-linux-subsystem&gt;
&lt;https://superuser.com/questions/1245210/access-ubuntu-partition-from-windows-sub-system&gt;
&lt;https://dannyda.com/2020/09/11/how-to-access-ext4-3-2-on-windows-10-how-to-mount-ext4-3-2-on-windows-10/&gt;
&lt;https://devblogs.microsoft.com/commandline/access-linux-filesystems-in-wi…</description>
    </item>
    <item rdf:about="https://wiki.alma.ch/doku.php?id=win10&amp;rev=1730816685&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-05T15:24:45+0200</dc:date>
        <dc:creator>mi (mi@undisclosed.example.com)</dc:creator>
        <title>win10 - [Enable ADMIN$ shares] </title>
        <link>https://wiki.alma.ch/doku.php?id=win10&amp;rev=1730816685&amp;do=diff</link>
        <description>Windows 10 settings

System info
systeminfo
cmd /k ver
Windows Product key
wmic path SoftwareLicensingService get OA3xOriginalProductKey
or use NirSoft's ProduKey

Get computer name

	*  hostname (hostname.exe) in both CMD and PS
*  %COMPUTERNAME% in CMD or $ENV:COMPUTERNAME</description>
    </item>
    <item rdf:about="https://wiki.alma.ch/doku.php?id=macos_defaults&amp;rev=1721479540&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-07-20T14:45:40+0200</dc:date>
        <dc:creator>mi (mi@undisclosed.example.com)</dc:creator>
        <title>macos_defaults - [Various settings] </title>
        <link>https://wiki.alma.ch/doku.php?id=macos_defaults&amp;rev=1721479540&amp;do=diff</link>
        <description>MacOS defaults

Hostname


# show:
for n in ComputerName HostName LocalHostName; do echo &quot;$n = $(scutil --get $n)&quot;; done

# set new hostname:
host=newname; dom=example.lan
for n in ComputerName LocalHostName; do sudo scutil --set $n $host; done
sudo scutil --set HostName $host.$dom</description>
    </item>
    <item rdf:about="https://wiki.alma.ch/doku.php?id=aliases&amp;rev=1717622761&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-05T23:26:01+0200</dc:date>
        <dc:creator>mi (mi@undisclosed.example.com)</dc:creator>
        <title>aliases</title>
        <link>https://wiki.alma.ch/doku.php?id=aliases&amp;rev=1717622761&amp;do=diff</link>
        <description>Aliases


alias disklist='lsblk -o NAME,HCTL,TYPE,SIZE,FSTYPE,LABEL,MOUNTPOINT,TRAN,VENDOR,PARTLABEL,RO'

alias ipa='ip -brief addr'
alias ipac='ip -brief -color addr'

alias dns-reload='named-checkconf -z &amp;&amp; rndc reload; sleep 2; grep named /var/log/daemon.log'

alias epoch2date='perl -e '\''$t=shift; printf &quot;%10s :%26s\n%10s :%26s\n%10s :%26s\n&quot;, &quot;epoch&quot;, $t, &quot;localtime&quot;, scalar(localtime $t), &quot;gmtime&quot;, scalar(gmtime $t);'\'''

alias iptlogview='perl -ne '\''if ( ($t,$m,$s,$d,$p,$sp,$dp)=/^(?:…</description>
    </item>
</rdf:RDF>
