23 lines
534 B
Text
23 lines
534 B
Text
Use this file as a post-it for packages to install on laptop/desktop.
|
|
|
|
add notation about awk as
|
|
Select everything but the second field:
|
|
awk '!($2="")'
|
|
|
|
add noatation about tr (translate command):
|
|
replace every newline with a single space:
|
|
tr '\n' ' '
|
|
|
|
Go into Chromium and Disable the following flags
|
|
chrome://flags/
|
|
|
|
Enable Incognito brand consistency in desktop
|
|
|
|
Enable offering upload of Autofilled credit cards
|
|
|
|
Anonoymize local IPs exposed by WebRTC
|
|
|
|
Clear data on exit
|
|
|
|
Probably already set up:
|
|
Auto Dark Mode for Web Contents
|