Setting up a Linux development environment

Setting up a Linux development environment


LINUX:

1. Set the update source

sudo gedit /etc/apt/sources.list

sudo apt-get update


2.samba

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

setup samba


3.ssh

sudo apt-get install openssh-server

sudo service ssh restart


WINDOWS:

1.xmanager

2.notepad++

3.source insight


LAN update:

Set the IP address of the LAN update server, commonly used in companies and universities

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


Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324481115&siteId=291194637