SVN server Setup and use (iii)Original: http://www.cnblogs.com/xiaobaihome/archive/2012/03/20/2408089.htmlNext, try TortoiseSVN to modify files, add files, delete files, and how to resolve conflicts.Add FileAdd a Readme.txt text file to the checked-out working copy, and the text file will appear as having no version control status:At this point, you need to inform TORTOISESVN of your operation:After joining
To this, all configuration is complete, step by step verification below:
1. Apache Access Verification
In the browser address bar, enter:/HTTP Server ip/svn/
You will see access to the SVN version of the root directory, below you import the project folder, indicating that the Apache configuration is complete and functional
2. SVN verification
Export the SVN test on your own PC or other PC, provided the other PCs have access to the
Httpd.service
TestEnter the root directory of the server (default is var/www/html, which can be modified in the configuration file)Command:cd/var/www/html
Create a index.php fileCommand:vim index.php
Write the following contentPress I to enter insert modeEnter the following:Phpinfo ();?>Press ESC to exit Insert mode, enter: Wq Save and exit
View Final ResultsEnter the server IP or domain name in th
changes directory is a prompt message appearsXferlog_enable=yes//enable upload and download log functionConnect_from_port_20=yes//Enable connection requests for FTP data portsXferlog_std_format=yes//whether to use standard ftpd xferlog log filesListen=yes//Enable VSFTPD to be in standalone boot listening port modePAM_SERVICE_NAME=VSFTPD//Set PAM Authentication service profile name, file stored in/etc/pam.d/directoryUserlist_enable=yes//Whether users in the user list are allowed to log in to the
\framework\v4.0.30319\microsoft.common.targets (2015,5): Error MSB3091: Task failed because "not found" AxImp.exe ", or the correct Microsoft Windows SDK is not installed. The task is registering a registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Sdks\windows\v8.0a\winsdk-netfx40tools-x86 Find "AxImp.exe" in the "bin" subdirectory at the location specified in the InstallationFolder value. You can resolve this issue by doing one of the following: 1) Install the Microsoft Windows SDK.
DNS master server (Master): 192.168.127.147Slave server (slave): 192.168.127.1481. First install the DNS package on master and slave:2. Edit the DNS configuration file on master:Forward parsing and reverse parsing:3, CP the template under the/var/named/directory:-A parameter is to keep the original properties of the file4. Restart the DNS service and firewall:5. The DNS
The fewer things on the server, the better, the remote control with only 3389 of the absolute security, do not believe and use the Internet popular those remote control software!
Do not install serv-u, really want to pretend to follow this tutorial to do, will not be able to ask me!------------------------------------Create the safest FTP settings for serv-uHttp://www.jb51.net/article/16109.htmAttack defense of Serv-u FTP softwareHttp://www.jb51.net/
address pool)Hardware Ethernet 0:0:c0:5d:bd:95;Fixed-address ip_addr;}Other directives:FileName: Indicates the name of the boot file;Next-server: Indicates the host IP of the server on which the boot file resides;FileName "pxelinux.0";Next-server 10.1.0.6;TFTP serverExperiment:A DHCP server, IP 192.168.1.100, the addr
use Gitblit, the default user name password is: admin. 11: Set the Windows Service mode to start Gitblit.1.gitblit-1.6.2 directory, locate the Installservice.cmd file. 1. Modify ARCH32-bit system: SET arch=x8664-bit system: SET ARCH=AMD642. Add CD to program directorySET cd=d:\programfiles\gitblit-1.6.2 (your actual directory)3. Modify the startup parameters in the Startparams, and empty it. Then save the file. 12: Start Gitblit in Windows service mode.1. Double-click the Installservic
/cas " keystorepass=" 111111 "/>Parameter description:
Keystorefile: Key storage location created in the first step
Keystorepass: password when creating a certificate
6. Start the Tomcat serverPut the 1th step download a good war package into the Tomcat WebApp directory, start Tomcat, access the Https://localhost:8443/cas/login page, enter the Casuser/mellon can successfully login to indicate that the server has been
/html/13 ServiceName 192.168.1.33. Create a directory file, set up a document directory for each IP, and create a home page file index.htmlcd /var/www/htmlmkdir121312/index12”>12/index13/index13”>13/index.html4. Restart httpd, client test 192.168.1.2:8080 and 192.168.3:8080service httpd restartFive, the Web server IP address is 192.168.1.2. It is now necessary to create a virtual host based on 8000 and 88,002 different port numbers, which requires
is added to the file vsftpd.chroot_list is not subject to restriction.That is, you can browse the parent directory of its home directory.
Therefore, if you do not want a user to be able to browse the content in the parent directory of their home directory, you can set it up, and then do not add the user in the file vsftpd.chroot_list (at which point the user in the file can browse to a directory other than their home directory).
Or, set the following
Chroot_local_user=noChroot_list_
defines its own module data structure, associated accessors, and handler function hooks. This header file is required for most modules.
Http_core.h: Defines a variety of APIs that are derived from the Apache kernel, such as accessor functions provided by the Request_rec object.
Http_log.h: The error log API and pipeline logs are defined. The module requires error reporting functions and related macros in this header file.
Http_protocol.h: Includes a number of high-level function API
statement pushes all the branch
$ repo formall -c ‘echo $REPO_PROJECT; git push ssh://[emailprotected]:9420/$REPO_PROJECT +refs/tags/*;‘
This statement pushes all tagsAttention: We encounter permissions issues when pushing tags in the Gerrit documentation we can see all of our required permission information because all works are inherited to all-projects so we add the following three permissions under all projects access to the tag push job This is where our local ge
]~] # EXPORTFS–AUV2) Shutdown precautionsWhen the RPC service used by NFS is connected to the server on the client, it may take longer or even several hours for the server to shut down. It is recommended that the NFS server shut down the Rpcbind and NFS two daemon before shutting down, and kill it.2. NFS Client 2.1 BuildStart the required service Rpcbind, Nfslock
= passwd, authz-db = Authz four items . SVN Server Basic ConfigurationAnon-access = read indicates that anonymous access is read-only and anon-access = none does not allow anonymous access. Allow anonymous access cannot view timeline, so I generally do not allow anonymous access.2.2 Add user name passwordOpen the passwd file with text and add the user name and password you want to add under [users] in the format username = password specific configur
_proxy_urlhttps_proxy= $MY _proxy_urlftp_proxy= $MY _proxy_urlhttp_proxy= $MY _proxy_urlhttps_proxy= $MY _proxy_urlftp_proxy= $MY _proxy_urlExport Http_proxy https_proxy ftp_proxy http_proxy https_proxy ftp_proxy[Email protected] ~]# Source/etc/profile# above configuration is complete, but different applications may need to be configured separately# for Yum[email protected] ~]# VI m /etc/yum.conf# in the last addedproxy=http://server.example.com:8080/# for wget[Email protected] ~]# VIM/ETC/
original unchanged working copy file (restores most of the local modifications).RevertUsage: revert PATH ...Note: The notebook command will not access the network and will release the conflicting condition. But it does not restore the deleted directoryThird, Linux SVN backup and recovery1, full-scale backup:Curr= ' Svnlook youngest/data/svn/project/' #此处是查询工程目录的最新版本Svnadmin dump/data/svn/repos/test--revision 0: $cur--incremental >0-"$curr" Svn.bakEcho $curr >/tmp/svn_revision2. Incremental back
1. Installing the Git and SSH toolsApt-get Install Git-core openssh-server openssh-client2. Add a user named GitUseradd-m gitpasswd git3. Create a new git repository directory and modify directory permissionsMkdir/home/gitprojectsChown git:git/home/gitprojectschmod 700/home/gitprojects4. Installing GitosisApt-get Install Python-setuptoolsgit clone https://github.com/res0nat0r/gitosis.gitCD gitosisPython setup.py Install5. Switch to git user, link/home
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.