教程搬运工,以下内容,全部转载于他人,此处作收集用处。感谢他人的无私奉献。
美化------------------------------------------------------------------------------
该博客最后提供了资源百度云链接,建议使用他的资源。比较快
用户的顶栏的样式允许自定义。默认是有
!
的,即不能使用。
21个拓展: https://www.cnblogs.com/pipci/p/10936665.html
一些实用的小工具,其中一些特别好用。显示网速,粘贴板,工作区命名选择等
转载链接:拓展
topicons plus
配合 deepin-wine ,载顶栏显示wine软件。
Places Status Indicator
快捷访问文件夹
workspace grid
修改工作空间的跳转排列方式。
workspace indicator
给工作区命名,可以配合workspace grid
使用。
system-monitor
监控系统资源,安装这个就可以关掉或者卸载掉Netspeed
- 图片:
- 安装完成之后还缺少依赖:
- 所以需要安装依赖:
依赖来源:Ubuntu 依赖下载
建议我的百度云:链接:https://pan.baidu.com/s/1SLYbFq-wQMSdUrQTTxLz4A 密码:miyl
那个Network Manger没找到。不过好像不影响使用。
还有一个依赖:sudo apt-get install gir1.2-clutter-1.0 gir1.2-clutter-gst-3.0 gir1.2-gtkclutter-1.0
- 安装完成后重启:可见效果:
- 可以通过设置调节显示(开个斗鱼tv)
快捷键-------------------------------------------------------------------------------
- win+d 显示桌面
系统配置修改----------------------------------------------------------------------
sudo vim /etc/profile
末尾加上
#set java env
export JAVA_HOME=/usr/lib/jdk/jdk1.8.0_171
export JRE_HOME=${JAVA_HOME}/jre
export CLASSPATH=.:${JAVA_HOME}/lib:${JRE_HOME}/lib
export PATH=${JAVA_HOME}/bin:$PATH
配置生效
source /etc/profile
修改hosts文件:
sudo vim /etc/hosts
网络重启:
sudo /etc/init.d/networking restart
创建桌面快捷方式-----------------------------------------------------------------
[Desktop Entry]
Encoding=UTF-8
Name=IntelliJ IDEA
GenericName=IntelliJ IDEA
Comment=The Java IDE for Professional Developers by JetBrains
Exec=/opt/SoftWare/idea-IU-172.4343.14/bin/idea.sh %f
Icon=/opt/SoftWare/idea-IU-172.4343.14/bin/idea.png
Terminal=false
Type=Application
Categories=Application;Development;
说明
说明:
其中 Exec 常用的参数有:%f %F %u %U
%f:单个文件名,即使选择了多个文件。如果已选择的文件不在本地文件系统中(比如说在HTTP或者FTP上),这个文件将被作为一个临时文件复制到本地,%f将指向本地临时文件;
%F:文件列表。用于程序可以同时打开多个本地文件。每个文件以分割段的方式传递给执行程序。
%u:单个URL。本地文件以文件URL或文件路径的方式传递。
%U:URL列表。每个URL以分割段的方式传递给执行程序。本地文件以文件URL或文件路径的方式传递。
- 进入idea 的bin
- 创建快捷方式
sudo vim idea.desktop
- 写入内容
[Desktop Entry]
Encoding=UTF-8
Name=IntelliJ IDEA
GenericName=IntelliJ IDEA
Comment=The Java IDE for Professional Developers by JetBrains
Exec=/opt/idea-IU-191.7479.19/bin/idea.sh %f
Icon=/opt/idea-IU-191.7479.19/bin/idea.png
Terminal=false
Type=Application
Categories=Application;Programme;
- 移入菜单 并设置权限
sudo cp idea.desktop /usr/share/applications/
sudo chmod 755 /usr/share/applications/idea.desktop
- 查看效果
- 点击图标,打开
安装Depin-wine 软件----------------------------------------------------------
参考他人 码云 山寨hub
https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu
非中文系统 乱码解决
1. 下载字体包
2. 解压字体包,只用到其中的simsun.ttc
3. 将字体放入~/.wine/drive_c/windows/Fonts
里面,如果是deepin的话,就放在~/.deepinwine/XXX/drive_c/windows/Fonts
里面(XXX指deepin下的你安装的程序)
4. 编写文件zh.reg
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Arial"="simsun"
"Arial CE,238"="simsun"
"Arial CYR,204"="simsun"
"Arial Greek,161"="simsun"
"Arial TUR,162"="simsun"
"Courier New"="simsun"
"Courier New CE,238"="simsun"
"Courier New CYR,204"="simsun"
"Courier New Greek,161"="simsun"
"Courier New TUR,162"="simsun"
"FixedSys"="simsun"
"Helv"="simsun"
"Helvetica"="simsun"
"MS Sans Serif"="simsun"
"MS Shell Dlg"="simsun"
"MS Shell Dlg 2"="simsun"
"System"="simsun"
"Tahoma"="simsun"
"Times"="simsun"
"Times New Roman CE,238"="simsun"
"Times New Roman CYR,204"="simsun"
"Times New Roman Greek,161"="simsun"
"Times New Roman TUR,162"="simsun"
"Tms Rmn"="simsun"
5. 执行该文件
deepin-wine regedit zh.reg
6. 如果后来继续安装其他的deepin 软件的话,只需要执行 第 3 步即可
好用的软件------------------------------------------------------------------------
smplayer
gThumb
查看图片
sudo add-apt-repository ppa:webupd8team/gthumb
sudo apt-get update
sudo apt-get install gthumb
Typora
markdown 编辑器
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA300B7755AFCFAE
sudo add-apt-repository 'deb https://typora.io/linux ./'
sudo apt-get update
sudo apt-get install typora
取色器 gpick
nodepad
sudo add-apt-repository ppa:notepadqq-team/notepadqq
sudo apt-get install notepadqq
录屏软件
sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder
sudo apt-get update && sudo apt-get install simplescreenrecorder
mark一些网站-----------------------------------------------------------------
boot repair
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt install boot-repair