Due to a recent time change the clock was messed up.
# timedatectl set-local-rtc 0
Reference:
https://superuser.com/questions/1420699/how-to-fix-mariadb-when-it-gets-stuck-during-shutdown-waiting-for-page-cleaner
Dedetok: My Experiences Notes This page contains my experiences using technology. All of information are were working properly on the time when they wrote. You may use them for any purposes.
Due to a recent time change the clock was messed up.
# timedatectl set-local-rtc 0
Reference:
https://superuser.com/questions/1420699/how-to-fix-mariadb-when-it-gets-stuck-during-shutdown-waiting-for-page-cleaner
Add and edit Google Chrome Repository
# cd /etc/apt/sources.list.d/
# touch google.list
# vi google.list
# Google Chrome
deb http://dl.google.com/linux/chrome/deb/ stable main
Add Google Linux Package Signing Keys
# wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add
Update repository and install google chrome
# apt-get install google-chrome-stable
To install Google Earth, add at the end of google.list file or create a new file in folder /etc/apt/source.list.d/
# Google Earth
deb http://dl.google.com/linux/earth/deb/ stable main
Reference:
# dmesg | grep Video
[ 0.504995] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.576610] pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 2.702573] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 2.703765] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:2e/LNXVIDEO:00/input/input6
[ 2.703902] ACPI: Video Device [VGA1] (multi-head: yes rom: no post: no)
[ 2.705790] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:01/input/input7
[ 27.192685] USB Video Class driver (1.1.1)
# ls /dev/ | grep video
video0
video1
# apt-get install guvcview