Skip to content

Commit

Permalink
Update console.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
dougburks authored Aug 22, 2023
1 parent f0336fb commit 441281e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Console
When you log into the local bash console (tty1), you may see lots of messages from the Linux kernel. To avoid these kernel messages, you have a few options:

- You can use :ref:`ssh` instead of the local bash console.
- If you really need to use the local console, you can temporarily disable console messages with ``dmesg -D``. For more information about dmesg, please see https://man7.org/linux/man-pages/man1/dmesg.1.html. Also see https://man7.org/linux/man-pages/man8/sysctl.8.html and https://www.kernel.org/doc/html/next/core-api/printk-basics.html.
- If you really need to use the local console, you can temporarily disable console messages with ``sudo dmesg -D``. For more information about dmesg, please see https://man7.org/linux/man-pages/man1/dmesg.1.html. Also see https://man7.org/linux/man-pages/man8/sysctl.8.html and https://www.kernel.org/doc/html/next/core-api/printk-basics.html.

0 comments on commit 441281e

Please sign in to comment.