First, get image from Raspberry Pi Download Page. I choose Ubuntu Mate image for Raspberry Pi.
Unzip the image file with following command in terminal:
bzip2 -d ubuntu-mate-15.04-desktop-armhf-raspberry-pi-2.img.bz2
First, get image from Raspberry Pi Download Page. I choose Ubuntu Mate image for Raspberry Pi.
Unzip the image file with following command in terminal:
bzip2 -d ubuntu-mate-15.04-desktop-armhf-raspberry-pi-2.img.bz2
修改wp-includes/option.php,让系统根据当前域名自动替换前缀,其中'http://localhost/skjy'根据需要修改成具体值。
本教程基于Ubuntu 14.04
sudo apt-get install npm node nodejs-legacy
sudo npm install pm2 -g
sudo pm2 install pm2-webshell
sudo pm2 set pm2-webshell:username foo
sudo pm2 set pm2-webshell:password bar
如有需要,打开防火墙8080端口
# 卸载命令:sudo pm2 uninstall pm2-webshell
参考:
上面有很多精彩的PPT,可以在上面学习国外新技术。
最近翻译中收藏的一些网站,主要是Java相关的,排名不分先后。欢迎大家补充。
1. http://blog.adam-bien.com/
Adam Bien的个人博客,主要是Java&Java EE相关。
2. http://techblog.bozho.net/
Java, Android,WEB相关
3. http://www.captaindebug.com/
Java, Spring, Weblogic, Oracle, MySQL等。
4. http://www.devx.com/
综合类的技术门户网站
5. http://www.drdobbs.com/
各类文章及教程,视频
支持iOS和Android平台,支持离线,不用审核
参考:http://www.krizna.com/ubuntu/setup-ftp-server-on-ubuntu-14-04-vsftpd/
如果想用户可以访问用户目录以外的目录,不要添加ChrootDirectory %h
如果需要Chroot,用户目录的所有者必须是root,否则会出现broken pipe的错误。
如果你的mysql服务器可以被远程访问,那么还是重新设一个密码比较好,在可以运行SQL语句的地方(mysql命令行或phpMyAdmin里的SQL运行页面)运行:
UPDATE mysql.user SET Password=PASSWORD('new_password') WHERE User='root';
FLUSH PRIVILEGES;
First, it's really a bad idea to use Drupal 8 beta version on production site like me. Because Drupal 8 beta release do not provide a way to upgrade between beta versions. The database and API are not frozen at all.
If you are unlucky like me, you can try following steps:
最新评论