ubuntu_config ├── exports ├── mutt-config │ ├── getmailrc │ └── ubuntu_mutt-getmail-msmtp-procmail.sh ├── README ├── rsync-config │ ├── rsync │ ├── rsyncd.conf │ └── rsyncd.secrets ├── smb.conf ├── software_install.sh ├── ssh-config │ └── config ├── svn ├── svn服务器搭建 ├── tftp └── vsftpd.conf
sudo apt-get install nfs-kernel-server 配置文件路径:/etc/exports
sudo apt-get install openssh-server openssh-client ssh访问gerrit,配置文件路径 ~/.ssh/config ssh服务端不用配置,启动服务即可: /etc/init.d/ssh start
sudo apt-get install samba 配置文件路径:/etc/samba/smb.conf sudo /etc/init.d/smbd start
sudo apt-get install xinetd tftp tftpd 配置文件路径:/etc/xinetd.d/tftp
sudo apt-get install vsftpd 配置文件路径:/etc/vsftpd.conf
sudo apt-get install isc-dhcp-server 配置文件路径:/etc/dhcp/dhcpd.conf
sudo apt-get install dnsmasq 配置文件路径:/etc/dnsmasq.conf
sudo apt-get install wpa_supplicant /etc/wpa_supplicant.conf