https://git-scm.com/book/en/v2/Git-Tools-Credential-Storage
# Config timeout by using cache
git config --global credential.helper cache --timeout=36000
# store forever
git config --global credential.helper 'store --file ~/.my-credentials'| set nocompatible " be iMproved, required | |
| filetype off " required | |
| " set the runtime path to include Vundle and initialize | |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| call vundle#begin() | |
| " alternatively, pass a path where Vundle should install plugins | |
| "call vundle#begin('~/some/path/here') | |
| " let Vundle manage Vundle, required |
https://git-scm.com/book/en/v2/Git-Tools-Credential-Storage
# Config timeout by using cache
git config --global credential.helper cache --timeout=36000
# store forever
git config --global credential.helper 'store --file ~/.my-credentials'https://www.codetd.com/article/3408278
工具:
1、火狐浏览器,版本是目前最新的 62.0.2
2、火狐插件:Video DownloadHelper (作者:mig) https://addons.mozilla.org/zh-CN/firefox/addon/video-downloadhelper/
3、Video DownloadHelper 的合作应用: VdhCoApp 1.2.4
Your time is limited,so don't waste it living someone else's life.
| -- vim: ts=4 sw=4 noet ai cindent syntax=lua | |
| conky.config = { | |
| alignment = 'top_right', | |
| background = false, | |
| border_width = 0.5, | |
| cpu_avg_samples = 4, | |
| default_color = 'white', | |
| default_outline_color = 'grey', |
ssh -L 8000:localhost:8888 ubuntu@********
原文链接:https://blog.csdn.net/weixin_41010198/article/details/88816329
由于用户权限的问题,文件夹在“ls”命令下,看起来很不美观
# 01表示改成粗体,34表示蓝色
echo "OTHER_WRITABLE 01;34" >> $HOME/.dir_colors
# 将以下命令加入‘.bashrc’或‘.zshrc’
| { | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "globals": { | |
| "alwaysShowTabs": true, | |
| "defaultProfile": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}", | |
| "initialCols": 80, | |
| "initialRows": 20, | |
| "requestedTheme": "system", | |
| "showTabsInTitlebar": true, | |
| "showTerminalTitleInTitlebar": true |