Linux开发环境搭建

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux开发环境搭建相关的知识,希望对你有一定的参考价值。

Linux开发环境搭建


LINUX:

1.设置更新源

sudo gedit /etc/apt/sources.list

sudo apt-get update


2.samba

sudo apt-get install samba smbfs smbclient system-config-samba

设置samba


3.ssh

sudo apt-get install openssh-server

sudo service ssh restart


WINDOWS:

1.xmanager

2.notepad++

3.source insight


局域网更新:

设置局域网更新服务器的IP地址,常用于公司和高校

deb http://172.20.220.71/ precise main restricted

deb http://172.20.220.71/ precise-updates main restricted

deb http://172.20.220.71/ precise universe

deb http://172.20.220.71/ precise-updates universe

deb http://172.20.220.71/ precise multiverse

deb http://172.20.220.71/ precise-updates multiverse

deb http://172.20.220.71/ precise-backports main restricted universe multiverse

deb http://172.20.220.71/ precise-security main restricted

deb http://172.20.220.71/ precise-security universe

deb http://172.20.220.71/ precise-security multiverse


以上是关于Linux开发环境搭建的主要内容,如果未能解决你的问题,请参考以下文章

搭建Linux开发环境

Linux-QT 开发环境搭建以及编译镜像

如何在windows环境用eclipse搭建linux开发环境

嵌入式Linux之旅——环境搭建篇之搭建基本开发环境

linux怎么搭建php开发环境

Linux下快速搭建php开发环境