aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linuxRoom.html41
1 files changed, 20 insertions, 21 deletions
diff --git a/linuxRoom.html b/linuxRoom.html
index f97f908..27b4f85 100644
--- a/linuxRoom.html
+++ b/linuxRoom.html
@@ -105,6 +105,12 @@ table {
</p>
<h3>Packages</h3>
<p>
+ You can speed up dnf by adding these to /etc/dnf/dnf.conf<br>
+ <code>
+ max_parallel_downloads=20<br/>
+ fastestmirror=True
+ </code>
+ <br/><br/>
The default repos have lots of stuff but you might want an app that isn't in it like steam.
I know the gnome version has a enable 3rd party repos button that does everything I listed here
but I am on the xfce version and also had to do this on the kde verison.
@@ -159,10 +165,7 @@ table {
</li>
<li>
Follow the archwiki on nvidia in lightdm
- <a href="https://wiki.archlinux.org/title/NVIDIA_Optimus#LightDM" target="_blank">here</a>
- though the provider setting in display_setup.sh might be wrong so use
- <code>xrandr --listproviders</code>
- to find the correct one. For me its "NVIDIA-G0".
+ <a href="https://wiki.archlinux.org/title/NVIDIA_Optimus#LightDM" target="_blank">here</a>.
</li>
<li>
For multi monitor refresh rate issues add these to your /etc/environment<br/>
@@ -235,23 +238,12 @@ table {
</tr>
<tr>
<td>
- <h2>Other things in fedora</h2>
- <ul>
- <li>
- You can speed up dnf by adding these to /etc/dnf/dnf.conf<br>
- <code>
- max_parallel_downloads=20<br/>
- fastestmirror=True
- </code>
- </li>
- <li>
- Fedora doesn't have "update-grub" so instead you have to use these:<br/>
- <code>
- sudo grub2-mkconfig -o /etc/grub2.cfg<br/>
- sudo grub2-mkconfig -o /etc/grub2-efi.cfg
- </code>
- </li>
- </ul>
+ <h2>Useful things in fedora</h2>
+ Fedora doesn't have "update-grub" so instead you have to use these:<br/>
+ <code>
+ sudo grub2-mkconfig -o /etc/grub2.cfg<br/>
+ sudo grub2-mkconfig -o /etc/grub2-efi.cfg
+ </code>
</td>
</tr>
</table>
@@ -269,6 +261,13 @@ table {
than something like umatrix but I am giving them a fair chance knowing that umatrix might not have
much of a future even if its still quite functional still. I still like to install ublock even with
everything that comes builtin.
+ <h3>Settings</h3>
+ The clipboard doesn't work in icecat by default so go into <code>about:config</code> and change
+ <code>dom.event.clipboardevents.enabled</code> to true.
+ <h3>Search engines</h3>
+ The best search engine is <a href="https://searx.space" target="_blank">searx</a>.
+ Finding instances can be annoying because a lot of time the engine you want to use
+ gets blocked.
</p>
</td>
</tr>