added github and gitea to projects, changed email and linkedin to links in contacts
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@
|
||||
<tr>
|
||||
<td style="text-align: left">4150 W 111th CIR<br>Westminter, CO 80031<br>USA</td>
|
||||
<td style="text-align: center"><h1 style="margin: 0;">Eric W Phillips</h1></td>
|
||||
<td style="text-align: right">eric@ewpt3ch.dev<br>linkedin.com/in/ewpt3ch/<br>3034351478</td>
|
||||
<td style="text-align: right"><a href="mailto:eric@ewpt3ch.dev">eric@ewpt3ch.dev</a><br><a href="https://linkedin.com/in/ewpt3ch">linkedin.com/in/ewpt3ch</a><br>3034351478</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<div class="ats-only">
|
||||
<h1>Eric Phillips</h1>
|
||||
<p>4150 W 111th Circle, Westminster, CO 80031<br>
|
||||
303-435-1478 | eric@ewpt3ch.dev | linkedin.com/in/ewpt3ch/</p>
|
||||
303-435-1478 | <a href="mailto:eric@ewpt3ch.dev">eric@ewpt3ch.dev</a> | <a href="https://linkedin.com/in/ewpt3ch">linkedin.com/in/ewpt3ch</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
<div id="projects">
|
||||
<h3>Projects</h3>
|
||||
|
||||
[https://github.com/ewpt3ch](https://github.com/ewpt3ch) | [https://gitea.ewpt3ch.dev/ewpt3ch](https://gitea.ewpt3ch.dev/ewpt3ch)
|
||||
|
||||
**pkgstash** - [https://github.com/ewpt3ch/pkgstash](https://github.com/ewpt3ch/pkgstash)
|
||||
|
||||
To reduce duplication in update management for local Arch Linux systems I built a sparse caching server. It reduces external traffic in a local network that has multiple Arch Linux systems. By replicating the structure of a full mirror it provides a drop in replacement for any standard mirror. Clients use this server transparently by adding it to their mirror list. Configuration is done with TOML which mimics the syntax of pacman.conf. Singleflight is used for preventing duplicate cache downloads if multiple clients are updating at the same time.
|
||||
|
||||
Reference in New Issue
Block a user