putty连接到Raspberry运行sudo mkdir /usr/local/tonidocd /usr/local/tonidosudo wget http://patch.codelathe.com/tonido/live/installer/armv6l-rpi/tonido.tar.gz...
分类:
Web程序 时间:
2014-08-03 12:35:05
阅读次数:
258
今天运行程序的时候总是有一个libstdc++5的错误,纠结了好长时间。网上百度了下终于找到了这个问题的原因和解决办法。具体的实现如下:
选择自动安装
sudo apt-get install libstdc++5
选择手动安装:
.下载安装包:
wget-c http://free.nchc.org.tw/ubuntu//pool/universe/g/gc...
分类:
编程语言 时间:
2014-08-02 18:27:54
阅读次数:
304
centos6.4, 6.5自带的python版本可以安装相应的nodejs版本wget http://nodejs.org/dist/v0.9.0/node-v0.9.0.tar.gz tar zxvf node-v0.9.0.tar.gz cd node-v0.9.0 ./co...
分类:
Web程序 时间:
2014-08-01 13:06:31
阅读次数:
278
WGET命令wget的使用形式是:wget [参数列表] URL首先来介绍一下wget的主要参数:· -b:让wget在后台运行,记录文件写在当前目录下"wget-log"文件中;· -t [nuber of times]:尝试次数,当wget无法与服务器建立连接时,尝试连接多少次。比如"-t120...
分类:
其他好文 时间:
2014-07-31 09:40:16
阅读次数:
506
系统版本:Centos X64 6.4(最小化安装)先安装依赖包1 [root@localhost ~]# yum install vim wget lsof gcc make cmake makeconf autoconf automake openssh -yView Code开始下载安装1 [...
分类:
其他好文 时间:
2014-07-31 02:50:45
阅读次数:
450
$wget http://mirrors.cnnic.cn/apache/thrift/0.9.1/thrift-0.9.1.tar.gz$tar zxvf thrift-0.9.1.tar.gz$cd thrift-0.9.1$./configure$make /bin/bash ../../l....
分类:
其他好文 时间:
2014-07-30 20:32:14
阅读次数:
624
搭建自己的私有npm库 ============= ##1.安装Couchdb [root@npm_private ~]# yum install wget [root@npm_private ~]# wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm [...
分类:
其他好文 时间:
2014-07-30 10:15:33
阅读次数:
427
安装jira的前提条件需要安装了java,mysql
1:下载jira
Java代码
wget http://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-6.0.7.tar.gz
2:在mysql数据库创建jira用户
Java代码
mysql>...
分类:
系统相关 时间:
2014-07-29 22:00:22
阅读次数:
573
本文计划:一.安装Docker(Centos)二.注册Docker官网帐号三.下载基础centos镜像,安装需要的软件和环境后,push到自己的repository一.安装Docker(Centos)在https://fedoraproject.org/wiki/EPEL#How_can_I_use...
分类:
其他好文 时间:
2014-07-29 21:01:22
阅读次数:
296
1.下载最新的freetds ,访问 http://www.freetds.org/, 或者在 ubuntu上用 wget ftp://ftp.freetds.org/pub/freetds/stable/freetds-stable.tgz 下载稳定的版本。
2.安装freetds 和 配置 freetds
cd 进入freetds所在目录,
$ tar zxvf freetd...
分类:
数据库 时间:
2014-07-29 17:48:32
阅读次数:
398