https://blog.csdn.net/Yelzagubei/article/details/87554199
作者: wakmemory&lody
【转载】ubuntu16.04安装python3.6
步骤1
sudo add-apt-repository ppa:jonathonf/python-3.6
步骤2
sudo apt-get update sudo apt-get install python3.6
步骤3
要python3使用新安装的python 3.6而不是默认的3.5版本,请运行以下2条命令
sudo update-alternatives --install / usr / bin / python3 python3 /usr/bin/python3.5 1 sudo update-alternatives --install / usr / bin / python3 python3 /usr/bin/python3.6 2
最后,python3通过命令在两个python版本之间切换:
sudo update-alternatives --config python3
更新:由于此错误,gnome-terminal不会在步骤3之后启动,一种解决方法正在运行以下命令来重新创建符号链接:
sudo rm / usr / bin / python3 sudo ln -s python3.5 / usr / bin / python3
ubuntu16.04 入坑指南
安装好Ubuntu16.04
1.sudo apt update && sudo apt upgrade
#更新软件
2.sudo ubuntu-drive autoinstall
#自动安装NVIDIA显卡驱动(强烈推荐,自己用.run安装很容易出问题)
3.更新语言包
4.安装搜狗输入法
5.安装Chrome
6.安装touchpad-indicator(插入鼠标时禁用触摸板,拔出后启用)
#sudo add-apt-repository ppa:atareao/atareao
#sudo apt update
#sudo apt install touchpad-indicator
使用Trubo C时踩的一些坑
在Linux下安装 DOSBOX_Turbo C
因为作业需求需要用到“Turbo C”开发工具,但我的主力机是Deepin_Linux环境寻思着有Linux版的DOSBOX,应该可以直接上车。
步骤:
1.sudo apt install dosbox -y
2.下载Turbo C放到用户目录(/home/username)
3.编辑用户目录下.dosbox文件夹里的dosbox.conf,在[autoexec]后面追加以下命令(其中“TC20”为我的Turbo C文件夹名):
[autoexec]
mount c ~/TC20
c:
tc
之后启动dosbox就可以直接进入turbo c开发工具了
上图:

已打包成deb
准备开个坑
开始入坑Java
网站迁移至阿里云(香港)
超赞的免费数据库管理软件
华为牛逼!!!
https://www.iqiyi.com/v_19rru1qdq0.html
华为开发者大会全程回顾
16分钟开始讲鸿蒙OS
自己打包的HCML我的世界Deb包
懒得动了,已有其他人打包了新版(2020/05/24):Link
省去了自己配置图标的麻烦。
内置:
HMCL启动器Ver:3.2.130版
jre1.8.0_211
如果要卸载请用命令 “sudo apt remove hmcl”。
下载连接:https://anonymousfiles.io/f/HMCL.deb
百度网盘链接: https://pan.baidu.com/s/1A7El5IFV82OAgNrbJa9RkA 密码: pjt1





