Let’s Encrypt ubuntu 14.04 vmware

DHCP can use internet. 1、install new ubuntu 14.04 2、install vmware-tools 3、install ssh sudo apt-get install openssh-server 4、install git sudo apt-get update sudo apt-get install git 5、https://letsencrypt.readthedocs.org/en/latest/using.html#installation use root at root directory git clone https://github.com/letsencrypt/letsencrypt cd letsencrypt https://letsencrypt.readthedocs.org/en/latest/contributing.html#ubuntu ./bootstrap/ubuntu.sh https://letsencrypt.readthedocs.org/en/latest/using.html#letsencrypt-auto ./letsencrypt-auto .netword static ip & dns static ip nano /etc/network/interfaces iface eth0 inet static address 192.168.0.xxx netmask 255.255.255.0 gateway 192.168.0.xxx dns nano /etc/resolvconf/resolv.conf.d/base nameserver 8.8.8.8 nameserver 8.8.4.4 ...

2015-11-27 · 1 min · 72 words · Me

ui 畫面 制作

http://blog.akanelee.me/ photoshop 製作 Mockup http://blog.akanelee.me/posts/260806-noteprototype-software https://uistore.io/downloads/category/tools/ Blocs 整個排版 WebZap photo排版 網頁 版面 html動畫 http://tumult.com/hype/ http://tumult.com/hype/pro/

2015-11-27 · 1 min · 15 words · Me

vestacp Restore Fails

nginx restart error nginx: [emerg] unexpected end of file, expecting “;” or “}” in he problem is in /etc/nginx/conf.d/vesta.conf There is probably a apache.conf line and you need to remove it and problem solved. https://forum.vestacp.com/viewtopic.php?t=5352 https://forum.vestacp.com/viewtopic.php?t=6213 ===== Error: Database connection to localhost failed service mysql stop && service mysql start && dpkg-reconfigure mysql-server-5.5 >> the mean: reset root passwd https://forum.vestacp.com/viewtopic.php?t=5195 ===== phpmyadmin can’t login nano /usr/local/vesta/conf/mysql.conf see root passwd http://ljasonh.com/find-and-change-vestacp-mysql-root-password/

2015-11-26 · 1 min · 70 words · Me

vestacp restore backup

v-restore-user admin admin.2015-11-08.tar you should run this command under root or (under sudo user) /usr/local/vesta/bin/v-restore-user Error: backup doesn’t exist mkdir /home/backup chown admin backup chgrp admin backup ln -s /home/backup / move admin admin.2015-11-08.tar to directory backup IF still can not, put admin.2015-11-08.tar in backup IF no /home/backup mkdir and chown chgrp, but check /etc/passwd have account

2015-11-25 · 1 min · 57 words · Me

[轉]電商業者該知道!6大購物車系統比一比

http://www.bnext.com.tw/ext_rss/view/id/667388 Magento

2015-11-24 · 1 min · 2 words · Me