码迷,mamicode.com
首页 > 系统相关 > 详细

Linux开发环境搭建

时间:2018-04-13 23:36:14      阅读:250      评论:0      收藏:0      [点我收藏+]

标签: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

原文地址:http://blog.51cto.com/13603157/2103276

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!