Ubuntu Troubleshootings


  1. Ubuntu cannot restart or shutdown properly.
    • In file /etc/default/grub, change line from GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=force".
    • Then run update-grub.
  2. Install another language input.
  3. No screen recorder.
  4. Partition and Mount
  5. Error when using apt-get
  6. Keyboard and Mouse not working at login screen
  7. Send messages between Ubuntu PCs
  8. Debian -- Cannot find Network Manager
  9. Ubuntu -- No wired connection - Wired unmanaged
  10. Delete User
  11. How to kill a process on a port on Ubuntu
  12. 
    sudo kill -9 `sudo lsof -t -i:port`
            
  13. The following signatures couldn't be verified.

References


  1. Ubuntu 18.04 keyboard and mouse not working at login screen
  2. How To Install "xserver-xorg-input-all" Package on Ubuntu
  3. Keyboard not working after update to 18.04
  4. No wired connection - Wired unmanaged ubuntu 18.04
  5. Linux usermod user is currently used by process
  6. Is there a command to list all users? Also to add, delete, modify users, in the terminal?
  7. How to Fix “The following signatures couldn’t be verified” Error in Ubuntu Linux