zoukankan      html  css  js  c++  java
  • 大开眼界:Ubuntu下10个厉害的Indicator小程序

    大开眼界:Ubuntu下10个厉害的Indicator小程序 - Ubuntu,Ubuntu软件,Ubuntu教程 - IT之家

    Indicator小程序是非常有用的,提供了一些快捷的操作和信息,为Ubuntu的整体的体验发挥了很大的作用。这里介绍10个非常有用的Indicator小程序。

    1. Weather Indicator Applet (天气预报)

    安装命令:

    sudo apt-get install indicator-weather

    2. ClassicMenu:经典的GNOME2菜单

    安装命令:

    sudo apt-add-repository ppa:diesch/testing

    sudo apt-get update

    sudo apt-get install classicmenu-indicator

    3. Ubuntu One(Ubuntu提供的类似网盘的服务)

    安装命令:

    sudo add-apt-repository ppa:rye/ubuntuone-extras

    sudo apt-get update

    sudo apt-get install indicator-ubuntuone

    4. System Load Indicator ( 系统状态指示器)

    安装命令:

    sudo add-apt-repository ppa:indicator-multiload/stable-daily

    sudo apt-get update

    sudo apt-get install indicator-multiload

    5. Touchpad Indicator (触摸板开关)

    安装命令:

    sudo add-apt-repository ppa:atareao/atareao

    sudo apt-get update

    sudo apt-get install touchpad-indicator

    6. Battery Status Indicator (电源状态指示器)

    安装命令:

    sudo apt-add-repository ppa:iaz/battery-status

    sudo apt-get update

    sudo apt-get install battery-status

    运行:

    /usr/lib/battery-status/battery-status –indicator

    7. Workspaces Indicator (快速切换工作区)

    安装命令:

    sudo add-apt-repository ppa:geod/ppa-geod

    sudo apt-get update

    sudo apt-get install indicator-workspaces

    8. Keylock Application Indicator (显示大写键状态)

    安装命令:

    sudo add-apt-repository ppa:tsbarnes/indicator-keylock

    sudo apt-get update

    sudo apt-get install indicator-keylock

    9. Caffeine Application Indicator (防止启动屏保和省电模式)

    安装命令:

    sudo add-apt-repository ppa:caffeine-developers/ppa

    sudo apt-get update

    sudo apt-get install caffeine

    10. Pastie Clipboard Manager Indicator (剪贴板管理工具)

    安装命令:

    sudo add-apt-repository ppa:hel-sheep/pastie

    sudo apt-get update

    sudo apt-get install pastie

  • 相关阅读:
    Linux下C程序内存泄露检测
    C++的XML编程经验――LIBXML2库使用指南
    C的xml编程-libxml2
    15 手写数字识别-小数据集
    14 深度学习-卷积
    13-垃圾邮件分类2
    12.朴素贝叶斯-垃圾邮件分类
    11.分类与监督学习,朴素贝叶斯分类算法
    9、主成分分析
    7.逻辑回归实践
  • 原文地址:https://www.cnblogs.com/seven1979/p/4332722.html
Copyright © 2011-2022 走看看