开始使用 Ubuntu(字体渲染去模糊+软件安装+优化配置+常见错误)(29)

1. 中文字体渲染美化 + 去模糊

步骤:
1. 解压安装 lulinux_fontsConf_181226.tar.gz,按里面的安装说明操作;

2. 开启字体渲染:

打开 unity-tweak-tool,更改字体:
开始使用 Ubuntu(字体渲染去模糊+软件安装+优化配置+常见错误)(29)
3. 附件

>> lulinux_fontsConf_181226.tar.gz

2. 软件安装

chrome

sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/    #添加下载源
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub  | sudo apt-key add -    #导入谷歌软件的公钥,用于对下载软件进行验证
sudo apt-get update
sudo apt-get install google-chrome-stable

chromium

sudo snap install chromium

OneDrive

GitHub 网址:onedrive

安装步骤:

1. 安装依赖项

sudo apt install libcurl4-openssl-dev
sudo apt install libsqlite3-dev
sudo snap install --classic dmd && sudo snap install --classic dub

2. 安装 OneDrive

git clone https://github.com/skilion/onedrive.git
cd onedrive
make
sudo make install

3. 配置同步位置和忽略文件

mkdir -p ~/.config/onedrive
cp ./config ~/.config/onedrive/config
gedit ~/.config/onedrive/config

sync_dir:同步路径
skip_file:忽略文件

4. 选择性同步

gedit ~/.config/onedrive/sync_list

编辑需要同步的文件,e.g.

Backup
Documents/latest_report.docx
Work/ProjectX
notes.txt

5. 获取授权

终端输入 onedrive,之后会给出一个链接,复制链接到浏览器,登录账号,把返回的链接复制到终端,Enter 确定,开始同步。同步的时候终端会显示正在下载的内容,此时先不要关闭终端,同步完了再关闭。后续设置开机自启,等再开机就会在后台自动同步,不会在终端显示了。

6. 开机自启

systemctl --user enable onedrive
systemctl --user start onedrive

7. 只要更改了配置文件,就要重新同步,使配置文件生效

重新同步:

onedrive --resync

这个尽量不要用 nohup onedrive --resync > /dev/null 2>&1 &? 使其在后台重新同步,好像这样重新同步不了。

等待下载完毕,终端光标不动,输入 nohup onedrive -m > /dev/null 2>&1 &,在后台监视远程和本地更改,实时同步。

8. 查看日志

journalctl --user-unit onedrive -f

9. 使用命令

Usage: onedrive [OPTION]...

no option        Sync and exit
       --confdir Set the directory used to store the configuration files
-d    --download Only download remote changes
        --logout Logout the current user
-m     --monitor Keep monitoring for local and remote changes
   --print-token Print the access token, useful for debugging
        --resync Forget the last saved state, perform a full sync
       --syncdir Set the directory used to sync the files that are synced
-v     --verbose Print more details, useful for debugging
       --version Print the version and exit
-h        --help This help information.

Typora

#### or run:
#### sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA300B7755AFCFAE
wget -qO - https://typora.io/linux/public-key.asc | sudo apt-key add -
#### add Typora's repository
sudo add-apt-repository 'deb https://typora.io/linux ./'
sudo apt-get update
#### install typora
sudo apt-get install typora

搜狗输入法

1. 打开 ubuntu 软件中心,搜索 fcitx,然后安装 fcitx 和 fcitx 配置工具

2. 搜狗输入法官网下载 Linux 版本安装包,用 dpkg -i <package_name> 命令安装

3. SB设置 > 区域和语言 > 管理已安装的语言 > 键盘输入法系统 > fcitx > 应用到整个系统 > 关闭 > 重启EE

4. 卸载 ibus(可选步骤)

sudo apt-get remove ibus     #卸载 ibus
sudo apt-get purge ibus    #清除 ibus 配置
sudo apt-get remove indicator-keyboard    #卸载顶部面板任务栏上的键盘指示

5. 输入特殊字符的两种方法:

  • 更改 fcitx 配置文件,快捷输入特殊字符。在 /usr/share/fcitx/pinyin/pySym.mb 或者 ~/.config/fcitx/pinyin/pySym.mb 中定义需要使用的特殊符号,即可快速输入特殊字符,但是只对 fcitx 默认输入法有效,对搜狗输入法无效。可在 GitHub:fcitx-config 查看使用介绍。更改后 重启输入法生效。

    自定义内容:

    #### START --> add by zhangdongyu
    
    zj ?
    yj ?
    wjx ★
    lx ?
    yx ●
    foxmail 
    outlook 
    wangyi 
    
    #### END
  • Ubuntu 软件中心安装 字符映射表,打开后左侧选择 公共 右侧就会出现特殊字符大全。

火狐浏览器 / firefox

sudo apt install firefox

VLC

sudo add-apt-repository ppa:videolan/master-daily
sudo apt update
sudo apt-get install vlc qtwayland5

Ubuntu Cleaner

简介:Ubuntu Cleaner 是一个系统管理工具,其被特别设计用来移除不再使用的包、不需要的应用和清理浏览器缓存。Ubuntu Cleaner 有易于使用的简单用户界面。Ubuntu Cleaner 是 BleachBit 最好的替代品之一,BleachBit 是 Linux 发行版上的相当好的清理工具。

