bohj008 发布的文章

大多文章都是如何在windows下安装,今天说下如何在Ubuntu 14.04中安装libsvm,matlab版本是2013b

1.libsvm下载
作者主页:http://www.csie.ntu.edu.tw/~cjlin/libsvm/
可以去下载zip或tar.gz版本,也可以github上clone(推荐)

git clone https://github.com/cjlin1/libsvm.git

2.命令行下编译,调试
首先,在libsvm/matlab下更改Makefile里面的路径,参考README。然后,在命令行下进入libsvm目录输入make。无错则执行 ./svm-train heart_scale 输出以下结果表示成功

optimization finished, #iter = 162 nu = 0.431029 obj = -100.877288,
rho = 0.424462 nSV = 132, nBSV = 107 Total nSV = 132

- 阅读剩余部分 -

fire phone可以用 Kingroot 来直接获取root,但 Kingroot 在 root 后会默认安装一个 Kinguser,以及另外一个中文的应用管理的app。大家认为 Kinguser,安全性未知,因此本文是先用 Kingroot 获取root后再用 SuperSU 替换 Kinguser。(本文主要参考xda论坛,原帖 http://forum.xda-developers.com/fire-phone/general/root-fire-phone-supersu-t3105546

安装步骤如下:

  1. 安装Android Debug Bridge (ADB) tool
    (1)安装 Android SDK
    安装地址:http://developer.android.com/sdk/index.html
    可以安装页面上推荐的完全版 Android Studio 大小1.1G,也可以下拉到Other Download Options,SDK Tools Only下载installer_r24.3.4-windows.exe (Recommended)。
    (2)安装好SDK后自动打开Android SDK Manager
    仅勾选Tools下的Android SDK Tools与Android SDK Platform-tools两项,以及Extras下的Google USB Driver。
    (3)执行安装。
    (4)在windows的系统设置中将这个路径设置到PATH中,设置完成后我们就可以再CMD窗口中使用ADB了。
  2. 安装 Fire Phone 驱动
    参考firephone官网安装说明 https://developer.amazon.com/public/solutions/devices/fire-phone/docs/connecting-your-device

- 阅读剩余部分 -

多半是pathinfo的问题,按下面配置可以禁用。
修改/usr/local/nginx/conf/vhost对应域名配置文件,注释掉try_files $uri =404; 并将include pathinfo.conf;注释去掉

include typecho.conf;
\#error_page 404 /404.html; location ~ 1.php(/|$) {

\# comment try_files $uri =404; to enable pathinfo
\# try_files $uri =404;
fastcgi_pass unix:/tmp/php-cgi.sock;
fastcgi_index index.php;
include fastcgi.conf;
include pathinfo.conf; }

  1. /

XenServer 安装后默认只占用 4G 空间,无法保存ISO。XenServer推荐将ISO与本机分离,使用NFS挂载。

  1. 如何在 ubuntu 安装nfs
    Ubuntu 14.04上默认是没有安装NFS服务器的,首先要安装NFS服务程序,

    sudo apt-get install nfs-kernel-server

NFS的配置:

vi  /etc/exports

加入:

/opt/nfsroot * (rw,sync,no_root_squash)

/opt/nfsroot/ -- 与客户机共享的目录;

  • -- 表示允许任意用户使用,也可以使用具体IP;
    (rw,sync,no_root_squash) -- rw,挂载此目录的客户机对此目录有读写权利;no_root_squash,挂载此目录的客户机享有主机root的权利;保存并退出。
    使配置文件生效输入:\# exportfs -rv

重启NFS服务:/etc/init.d/nfs-kernel-server restart

  1. 在XenServer挂载

root登录后执行

xe-mount-iso-sr <IP addr>:<iso Path>

即可在客户端看见挂载后的iso。

openvz模板下载
https://openvz.org/Download/template/precreated
保存到/var/lib/vz/template/cache/

ISO文件保存到/var/lib/vz/template/iso/

ERROR

Directory /proc/vz not found, assuming non-OpenVZ kernel Container
init failed: Cgroup is not mounted TASK ERROR: command 'vzctl
--skiplock create 100 --ostemplate /var/lib/vz/template/cache/ubuntu-14.04-x86_64.tar.gz --private
/var/lib/vz/private/100' failed: exit code 5

Fixed
check the running kernel:

pveversion -v

boot into the correct kernel and it should work

apt-get remove linux-image-amd64 linux-image-3.2.0-4-amd64
update-grub