1, install virtual machine (Windows comes with Hyper-V pit Daddy, installs Ubuntuok with VMware virtual machine, if you want to kill Hyper-V)
2, FileZilla connection Ubuntu not connected (the longest time)
2.1. Switch to root user login (sudo passwd root
Input your password for current user:
Enter new UNIX password
Retype new UNIX Password
SU root)
2.2. The SSH service is not installed (sudo apt-get install openssh-server) installs this service
2.3, modify the/etc/ssh/sshd_config file Permitrootlogin prohibit-password value is yes Permitrootlogin Yes
2.4. Open the appropriate port
3, FileZilla Connection success
Upload code for CRM release to Ubuntu/***/***/***/***
5,/usr/jexus/siteconf (copy the default file Rename CRM Modify port=443, root=//***/***/***/***, usehttps=false)./jws Restart (in Jex Run the command under the US path)
6, Access 192.168.23.103:443/login.aspx page display normal
7, enter the user name password login error Could not find file "/root/***/***/***/web.config".
8. Change the Web. config under the path to Web. config OK (case)
The above is the Unbuntu step
Centos is roughly similar
Except that CentOS installs all kinds of stuff with the Yum-y install command.
Open port iptables-a input-p TCP--dport 80-j ACCEPT
/etc/ssh/sshd_config Uncomment # authentication: Next
Logingracetime 2m
Permitrootlogin Yes
Strictmodes Yes
Linux Pit Process