-
Download your native chromium
-
get
api-key
and install it follow this link -
Remember to add your account (that need to sync with chromium) to following group while doing 2nd step:
- set env vars:
From 86d1cc3e8e024c6776424f09108030fabe67cf5f Mon Sep 17 00:00:00 2001 | |
From: Huayu Zhang <[email protected]> | |
Date: Thu, 11 Jan 2024 16:18:29 +0800 | |
Subject: [PATCH] add _DSD for SSID 0x17aa38a9 and 38ab (ThinkBook 16p G4 IRH) | |
the dmseg has following output after patching: | |
[ 4.401426] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Cirrus Logic CS35L41 (35a40), Revision: B2 | |
[ 4.455038] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Cirrus Logic CS35L41 (35a40), Revision: B2 | |
[ 6.362589] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: CS35L41 Bound - SSID: 17AA38A9, BST: 1, VSPK: 1, CH: L, FW EN: 1, SPKID: 0 |
Download your native chromium
get api-key
and install it follow this link
Remember to add your account (that need to sync with chromium) to following group while doing 2nd step:
# edit and save this file to /usr/lib/systemd/system/clash.service | |
[Unit] | |
Description=clash | |
After=network.target | |
[Service] | |
WorkingDirectory="your home directory"/.config/clash | |
ExecStart="your home directory"/.config/clash/start-clash.sh | |
ExecStop="your home directory"/.config/clash/stop-clash.sh | |
Environment="HOME=your home directory" |
.desktop
file to user directorycp /usr/share/applications/google-chrome.desktop ~/.local/share/applications/google-chrome.desktop
sed -i 's;/usr/bin/google-chrome-stable;/usr/bin/google-chrome-stable --enable-features=WebUIDarkMode --force-dark-mode;g' ~/.local/share/applications/google-chrome.desktop
When I want to use CMake extention of VS Code in MacOS to debug program using LLDB, it requre some set up to use F5
button.
LLDM-MI
/usr/local/bin
)tasks.json
:#!/usr/bin/env bash | |
cd mpv | |
git reset --hard | |
git clean --force -d -x | |
git pull origin master | |
set -x | |
# use standalone tools, not Xcode's (avoids xcrun errors) |