diff options
author | Alex Scerba <alex@scerba.org> | 2024-12-07 10:24:09 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-12-07 10:24:09 -0500 |
commit | 4881f85020cffa3d5cd1b9efe877af25db9f9f43 (patch) | |
tree | ac643a00c8ff772b44ee0174257c67930e14ae63 /static | |
parent | af04bbc856b2b02bb8fdd6c6f04b7ed6b58f302e (diff) |
Add new linux links
Diffstat (limited to 'static')
-rw-r--r-- | static/links.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/static/links.html b/static/links.html index db1ef67..91e8f30 100644 --- a/static/links.html +++ b/static/links.html @@ -177,6 +177,7 @@ <li><a href="http://moi.vonos.net/linux/beginners-installing-from-source/">Mine of Information - Beginner's Guide to Installing from Source</a></li>
<li><a href="https://linuxconfig.org/how-to-install-uninstall-and-update-firefox-on-ubuntu-18-04-bionic-beaver-linux#h6-2-install-and-update-firefox-from-mozilla-ppa-repository">How to install, uninstall and update Firefox on Ubuntu 18.04 Bionic Beaver Linux - LinuxConfig.org</a> - wow.</li>
<li><a href="https://www.tecmint.com/add-users-in-linux/">Add Users in Linux</a> - Tecmint.com</li>
+ <li><a href="https://forum.level1techs.com/t/zfs-guide-for-starters-and-advanced-users-concepts-pool-config-tuning-troubleshooting/196035/6">ZFS Guide for starters and advanced users.</a> - Level1Techs</li>
</ul>
<h3>Linux From Scratch (LFS)</h3>
<ul>
@@ -188,6 +189,10 @@ <li><a href="http://refspecs.linuxfoundation.org/lsb.shtml">LSB Specifications</a></li>
<li><a href="http://www.tldp.org/HOWTO/Software-Building-HOWTO-17.html">Building and Installing Software Packages for Linux: Credits</a></li>
</ul>
+ <h3>Media</h3>
+ <ul>
+ <li><a href="https://www.servethehome.com/">ServeTheHome</a> - media outlet about server hardware. Good user forums</li>
+ </ul>
<h3>Software</h3>
<ul>
<li><a href="https://sunflower-fm.org/">Sunflower-fm</a> - file manager software</li>
@@ -196,6 +201,14 @@ <li><a href="https://www.wps.com/">WPS Office</a> - wow this went "web 3.0" fast.</li>
<li><a href="https://xournal.en.uptodown.com/windows">Xournal</a> - offline OneNote competitor</li>
<li><a href="https://www.spotify.com/us/download/linux/">Spotify for Linux</a></li>
+ <h4>Rsync Helpers</h4>
+ <ul>
+ <li><a href="https://gist.github.com/apirogov/c2253daf105d813349c6ae471e97a2d7">rsync-prepare</a> - Python 3 script "fix moved/renamed files ahead of rsync"</li>
+ <li><a href="https://github.com/helinwang/sync_mv">sync_mv</a> - script generator written in Cargo (Rust) to fix moved files before rsync</li>
+ <li><a href="https://github.com/m-manu/rsync-sidekick">rsync-sidekick</a> - Go program for propagating file changes ahead of rsync</li>
+ <li><a href="https://github.com/gbabin/rsync-prelude">rsync-prelude</a> - clone of rsync-sidekick written in Python 3 with support for remote systems and additional features</li>
+ </ul>
+ <li><a href="https://www.borgbackup.org/">BorgBackup</a> - backup solution</li>
</ul>
<h3>Troubleshooting</h3>
<ul>
|