There is a simple way to have a free dyndns account.
Create an account here:
https://www.dlinkddns.com/login
Then go ahead and sign in to
System Administrator
There is a simple way to have a free dyndns account.
Create an account here:
https://www.dlinkddns.com/login
Then go ahead and sign in to
Install a second Python on CentOS
1.download python
2.install to diff local
configure –prefix=/opt/virtualenv/python
make && make install
3.create virtual env using new python
virtualenv /opt/virtualenv –python=/opt/python276/bin/python
note: if needed …