From af3d9089e0a30407cd2a1949c85ad164b8618137 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sun, 22 Jun 2025 16:30:49 -0600 Subject: [PATCH] fix tables --- Linux/Wayland-and-X11.md | 6 +++--- Linux/ubuntu-notes.md | 28 ++++++++++++++-------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Linux/Wayland-and-X11.md b/Linux/Wayland-and-X11.md index 1392d05..92544b2 100644 --- a/Linux/Wayland-and-X11.md +++ b/Linux/Wayland-and-X11.md @@ -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 | diff --git a/Linux/ubuntu-notes.md b/Linux/ubuntu-notes.md index d0d0103..eb3467b 100644 --- a/Linux/ubuntu-notes.md +++ b/Linux/ubuntu-notes.md @@ -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: +<> ```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 |