<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Lucas Ramage</title>
    <description>Welcome to the website of &lt;span class=&quot;name&quot;&gt;&lt;b&gt;Lucas Ramage&lt;/b&gt;&lt;/span&gt;. I write &lt;b&gt;&lt;a href=&quot;https://www.fsf.org/about/what-is-free-software&quot;&gt;free software&lt;/a&gt;&lt;/b&gt;.
</description>
    <link>https://lramage.gitlab.io/</link>
    <atom:link href="https://lramage.gitlab.io/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Thu, 22 Sep 2022 20:18:32 +0000</pubDate>
    <lastBuildDate>Thu, 22 Sep 2022 20:18:32 +0000</lastBuildDate>
    <generator>Jekyll v3.4.0</generator>
    
      <item>
        <title>Hurricane Electric IPv6 Tunnel Broker</title>
        <description>&lt;p&gt;&lt;a href=&quot;https://tunnelbroker.net&quot;&gt;Hurricane Electric IPv6 Tunnel Broker&lt;/a&gt;&lt;/p&gt;
</description>
        <pubDate>Fri, 20 Jul 2018 12:01:48 +0000</pubDate>
        <link>https://lramage.gitlab.io/ipv6/networking/2018/07/20/ipv6-tunnel-broker/</link>
        <guid isPermaLink="true">https://lramage.gitlab.io/ipv6/networking/2018/07/20/ipv6-tunnel-broker/</guid>
        
        
        <category>ipv6</category>
        
        <category>networking</category>
        
      </item>
    
      <item>
        <title>Why I prefer UNIX</title>
        <description>&lt;p&gt;“…modularity means more than modules. Our ability to decompose
a problem into parts depends directly on our ability to glue solutions
together. To support modular programming, a language must provide good
glue…Smaller and more general modules can be reused more widely, easing subsequent programming” &lt;a href=&quot;https://www.cs.kent.ac.uk/people/staff/dat/miranda/whyfp90.pdf&quot;&gt;(Hughes, 22)&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;“Write programs that do one thing and do it well” &lt;a href=&quot;http://www.catb.org/~esr/writings/taoup/html&quot;&gt;(Raymond)&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;“C is not a “very high level” language, nor a “big” one, and is not specialized to any particular area of application.
But its absence of restrictions and its generality make it more convenient and effective for many tasks than supposedly more powerful languages.
C was originally designed for and implemented on the UNIX operating system on the DEC PDP-11, by Dennis Ritchie” &lt;a href=&quot;https://archive.org/details/TheCProgrammingLanguageFirstEdition&quot;&gt;(Kernighan and Ritchie, ix)&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;“UNIX is not popular because it is the best operating
system one could imagine, but because it is an extremely flexible system which is easy to
extend and modify. It is an ideal platform for developing new ideas” &lt;a href=&quot;http://pdplab.it.uom.gr/project/sysadm/unix.pdf&quot;&gt;(Burgess, 5)&lt;/a&gt;.&lt;/p&gt;

&lt;!-- References: --&gt;

</description>
        <pubDate>Mon, 25 Jun 2018 04:01:29 +0000</pubDate>
        <link>https://lramage.gitlab.io/unix/programming/philosophy/functional/2018/06/25/why-i-use-unix/</link>
        <guid isPermaLink="true">https://lramage.gitlab.io/unix/programming/philosophy/functional/2018/06/25/why-i-use-unix/</guid>
        
        
        <category>unix</category>
        
        <category>programming</category>
        
        <category>philosophy</category>
        
        <category>functional</category>
        
      </item>
    
      <item>
        <title>Migrating to Gitlab</title>
        <description>&lt;p&gt;I deleted Github.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Microsoft has been a developer-focused company from the very first product we created
