<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>

<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns="http://purl.org/rss/1.0/"
> 

  <channel rdf:about="https://200ok.blogger.de/">
    <title>strobocock</title>
    <link>https://200ok.blogger.de/</link>
    <description></description>
    <dc:publisher>Blogger.de</dc:publisher>
    <dc:creator>mikeace</dc:creator>
    <dc:date>2023-03-29T05:53:23Z</dc:date>
    <dc:language>en</dc:language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T00:00:00Z</sy:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://200ok.blogger.de/stories/2862817/" />
        <rdf:li rdf:resource="https://200ok.blogger.de/stories/2784563/" />
        <rdf:li rdf:resource="https://200ok.blogger.de/stories/2463439/" />
        <rdf:li rdf:resource="https://200ok.blogger.de/stories/2451471/" />
        <rdf:li rdf:resource="https://200ok.blogger.de/stories/2450986/" />
        <rdf:li rdf:resource="https://200ok.blogger.de/stories/2447869/" />
        <rdf:li rdf:resource="https://200ok.blogger.de/stories/2450223/" />

    </rdf:Seq>
    </items>
<textinput rdf:resource="https://200ok.blogger.de/search" />
  </channel>

  <item rdf:about="https://200ok.blogger.de/stories/2862817/">
    <title>I wanted to change the file...</title> 
    <link>https://200ok.blogger.de/stories/2862817/</link>
    <description>I wanted to change the file time (creation/access/change) according to the date and time encoded in the filename.
Here are two examples using awk:

For filenames of type &apos;20221206_191944.jpg&apos;:
$ for f in *_*; do t=$(echo &quot;$f&quot; | awk -F &apos;[_.]&apos; &apos;{print substr($1$2,0,12) &quot;.&quot; substr($2,5,2)}&apos;); echo touch -t &quot;$t&quot; &quot;$f&quot;; done &amp;gt;&amp;gt; ../timestamps.sh

which yields
touch -t 202212061919.44 20221206_191944.jpg

And for filenames of type &apos;IMG-20220419-WA0005.jpg&apos;:
$ for f in *WA*; do t=$(echo &quot;$f&quot; | awk -F...</description>
    <dc:publisher>Blogger.de</dc:publisher>
    <dc:creator>mikeace</dc:creator>
    <dc:subject>Unix-Tools</dc:subject>
    <dc:rights>Copyright &#169; 2023 mikeace</dc:rights>
    <dc:date>2023-02-26T16:49:19Z</dc:date>
  </item> 
  <item rdf:about="https://200ok.blogger.de/stories/2784563/">
    <title>&quot;Fortschrittsbalken&quot; bei dd</title> 
    <link>https://200ok.blogger.de/stories/2784563/</link>
    <description>Hi, long time no see. :-)

Fortschritt bei diskimages mit dd beobachten?
Werner Fischer hat in seinem Beitrag ein paar interessante M&amp;ouml;glichkeiten aufgez&amp;auml;hlt: https://www.thomas-krenn.com/de/wiki/ISO_Image_von_CD_oder_DVD_unter_Linux_erstellen

* mit pv (pipe viewer):
dd if=/dev/cdrom | pv --size 700M | dd of=test.iso

* mit der dd-option status=progress (seit GNU Coreutils v8.24)

* mit signal killall -USR1 aus einer anderen shell (f&amp;uuml;r &amp;auml;ltere Coreutils)
watch -n 4 killall -USR1...</description>
    <dc:publisher>Blogger.de</dc:publisher>
    <dc:creator>mikeace</dc:creator>
    <dc:subject>Unix-Tools</dc:subject>
    <dc:rights>Copyright &#169; 2020 mikeace</dc:rights>
    <dc:date>2020-10-18T11:53:08Z</dc:date>
  </item> 
  <item rdf:about="https://200ok.blogger.de/stories/2463439/">
    <title>complete Backup of Jolla</title> 
    <link>https://200ok.blogger.de/stories/2463439/</link>
    <description>The Jolla Phone has several interesting partitions:
 
/dev/mmcblk0p19 on /drm type ext4
/dev/mmcblk0p18 on /firmware type vfat
/dev/mmcblk0p25 on /persist type ext4
/dev/mmcblk0p9 on /var/systemlog type ext4
/dev/fuse on /home/nemo/android_storage type fuse
/dev/mmcblk0p28 on / type btrfs
/dev/mmcblk0p28 on /home type btrfs


btrfs has snapshot support, so we use it.
Then all filesystems are tared and zipped and ssh&apos;ed to a backup-host as follows:

