mirror of
https://codeberg.org/liliesh/homepage.git
synced 2026-03-18 22:08:35 +01:00
84 lines
No EOL
5 KiB
HTML
84 lines
No EOL
5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Liliesh's Homepage</title>
|
|
<link rel="stylesheet" href="./base.css">
|
|
<meta charset="UTF-8">
|
|
<meta name="description" content="meow meow! :3">
|
|
<meta name="keywords" content="Linux, Self-Hosting, Meow">
|
|
<meta name="author" content="Liliesh">
|
|
<meta name="viewport" content="width=device-width, inital-scale=1.0">
|
|
</head>
|
|
<body>
|
|
<div class="topbar">
|
|
<div class="lefthead">
|
|
<h3>Liliesh's Homepage!</h3>
|
|
<p><i>I like to meow! :3</i></p>
|
|
</div>
|
|
<div>
|
|
<div class="navbar">
|
|
<p>goto</p>
|
|
<a href="./index.html">home</a>
|
|
<a href="./blog.html">blog</a>
|
|
<a href="./links.html" id="current_nav">links</a>
|
|
<a href="./about_me.html">about_me</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<hr>
|
|
<main>
|
|
<p>[liliesh@xenia homepage]$ cd ~/Documents</p>
|
|
<p>[liliesh@xenia Documents]$ cat cool_links.txt</p>
|
|
<p>Here I have a list of interesting software that I have use or used in the past that I like and wanna share.</p>
|
|
<p>!!! Important !!!<br>
|
|
In case you wanna avoid AI at all costs, please check the repositories beforehand.
|
|
I did not do an in-depth check on all repos to verify that they don't or did not use AI to generate code.</p>
|
|
<p>In case you want a curated list of software that is AI free, check out the following: <a href="https://noai.starlightnet.work/">Starlight Network No-AI List</a></p>
|
|
|
|
<p>#### Server Software ####<br>
|
|
Navidrome - Service for hostin your own music library <a href="https://www.navidrome.org/">Website</a>-<a href="https://github.com/navidrome/navidrome/">Source</a><br>
|
|
Firefly III - A free and open source personal finance manager <a href="https://www.firefly-iii.org/">Website</a>-<a href="https://github.com/firefly-iii/firefly-iii/">Source</a><br>
|
|
Sunshine - Self-hosted game stream host for Moonlight <a href="https://app.lizardbyte.dev/Sunshine/?lng=en">Website</a>-<a href="https://github.com/LizardByte/Sunshine">Source</a>
|
|
</p>
|
|
<p>#### Client Software ####<br>
|
|
Feishin - A modern music player for subsonic and/or Navidrome <a href="https://github.com/jeffvli/feishin">Source</a><br>
|
|
SourceGit - Open Source & free git GUI client <a href="https://sourcegit-scm.github.io/">Website</a>-<a href="https://github.com/sourcegit-scm/sourcegit">Source</a><br>
|
|
Zen Browser - A firefox fork with a modern design and vertical tabs by default <a href="https://zen-browser.app/">Website</a>-<a href="https://github.com/zen-browser/desktop">Source</a><br>
|
|
Abacus - An mobie app to use Firefly III on the go <a href="https://github.com/victorbalssa/abacus">Source</a><br>
|
|
Distrobox - A simple cli tool to use containerized linux distros on any distro <a href="https://distrobox.it/">Website</a>-<a href="https://github.com/89luca89/distrobox">Source</a><br>
|
|
BoxBuddy - A GUI tool for Distrobox <a href="https://github.com/Dvlv/BoxBuddyRS">Source</a>
|
|
</p>
|
|
<p>#### Other software bits ####<br>
|
|
Volpeon Emojis - A neat collection of emojis <a href="https://volpeon.ink/emojis/">Website</a><br>
|
|
Neomojimixer - Create your own neomoji! <a href="https://neomojimixer.com/">Website</a>
|
|
</p>
|
|
|
|
<p>#### Linux Distributions ####<br>
|
|
### Tools ###<br>
|
|
Find me a Distro - A website that can show you a random distro <a href="https://distro.moe/">Website</a><br>
|
|
Distro Chooser - A website that helps you to choose a distro based on choices <a href="https://distrochooser.de/">Website</a>
|
|
</p>
|
|
|
|
<p>#### Information / Knowledge ####<br>
|
|
### General ###<br>
|
|
Consumer Rights Wiki - A website "Exposing the overlooked exploitation of modern customers" <a href="https://consumerrights.wiki/">Website</a><br>
|
|
|
|
<br>### Tech ###<br>
|
|
Linux Journey - A website for learning about and how to use Linux <a href="https://labex.io/linuxjourney">Website</a><br>
|
|
Linux Survival - A website to learn the basic Linux terminal commands in a easy way <a href="https://linuxsurvival.com/">Website</a><br>
|
|
Eylenburg's Tech Website - A collection of comparisons about well known software <a href="https://eylenburg.github.io/">Website</a><br>
|
|
SamWho's Website - a collection of explainations about things like memory allocation or hashing <a href="https://samwho.dev/">Website</a><br>
|
|
<br>### Privacy ####<br>
|
|
Awesome Privacy - A collection of tools that can help with more online privacy <a href="https://awesome-privacy.xyz/">Website</a><br>
|
|
</p>
|
|
|
|
<p>[liliesh@xenia Documents]$ exit<span id="blinky">_</span></p>
|
|
</main>
|
|
</body>
|
|
<footer>
|
|
<hr>
|
|
<div class="footerbox">
|
|
This page is javascript free - <a href="https://codeberg.org/liliesh/homepage">Source Code</a>
|
|
</div>
|
|
</footer>
|
|
</html> |