User Tools

Site Tools


computing:miscadmin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computing:miscadmin [2026/04/04 19:38] oemb1905computing:miscadmin [2026/04/25 15:52] (current) oemb1905
Line 441: Line 441:
   df -h   df -h
      
 +Google Chrome does the "won't open shit" despite re-install, restart, etc.:
  
 +  rm -f ~/.config/google-chrome/SingletonLock
 +  rm -f ~/.config/google-chrome/SingletonCookie
 +  rm -f ~/.config/google-chrome/SingletonSocket
  
- --- //[[alerts@haacksnetworking.org|oemb1905]] 2026/04/04 19:34//+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//
computing/miscadmin.1775331539.txt.gz · Last modified: by oemb1905