sudo add-apt-repository ppa:gerardpuig/ppa
sudo apt-get update
sudo apt-get install ubuntu-cleaner

Stacer

简介:Stacer 是一个开源的系统诊断和优化工具,使用 Electron 开发框架开发。它有一个优秀的用户界面,你可以清理缓存内存、启动应用、卸载不需要的应用、掌控后台系统进程。类似 Ubuntu Cleaner。

sudo add-apt-repository ppa:oguzhaninan/stacer
sudo apt-get update
sudo apt-get install stacer

Neofetch

简介:显示桌面环境、内核版本、bash 版本和你正在运行的 GTK 主题的信息。

sudo add-apt-repository ppa:dawidd0811/neofetch
sudo apt-get update
sudo apt-get update install neofetch

字体管理器

sudo add-apt-repository ppa:font-manager/staging
sudo apt-get update
sudo apt-get install font-manager

PlayOnLinux

简介:PlayOnLinux 是 WINE 模拟器的前端,允许你在 Linux 上运行 Windows 应用。你只需要在 WINE 中安装 Windows 应用,之后你就可以轻松的使用 PlayOnLinux 启动应用和游戏了。

  • 依赖于:wine:i386

  • 依赖于:xterm,安装方法:sudo apt install xterm

  • 安装 PlayOnLinux,不同版本安装方法不一样,官网有每个版本的安装方法,这里只给出 Ubuntu 18.04 LTS 安装方法:

    wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
    sudo wget http://deb.playonlinux.com/playonlinux_bionic.list -O /etc/apt/sources.list.d/playonlinux.list
    sudo apt-get update
    sudo apt-get install playonlinux

CopyQ

简介:CopyQ 是一个简单但是非常有用的剪贴板管理器,它保存你的系统剪贴板内容,无论你做了什么改变,你都可以在你需要的时候搜索和恢复它。它是一个很棒的工具,支持文本、图像、HTML 和其它格式。

sudo add-apt-repository ppa:hluk/copyq
sudo apt-get update
sudo apt-get install copyq

TeXstudio

简介:Texstudio 是一个创建和编辑 LaTex 文件的集成写作环境。它是开源的编辑器,提供了语法高亮、集成的查看器、交互式拼写检查、代码折叠、拖放等特点。从官网和 Ubuntu 软件中心下载 Texstudio。

简单天气指示器

简介:简单天气指示器是用 Python 开发的开源天气提示应用。它自动侦查你的位置,并显示你天气信息像温度,下雨的可能性,湿度,风速和可见度。

GitHub 网址:UbuntuIndicatorWeather

安装方法:

sudo add-apt-repository ppa:kasra-mp/ubuntu-indicator-weather
sudo apt-get update
sudo apt-get install indicator-weather

Nomacs

简介:Nomacs 是一款开源、跨平台的图像浏览器,支持所有主流的图片格式包括 RAW 和 psd 图像。它可以浏览 zip 文件中的图像或者 Microsoft Office 文件并提取到目录。

sudo add-apt-repository ppa:nomacs/stable
sudo apt-get update
sudo apt-get install nomacs

zsh

1. 安装 zsh

sudo apt-get install zsh

2. 安装 oh-my-zsh

sudo wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh
chsh -s /bin/zsh

3. 重启生效

4. 自定义指令加在 ~/.zshrc

gnome-screenshot

简介:系统自带截图软件

  • 路径:/usr/bin/gnome-screenshot
  • 使用命令:man gnome-screenshot
  • 系统快捷键中添加如下快速截图命令:gnome-screenshot -a -c(截取选定区域并复制到剪切板)

nixnote2

  • 安装:sudo apt install nixnote2
  • 国服授权登录页面无法输入密码:授权登录页面点击左上角大象图标 > 会自动打开印象笔记官方主页 > 选择使用微信登录 > 用微信扫码登录 > 手机提示登录成功后关闭窗口,即便此时窗口可能是空白,什么也不提示 > 点击同步,会出现授权页面 > 授权自动开始同步

apt-fast

简介:apt-fast 是 apt-get 的一个 shell 脚本包装器,通过从多连接同时下载包来提升更新及包下载速度。

sudo add-apt-repository ppa:apt-fast/stable
sudo apt-get update
sudo apt-get install apt-fast

notepadqq

简介:Linux 版的 notepad ++

sudo snap install notepadqq

温度监控

先安装必须项

sudo apt install lm-sensors hddtemp
sudo sensors-detect

用命令监控

watch -n 2 sensors    #监控CPU温度
watch -n 2 nvidia-smi    #监控GPU温度

图形化监控

sudo apt install psensor

英伟达显卡驱动

ubuntu-drivers devices    #显示显卡信息
sudo ubuntu-drivers autoinstall    #自动安装推荐的版本
sudo apt install <driver_name_in_the_list>    #安装指定的版本,e.g. sudo apt install nvidia-340

详细教程参看 Ubuntu 18.04 安装 NVIDIA 显卡驱动

indicator-sound-switcher / Sound Switcher Indicator

简介: 音频切换器

安装:

sudo apt-add-repository ppa:yktooo/ppa
sudo apt-get update
sudo apt-get install indicator-sound-switcher

官网:Sound Switcher Indicator

GitHub 网址:indicator-sound-switcher

PulseAudio Volume Control

简介: 音频切换器


未完 ......

点击访问原文(进入后根据右侧标签,快速定位到本文)

相关推荐