proxytunnel.md

title: proxytunnel date: 2014-09-28 18:16:18 tags: proxy vps Using proxytunnel to connect Digital Ocean Host Enable 443 port on your Digitalocean droplet In /etc/ssh/sshd_config, adding the 443 port support Port 22 Port 443 Determing if your company proxy support https connect proxytunnel -v -p proxy.company.com:80 -d yourdigitalocean.com:443 Make a script to run echo For this to work, you must activate your digital ocean droplet echo ------------------------------------------ echo Making changes to ~/.
Read more →

Quick-Cocos2dx.md

Read more →

r.md

Read more →

reactjs.md

react An npm package to get you immediate access to React, without also requiring the JSX transformer. This is especially useful for cases where you want to browserify your module using React. Note: by default, React will be in development mode. The development version includes extra warnings about common mistakes, whereas the production version includes extra performance optimizations and strips all error messages. To use React in production mode, set the environment variable NODE_ENV to production.
Read more →

README.md

+++ title=“README.md” date=“2018-02-16T14:05:34-04:00” +++ +++ title=“README.md” date=“2018-02-16T14:05:34-04:00” +++ +++ title=“README.md” date=“2018-02-16T14:05:34-04:00” +++ +++ title = “Quick start” author = [“linuxing3”] draft = false +++ Configuration layers Spacemacs divides its configuration into self-contained units called configuration layers. These layers are stacked on top of each other to achieve a custom configuration. By default Spacemacs uses a dotfile called ~/.spacemacs to control which layers to load. Within this file you can also configure certain features.
Read more →