|
Install or Update Chromium in Macos via Brew
The Chromium is not signed, so need using xattr
to allow it.
|
Eric-Guo's Macbook Shortcut Cheetsheet
FN keys
Shortcut | Description |
---|---|
fn+A | Navigate Dock |
fn+C | Control Center |
fn+E | Emoji & Symbols |
fn+F | Enter/Exit Full Screen |
fn+H | Desktop |
fn+M | Navigate Main Menu |
fn+N | Notifications |
fn+Q | Quick Note |
Quick Clean Server Disk Usage Command in Safe Way
SystemD journal clean
|
Or see further command
Apt cache clean
|
Yum cache clean
|
Yarn cache clean
|
My Monthly Subscription Review List
No one like subscription, but we must pay something we really need every month and here is my list in RMB:
- (21) iCloud 200GB
- (15) Apple Music
- (23) Dragonruby Pro (annual 42 USD)
- (33) bandwagon host (month 33 USD)
- (6) Adblock Pro (annual 70 RMB)
- (6) MarginNote 3 OCR (annual 68 RMB)
- (28) Rubymine (annual 53 USD)
- (27) Medium Member (annual 50 USD)
- (6) blog domain (annual 10 USD)
- (1.5) 香哈菜谱 (annual 18 RMB)
- (10) AWS hosting
- (16.8) Meituan biking
- (50) Slack (month 8 USD)
- (38) Google Workspace Business Starter (month 6 USD)
So totally 282 RMB per month have to pay.
Setup Advanced Search in Gitlab 14.7 Log
Installation Elastic Search using Debian/Ubuntu repository
|
Enable correct IP and other securty settings:
|
Initial password and record it down.
|
Install analysis-smartcn
|
Setup a Gitlab Runner Server on Ubuntu 20.04
According to the official documentation, I having a free lighthouse server from tencent and install Ubuntu 20.04 to running gitlab runner.
Install docker.
|
Install gitlab runner
|
Upgrade gitlab runner
|
Fix the docker address pools conflict with internal network IP
|
|
Clean docker cache
|
Further info
Install Rails Stack for Ubuntu 20.04
Install nginx
|
And paste the source:
|
And public keys:
|
It’s also possible to enable TLS 1.1/1.2 due to Ubuntu 20.04 not support by default.
|
Install node.js 16 and yarn 1.x
Using nodesource distribution
|
Install rbenv
|
Install ruby 3.0.3
|
Install postgresql
|
Install certbot
|
Using Podman-docker in Tlinux - TencentOS Version 3.1
Notice gitlab still need using real docker
instead of podman-docker
and below is only record as a testing purpose and failed, detail see gitlab issue 27119.
|
|