to the platforms and tools we offer today. Building technology so that others can build 
technology is core to our mission to empower every person and every organization on the planet to achieve more.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;However, Bill Gates accused hobbyists and free software developers of stealing said product.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;And Microsoft is all-in on open source. We have been on a journey with open source, 
and today we are active in the open source ecosystem, we contribute to open source projects, 
and some of our most vibrant developer tools and frameworks are open source.
When it comes to our commitment to open source, judge us by the actions we have taken in the recent past,
our actions today, and in the future.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Three words: Embrace, Extend, Extinguish.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;We both believe GitHub needs to remain an open platform for all developers. 
No matter your language, stack, platform, cloud, or license, GitHub will continue 
to be your home—the best place for software creation, collaboration, and discovery.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I hope so, but I honestly don’t trust it.&lt;/p&gt;

&lt;p&gt;I’ve been wanting to for awhile and this Microsoft thing finally tipped me over the edge.&lt;/p&gt;

&lt;p&gt;Yes, I know that gitlab.com (running gitlab enterprise edition) is not Free Software, 
however,the community edition is and I’ve been using it for awhile now anyway so I just had to migrate the rest of my repos over.&lt;/p&gt;

&lt;p&gt;References:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;https://blog.github.com/2018-06-04-github-microsoft&quot;&gt;A bright future for GitHub&lt;/a&gt;&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Halloween_documents&quot;&gt;Halloween Documents&lt;/a&gt;&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;https://blogs.microsoft.com/blog/2018/06/04/microsoft-github-empowering-developers&quot;&gt;Microsoft + GitHub = Empowering Developers&lt;/a&gt;&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Open_Letter_to_Hobbyists&quot;&gt;Open Letter to Hobbyists&lt;/a&gt;&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Mon, 04 Jun 2018 09:49:35 +0000</pubDate>
        <link>https://lramage.gitlab.io/github/microsoft/gitlab/2018/06/04/github-microsoft/</link>
        <guid isPermaLink="true">https://lramage.gitlab.io/github/microsoft/gitlab/2018/06/04/github-microsoft/</guid>
        
        
        <category>github</category>
        
        <category>microsoft</category>
        
        <category>gitlab</category>
        
      </item>
    
      <item>
        <title>OpenBSD in Qemu</title>
        <description>&lt;p&gt;Qemu Script&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;c&quot;&gt;#!/bin/bash&lt;/span&gt;
&lt;span class=&quot;c&quot;&gt;# sudo ./qemu-openbsd.sh&lt;/span&gt;

