- tmux
- tmuxinator
- git
- tig
- diff-so-fancy
- proxy
- proxychains(proxychains-ng)
- privoxy
- tsocks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+------------+ | |
|permissions | | |
+-----+------+ | |
| | |
has_many through +----+ permission_id | |
| +--------------------+ | |
+-----^+-> | role_permissions | | |
| +--------------------+ | |
has_many through +----+ role_id | |
+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#difference between proc and |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
快速输入 | |
确保在 ~/.config/fcitx/config 里把 SemiColonAction 修改为 QuickPhrase. | |
创建 ~/.config/fcitx/data/QuickPhrase.mb, 文件内容示范如下: | |
#第一个字符为“#”的行是注释 | |
#格式:编码 符号 | |
#数学符号 | |
dianhua 123456789 | |
youbian 123456 | |
dizhi 中华人民共和国北京市长安街一号 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ctrl-alt-f7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix | |
```shell | |
$ stty sane | |
``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [[ -z "$TMUX" ]] | |
then | |
ID="`tmux ls | grep -vm1 attached | cut -d: -f1`" | |
if [[ -z "$ID" ]] | |
then | |
tmux new-session | |
else | |
tmux attach-session -t "$ID" | |
fi | |
fi |
- Hold Esc + Refresh and then press the power button. The Chromebook will restart and give a warning about the OS being missing or damaged Press Ctrl + D to bypass this message. It will now ask if you want to turn os verification off. Press Return to continue into developer mode
- The Chromebook will now prepare the os for developer mode. Just leave this to run for a good few minutes. It will boot backup to chrome when finished. Everytime you restart you chromebook from now on you will get an OS verification warning. you can either wait 30 seconds and the Chromebook will boot, or you can skip this message by pressing Ctrl + D