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/03/14 00:42] oemb1905computing:miscadmin [2026/04/25 15:52] (current) oemb1905
Line 431: Line 431:
   journalctl --rotate --vacuum-time=1s   journalctl --rotate --vacuum-time=1s
  
- --- //[[alerts@haacksnetworking.org|oemb1905]] 2026/03/14 00:42//+Where are flatpak binaries/executables? Here's Pulsar's: 
 + 
 +  /var/lib/flatpak/app/dev.pulsar_edit.Pulsar/current/active/export/bin/dev.pulsar_edit.Pulsar 
 + 
 +See what kind of hard drives you have and which one is boot and which not, etc.: 
 + 
 +  sudo lsblk -d -o NAME,SIZE,TYPE,MODEL,TRAN,ROTA,VENDOR,SERIAL 
 +  sudo lsblk -o NAME,SIZE,TRAN,ROTA,MOUNTPOINT $(findmnt -n -o SOURCE / | sed 's/[0-9]*$//'
 +  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 
 + 
 +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.1773448976.txt.gz · Last modified: by oemb1905