您正在查看:Nonni 发布的文章
2019-04-15 |Nonni
ESXi HP DL380G7
Windows Server 2016 Datacenter
CentOS 7
Debian 9.8
VMware VSphere 6.7
Citrix Xendesktop&XenApp 7.6
VMware Horizon 7
Veeam Backup & Replication9,Veeam One 9
Citrix Netscaler 11
2019-04-15 |Nonni
http://www.jetbrains.com/pycharm/download/
下载PyCharm for Linux
sudo -i
vi /usr/share/applications/Pycharm.desktop
[Desktop Entry]
Type=Application
Name=Pycharm
GenericName=Pycharm3
Comment=Pycharm3:The Python IDE
Exec=sh 实际路径/bin/pycharm.sh
Icon= 实际路径/bin/pycharm.png
Terminal=pycharm
Categories=Pycharm;
2019-04-15 |Nonni
https://music.163.com/#/download
sudo -i
dpkg -i netease-cloud-music_1.1.0_amd64_ubuntu.deb
apt-get install -f
sudo netease-cloud-music
2019-04-15 |Nonni
https://pinyin.sogou.com/linux/?r=pinyin
下载安装文件后,执行:
sudo -i
dpkg -i sogoupinyin_2.2.0.0102_amd64.deb
apt-get install -f
安装输入法前端所需的ui动态库:
apt-get install fcitx-ui-classic && apt-get install fcitx-ui-light
reboot
2019-04-15 |Nonni
添加sudo:
su
apt-get install sudo
修改sudoers:
vi /etc/sudoers
在%sudo ALL=(ALL:ALL) ALL 下添加
yourusername ALL=(ALL:ALL) ALL
修改源:
vi /etc/apt/sources.list
# deb cdrom:[Debian GNU/Linux 9.8.0 _Stretch_ - Official amd64 DVD Binary-1 20190415-12:12]/ stretch contrib main
deb http://mirrors.ustc.edu.cn/debian/ stretch main non-free contrib
deb http://mirrors.ustc.edu.cn/debian/ stretch-updates main non-free contrib
deb http://mirrors.ustc.edu.cn/debian/ stretch-backports main non-free contrib
deb-src http://mirrors.ustc.edu.cn/debian/ stretch main non-free contrib
deb-src http://mirrors.ustc.edu.cn/debian/ stretch-updates main non-free contrib
deb-src http://mirrors.ustc.edu.cn/debian/ stretch-backports main non-free contrib
apt-get update