安装Sublime Text

https://www.sublimetext.com/docs/3/linux_repositories.html

1
2
3
4
5
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
sudo apt-get install apt-transport-https
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
sudo apt-get update
sudo apt-get install sublime-text

修改仓库/商店软件源

https://bbs.deepin.org/forum.php?mod=viewthread&tid=179163

无法添加软件源

sudo dedit /etc/lsb-release,保存为下面的内容

1
2
3
4
5
6
7
8
9
#DISTRIB_ID=Deepin
#DISTRIB_RELEASE="15.10.1"
#DISTRIB_DESCRIPTION="Deepin 15.10.1 "
#DISTRIB_CODENAME=stable

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS"

安装rEFInd引导

https://www.ithome.com/0/425/537.htm

引导启动项顺序

https://blog.csdn.net/owen_suen/article/details/79050549

/etc/grub.d文件夹下的30_os-prober文件改名为08_os-prober

sudo update-grub

修改Chrome滚动速度

https://www.helplib.com/ubuntu/article_164190

SSR下载

https://github.com/qingshuisiyuan/electron-ssr-backup/releases

安装Qt

可能需要自己手动设置编译器上的C++路径,否则无法编译(5.13.1)

安装依赖库

https://blog.csdn.net/qq_42378797/article/details/91038804

或者输入下面一句话也可以安装所有的库:

1
sudo apt-get install build-essential libgl1-mesa-dev

打包程序

https://blog.csdn.net/qing666888/article/details/78577633

支持中文

https://my.oschina.net/lieefu/blog/505363?fromerr=NNm21wBS

支持qDebug

添加环境变量后重启 Qt Creator:

1
export QT_LOGGING_TO_CONSOLE=1

安装Android Studio

安装 Java:sudo apt install default-jdk

安装 SDK:wget http://dl.google.com/android/android-sdk_r22.0.5-linux.tgz

安装 AS:sudo apt install android-studio

安装 Gradle:AS安装https://shimo.im/docs/C7Om170UHl0Ih8yD/read

安装 Virtual Box:sudo apt-get install virtualbox

安装 Genymotion:https://www.jianshu.com/p/53bd3408439c

手动下载后安装方法:

1
2
3
> chmod 755 genymotion.bin # 需要权限
> ./genymotion -d /home/mrxy001/Programs
>

Android Studio 连接不上 Genymotion 设备:Genymotion > Settings > adb > custom > /home/mrxy001/Android/Sdk/

挂载FTP

1
curlftpfs -o codepage=utf8 ftp://username:password@iwxyi.com /home/mrxy001/ftp

开机自动挂载:

1
echo "curlftpfs -o codepage=utf8 ftp://username:password@iwxyi.com /home/mrxy001/ftp" >> /etc/fstab

安装Fira Code字体

https://blog.csdn.net/m0_37952030/article/details/99958890

翻墙

https://github.com/qingshuisiyuan/electron-ssr-backup

安装PHPStudy

https://blog.csdn.net/qq_40842615/article/details/81075231

安装ZSH

https://blog.csdn.net/sinat_37064286/article/details/94303227