&lt;span class=&quot;k&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;[[&lt;/span&gt; &lt;span class=&quot;s2&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;k&quot;&gt;$(&lt;/span&gt;whoami&lt;span class=&quot;k&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&quot;&lt;/span&gt; !&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;s2&quot;&gt;&quot;root&quot;&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;]]&lt;/span&gt;; &lt;span class=&quot;k&quot;&gt;then
  &lt;/span&gt;&lt;span class=&quot;nb&quot;&gt;echo&lt;/span&gt; &lt;span class=&quot;s2&quot;&gt;&quot;Please run with sudo&quot;&lt;/span&gt;
  &lt;span class=&quot;nb&quot;&gt;exit &lt;/span&gt;1
&lt;span class=&quot;k&quot;&gt;fi

&lt;/span&gt;ip tuntap add dev tap1 mode tap group kvm
ip link &lt;span class=&quot;nb&quot;&gt;set &lt;/span&gt;dev tap1 up promisc on
ip addr add 0.0.0.0 dev tap1
ip link &lt;span class=&quot;nb&quot;&gt;set &lt;/span&gt;tap1 master br0

qemu-system-x86_64 &lt;span class=&quot;se&quot;&gt;\&lt;/span&gt;
        -drive &lt;span class=&quot;nv&quot;&gt;format&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;raw,file&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;disk.img &lt;span class=&quot;se&quot;&gt;\&lt;/span&gt;
        -enable-kvm &lt;span class=&quot;se&quot;&gt;\&lt;/span&gt;
        -m 1G &lt;span class=&quot;se&quot;&gt;\&lt;/span&gt;
        -net nic,vlan&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;0 -net tap,ifname&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;tap1,script&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;no,downscript&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;no

ip link del tap1

&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;User Setup&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;pkg_add bash git

useradd -s /usr/local/bin/bash -mG wheel lramage &amp;amp;&amp;amp; \
passwd lramage

su - lramage &amp;amp;&amp;amp; \
git clone https://github.com/lramage94/dotfiles
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;References:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;http://brycv.com/blog/2013/notes-on-openbsd-in-qemu-on-openbsd/&quot;&gt;Bryan Vyhmeister: Notes on OpenBSD in QEMU on OpenBSD&lt;/a&gt;&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;https://gist.github.com/afresh1/6059415&quot;&gt;Gist: Scripts to setup OpenBSD flashrd images and start qemu instances for each of them&lt;/a&gt;&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;https://www.openbsd.org/faq/faq4.html&quot;&gt;OpenBSD FAQ: Installation Guide&lt;/a&gt;&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;https://www.openbsd.org/faq/faq15.html&quot;&gt;OpenBSD FAQ: Package Management&lt;/a&gt;&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;https://www.openbsd.org/ftp.html&quot;&gt;OpenBSD: Mirrors&lt;/a&gt;&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Fri, 25 May 2018 10:23:30 +0000</pubDate>
        <link>https://lramage.gitlab.io/linux/qemu/openbsd/virtualization/2018/05/25/openbsd-qemu/</link>
        <guid isPermaLink="true">https://lramage.gitlab.io/linux/qemu/openbsd/virtualization/2018/05/25/openbsd-qemu/</guid>
        
        
        <category>linux</category>
        
        <category>qemu</category>
        
        <category>openbsd</category>
        
        <category>virtualization</category>
        
      </item>
    
      <item>
        <title>VPNFilter Router Malware</title>
        <description>&lt;p&gt;Affected Vendors: ASUS, D-Link, Huawei, Ubiquiti, UPVEL, ZTE, Linksys, MikroTik, Netgear, and TP-Link.&lt;/p&gt;

&lt;p&gt;VPNFilter LEDE Forum Threads:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;https://forum.lede-project.org/t/cert-advisory-vpnfilter-destructive-malware/14766/5&quot;&gt;CERT Advisory: VPNFilter Destructive Malware&lt;/a&gt;&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;https://forum.lede-project.org/t/is-lede-affected-by-this-vpn-filter-exploit/14780/5&quot;&gt;Is LEDE affected by this? (VPN Filter exploit)&lt;/a&gt;&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Hardware that I own.&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th&gt;Model&lt;/th&gt;
      &lt;th&gt;Operating System&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;Netgear R6400&lt;/td&gt;
      &lt;td&gt;LEDE 17.01.4*&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Netgear WNR1000&lt;/td&gt;
      &lt;td&gt;Vanilla&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;TP-Link Archer C7&lt;/td&gt;
      &lt;td&gt;LEDE 17.01.4&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;*custom build with binary blobs&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://openwrt.org/releases/17.01/notes-17.01.4&quot;&gt;LEDE 17.01.4 - Fourth Service Release - October 2017&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;References:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;https://en.wikipedia.org/wiki/VPNFilter&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;https://blog.talosintelligence.com/2018/05/VPNFilter.html&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;https://blog.talosintelligence.com/2018/06/vpnfilter-update.html&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;https://community.netgear.com/t5/General-WiFi-Routers/Security-Advisory-for-VPNFilter-Malware-on-Some-Routers/m-p/1576170&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;https://www.tp-link.com/us/faq-2212.html&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;https://www.symantec.com/blogs/threat-intelligence/vpnfilter-iot-malware&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Fri, 25 May 2018 02:46:37 +0000</pubDate>
        <link>https://lramage.gitlab.io/linux/router/malware/vpnfilter/openwrt/2018/05/25/vpnfilter-router-malware/</link>
        <guid isPermaLink="true">https://lramage.gitlab.io/linux/router/malware/vpnfilter/openwrt/2018/05/25/vpnfilter-router-malware/</guid>
        
        
        <category>linux</category>
        
        <category>router</category>
        
        <category>malware</category>
        
        <category>vpnfilter</category>
        
        <category>openwrt</category>
        
      </item>
    
      <item>
        <title>Old Fashioned Gentoo</title>
        <description>&lt;p&gt;&lt;a href=&quot;https://wiki.gentoo.org/wiki/Old_Fashioned_Gentoo_Install&quot;&gt;Old Fashioned Gentoo&lt;/a&gt;&lt;/p&gt;
</description>
        <pubDate>Tue, 22 May 2018 10:45:31 +0000</pubDate>
        <link>https://lramage.gitlab.io/linux/gentoo/installation/documentation/wiki/2018/05/22/old-fashioned-gentoo/</link>
        <guid isPermaLink="true">https://lramage.gitlab.io/linux/gentoo/installation/documentation/wiki/2018/05/22/old-fashioned-gentoo/</guid>
        
        
        <category>linux</category>
        
        <category>gentoo</category>
        
        <category>installation</category>
        
        <category>documentation</category>
        
        <category>wiki</category>
        
      </item>
    
      <item>
        <title>Linux containers in 500 lines of code</title>
        <description>&lt;p&gt;&lt;a href=&quot;https://blog.lizzie.io/linux-containers-in-500-loc.html&quot;&gt;Lizzie Dixon - Linux containers in 500 lines of code&lt;/a&gt;&lt;/p&gt;
</description>
        <pubDate>Tue, 22 May 2018 10:12:15 +0000</pubDate>
        <link>https://lramage.gitlab.io/linux/containers/c/programming/2018/05/22/linux-containers-500-loc/</link>
        <guid isPermaLink="true">https://lramage.gitlab.io/linux/containers/c/programming/2018/05/22/linux-containers-500-loc/</guid>
        
        
        <category>linux</category>
        
        <category>containers</category>
        
        <category>c</category>
        
        <category>programming</category>
        
      </item>
    
      <item>
        <title>Ethical Advertising</title>
        <description>&lt;p&gt;It can be done, internet.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;https://carbonads.net/index.php&quot;&gt;Carbon Ads&lt;/a&gt;&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;https://docs.readthedocs.io/en/latest/ethical-advertising.html&quot;&gt;Read the Docs: Ethical Advertising&lt;/a&gt;&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Mon, 21 May 2018 08:59:03 +0000</pubDate>
        <link>https://lramage.gitlab.io/advertising/internet/ethics/2018/05/21/ethical-advertising/</link>
        <guid isPermaLink="true">https://lramage.gitlab.io/advertising/internet/ethics/2018/05/21/ethical-advertising/</guid>
        
        
        <category>advertising</category>
        
        <category>internet</category>
        
        <category>ethics</category>
        
      </item>
    
      <item>
        <title>Phoronix Test Suite on Android</title>
        <description>&lt;p&gt;I am investigating two methods,&lt;/p&gt;

&lt;p&gt;a) Termux&lt;/p&gt;

