grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

index.md (1282B)


      1 # linux
      2 
      3 ## art
      4 * [durdraw](durdraw)
      5 
      6 ## audio
      7 * [mpd](mpd)
      8 * [pacmd](pacmd)
      9 * [pactl](pactl)
     10 * [spotifyd](spotifyd)
     11 
     12 ## connectivity
     13 * [bluetooth](bluetooth)
     14 
     15 ## documentation
     16 * [bin](bin)
     17 * [man_pages](man_pages)
     18 * [scanning](scanning)
     19 
     20 ## logging
     21 * [journalctl](journalctl)
     22 * [logrotate](logrotate)
     23 * [sar](sar)
     24 
     25 ## package managers
     26 * [apt_dpkg](apt_dpkg)
     27 * [flatpak](flatpak)
     28 * [pacman](pacman)
     29 * [rpm](rpm)
     30 
     31 ## ricing
     32 * [ricing](ricing)
     33 
     34 ## steam issues
     35 * [csgo](csgo)
     36 * [fallout4](fallout4)
     37 
     38 ## system utilities
     39 * [dhcpcd](dhcpcd)
     40 * [dmidecode](dmidecode)
     41 * [keymaps](keymaps)
     42 * [mount](mount)
     43 * [xclip](xclip)
     44 * [xdotool](xdotool)
     45 * [xev](xev)
     46 * [xinput](xinput)
     47 * [xmodmap](xmodmap)
     48 * [xprop](xprop)
     49 
     50 ## video
     51 * [mpv](mpv)
     52 
     53 ## unsorted
     54 
     55 ### scsi
     56 echo 1 > /sys/class/scsi_device/2:0:1:0/device/rescan
     57 echo "- - -" > /sys/class/scsi_host/host2/scan
     58 
     59 ### key presses
     60 * view keys being pressed
     61 ```
     62 stdbuf -o0 showkey -a | cat -
     63 ```
     64 
     65 https://unix.stackexchange.com/questions/144390/print-currently-pressed-keys-to-stdout-and-read-them-line-by-line
     66 
     67 ### truncate
     68 https://unix.stackexchange.com/questions/68523/find-and-remove-large-files-that-are-open-but-have-been-deleted
     69 
     70 ### rtv
     71 rtv --enable-media (to use mailcap, although it seems to default)
     72 export RTV_BROWSER=qutebrowser