Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| computing:miscadmin [2026/04/04 19:35] – oemb1905 | computing:miscadmin [2026/04/25 15:52] (current) – oemb1905 |
|---|
| sudo lsblk -o NAME,SIZE,TRAN,ROTA,MOUNTPOINT $(findmnt -n -o SOURCE / | sed 's/[0-9]*$//') | sudo lsblk -o NAME,SIZE,TRAN,ROTA,MOUNTPOINT $(findmnt -n -o SOURCE / | sed 's/[0-9]*$//') |
| df -h | df -h |
| | |
| | Google Chrome does the "won't open shit" despite re-install, restart, etc.: |
| |
| --- //[[alerts@haacksnetworking.org|oemb1905]] 2026/04/04 19:34// | rm -f ~/.config/google-chrome/SingletonLock |
| | rm -f ~/.config/google-chrome/SingletonCookie |
| | rm -f ~/.config/google-chrome/SingletonSocket |
| | |
| | Stop Chrome/Chromium from messing with input level of mic: |
| | |
| | chrome://flags |
| | Allow WebRTC to adjust input volume |
| | <disabled> |
| | |
| | To stop the i386 warning on ''sudo apt update'' with proprietary Chrome, add ''Architectures: amd64'' below components in ''/etc/apt/sources.list.d/google-chrome.sources'' so the entire stanza looks like: |
| | |
| | <code> |
| | X-Repolib-Name: Google Chrome |
| | Types: deb |
| | URIs: https://dl.google.com/linux/chrome-stable/deb/ |
| | Suites: stable |
| | Components: main |
| | Architectures: amd64 ### << -- add this line here << -- ### |
| | Signed-By: /usr/share/keyrings/google-chrome.gpg |
| | </code> |
| | |
| | Next ... |
| | |
| | --- //[[alerts@haacksnetworking.org|oemb1905]] 2026/04/25 15:49// |