software source

  1. whati is software source?

    software source is a houselive.it provide any softwares from sources.list.

    or it can be recognized as a address of server.we can assign this adress of server.

    so how to alter the address of server? so we have methods ,the one of methods is update /etc/apt/sources.list.

  2. what is use of /etc/apt/sources.list?

    文件/etc/apt/sources.list是一个普通可编辑的文本文件,保存了ubuntu软件更新的源服务器的地址。和sources.list
    功能一样的是/etc/apt/sources.list.d/*.list(*代表一个文件名,只能由字母、数字、下划线、英文句号组成)。
    sources.list.d目录下的*.list文件为在单独文件中写入源的地址提供了一种方式,通常用来安装第三方的软件。

  3. 如何删除带括号的文件

    如:Linux360 (2)     删除方法是:rm -r Linux360/ /(2/)

  4. 如何安装deb文件

    deb是debian linus的安装格式,跟red hat的rpm非常相似,最基本的安装命令是:dpkg -i file.deb

    dpkg 是Debian Package的简写,是为Debian 专门开发的套件管理系统,方便软件的安装、更新及移除。所有源自Debian的Linux发行版都使用dpkg,例如Ubuntu、Knoppix 等。类似于red hat提供rpm 安装方式。

  5. 如何解压zip文件

    unzip命令 Linux也提供了。

时间: 2024-12-24 22:09:20

software source的相关文章

Browse W3C's Open Source Software

https://www.w3.org/Status.html Browse W3C's Open Source Software Amaya - a Web browser/editor First released Feb '97, Amaya is not just a browser, but a hypertext editor. It's a test-bed for the design of embedded objects, stylesheets, math, structur

解决Win7&Win8 64位下Source Insight提示未完整安装的问题[转]

转自:http://www.cnblogs.com/sixiweb/p/3421533.html 网上的破解版的注册表文件都是针对32位系统的,所以在64位系统里运行根本无法破解.下面分别贴出这俩系统里的破解文件. 使用方法: 分别复制对应系统的内容,新建文本文档,将内容粘贴进去,重命名为.reg文件,双击运行,弹出提示窗口,点击“确定”,整个世界都清净了. Win7&Win8 64bit: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MAC

破解source insignt方法

source insignt版本:官网3.5版本 方法:在桌面建立一个文本文档,将下面内容拷贝进去,保存为.reg文件(注意拓展名问题,自己设置),然后双击即可. win7  64bit Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Source Dynamics\Source Insight\3.0] [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\S

source insight Confirm by typing ‘yes' below"、"has been changed outside of the editor. Do you want to reload the file?"、“

阅读内核代码习惯和喜欢使用source insight.如果能在source insight上修改内核代码,同时又不需要把修改的内核代码再拷贝到虚拟ubuntu上去那就方便了.于是想通过用samba与xp共享的方式来实现.即xp.samba.虚拟ubuntu9.10等工具. 事实上是可以的,用source insight把在samba上共享的内核源文件建立了工程,速度上不是特别慢,可以接受.但在Source insight上修改通过samba共享ubuntu上内核源程序文件出现了"Confirm

解决Win7&Win8 64位下Source Insight提示未完整安装的问题

网上的破解版的注册表文件都是针对32位系统的,所以在64位系统里运行根本无法破解.下面分别贴出这俩系统里的破解文件. 使用方法: 分别复制对应系统的内容,新建文本文档,将内容粘贴进去,重命名为.reg文件,双击运行,弹出提示窗口,点击“确定”,整个世界都清净了. Win7&Win8 64bit: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Source Dynamics\Source

12 Source Code Profilers for C & C++

Source :http://open-tube.com/12-source-code-profilers-for-cc/ Code Profilers are very distinct from traditional debuggers. They are able to catch the trivial and non fatal coding errors which are often hard for humans to catch. These trivial bugs lat

制作本地ubuntu镜像站 (local package source mirror site)

实验室机房搭建High Availability Openstack 环境,为了保证内网的安全,我们采用了jumpbox的方式来访问内部server.这样内部 结点无法访问外网,安装package不太方便,于是在jumpbox上面制作一个ubuntu的全镜像站. sudo apt-get install apache2 sudo apt-get install apt-mirror apt-mirror 是镜像工具,apache2是为了给局域网服务器提供http服务 1.配置/etc/apt/m

hadoop编译

----------------------------------------------------------------------------------Requirements: * Unix System* JDK 1.7+* Maven 3.0 or later* Findbugs 1.3.9 (if running findbugs)* ProtocolBuffer 2.5.0* CMake 2.6 or newer (if compiling native code), mu

hadoop2.2环境配置

场景介绍:主机mac pro,安装了两台虚拟机,虚拟机均为Ubuntu系统 ubuntu系统配置jdk 1.到 Sun 的官网下载 http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html 2.解压所下载的文件 [email protected]:~/software$ tar -zxvf jdk-7u79-linux-x64.tar.gz 3.配置java环境变量 [email pro