To install and build a local Ubuntu mirror server on your computer, you can reduce time when installing other common tools! So how to build it! Let's take a look at it!
I. Demand analysis
A recent requirement for the company's software team is: Can you build an Ubuntu mirror server on your LAN,
The advantage of this
Configure Apache server on Ubuntu1. Installing Apachesudo apt-get install apache2After the Apache installation is complete, the default Web site root directory is/var/www/html, which has a index.html file (entered in the browser: 127.0.0.1 or localhost can open the page)2. Configuration filesApache has two configuration files: apache2.conf (/etc/apache2/apache2.conf); and 000-default.conf (/etc/apache2/sites-available)How to modify the Web site root d
We know that there are many VPN types, such as the Windows Server series with their own VPN servers, and the installation and configuration are very simple. Today I will introduce the deployment in the log, is a VPN-Server in Linux based on the PPTP protocol. The Ubuntu system is a Debian-based release. The communication community is very active. Because of Debia
malicious IP addresses.
$ sudo apt-get -y install libapache2-mod-spamhaus$ sudo touch /etc/spamhaus.wl Append the config to apache2.conf$ sudo nano /etc/apache2/apache2.confMS_METHODS POST,PUT,OPTIONS,CONNECTMS_WhiteList /etc/spamhaus.wlMS_CacheSize 256
Restart Apache to load new modules
$ sudo service apache2 restart
The Web server has been installed and is running properly. Direct the Web browser to your domain to see the default message that prov
that Windows does not need to enter a password when it opens a shared folder.In addition, Samba added users must be present, that is, you have to use Useradd to add a corresponding Linux login account, otherwise it will go wrong.To this step, actually still almost. As I said before, to let the new folders created under the Storage shared folder integrate the permissions of the parent folder, otherwise the file created by Xin will be gong inaccessible (of course you will need this effect). To do
I. Demand Analysiscan you build an Ubuntu mirror server on the LAN,the benefit of this is that you can save the installation time for some of the most commonly used tools in Ubuntu. two. Deployment Process2.1 test EnvironmentCurrently there is an Ubuntu machine in the company that can connect to the outside network, ip
Tags: apply UI file Linu Big configuration get rid of directly togetherToday, a friend asked me what is the difference between Ubuntu Server and Ubuntu desktop! The difference is as follows:Server does not have a GUIServer does not have a bunch of desktop softwareThe parameters used by the server at compile time are di
We have built a PXE server in front of the CentOS6.7 platform, and we are now using this server to continue installing the Ubuntu 14.04.4 Server System client.See http://1130739.blog.51cto.com/1120739/1740925Deployment method:Options for adding Ubuntu systems in the PXE inst
Ubuntu Server 14.04.2 LTS configure Nginx + Uwsgi + Django
This article describes how to configure Nginx + Uwsgi + Django in Ubuntu Server 14.04.2 LTS.
0. The purpose is to integrate small and exquisite Nginx and Django through uwsgi
1. Prepare for Python 2.7.8 @ ubuntu
Configuration of tftp server in ubuntu 10.04 and use of tftp commands on the Development Board tftp server in ubuntu 10.04: Step 4: install the software required for tftp. First, install tftp-hpa and tftpd-hpa. The former is the client and the latter is the service program. Enter sudo apt-get install tftp-hpa tftpd-hpa
Setting up an FTP server on Ubuntu10.0.4 is very simple: 1. Download and install vsftpd: Open the terminal and enter sudoapt-getinstallvsftpd. At this time, multiple ftp folders are added under the home directory. Installation is complete. 2. Then, start the ftp server: sudo/etc/init. d/vsftpdstart. At this time, a simple ftp server is set up. However, you can ac
operating system: Elementary OS (one branch under Ubuntu)Current environment: Installed lamp (Web server directory is/var/www/), the SVN server has been installed (startup script in/USR/BIN/SVN)Create a code warehouseSvnadmin create/home/svn/project --fs-type Fsfsthen three folders are generated under the project directory, and there are authz,passwd,svnserve th
Ubuntu development server configuration (SSHserver, login to remote server for file sharing)
Server installation and configuration:
1. sudo apt-get install openssh-server
2./etc/ssh/sshd_config
RSAAuthentication yes
PubkeyAuthentication yes
AuthorizedKeysFile % h/. ssh
. The following record appears, stating that IPSec started successfully.XL2TPD Service log in/var/log/syslog. Make the following configuration, which can be output separately:To create a new file 20-xltpd.conf in/etc/rsyslog.d/, configure the following: Then the service rsyslog restart, XL2TPD logs are output separately to/var/log/xl2tpd.log You can use the following command on the server to m
Use Ubuntu 16.04 to build an all-around Server
This article explains how to install Apache, PHP, MySQL, PureFTPD, BIND, Postfix, Dovecot, and ISPConfig 16.04 on Ubuntu 3.1 to build a website, email, email list, DNS, and FTP server. ISPConfig 3 is a VM control panel that allows you to configure the following services th
Ubuntu Samba Server Configuration
I recently made open source software. Sometimes a package involves several operating systems, including windows and Linux. it is not convenient to transfer packets between these two operating systems. scp or ssh cannot be used for operations. For convenience, A samba server is built on ubuntu
Ubuntu 14.04.2 LTS configure DNS Server
Our goal is to use a lan machine to complete the resolution of 192.168.1.113
0. For Ubuntu 14.04.2 LTS download, installation, and update, skip this step;
1. Download the Installation Tool bind9sudo apt-get install bind9
The DNS configuration file is in the/etc/bind directory. After bind9 is installed, the following three
1. Ubuntu Remote LoginFirst of all your Ubuntu to be able to support SSH, if not, self-Baidu!Open Terminal, enterSSH [email protected] (the IP address of your server)The Enter will let you input the server password, enter the password to log in2. Uploading files to the serverCommandScp-r file to upload [email protected
The virtual machine installation of the Linux Server (ubuntu-14.04-server) process starts from download to a successful installation that lasted about 1 hours. Maybe the speed of the Internet during the national holiday is fast.1. Download the installation file2. Create a virtual machine3. Select the installation file4. Set up a new account (other than root)6. Vi
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.