# ubuntu_up **Repository Path**: poohdang/ubuntu_up ## Basic Information - **Project Name**: ubuntu_up - **Description**: some init setup for ubuntu - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-06 - **Last Updated**: 2021-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # My init in Ubuntu ## 更换软件源并更新系统 我在使用清华源:`https://mirrors.tuna.tsinghua.edu.cn` ```shell # software_update sudo apt update && sudo apt full-upgrade -y sudo apt-get install -y aptitude sudo aptitude install -y git curl neofetch ``` ## 从git仓库下载文件 ```shell mkdir ~/Gitee && cd ~/Gitee git clone https://gitee.com/poohdang/ubuntu_up.git ``` ## Gitee ```shell ssh-keygen -t rsa -C "ndsczx@foxmail.com" cat ~/.ssh/id_rsa.pub # 添加到gitee上 ssh -T git@gitee.com ```