529 lines
No EOL
39 KiB
Text
529 lines
No EOL
39 KiB
Text
---
|
||
import BaseLayout from "../layouts/BaseLayout.astro";
|
||
const pageTitle = "projects, talks, and press coverage";
|
||
---
|
||
|
||
<BaseLayout pageTitle={pageTitle}>
|
||
<style>
|
||
.container {
|
||
display: flex;
|
||
gap: 2em;
|
||
font-size: 0.8em;
|
||
}
|
||
|
||
.col {
|
||
display: flex;
|
||
flex-direction: column;
|
||
gap: 2em;
|
||
}
|
||
|
||
.row {
|
||
padding: 1.5em;
|
||
background-color: rgba(0, 0, 0, 0.3);
|
||
width: 100%;
|
||
}
|
||
|
||
table, th, td {
|
||
border: 1px solid white;
|
||
}
|
||
|
||
th, td {
|
||
margin: 0;
|
||
padding: 0.75em;
|
||
text-align: left;
|
||
}
|
||
|
||
td > p:first-child {
|
||
margin-top: 0;
|
||
}
|
||
|
||
td > p:nth-last-child(1) {
|
||
margin-bottom: 0;
|
||
}
|
||
|
||
h3 {
|
||
margin-top: 0;
|
||
}
|
||
|
||
ul > li {
|
||
margin: 1em 0;
|
||
}
|
||
|
||
ul > li:first-child {
|
||
margin-top: 0;
|
||
}
|
||
|
||
ul > li:nth-last-child(1) {
|
||
margin-bottom: 0;
|
||
}
|
||
</style>
|
||
|
||
<div class="container">
|
||
<div class="col">
|
||
<div class="row">
|
||
<h3>projects (& past projects)</h3>
|
||
<table>
|
||
<tr>
|
||
<th>project name</th>
|
||
<th>more info</th>
|
||
</tr>
|
||
<tr>
|
||
<td><strong>blendOS</strong></td>
|
||
<td>
|
||
<p>
|
||
Arch Linux made declarative, immutable and atomic. With Android app support and Fedora, Debian, CentOS Stream and Ubuntu containers available, as well as system packages/DEs/kernels from Arch Linux and the AUR.
|
||
</p>
|
||
|
||
<p>
|
||
<strong>website</strong><br />
|
||
<a href="https://blendos.co">https://blendos.co</a>
|
||
</p>
|
||
|
||
<p>
|
||
<strong>press coverage</strong><br />
|
||
<a href="https://youtu.be/97mBlvqQdsk">https://youtu.be/97mBlvqQdsk</a><br />
|
||
<a href="https://youtu.be/vKVjGo0cE74">https://youtu.be/vKVjGo0cE74</a><br />
|
||
<a href="https://youtu.be/v2PAz1HTOK0">https://youtu.be/v2PAz1HTOK0</a><br />
|
||
<a href="https://youtu.be/tzUtcPEVnZY?si=zmHw8WLfXpQfCUYC">https://youtu.be/tzUtcPEVnZY?si=zmHw8WLfXpQfCUYC<br /></a>
|
||
<a href="https://www.zdnet.com/article/blendos-is-the-swiss-army-knife-of-linux-distros-but-its-not-for-everyone/">https://www.zdnet.com/article/blendos-is-the-swiss-army-knife-of-linux-distros-but-its-not-for-everyone/</a><br />
|
||
<a href="https://www.zdnet.com/article/most-windows-like-linux-distros/">https://www.zdnet.com/article/most-windows-like-linux-distros/</a><br />
|
||
<a href="https://www.zdnet.com/article/immutable-linux-delivers-serious-security-here-are-your-5-best-options/">https://www.zdnet.com/article/immutable-linux-delivers-serious-security-here-are-your-5-best-options/</a><br />
|
||
<a href="https://www.youtube.com/watch?v=e-Ymi3W_qc4&t=524s">https://www.youtube.com/watch?v=e-Ymi3W_qc4&t=524s</a><br />
|
||
<a href="https://9to5linux.com/blendos-2-is-already-here-and-supports-android-apps-out-of-the-box">https://9to5linux.com/blendos-2-is-already-here-and-supports-android-apps-out-of-the-box</a><br />
|
||
<a href="https://news.itsfoss.com/blendos-v3-released/">https://news.itsfoss.com/blendos-v3-released/</a><br />
|
||
<a href="https://alternativeto.net/news/2023/7/blendos-v3-bhatura-released-with-seamless-integration-of-multiple-software-options-and-desktop-environments/">https://alternativeto.net/news/2023/7/blendos-v3-bhatura-released-with-seamless-integration-of-multiple-software-options-and-desktop-environments/</a><br />
|
||
<a href="https://www.muylinux.com/2023/07/07/blendos-v3-bhatura/">https://www.muylinux.com/2023/07/07/blendos-v3-bhatura/</a><br />
|
||
<a href="https://www.linux-magazine.com/Online/News/Arch-Based-blendOS-Features-Cool-Trick">https://www.linux-magazine.com/Online/News/Arch-Based-blendOS-Features-Cool-Trick</a><br />
|
||
<a href="https://linuxformat.com/linux-format-304.html">https://linuxformat.com/linux-format-304.html</a> (magazine)
|
||
</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><strong>Ubuntu Unity</strong></td>
|
||
<td>
|
||
<p>
|
||
An official Ubuntu flavour using the Unity7 desktop environment.
|
||
</p>
|
||
|
||
<p>
|
||
<strong>website</strong><br />
|
||
<a href="https://ubuntuunity.org">https://ubuntuunity.org</a>
|
||
</p>
|
||
|
||
<p>
|
||
<strong>links & press coverage</strong><br />
|
||
<a href="https://twitter.com/ubuntu_unity">https://twitter.com/ubuntu_unity</a><br />
|
||
<a rel="noreferrer noopener" href="https://www.forbes.com/sites/jasonevangelho/2020/05/12/a-surprising-new-remix-of-ubuntu-2004-revives-the-unity-desktop/" target="_blank">
|
||
https://www.forbes.com/sites/jasonevangelho/2020/05/12/a-surprising-new-remix-of-ubuntu-2004-revives-the-unity-desktop/
|
||
</a>
|
||
<br />
|
||
<a href="https://en.wikipedia.org/wiki/Ubuntu_Unity">https://en.wikipedia.org/wiki/Ubuntu_Unity</a><br />
|
||
<a href="https://www.zdnet.com/article/ubuntu-unity-relives-canonicals-creativity-and-brings-back-one-of-the-best-uis/">
|
||
https://www.zdnet.com/article/ubuntu-unity-relives-canonicals-creativity-and-brings-back-one-of-the-best-uis/
|
||
</a>
|
||
<br />
|
||
<a href="https://9to5linux.com/canonical-accepts-ubuntu-unity-as-official-ubuntu-flavor-starting-with-ubuntu-22-10">
|
||
https://9to5linux.com/canonical-accepts-ubuntu-unity-as-official-ubuntu-flavor-starting-with-ubuntu-22-10
|
||
</a>
|
||
<br />
|
||
<a href="https://www.phoronix.com/news/Ubuntu-Unity-22.10-Official">https://www.phoronix.com/news/Ubuntu-Unity-22.10-Official</a><br />
|
||
<a href="https://www.techrepublic.com/article/ubuntu-unity-22-04-linux-desktop-distribution-productive-elegant/">
|
||
https://www.techrepublic.com/article/ubuntu-unity-22-04-linux-desktop-distribution-productive-elegant/
|
||
</a>
|
||
</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><strong>Ubuntu Web (defunct)</strong></td>
|
||
<td>
|
||
<p>
|
||
Ubuntu Web Remix combines the power of Ubuntu & Firefox to give you a powerful, free/libre web OS.
|
||
</p>
|
||
|
||
<p>
|
||
<strong>website</strong><br />
|
||
<a href="https://web.archive.org/web/20230325003536/https://ubuntu-web.org/">https://ubuntu-web.org</a> (archived)
|
||
</p>
|
||
|
||
<p>
|
||
<strong>links & press coverage</strong><br />
|
||
<a href="https://twitter.com/ubuntu_unity">https://twitter.com/ubuntu_unity</a><br />
|
||
<a rel="noreferrer noopener" href="https://www.forbes.com/sites/jasonevangelho/2020/05/12/a-surprising-new-remix-of-ubuntu-2004-revives-the-unity-desktop/" target="_blank">
|
||
https://www.forbes.com/sites/jasonevangelho/2020/05/12/a-surprising-new-remix-of-ubuntu-2004-revives-the-unity-desktop/
|
||
</a>
|
||
<br />
|
||
<a href="https://en.wikipedia.org/wiki/Ubuntu_Unity">https://en.wikipedia.org/wiki/Ubuntu_Unity</a><br />
|
||
<a href="https://www.zdnet.com/article/ubuntu-unity-relives-canonicals-creativity-and-brings-back-one-of-the-best-uis/">
|
||
https://www.zdnet.com/article/ubuntu-unity-relives-canonicals-creativity-and-brings-back-one-of-the-best-uis/
|
||
</a>
|
||
<br />
|
||
<a href="https://9to5linux.com/canonical-accepts-ubuntu-unity-as-official-ubuntu-flavor-starting-with-ubuntu-22-10">
|
||
https://9to5linux.com/canonical-accepts-ubuntu-unity-as-official-ubuntu-flavor-starting-with-ubuntu-22-10
|
||
</a>
|
||
<br />
|
||
<a href="https://www.phoronix.com/news/Ubuntu-Unity-22.10-Official">https://www.phoronix.com/news/Ubuntu-Unity-22.10-Official</a><br />
|
||
<a href="https://www.techrepublic.com/article/ubuntu-unity-22-04-linux-desktop-distribution-productive-elegant/">
|
||
https://www.techrepublic.com/article/ubuntu-unity-22-04-linux-desktop-distribution-productive-elegant/
|
||
</a>
|
||
</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><strong>Unity7</strong></td>
|
||
<td>
|
||
<a href="https://9to5linux.com/unity-7-6-desktop-released-as-the-first-major-update-to-unity7-in-6-years">https://9to5linux.com/unity-7-6-desktop-released-as-the-first-major-update-to-unity7-in-6-years</a>
|
||
<br />
|
||
<a href="https://www.theregister.com/2022/07/01/ubuntu_unity_desktop_updated_after/">https://www.theregister.com/2022/07/01/ubuntu_unity_desktop_updated_after/<br /></a>
|
||
<a href="https://9to5linux.com/unity-7-6-released-for-public-testing-as-the-first-major-update-to-unity7-in-6-years">
|
||
https://9to5linux.com/unity-7-6-released-for-public-testing-as-the-first-major-update-to-unity7-in-6-years
|
||
</a>
|
||
<br />
|
||
<a href="https://www.reddit.com/r/linux/comments/ufj0b8/unity_is_back_first_major_release_in_6_years/">https://www.reddit.com/r/linux/comments/ufj0b8/unity_is_back_first_major_release_in_6_years/</a>
|
||
<em>(top trend on r/linux when I released it, with 120k requests on the release day)</em>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><strong>Unity for Arch</strong></td>
|
||
<td>
|
||
Unity 7.6 ported to Arch Linux.<br />
|
||
<a href="https://9to5linux.com/you-can-now-install-ubuntus-unity-desktop-on-arch-linux-heres-how">https://9to5linux.com/you-can-now-install-ubuntus-unity-desktop-on-arch-linux-heres-how</a><br />
|
||
<a href="https://unity.ubuntuunity.org/blog/unity-for-arch/">https://unity.ubuntuunity.org/blog/unity-for-arch/</a>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><strong>una</strong></td>
|
||
<td>
|
||
A client for the MPR or makedeb Package Repository, which is analogous to Arch Linux's AUR but is for Ubuntu/Debian. Repo:
|
||
<a href="https://github.com/AFK-OS/una/blob/main/README.md">https://github.com/AFK-OS/una/blob/main/README.md</a>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><strong>Gamebuntu</strong></td>
|
||
<td>
|
||
<a rel="noreferrer noopener" href="https://www.forbes.com/sites/jasonevangelho/2022/01/31/linux-gaming-gets-a-big-boost-from-a-12-year-old-ubuntu-developer/" target="_blank">
|
||
https://www.forbes.com/sites/jasonevangelho/2022/01/31/linux-gaming-gets-a-big-boost-from-a-12-year-old-ubuntu-developer/
|
||
</a>
|
||
<br />
|
||
<a href="https://twitter.com/gameonubuntu">https://twitter.com/gameonubuntu</a><br />
|
||
<a href="https://discourse.ubuntu.com/t/gamebuntu/25544">https://discourse.ubuntu.com/t/gamebuntu/25544</a>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><strong>Modren</strong></td>
|
||
<td>
|
||
<a href="https://discourse.ubuntu.com/t/modren-a-modern-linux-store/">https://discourse.ubuntu.com/t/modren-a-modern-linux-store/</a><br />
|
||
<a href="https://twitter.com/RudraSaraswat1/status/1523706921349713920">https://twitter.com/RudraSaraswat1/status/1523706921349713920</a>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><strong>Ubuntu Remixes</strong></td>
|
||
<td>
|
||
This project allows for the creation of new Ubuntu-based distributions; it was formerly used by Ubuntu Unity, Ubuntu Cinnamon and Ubuntu Web Remix. Repo:
|
||
<a href="https://gitlab.com/ubuntu-unity/ubuntu-remixes">https://gitlab.com/ubuntu-unity/ubuntu-remixes</a>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><strong>UnityX</strong></td>
|
||
<td>
|
||
This is the future successor to Unity7 –
|
||
<a href="https://discourse.ubuntu.com/t/restarting-unity-development-in-2021-progress-report/20217">https://discourse.ubuntu.com/t/restarting-unity-development-in-2021-progress-report/20217</a>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><strong>UbuntuEd</strong></td>
|
||
<td>
|
||
<a href="https://twitter.com/ed_ubuntu">https://twitter.com/ed_ubuntu</a> <br />
|
||
<a href="https://9to5linux.com/meet-ubuntued-20-04-an-educational-ubuntu-flavor-for-kids-schools-and-universities">
|
||
https://9to5linux.com/meet-ubuntued-20-04-an-educational-ubuntu-flavor-for-kids-schools-and-universities
|
||
</a>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><strong>lol</strong></td>
|
||
<td>This is an alternative server for Ubuntu Snap Store – <a href="https://youtu.be/rGgmwcdxr88">https://youtu.be/rGgmwcdxr88</a></td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
|
||
<div class="row">
|
||
<h3>talks, workshops, and presentations</h3>
|
||
|
||
<ul>
|
||
<li>
|
||
Sponsored invitee and speaker at the Ubuntu Summit 2022 held in Prague, Czech Republic on 7-9th November 2022 –
|
||
<a rel="noreferrer noopener" href="https://events.canonical.com/event/2/contributions/88/" target="_blank">https://events.canonical.com/event/2/contributions/88/</a>,
|
||
<a rel="noreferrer noopener" href="https://events.canonical.com/event/2/contributions/108/" target="_blank">https://events.canonical.com/event/2/contributions/108/</a>,
|
||
<a href="https://events.canonical.com/event/2/contributions/136/">https://events.canonical.com/event/2/contributions/136/</a>
|
||
</li>
|
||
|
||
<li>
|
||
Sponsored invitee and speaker at the UbuCon Asia Conference held in Seoul, South Korea on 26-27th November 2022 –
|
||
<a href="https://2022.ubucon.asia/sessions/unity7_dev_contrib/">https://2022.ubucon.asia/sessions/unity7_dev_contrib/</a>
|
||
</li>
|
||
|
||
<li>
|
||
Kicked off Ubuntu's events at FOSDEM (one of the largest FOSS events in Europe) in Feb 2022 and presented talks on my projects –
|
||
<a href="https://twitter.com/ubuntu/status/1489361109912064000">https://twitter.com/ubuntu/status/1489361109912064000</a>
|
||
</li>
|
||
|
||
<li>I presented a talk at the UbuCon Asia Conference in 2021 – <a href="https://2021.ubucon.asia/">https://2021.ubucon.asia/sessions/hacking_on_unity7_and_unityx/</a></li>
|
||
|
||
<li>Sponsored invitee at the Ubuntu Summit 2023 held in Riga, Latvia on 3-5 November 2023.</li>
|
||
|
||
<li>
|
||
I was interviewed by Kailash Nadh, CTO of Zerodha at the IndiaFOSS Conference held in Bangalore, India in July 2022 – <a href="https://youtu.be/ehKZh5DJ0yk?si=-lmhd3hy8B9IfBuj">https://youtu.be/ehKZh5DJ0yk?si=-lmhd3hy8B9IfBuj</a>,
|
||
<a href="https://twitter.com/FOSSUnited/status/1547233569143398400">https://twitter.com/FOSSUnited/status/1547233569143398400</a>
|
||
</li>
|
||
|
||
<li>Conducted a workshop on 'Building Ubuntu remixes with Iona' at UbuCon Asia 2024 held in Jaipur, India – <a href="https://events.canonical.com/event/47/contributions/392/">https://events.canonical.com/event/47/contributions/392/</a>, <a href="https://blog.ubucon.asia/post/uca24-featured-speakers/">https://blog.ubucon.asia/post/uca24-featured-speakers/</a>, <a href="https://mastodon.social/@UbuConAsia/112761449223735622">https://mastodon.social/@UbuConAsia/112761449223735622</a>, <a href="https://2024.ubucon.asia/">https://2024.ubucon.asia/</a></li>
|
||
|
||
<li>Presented talks on 'blendOS' and 'Iona: A handy Debian & Ubuntu image/ISO builder', and conducted a workshop on 'Building Ubuntu remixes with Iona' at the Opportunity Open Source Conference 2024 held at IIT Kanpur (India) – <a href="https://x.com/OOSC_24/status/1821559976197791925/photo/3">https://x.com/OOSC_24/status/1821559976197791925</a>, <a href="https://events.canonical.com/event/89/contributions/457/">https://events.canonical.com/event/89/contributions/457/</a>, <a href="https://events.canonical.com/event/89/contributions/459/">https://events.canonical.com/event/89/contributions/459/</a>, <a href="https://events.canonical.com/event/89/contributions/458/">https://events.canonical.com/event/89/contributions/458/</a>, <a href="https://imoc.iitk.ac.in/past-events-single.php?peid=NTI5&page=1">https://imoc.iitk.ac.in/past-events-single.php?peid=NTI5&page=1</a>, <a href="https://events.canonical.com/event/89/timetable/?layout=room#20240824.detailed">https://events.canonical.com/event/89/timetable/?layout=room#20240824.detailed</a></li>
|
||
|
||
<li>
|
||
Presented a talk on immutable Linux systems at IndiaFOSS 3.0 in Bangalore, India on 29 Oct 2023 – <a href="https://youtu.be/rLV1mAkh5zo?feature=shared">https://youtu.be/rLV1mAkh5zo?feature=shared</a>,
|
||
<a href="https://indiafoss.net/2023/conference/schedule?day=2">https://indiafoss.net/2023/conference/schedule?day=2</a>,
|
||
<a href="https://indiafoss.net/2023/confirmed/e3f2ab10b7">https://indiafoss.net/2023/confirmed/e3f2ab10b7</a>
|
||
</li>
|
||
|
||
<li>
|
||
Interviewed by the Linux Magazine in their November 2023 edition (<a href="https://www.linux-magazine.com/Issues/2023/276">Issue 276/2023</a>) –
|
||
<a href="https://www.linux-magazine.com/Issues/2023/276/Distro-Walk-blendOS#article_f3">https://www.linux-magazine.com/Issues/2023/276/Distro-Walk-blendOS#article_f3</a>
|
||
</li>
|
||
|
||
<li>
|
||
Presented a talk on immutability and atomicity in Linux distributions at IIT Mandi (India) on Sep 9, 2023 –
|
||
<a href="https://events.canonical.com/event/35/contributions/283/">https://events.canonical.com/event/35/contributions/283</a>
|
||
</li>
|
||
|
||
<li>
|
||
I was formerly a host on Ubuntu's YouTube channel – Ubuntu OnAir: <a href="https://www.youtube.com/watch?v=g9M9xcRtvvA">https://www.youtube.com/watch?v=g9M9xcRtvvA</a>,
|
||
<a href="https://twitter.com/ubuntu/status/1468315151086624768">https://twitter.com/ubuntu/status/1468315151086624768</a>.
|
||
</li>
|
||
|
||
<li>I was interviewed by niccolove of the KDE Plasma team in May 2022 – <a href="https://www.youtube.com/watch?v=Lc6gGs2kM4c">https://www.youtube.com/watch?v=Lc6gGs2kM4c</a></li>
|
||
|
||
<li>I was interviewed by Destination Linux Network's Front Page Linux in July 2020 – <a href="https://frontpagelinux.com/news/linux-plusplus-issue-21/">https://frontpagelinux.com/news/linux-plusplus-issue-21/</a></li>
|
||
|
||
<li>
|
||
Attended DebConf 2023 in Kochi, India –
|
||
<a href="https://www.thehindu.com/news/cities/Kochi/a-teenagers-passion-for-open-source-operating-systems/article67291812.ece">
|
||
https://www.thehindu.com/news/cities/Kochi/a-teenagers-passion-for-open-source-operating-systems/article67291812.ece
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="row">
|
||
<h3>press coverage (& other articles)</h3>
|
||
|
||
<table>
|
||
<tbody>
|
||
<tr>
|
||
<td><strong>news source</strong></td>
|
||
<td><strong>articles</strong></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Forbes</td>
|
||
<td>
|
||
<a href="https://www.forbes.com/sites/jasonevangelho/2022/01/31/linux-gaming-gets-a-big-boost-from-a-12-year-old-ubuntu-developer/">
|
||
https://www.forbes.com/sites/jasonevangelho/2022/01/31/linux-gaming-gets-a-big-boost-from-a-12-year-old-ubuntu-developer/
|
||
</a>
|
||
<br />
|
||
<a href="https://www.forbes.com/sites/jasonevangelho/2020/05/12/a-surprising-new-remix-of-ubuntu-2004-revives-the-unity-desktop/">
|
||
https://www.forbes.com/sites/jasonevangelho/2020/05/12/a-surprising-new-remix-of-ubuntu-2004-revives-the-unity-desktop/
|
||
</a>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Wikipedia</td>
|
||
<td><a href="https://en.wikipedia.org/wiki/Ubuntu_Unity">https://en.wikipedia.org/wiki/Ubuntu_Unity</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td>ZDNet</td>
|
||
<td>
|
||
<a href="https://www.zdnet.com/article/blendos-is-the-swiss-army-knife-of-linux-distros-but-its-not-for-everyone/">https://www.zdnet.com/article/blendos-is-the-swiss-army-knife-of-linux-distros-but-its-not-for-everyone/</a><br />
|
||
<a href="https://www.zdnet.com/article/most-windows-like-linux-distros/">https://www.zdnet.com/article/most-windows-like-linux-distros/</a><br />
|
||
<a href="https://www.zdnet.com/article/immutable-linux-delivers-serious-security-here-are-your-5-best-options/">https://www.zdnet.com/article/immutable-linux-delivers-serious-security-here-are-your-5-best-options/</a><br />
|
||
<a href="https://www.zdnet.com/article/ubuntu-unity-relives-canonicals-creativity-and-brings-back-one-of-the-best-uis/">
|
||
https://www.zdnet.com/article/ubuntu-unity-relives-canonicals-creativity-and-brings-back-one-of-the-best-uis/
|
||
</a>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>TechRepublic</td>
|
||
<td>
|
||
<a href="https://www.techrepublic.com/article/ubuntu-unity-22-04-linux-desktop-distribution-productive-elegant/">
|
||
https://www.techrepublic.com/article/ubuntu-unity-22-04-linux-desktop-distribution-productive-elegant/
|
||
</a>
|
||
<br />
|
||
<a href="https://www.techrepublic.com/article/linux-finally-has-an-impressive-cloud-like-os-in-ubuntu-web/">
|
||
https://www.techrepublic.com/article/linux-finally-has-an-impressive-cloud-like-os-in-ubuntu-web/
|
||
</a>
|
||
<br />
|
||
<a href="https://www.techrepublic.com/videos/ubuntu-unity-brings-back-one-of-the-most-efficient-desktops-ever-created/">
|
||
https://www.techrepublic.com/videos/ubuntu-unity-brings-back-one-of-the-most-efficient-desktops-ever-created/
|
||
</a>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>The Register</td>
|
||
<td>
|
||
<a href="https://www.theregister.com/2022/02/04/rudra_sarsawat_ubuntu_projects/">https://www.theregister.com/2022/02/04/rudra_sarsawat_ubuntu_projects/</a><br />
|
||
<a href="https://www.theregister.com/2022/07/01/ubuntu_unity_desktop_updated_after/">https://www.theregister.com/2022/07/01/ubuntu_unity_desktop_updated_after/<br /></a>
|
||
<a href="https://www.theregister.com/2022/04/26/ubuntu_unity_and_ubuntu_cinnamon/">https://www.theregister.com/2022/04/26/ubuntu_unity_and_ubuntu_cinnamon/</a><br />
|
||
<a href="https://www.theregister.com/2022/05/04/unity_trinity_desktops/">https://www.theregister.com/2022/05/04/unity_trinity_desktops/</a><br />
|
||
<a href="https://www.theregister.com/2022/08/19/less_mainstream_xbuntu/">https://www.theregister.com/2022/08/19/less_mainstream_xbuntu/</a>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Phoronix</td>
|
||
<td><a href="https://www.phoronix.com/news/Ubuntu-Unity-22.10-Official">https://www.phoronix.com/news/Ubuntu-Unity-22.10-Official</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Linux for Everyone</td>
|
||
<td>
|
||
<a href="https://www.youtube.com/watch?v=vYjTxM9K05s">https://www.youtube.com/watch?v=vYjTxM9K05s</a><br />
|
||
<a href="https://www.youtube.com/watch?v=VAbD99Zk2Jc">https://www.youtube.com/watch?v=VAbD99Zk2Jc</a>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Destination Linux Network (Front Page Linux)</td>
|
||
<td><a href="https://frontpagelinux.com/news/linux-plusplus-issue-21/">https://frontpagelinux.com/news/linux-plusplus-issue-21/</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td>The Linux Experiment</td>
|
||
<td>
|
||
<a href="https://youtu.be/ugAB_ug9MZg">https://youtu.be/ugAB_ug9MZg</a><br />
|
||
<a href="https://youtu.be/EM_xsIFKaXc">https://youtu.be/EM_xsIFKaXc</a><br />
|
||
<a href="https://youtu.be/3zfNFSi1Pag">https://youtu.be/3zfNFSi1Pag</a><br />
|
||
<a href="https://youtu.be/CRTPfLOnoRU">https://youtu.be/CRTPfLOnoRU</a><br />
|
||
<a href="https://youtu.be/e-Ymi3W_qc4">https://youtu.be/e-Ymi3W_qc4</a>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Lunduke</td>
|
||
<td><a href="https://youtu.be/PToujSBlvJ0">https://youtu.be/PToujSBlvJ0</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Distrotube</td>
|
||
<td>
|
||
<a href="https://youtu.be/rGgmwcdxr88">https://youtu.be/rGgmwcdxr88<br /></a><a href="https://youtu.be/HhWGaz4VMGM">https://youtu.be/HhWGaz4VMGM</a>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>MakeUseOf</td>
|
||
<td><a href="https://www.makeuseof.com/ubuntu-web-chrome-os-alternative/">https://www.makeuseof.com/ubuntu-web-chrome-os-alternative/</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Slashdot</td>
|
||
<td>
|
||
<a href="https://news.slashdot.org/story/20/11/22/0226213/ubuntu-web-remix-distro-offers-firefox-based-chrome-os-alternative">
|
||
https://news.slashdot.org/story/20/11/22/0226213/ubuntu-web-remix-distro-offers-firefox-based-chrome-os-alternative
|
||
</a>
|
||
<br />
|
||
<a href="https://m.slashdot.org/story/399332">https://m.slashdot.org/story/399332</a>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>DistroWatch</td>
|
||
<td><a href="https://distrowatch.com/dwres.php?resource=showheadline&story=14552">https://distrowatch.com/dwres.php?resource=showheadline&story=14552</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td>9to5Linux</td>
|
||
<td>
|
||
<a href="https://9to5linux.com/canonical-accepts-ubuntu-unity-as-official-ubuntu-flavor-starting-with-ubuntu-22-10">
|
||
https://9to5linux.com/canonical-accepts-ubuntu-unity-as-official-ubuntu-flavor-starting-with-ubuntu-22-10
|
||
</a>
|
||
<br />
|
||
<a href="https://9to5linux.com/unity-7-7-desktop-environment-promises-redesigned-dash-and-panel-widgets">https://9to5linux.com/unity-7-7-desktop-environment-promises-redesigned-dash-and-panel-widgets</a>
|
||
<a href="https://9to5linux.com/canonical-accepts-ubuntu-unity-as-official-ubuntu-flavor-starting-with-ubuntu-22-10"><br /></a>
|
||
<a href="https://9to5linux.com/unity-7-6-desktop-released-as-the-first-major-update-to-unity7-in-6-years">https://9to5linux.com/unity-7-6-desktop-released-as-the-first-major-update-to-unity7-in-6-years</a>
|
||
<br />
|
||
<a href="https://9to5linux.com/you-can-now-install-ubuntus-unity-desktop-on-arch-linux-heres-how">https://9to5linux.com/you-can-now-install-ubuntus-unity-desktop-on-arch-linux-heres-how<br /></a>
|
||
<a href="https://9to5linux.com/unity-7-6-released-for-public-testing-as-the-first-major-update-to-unity7-in-6-years">
|
||
https://9to5linux.com/unity-7-6-released-for-public-testing-as-the-first-major-update-to-unity7-in-6-years
|
||
</a>
|
||
<br />
|
||
<a href="https://9to5linux.com/ubuntu-unity-22-04-lts-released-with-flatpak-and-flathub-support-new-default-apps">
|
||
https://9to5linux.com/ubuntu-unity-22-04-lts-released-with-flatpak-and-flathub-support-new-default-apps<br />
|
||
</a>
|
||
<a href="https://9to5linux.com/meet-una-a-full-featured-mpr-aur-fork-helper-for-debian-and-ubuntu-based-distros">
|
||
https://9to5linux.com/meet-una-a-full-featured-mpr-aur-fork-helper-for-debian-and-ubuntu-based-distros
|
||
</a>
|
||
<br />
|
||
<a href="https://9to5linux.com/gamebuntu-1-0-launches-with-a-complete-redesign-to-let-you-install-only-what-you-need">
|
||
https://9to5linux.com/gamebuntu-1-0-launches-with-a-complete-redesign-to-let-you-install-only-what-you-need
|
||
</a>
|
||
<br />
|
||
<a href="https://9to5linux.com/ubuntu-unity-20-10-officially-released-for-the-raspberry-pi">https://9to5linux.com/ubuntu-unity-20-10-officially-released-for-the-raspberry-pi</a><br />
|
||
<a href="https://9to5linux.com/ubuntu-unity-remix-20-04-unofficial-flavor-sees-first-stable-release">https://9to5linux.com/ubuntu-unity-remix-20-04-unofficial-flavor-sees-first-stable-release</a><br />
|
||
<a href="https://9to5linux.com/unityx-10-desktop-environment-makes-great-progress-now-features-a-new-sidebar-design">
|
||
https://9to5linux.com/unityx-10-desktop-environment-makes-great-progress-now-features-a-new-sidebar-design
|
||
</a>
|
||
<br />
|
||
<a href="https://9to5linux.com/hands-on-with-ubuntu-unity-20-10-on-the-raspberry-pi-4">https://9to5linux.com/hands-on-with-ubuntu-unity-20-10-on-the-raspberry-pi-4</a><br />
|
||
<a href="https://9to5linux.com/ubuntu-unity-21-04-released-with-new-unity7-theme-linux-kernel-5-11">https://9to5linux.com/ubuntu-unity-21-04-released-with-new-unity7-theme-linux-kernel-5-11</a><br />
|
||
<a href="https://9to5linux.com/ubuntu-unity-22-04-1-released-with-the-latest-unity-7-6-desktop-environment">
|
||
https://9to5linux.com/ubuntu-unity-22-04-1-released-with-the-latest-unity-7-6-desktop-environment
|
||
</a>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>It's FOSS</td>
|
||
<td>
|
||
<a href="https://news.itsfoss.com/unity-7-7-dev/">https://news.itsfoss.com/unity-7-7-dev/</a><br />
|
||
<a href="https://news.itsfoss.com/unity-arch-linux/">https://news.itsfoss.com/unity-arch-linux/</a><br />
|
||
<a href="https://news.itsfoss.com/unity-7-6-testing/">https://news.itsfoss.com/unity-7-6-testing/</a><br />
|
||
<a href="https://news.itsfoss.com/unity-remix-official-flavor/">https://news.itsfoss.com/unity-remix-official-flavor/</a>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>WebProNews</td>
|
||
<td><a href="https://www.webpronews.com/ubuntus-canonical-throws-its-weight-behind-the-unity-desktop-again/">https://www.webpronews.com/ubuntus-canonical-throws-its-weight-behind-the-unity-desktop-again/</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Liliputing</td>
|
||
<td>
|
||
<a href="https://liliputing.com/2020/11/ubuntu-web-remix-is-a-linux-distro-that-puts-firefox-front-and-center-chrome-os-alternative.html">
|
||
https://liliputing.com/2020/11/ubuntu-web-remix-is-a-linux-distro-that-puts-firefox-front-and-center-chrome-os-alternative.html
|
||
</a>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Full Circle Magazine</td>
|
||
<td><a href="https://fullcirclemagazine.org/2021/01/29/full-circle-magazine-165/">https://fullcirclemagazine.org/2021/01/29/full-circle-magazine-165/</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td>OldTechBloke</td>
|
||
<td><a href="https://youtu.be/DNOVqJhAF9Y">https://youtu.be/DNOVqJhAF9Y</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Fossbytes</td>
|
||
<td><a href="https://fossbytes.com/ubuntu-web-remix-20-04-1-first-stable-version-of-chrome-os-alternative/">https://fossbytes.com/ubuntu-web-remix-20-04-1-first-stable-version-of-chrome-os-alternative/</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td>MuyLinux</td>
|
||
<td>
|
||
<a href="https://www.muylinux.com/2022/12/28/unity-7-7/">https://www.muylinux.com/2022/12/28/unity-7-7/</a><br />
|
||
<a href="https://www.muylinux.com/2022/05/02/unity-7-6/">https://www.muylinux.com/2022/05/02/unity-7-6/</a><br />
|
||
<a href="https://www.muylinux.com/2021/10/18/ubuntu-unity-cinnamon-remix-21-10/">https://www.muylinux.com/2021/10/18/ubuntu-unity-cinnamon-remix-21-10/</a>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>LinuxInsider</td>
|
||
<td>
|
||
<a href="https://www.linuxinsider.com/story/distro-delights-new-release-mania-forking-kde-windows-in-a-bottle-176540.html">
|
||
https://www.linuxinsider.com/story/distro-delights-new-release-mania-forking-kde-windows-in-a-bottle-176540.html
|
||
</a>
|
||
<br />
|
||
<a href="https://www.linuxinsider.com/story/feuding-developers-dueling-distros-make-linux-lineage-revival-legendary-176620.html">
|
||
https://www.linuxinsider.com/story/feuding-developers-dueling-distros-make-linux-lineage-revival-legendary-176620.html
|
||
</a>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</BaseLayout> |