btrfs subvolume snapshot -r / /snapshots/root
btrfs...</description>
    <dc:publisher>Blogger.de</dc:publisher>
    <dc:creator>mikeace</dc:creator>
    
    <dc:rights>Copyright &#169; 2014 mikeace</dc:rights>
    <dc:date>2014-12-29T01:00:57Z</dc:date>
  </item> 
  <item rdf:about="https://200ok.blogger.de/stories/2451471/">
    <title>different colored calendars on Jolla</title> 
    <link>https://200ok.blogger.de/stories/2451471/</link>
    <description>Jolla&apos;s native Calendar App already has two different colored calendars - I want more.  Here is an instruction how to add more calendars: http://talk.maemo.org/showthread.php?t=92788</description>
    <dc:publisher>Blogger.de</dc:publisher>
    <dc:creator>mikeace</dc:creator>
    <dc:subject>Jolla</dc:subject>
    <dc:rights>Copyright &#169; 2014 mikeace</dc:rights>
    <dc:date>2014-11-16T17:29:20Z</dc:date>
  </item> 
  <item rdf:about="https://200ok.blogger.de/stories/2450986/">
    <title>complete Backup of N900</title> 
    <link>https://200ok.blogger.de/stories/2450986/</link>
    <description>The N900 has several storages. Each has to be saved in order to backup everything.
A good program to do that is the Backup Manager which does backup rootfs and optfs. It runs directly from the bootloader so the system to be backed up is not running.
unfortunately it doesn&apos;t back up everything. Contacts and installed programs are all there but it misses to backup the MyDocs directory!

So what is Backed up and what not again?

Let&apos;s excurse inte the different partitions which exist on a N900.

Device...</description>
    <dc:publisher>Blogger.de</dc:publisher>
    <dc:creator>mikeace</dc:creator>
    <dc:subject>N900</dc:subject>
    <dc:rights>Copyright &#169; 2014 mikeace</dc:rights>
    <dc:date>2014-11-14T14:02:32Z</dc:date>
  </item> 
  <item rdf:about="https://200ok.blogger.de/stories/2447869/">
    <title>Synergy auf verschieden gro&amp;szlig;en Monitoren</title> 
    <link>https://200ok.blogger.de/stories/2447869/</link>
    <description>Hab mir heute synergy installiert und zur rechten meinen kleinen Laptop-hingestellt.  Damit der Cursor beim &amp;Uuml;bergang nicht springt, kann man den Bereich des &amp;Uuml;bergangs in % der jweiligen Screen-Kante angeben:


section: screens 
desktop: 
laptop:
end

section: links 
desktop:   
right(50,100) = laptop 
laptop:   
left = desktop(50,100)
end
</description>
    <dc:publisher>Blogger.de</dc:publisher>
    <dc:creator>mikeace</dc:creator>
    <dc:subject>Netzwerk</dc:subject>
    <dc:rights>Copyright &#169; 2014 mikeace</dc:rights>
    <dc:date>2014-11-03T13:18:26Z</dc:date>
  </item> 
  <item rdf:about="https://200ok.blogger.de/stories/2450223/">
    <title>autostart jolla apps</title> 
    <link>https://200ok.blogger.de/stories/2450223/</link>
    <description>Nach einem Reboot, alle standard-apps von hand neu zu starten ist l&amp;auml;stig. Hier findet sich Abhilfe: https://together.jolla.com/question/404/autostart-applications/.

M&amp;ouml;gliche Befehle f&amp;uuml;r die Datei autostart-apps:

invoker -n -s --type=silica-qt5 /usr/bin/harbour-hungermeter
invoker -n -s --type=silica-qt5 /usr/bin/harbour-meecast
invoker -n -s --type=silica-qt5 /usr/bin/jolla-calendar
invoker -n -s --type=silica-qt5 /usr/bin/jolla-clock
invoker -n -s --type=silica-qt5 /usr/bin/jolla-settings
</description>
    <dc:publisher>Blogger.de</dc:publisher>
    <dc:creator>mikeace</dc:creator>
    <dc:subject>Jolla</dc:subject>
    <dc:rights>Copyright &#169; 2014 mikeace</dc:rights>
    <dc:date>2014-11-11T22:47:04Z</dc:date>
  </item> 


   <textinput rdf:about="https://200ok.blogger.de/search">
      <title>find</title>
      <description>Search this site:</description>
      <name>q</name>
      <link>https://200ok.blogger.de/search</link>
   </textinput>
</rdf:RDF>
