-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ac7798
commit 40616ca
Showing
24 changed files
with
7,469 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,55 @@ | |
<language>en</language> | ||
<copyright>Copy, _right?_ 🫨</copyright> | ||
<lastBuildDate>Tue, 13 Aug 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://xerolinux.xyz/tags/archlinux/index.xml" rel="self" type="application/rss+xml" /> | ||
<item> | ||
<title>Help Needed</title> | ||
<link>https://xerolinux.xyz/news/help-needed/</link> | ||
<pubDate>Tue, 13 Aug 2024 00:00:00 +0000</pubDate> | ||
|
||
<guid>https://xerolinux.xyz/news/help-needed/</guid> | ||
<description><p>Hey there&hellip;</p> | ||
<p>This is a new type of post. Please read on to understand what it&rsquo;s all about. <strong>XeroLinux</strong> urgently needs your help.</p> | ||
|
||
|
||
<h3 class="relative group">Designers needed | ||
<div id="designers-needed" class="anchor"></div> | ||
|
||
</h3> | ||
<p>We here, at the <strong>XeroLinux HQ</strong> are looking for designers who will help us bring life to our upcoming <strong>Merch Store</strong>. Yes, you read this right, we are looking to expand our portfolio, adding cool merch that everyone can purchase, as an alternative or additional way to support the project.</p> | ||
<p>I am no designer, nor do I have a high quality logo to start with, just a very low quality one, maybe it can be used for inspiration. Also I am not looking at offering every type of item under the sun, just a few that might be interesting to the <strong>FOSS</strong> oriented crowd.</p> | ||
|
||
|
||
<h3 class="relative group">Service Chosen | ||
<div id="service-chosen" class="anchor"></div> | ||
|
||
</h3> | ||
<p>The service I have chosen is <a href="https://fourthwall.com" target="_blank"><strong>FourthWall</strong></a>. I chose this one because Matt from <a href="https://thelinuxcast.org" target="_blank"><strong>TheLinuxCast</strong></a> recommended it, and I trust his choice. I am new to all this, so I have <strong>NO</strong> idea what am doing. That&rsquo;s why your help is needed.</p> | ||
<p> | ||
<figure> | ||
<img class="my-0 rounded-md" loading="lazy" src="https://i.imgur.com/Ho4o9GK.png" alt="Image" /> | ||
|
||
</figure> | ||
</p> | ||
<p>I have already set up the domain, and added a few basic items with my logo, so now all that&rsquo;s missing is more high quality merch lol. However it&rsquo;s a good start I guess. So if you can help add more and have some cool FOSS meme ideas we can print, let me know.</p> | ||
|
||
|
||
<h3 class="relative group">Compensation | ||
<div id="compensation" class="anchor"></div> | ||
|
||
</h3> | ||
<p>Well, since I am based in Lebanon, it will be very difficult for me to compensate you directly for any services rendered. However we can always reach some sort of understading. We will dicuss this behind the scenes.</p> | ||
|
||
|
||
<h3 class="relative group">Wrapping up | ||
<div id="wrapping-up" class="anchor"></div> | ||
|
||
</h3> | ||
<p>So now that you know what I am looking for, and are interested, feel free to contact me either on <a href="https://fosstodon.org/@XeroLinux" target="_blank"><strong>Fosstodon</strong></a> or by emailing me directly via this <a href="mailto:[email protected]?subject=XeroLinux%20Merch%20Design"><strong>E-mail</strong></a>. I am looking forward to our collab should it happen.</p> | ||
<p>Cheers !</p> | ||
</description> | ||
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://xerolinux.xyz/news/help-needed/featured.webp" /> | ||
</item> | ||
|
||
<item> | ||
<title>Amelia Automated Archinstall</title> | ||
<link>https://xerolinux.xyz/posts/amelia-automated-archinstall/</link> | ||
|
@@ -361,6 +410,22 @@ | |
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://xerolinux.xyz/posts/chaotic-aur/featured.webp" /> | ||
</item> | ||
|
||
<item> | ||
<title>Add XeroLinux Repo</title> | ||
<link>https://xerolinux.xyz/news/add-our-repo/</link> | ||
<pubDate>Fri, 28 Jun 2024 00:00:00 +0000</pubDate> | ||
|
||
<guid>https://xerolinux.xyz/news/add-our-repo/</guid> | ||
<description><p>Hey there&hellip;</p> | ||
<p>I was recently asked if my Repo can be added to other Arch-Based Distros, short answer is yes of course you can. I will be showing you how below. Just note that my repo usually contains stuff I deem necessary, but in case you find some stuff that can be useful to you on ArchLinux feel free to add it.</p> | ||
<p>Run below command :</p> | ||
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-Bash" data-lang="Bash"><span class="line"><span class="cl"><span class="nb">echo</span> -e <span class="s1">&#39;\n[xerolinux]\nSigLevel = Optional TrustAll\nServer = https://repos.xerolinux.xyz/$repo/$arch&#39;</span> <span class="p">|</span> sudo tee -a /etc/pacman.conf | ||
</span></span></code></pre></div><p>That&rsquo;s basically it, now update database with <code>sudo pacman -Syyu</code> and you will notice my repo part of the update.</p> | ||
<p>Cheers :heart:</p> | ||
</description> | ||
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://xerolinux.xyz/news/add-our-repo/featured.webp" /> | ||
</item> | ||
|
||
<item> | ||
<title>How To Downgrade Packages</title> | ||
<link>https://xerolinux.xyz/posts/downgrade-tool/</link> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.