From 5573b386a91ffa06054e82b4867c7b3f9a3b064b Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 25 Aug 2019 22:51:16 -0700 Subject: [PATCH] Spellcheck tips and trips --- source/A/tips_and_tricks.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/A/tips_and_tricks.rst b/source/A/tips_and_tricks.rst index d2771670..dfea6c55 100644 --- a/source/A/tips_and_tricks.rst +++ b/source/A/tips_and_tricks.rst @@ -7,14 +7,14 @@ If you run a hypervisor on your system putting a different mouse cursor for both If you select text on X11 you can do what is middle click paste the selected text with the middle mouse button by clicking down on the scroll wheel. -To find out what version of software you have you can view the `ubuntu packages website `_ from whatever kind of computer you are on. On the command line you can run +To find out what version of software you have you can view the `Ubuntu packages website `_ from whatever kind of computer you are on. On the command line you can run .. code:: apt policy packagename -even if it does not ship with lubuntu by default. +even if it does not ship with Lubuntu by default. -If you want to boot an older kernel for troubleshooting use the advanced options for lubuntu at the grub bootloader screen if shown. If you need to get into this bootloader hold down :kbd:`shift` key at booting and then select the different kernel you want to boot into. To move down to Advanced options press :kbd:`Down Arrow`. To select the advanced options press the :kbd:`Right Arrow` or :kbd:`Enter` key. To go back up a level from a submenu of grub press the :kbd:`Escape` key. To add a boot option press the :kbd:`e` key and then type the boot parameter you want to add to the end of the line. The nomodeset option will try to load things for graphic compatibility if for example you get a black screen without proprietary drivers. +If you want to boot an older kernel for troubleshooting use the advanced options for Lubuntu at the grub bootloader screen if shown. If you need to get into this bootloader hold down :kbd:`shift` key at booting and then select the different kernel you want to boot into. To move down to Advanced options press :kbd:`Down Arrow`. To select the advanced options press the :kbd:`Right Arrow` or :kbd:`Enter` key. To go back up a level from a submenu of grub press the :kbd:`Escape` key. To add a boot option press the :kbd:`e` key and then type the boot parameter you want to add to the end of the line. The nomodeset option will try to load things for graphic compatibility if for example you get a black screen without proprietary drivers. If you want more openbox customization than the openbox settings can provide you can look at the openbox wiki `openbox wiki `_ .