(This Begin part for Azure or AWS EC2 is same the different is between connect with putty)
Azure use Username and password.
AWS EC2 need private key to connected.
After first part start your server is same on both
Check version Ubuntu for 32 bit or 64 bit
uname -a
Download OpenVPN (Depend on your system is 32 or 64 bit u can check last software version at openvpn.org)
wget -c http://swupdate.openvpn.org/as/openvpn-as-1.8.5-Ubuntu12.amd_64.deb
Install OpenVPN
sudo dpkg -i openvpn-as-1.8.5-Ubuntu12.amd_64.deb
Change openvpn password for safety
sudo passwd openvpn
Command Add User
sudo adduser [username]
Command Update & Upgrade Ubuntu
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
วันเสาร์ที่ 29 มิถุนายน พ.ศ. 2556
วันพฤหัสบดีที่ 27 มิถุนายน พ.ศ. 2556
Install YAF (Yet Another .NET Forum) in subfolder of MVC
You will got error from the start but with this step will make you pass.
1. add <remove namespace="..."/> in yaf web.config line 72 for not conflict with MVC
<namespaces>
<remove namespace="System.Web.Mvc.Html"/>
<remove namespace="System.Web.Mvc"/>
<remove namespace="System.Web.Optimization"/>
<remove namespace="System.Web.Mvc.Ajax"/>
<remove namespace="System.Web.Helpers"/>
<add namespace="YAF.Core"/>
<add namespace="YAF.Controls"/>
<add namespace="YAF.Utils"/>
<add namespace="YAF.Types.Interfaces"/>
<add namespace="YAF.Types"/>
</namespaces>
2. Go to folder u can install normally now.
1. add <remove namespace="..."/> in yaf web.config line 72 for not conflict with MVC
<namespaces>
<remove namespace="System.Web.Mvc.Html"/>
<remove namespace="System.Web.Mvc"/>
<remove namespace="System.Web.Optimization"/>
<remove namespace="System.Web.Mvc.Ajax"/>
<remove namespace="System.Web.Helpers"/>
<add namespace="YAF.Core"/>
<add namespace="YAF.Controls"/>
<add namespace="YAF.Utils"/>
<add namespace="YAF.Types.Interfaces"/>
<add namespace="YAF.Types"/>
</namespaces>
2. Go to folder u can install normally now.
สมัครสมาชิก:
บทความ (Atom)