Ubuntu20.04基本开发环境配置

Ubuntu Configure And Some Commands

1. dotnet core (C#)

$ mkdir -p $HOME/dotnet && tar zxf dotnet-sdk-3.1.201-linux-x64.tar.gz -C $HOME/dotnet

# ~/.bashrc
#PATH
export PATH=$PATH:$HOME/dotnet
#end line add
export DOTNET_ROOT=$HOME/dotnet

$ source ~/.bashrc

2. Nodejs

# soft link
$ ln -s /home/username/node-v0.10.26-linux-x64/bin/node /usr/local/bin/node
$ ln -s /home/username/node-v0.10.26-linux-x64/bin/npm /usr/local/bin/npm
# cnpm
$ npm install -g cnpm --registry=https://registry.npm.taobao.org
$ ln -s /home/username/node-v0.10.26-linux-x64/bin/cnpm /usr/local/bin/cnpm
#http-server
$ cnpm install -g http-server
$ ln -s /home/username/node-v0.10.26-linux-x64/bin/http-server /usr/local/bin/http-server

3. git

$ git config --global user.name "your_name"
$ git config --global user.email "your_email"

$ git config --list

$ ssh-keygen -t rsa -C "your_email"
$ cd ~/.ssh
$ cat id_rsa.pub

$ git clone ***
$ git add .
$ git commit -m "your_message"
$ git push -u origin

4. Matlab

https://www.cnblogs.com/sixuwuxian/p/12512275.html

5. MiniConda3

# .sh file
$ chmod 777 Miniconda3-latest-Linux-x86_64.sh
$ sh Miniconda3-latest-Linux-x86_64.sh
# Do you wish the installer to initialize Miniconda3 by running conda init?
$ [no] >>> no

$ conda #no
$ vim ~/.bashrc
export  PATH="/home/your_home_name/miniconda3/bin:"$PATH
$ source ~/.bashrc
$ conda #yes

//conda add qinghua 
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/
conda config --set show_channel_urls yes 
conda config --get channels

$ conda env list
$ conda create -n your_env_name python=3.6.7
$ conda env list

$ conda init bash
# restart your shell
$ source activate(deactivate) your_env_name

https://blog.csdn.net/weixin_43840215/article/details/89599559

6. VM and Foxit Reader

./***.bundle
./***.run

7. AppImage

AppImage

/home/$USERNAME/.config/  # 这个目录中是一些配置文件
/home/$USERNAME/.local/share/applications  # 这个目录中是一个桌面文件 appimagekit.desktop

视频
https://www.bilibili.com/video/BV13i4y147nA/

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值