根据启动Bash Shell的方式不同,对Shell有两种分类方式
根据Shell的启动方式不同,可以将Shell分为
| data:text/html, | |
| <style type="text/css"> | |
| #e { | |
| position:absolute; | |
| top:0; | |
| right:0; | |
| bottom:0; | |
| left:0; | |
| font-size:16px; | |
| } |
| data:text/html, | |
| <style type="text/css"> | |
| #e { | |
| position:absolute; | |
| top:0; | |
| right:0; | |
| bottom:0; | |
| left:0; | |
| font-size:16px; | |
| } |
| data:text/html, <style type="text/css">#e{position:absolute;top:0;right:0;bottom:0;left:0;}</style><div id="e"></div><script src="http://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script><script>var e=ace.edit("e");e.setTheme("ace/theme/monokai");e.getSession().setMode("ace/mode/ruby");</script> |
| # /etc/nginx/sites-available/fanfou.shellex.info | |
| # 这儿假设的域名是 fanfou.shellex.info | |
| # 请替换为实际的域名 | |
| server { | |
| resolver 8.8.8.8; | |
| listen 443; | |
| server_name fanfou.shellex.info; | |
| ssl on; |
| // ==UserScript== | |
| // @id acegist | |
| // @name ACEgist | |
| // @author Antoine BERNIER (abernier) | |
| // @version 0.1.2 | |
| // @description ACE editor in your gists | |
| // @match https://gist.github.com/gists/*/edit | |
| // ==/UserScript== | |
| (function (d, cb) { |