Code Monkey home page Code Monkey logo

ubuntu-notes's Introduction

ubuntu-notes

Guide

命令行翻墙

显卡驱动(cuda 11.0)

default config (16.04)

desktop

sudo apt update
sudo apt upgrade

sudo apt remove unity-webapps-common
sudo apt install unity-tweak-tool

sudo add-apt-repository ppa:noobslab/themes
sudo apt update
sudo apt install flatabulous-theme

sudo add-apt-repository ppa:noobslab/icons
sudo apt update
sudo apt install ultra-flat-icons

~/.bashrc

alias gpuog='watch -n 0.3 nvidia-smi'
alias gpu='watch -n 0.3 "python3 ~/opt/nvidia-htop/nvidia-htop.py -l 100"'
alias wechat='bash ~/opt/wechat.sh'
alias tb='tensorboard --logdir=. --reload_interval=0.5 --max_reload_threads=8'
alias condaa='conda activate'
alias condad='conda deactivate'
alias opn='code ~/github/zdk/ubuntu-notes'
alias yg='proxychains4 you-get'
alias route='sudo bash /etc/rc.local'
alias gtt='git status'
alias gd='git diff'

default config (18.04)

  • 选择minimal installation
sudo apt remove update-notifier
sudo apt install gnome-tweak-tool

desktop

sudo apt update
sudo apt upgrade

sudo apt remove unity-webapps-common
sudo apt install notify-osd
sudo apt install unity-tweak-tool

sudo chown $USER:$USER -R /usr/share/themes/
sudo chmod 755 -R /usr/share/themes/
cd /usr/share/themes/
git clone -b 16.04.1 https://github.com/anmoljagetia/Flatabulous

sudo add-apt-repository ppa:noobslab/icons
sudo apt update
sudo apt install ultra-flat-icons

unity-tweak-tool

default config (mac)

chsh -s /bin/bash
### install vscode
### 打开VSCode –> command+shift+p –> 输入shell command –> 点击提示Shell Command: Install ‘code’ command in PATH运行

ubuntu-notes's People

Contributors

zhangdongkun98 avatar

Stargazers

Zhixuan Xu avatar  avatar XUE Jintao avatar Chenxu Zhou avatar shahao avatar  avatar ZhaoYinghao avatar kuko avatar Xuecheng avatar  avatar Sha Lu avatar Jiyu Yu avatar Yuxiang Cui avatar Roman Hossain Shaon avatar Huan Yin avatar Haodong Zhang avatar QiuKu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.