&lt;p&gt;b) adb (via usb for now, but also over the network)&lt;/p&gt;

&lt;p&gt;I will need to work on option the second one, but my changed for Termux have already been merged upstream.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/phoronix-test-suite/phoronix-test-suite/commit/865156461a653302dbdc8af8f1a87a922b3a5a2a&quot;&gt;github/phoronix-test-suite/commit/8651564&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Termux Dependencies&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;pkg install git php
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;Installation&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;git clone https://github.com/phoronix-test-suite/phoronix-test-suite

cd phoronix-test-suite &amp;amp;&amp;amp; ./install-sh /data/data/com.termux/files/usr
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;Phoromatic over WiFi&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;ip a | grep &quot;inet &quot; # to get your phone's ip address

phoronix-test-suite start-phoromatic-server

# watch it when it starts up to see which random port is assigned to the web server
# or set a default port in the user configuration file.
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;Current Issues&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;Warning: session_start(): open(/tmp/sess_33188dd94e8186ca17799c1182142aa5, O_RDWR) failed: No such file or directory (2) in /data/data/com.termux/files/usr/share/phoronix-test-suite/pts-core/phoromatic/phoromatic_functions.php on line 119

Warning: session_start(): Failed to read session data: files (path: /tmp) in /data/data/com.termux/files/usr/share/phoronix-test-suite/pts-core/phoromatic/phoromatic_functions.php on line 119

