summaryrefslogtreecommitdiff
path: root/tools.html
diff options
context:
space:
mode:
Diffstat (limited to 'tools.html')
-rw-r--r--tools.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools.html b/tools.html
index 874c79f..978101b 100644
--- a/tools.html
+++ b/tools.html
@@ -6,17 +6,17 @@
<ul>
<li><p>
- <b>pulseaudio-equalizer-ladspa</b>. [<a href="https://www.archlinux.org/packages/community/any/pulseaudio-equalizer-ladspa/" target="_blank">Arch repos</a>]
+ <b>pulseaudio-equalizer-ladspa</b>. [<a href="https://www.archlinux.org/packages/extra/any/pulseaudio-equalizer-ladspa/" target="_blank">Arch repos</a>]
Assuming you use PulseAudio, if you want to run a very simple equalizer over whatever comes out of your speakers, use this package.
The GUI executable is called <code>pulseaudio-equalizer-gtk</code>.
</p></li>
<li><p>
- <b>nload</b>. [<a href="https://www.archlinux.org/packages/community/x86_64/nload/" target="_blank">Arch repos</a>]
+ <b>nload</b>. [<a href="https://archlinux.org/packages/extra/x86_64/nload/" target="_blank">Arch repos</a>]
For nice graphs/statistics on current network usage (mbits incoming/outgoing).
To show all interfaces, invoke it as <code>nload -m</code>; to show only a single interface, use e.g. <code>nload enp3s0f1</code>.
</p></li>
<li><p>
- <b>paccache</b>. [<a href="https://www.archlinux.org/packages/community/x86_64/pacman-contrib/" target="_blank">in pacman-contrib</a>]
+ <b>paccache</b>. [<a href="https://www.archlinux.org/packages/extra/x86_64/pacman-contrib/" target="_blank">in pacman-contrib</a>]
To flexibly purge package files from the Pacman cache.
Pacman proper has <code>--clean</code>, but paccache allows you to remove e.g. all but the most recent three versions of all packages, ignoring stuff related to nvidia:
<blockquote>
@@ -25,7 +25,7 @@ paccache -r -k 3 -i nvidia,nvidia-settings,nvidia-utils,opencl-nvidia,linux,linu
Also check out the other scripts in pacman-contrib, like pacdiff and rankmirrors.
</p></li>
<li><p>
- <b>pdfpc</b>. [<a href="https://www.archlinux.org/packages/community/x86_64/pdfpc/" target="_blank">Arch repos</a>]
+ <b>pdfpc</b>. [<a href="https://www.archlinux.org/packages/extra/x86_64/pdfpc/" target="_blank">Arch repos</a>]
Lightweight PDF presenting, with even some really esoteric features like detecting animated slides in a LaTeX beamer presentation (that doesn't really work in my experience).
Multi-monitor support.
</p></li>