Giter Site home page Giter Site logo

ubuntu_config's Introduction

Linux 配置文件

目录结构

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

NFS服务器配置

sudo apt-get install nfs-kernel-server 配置文件路径:/etc/exports

SSH访问配置 ssh-config/config:

sudo apt-get install openssh-server openssh-client ssh访问gerrit,配置文件路径 ~/.ssh/config ssh服务端不用配置,启动服务即可: /etc/init.d/ssh start

Samba服务器配置

安装samba服务

sudo apt-get install samba 配置文件路径:/etc/samba/smb.conf sudo /etc/init.d/smbd start

tftp服务器配置

sudo apt-get install xinetd tftp tftpd 配置文件路径:/etc/xinetd.d/tftp

ftp服务器配置

sudo apt-get install vsftpd 配置文件路径:/etc/vsftpd.conf

dhcp服务器配置

sudo apt-get install isc-dhcp-server 配置文件路径:/etc/dhcp/dhcpd.conf

dnsmasq(dns+dhcp)服务器配置

sudo apt-get install dnsmasq 配置文件路径:/etc/dnsmasq.conf

wpa_supplicant配置

sudo apt-get install wpa_supplicant /etc/wpa_supplicant.conf

ubuntu_config's People

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.