记录我安完Elementray OS之后的操作。

    1.移除系统自带的播放器和浏览器,安装chrominum-browser 

        sudo apt-get remove totem midori-granite noise

        sudo apt-get install chrominum-browser

    2.安装elementary-tweaks 与软件中心

2、安装add-apt-repository命令所在的软件包

        sudo apt install software-properties-gtk

        sudo add-apt-repository ppa:philip.scott/elementary-tweaks

        sudo apt-get update

        sudo apt-get install elementary-tweaks   

    3.安装vim

        sudo apt-get install vim

    4.安装系统监视器

        sudo apt-get install indicator-multiload

    5.安装天气显示器

         sudo add-apt-repository -y ppa:atareao/atareao

         sudo apt-get update 

         sudo apt-get install -y my-weather-indicator   

    6.安装Putty或者SecureCRT,用于SSH连接

        sudo apt-get install putty

    7.安装中文man

        git clone https://github.com/lidaobing/manpages-zh.git 

        sudo mkdir /usr/local/zhman  

        cd manpages-zh  

        sh autogen.sh  

        sudo ./configure --prefix=/usr/local/zhman --disable-zhtw               

        sudo make  

        sudo make install 

        cd ~

        vim  .bashrc      

        alias cman='man -M /usr/local/zhman/share/man/zh_CN' 

        source .bashrc 

        如果出现下列错误:

            ./autogen.sh: 4: autoreconf: not found

        是因为没有安装automake 工具,      (ubuntu 10.04)用下面的命令安装好就可以了。

        sudo apt-get install autoconf automake libtool

     8.安装tlp

        针对笔记本,安装 TLP 以延长电池寿命,减少发热

        sudo add-apt-repository ppa:linrunner/tlp

        sudo apt-get update

        sudo apt-get install tlp tlp-rdw

        sudo tlp start

    9.安装shutter、网易云音乐、有道词典,爱壁纸上官网下载deb包安装。

    10.设置快捷键,Win+D显示桌面

        sudo apt-get install wmctrl

        wmctrl -k on        //自定义快捷键命令

    11.禁止不必要的开机自起服务:

        systemd-analyze    //查看开机时间

        systemd-analyze  blame     //查看详细服务启动所需要的时间

        systemctl disable    service_name     //禁止服务开机自起

    12.安装微信

        下载,解压

        https://github.com/geeeeeeeeek/electronic-wechat/releases

最终效果:

Elementray OS安装后的操作_第1张图片