zoukankan      html  css  js  c++  java
  • Linux

    软件操作命令:

    软件包管理器:yum

    安装软件:yum install xxx

    卸载软件:  yum remove xxx

    搜索软件:  yum serach xxx

    清理软件:  yum clean packages

    列出已安装:  yum list

    软件包信息:  yum info xxx

    ---------------------------------------------------------------------------------------------

    Type `help' to learn how to use Xshell prompt.
    [c:~]$ help
    Internal Commands:
    new: Creates a new session.
    open: Opens a session or the session dialog box.
    edit: Opens the Session Property dialog box for a session.
    list: Lists information of all available sessions.
    cd: Changes the current working directory.
    pwd: Shows the current working directory.
    set: Sets options.
    clear: Clears the screen/address/command history.
    help: Displays this help. '?' does the same.
    quit: Quits Local Shell. 'exit' does the same.
    ssh: Connects to a host using the SSH protocol.
    telnet: Connects to a host using the TELNET protocol.
    rlogin: Connects to a host using the RLOGIN protocol.
    sftp: Connects to a host to transfer files securely.
    ftp: Connects to a host to transfer files.
    disconnect: Closes connection of this session.
    reconnect: Reconnects this session.

    For more information, type 'help command' for each command.
    ex) help telnet
    [c:~]$

  • 相关阅读:
    hdoj 3599 最小费用最大流
    poj 2516 最小费用最大流
    poj 3281 最大流拆点
    poj 3436 网络最大流加打印路径
    邻接表模板
    hdu 2102 搜索
    hdoj 1533 最小费用最大流
    HDU 1231 最大连续子序列
    NYOJ 2 括号配对问题
    POJ 1163 / NYOJ 16 The Triangle(数字三角形)
  • 原文地址:https://www.cnblogs.com/vip-deng-vip/p/8479200.html
Copyright © 2011-2022 走看看