Warning: Cannot modify header information - headers already sent by (output started at /data/data/com.termux/files/usr/share/phoronix-test-suite/pts-core/phoromatic/phoromatic_functions.php:119) in /data/data/com.termux/files/usr/share/phoronix-test-suite/pts-core/objects/pts_webui.php on line 114
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;Eventually I will create a page on the &lt;a href=&quot;https://wiki.termux.com/wiki/Phoronix-test-suite&quot;&gt;Termux Wiki&lt;/a&gt;, but currently, I do not have permission to do so.&lt;/p&gt;

&lt;p&gt;Phoronix-test-suite can also be run on postmarketOS by enabling the &lt;code class=&quot;highlighter-rouge&quot;&gt;edge&lt;/code&gt; repository.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/alpinelinux/aports/blob/master/testing/phoronix-test-suite/APKBUILD&quot;&gt;aports/testing/phoronix-test-suite&lt;/a&gt;*&lt;/p&gt;

&lt;p&gt;*this package just so happens to be maintained by yours truly.&lt;/p&gt;

&lt;p&gt;References:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;https://pkgs.alpinelinux.org/contents?file=&amp;amp;path=&amp;amp;name=phoronix-test-suite&amp;amp;branch=edge&amp;amp;repo=testing&amp;amp;arch=armhf&quot;&gt;Alpine Linux Package Contents - Phoronix Test Suite&lt;/a&gt;&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;https://github.com/phoronix-test-suite/phoronix-test-suite/blob/master/install-sh&quot;&gt;Phoronix Test Suite - Installer Script&lt;/a&gt;&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;https://github.com/phoronix-test-suite/phoronix-test-suite/issues/253&quot;&gt;Phoronix Test Suite - Feature: Android Support&lt;/a&gt;&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Fri, 18 May 2018 02:30:40 +0000</pubDate>
        <link>https://lramage.gitlab.io/linux/android/benchmarking/testing/phoronix/gpl/termux/2018/05/18/pts-on-android/</link>
        <guid isPermaLink="true">https://lramage.gitlab.io/linux/android/benchmarking/testing/phoronix/gpl/termux/2018/05/18/pts-on-android/</guid>
        
        
        <category>linux</category>
        
        <category>android</category>
        
        <category>benchmarking</category>
        
        <category>testing</category>
        
        <category>phoronix</category>
        
        <category>gpl</category>
        
        <category>termux</category>
        
      </item>
    
      <item>
        <title>postmarketOS Wiki - Amazon Fire Phone</title>
        <description>&lt;p&gt;&lt;a href=&quot;https://wiki.postmarketos.org/wiki/Amazon_Fire-Phone&quot;&gt;postmarketOS Wiki - Amazon Fire Phone&lt;/a&gt;&lt;/p&gt;
</description>
        <pubDate>Tue, 15 May 2018 01:21:11 +0000</pubDate>
        <link>https://lramage.gitlab.io/android/linux/amazon/fire/phone/mobile/porting/2018/05/15/postmarketOS/</link>
        <guid isPermaLink="true">https://lramage.gitlab.io/android/linux/amazon/fire/phone/mobile/porting/2018/05/15/postmarketOS/</guid>
        
        
        <category>android</category>
        
        <category>linux</category>
        
        <category>amazon</category>
        
        <category>fire</category>
        
        <category>phone</category>
        
        <category>mobile</category>
        
        <category>porting</category>
        
      </item>
    
  </channel>
</rss>
