SSH 登陆
1 | ssh username@ServerIP |
环境:Ubuntu 14.04
使用服务器商给你的公网 IP 进行登陆,然后会要求你输入密码,同样是服务器商提供给你的
1 | $ ssh root@ServerIP |
还没安装 SSH 得先安装 SSH
1 | $ sudo apt-get install openssh-client openssh-server |
1 | <?php |
app/config/app.php
1 | return array( |
备忘:
1 | $ sudo chmod -R 777 /path/to/PHPApp/app/storage |
起因是在 Nginx
下打开任何一个 .php
都 403,Laravel
设置 app/storage
为 777 访问 /public
同样 403,于是决定 restore Nginx
。
环境
Ubuntu 14.10 Nginx Version: 1.6.2
1 | from urllib import request |
其实你如果查看我的博客的 rss,会发现有类似 <content:encoded>
或 <atom:link>
这种标签存在,那么怎么用 PHP 获取这种标签的信息呢? 以下是一个带有 <content:encoded>
的 xml 片段: fragment.xml
detect.php
1 | class IImage |
list.php
1 | class IList |
awesome.php
1 | include_once('list.php'); |