fix tables

This commit is contained in:
Aaron Honeycutt 2025-06-22 16:30:49 -06:00
parent 02c58f39e5
commit af3d9089e0
2 changed files with 17 additions and 17 deletions

View file

@ -6,6 +6,6 @@ Use this command to confirm if you are using X11 or Wayland:
echo $XDG_SESSION_TYPE
```
# Xorg (X11)
| Commands | What it does |
| :--------: | :-------------------------------------------------------------------------------------------------: |
| xset -dpms | [Disable Monitor power saving](https://wiki.archlinux.org/title/Display_Power_Management_Signaling) |
| Commands | What it does |
|:----------:|:----------------------------:|
| xset -dpms | Disable Monitor power saving |

View file

@ -6,7 +6,7 @@
Replace &option with the kernel param like quiet or similar.
> *NOTE:* you will need to run this command when making changes to GRUB's file before rebooting:
<<Note("You will need to run this command when making changes to GRUB's file before rebooting")>>
```bash
sudo update-grub
@ -24,26 +24,26 @@ Run the update-grub command to save that change.
|:--------:|:------------:|
| fwupdmgr get-devices | List devices supported by fwupd |
| fwupdmgr get-updates | Perform updates to devices supported by fwupd |
https://wiki.archlinux.org/title/fwupd
## Ubuntu/Pop
### apt/dpkg
| Commands | What it does |
| :------------------------------------------------------: | :--------------------------------------------------: |
| apt policy packagename | Package information |
| apt-cache madison packagename | List available versions for a package |
| sudo apt install packagename dry-run | See what packages will be installed with the package |
| apt policy packagename | Find version installed and available |
| sudo dpkg --remove --force-remove-reinstreq package_name | Remove broken package |
| sudo apt-mark hold packagename | Hold a package to the current version |
| dpkg --list | grep linux-image |
| apt list --installed | grep packagename |
| Commands | What it does |
|:------------------------------------------------------:|:--------------------------------------------------:|
| apt policy packagename | Package information |
| apt-cache madison packagename | List available versions for a package |
| sudo apt install packagename dry-run | See what packages will be installed with the package|
| apt policy packagename | Find version installed and available |
| sudo dpkg --remove --force-remove-reinstreq package_name | Remove broken package |
| sudo apt-mark hold packagename | Hold a package to the current version |
| dpkg --list | grep linux-image |
| apt list --installed | grep packagename |
## kernel commands
| Commands | What it does |
| ------------------------------------------- | ------------------------------------------- |
|:-------------------------------------------:|:-------------------------------------------:|
| sudo update-initramfs -c -k *kernelversion* | Generate a new initramfs image with version |
# [flatpak](https://docs.flatpak.org/en/latest/using-flatpak.html)
@ -66,7 +66,7 @@ https://wiki.archlinux.org/title/fwupd
## GSettings
| Commands | What it does |
| :------: | :----------: |
|:--------:|:------------:|
| gsettings set org.gnome.desktop.interface scaling-factor 2 | Change scaling for the UI |
| gsettings set com.ubuntu.user-interface.desktop cursor-size 48 | Enlarge cursor |
| gsettings set org.gnome.desktop.background picture-uri 'file://PathToImage' | Change wallpaper |