title: Weekly 2021-03-0x01description: [hackettyu’weekly] Weekly 2021-03-0x01
Share
Rust语言开源杂志(2021)
https://rustmagazine.github.io/rust_magazine_2021/index.html
Realtime Log Streaming with FastAPI and Server-Sent Events
https://amittallapragada.github.io/docker/fastapi/python/2020/12/23/server-side-events.html
实现自己的 Github yearly 3D
this is mine: https://skyline.github.com/hackettyu/2020
notion proxy
Note
Linkedin SRE Shcool
关于 Linux 文件权限的简单介绍

DNF is the successor to YUM which is now used in Fedora for installing and managing packages. DNF may replace YUM in the future on all RPM based Linux distributions.
原来不是所有的基础命令都安装在 linux 中,如 ps、sudo 都可能需要额外安装
/etc/passwd Stores the user name, the uid, the gid, the home directory, the login shell etc
/etc/shadow Stores the password associated with the users
/etc/group Stores information about different groups on the system
Important commands for managing users
Some of the commands which are used frequently to manage users/groups on Linux are following:
useradd - Creates a new userpasswd - Adds or modifies passwords for a userusermod - Modifies attributes of an useruserdel - Deletes an user
about command line
https://linkedin.github.io/school-of-sre/metrics_and_monitoring/command-line_tools/
words
What I cannot creat, I do not understand.
Know how to solve every problem that has been solved.
