1.vim
sudo apt install vim
2.gedit
sudo apt install gedit
3.git
sudo apt install git
檢查git版本
git --version
在Git中配置自己的名稱和電子郵件地址,以便您提交的更改包含正確的信息简识。 您可以通過使用以下命令來完成此操作:
git config --global user.name "zss"
git config --global user.email "zhaosen@aitek.ai"
接下來赶掖,我們將通過查看.gitconfig來驗證配置更改:
git config --list
有關(guān)更多信息和命令行選項,可以使用-help標(biāo)簽:
git --help
ssh配置
ssh-keygen -t rsa 七扰,連續(xù)三次回車(即不做任何輸入)倘零,結(jié)果如下
然后去/home/zss/.ssh 文件夾下
將公鑰配置到你的git上
git 設(shè)置默認(rèn)編輯器
git config --global core.editor "vim"
4. repo
國內(nèi)repo init -u 老是被墻 別急解決方案在下邊
1.安裝依賴工具
sudo apt-get install git-core
sudo apt-get install git-core curl
2.下載(兩個地址都可以)
先
mkdir ~/bin/
curl https://mirrors.tuna.tsinghua.edu.cn/git/git-repo -o repo
curl "http://php.webtutor.pl/en/wp-content/uploads/2011/09/repo" > ~/bin/repo
3.修改權(quán)限
chmod a+x ~/bin/repo
5.初始化
repo init -u xxx
手動指定一下repo地址為國內(nèi)的鏡像
repo init -u manifest -b v3 --repo-url=https://gerrit-googlesource.lug.ustc.edu.cn/git-repo
5. chrome
sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo apt update
sudo apt install google-chrome-stable
6.rar
sudo apt-get install rar
sudo apt-get install unrar
使用
可以直接在UI界面使用了
rar x test.rar
7.視頻播放器
sudo apt-get install smplayer