linux 安装软件大全

来源:互联网 发布:mac论坛哪个好 编辑:程序博客网 时间:2024/05/01 08:13

测试网速:

       1$ wget https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py

  2$ chmod a+rx speedtest_cli.py

  3$ sudo mv speedtest_cli.py /usr/local/bin/speedtest-cli

  4$ sudo chown root:root /usr/local/bin/speedtest-cli

         5$  ./speedtest_clit_cli.py



Linux SVN的下载及安装

下载:http://subversion.tigris.org

当前日期稳定版SVN1.32http://subversion.tigris.org/downloads/subversion-1.3.2.tar.gz

安装:

解压:#: tar zxvf subversion-1.3.2.tar.gz

依次输入./configure , make , make install 进行编译安装完成。


在线安装svn

1------Jboss/eclipse -> Help ->Install New Software选项, 点击Add按钮

2----根据需要,添加自己需要的版本svn控制器的版本,填写name和url,点击ok。
Name: Subclipse 1.6.x (Eclipse 3.2+)     (Name名称无所谓) URL: http://subclipse.tigris.org/update_1.6.x

3----Select All,全选后点击next

4----点击next选中接受license复选框,点击Finish,开始安装(I accept the terms of the license argument)
安装完成后重启Jboss/eclipse,打开Window->ShowView->Other->输入svn,出现如下窗口则表示已安装成功


0 0
原创粉丝点击