电路图:升级:sudo apt-get updatesudo apt-get
upgrade加载驱动:sudo modprobe w1-gpio sudo modprobe w1-therm查看:lsmod 查看w1模块是否载入cat
/sys/bus/w1/devices/28-*/w1_slav...
分类:
其他好文 时间:
2014-06-29 12:06:30
阅读次数:
217
家中以前一直使用的电脑+矿机挖矿,电脑24小时开着不说,声音还特大;
前两天折腾了一把,将挖矿整体转到了树莓派上,而且整个都放到了书柜上。
世界一下子安静了(电表也安静了)~~~~树莓派开机后,先安装CGMiner的关联组件(已经先执行过Update & Upgrade操作) sudo
apt-ge...
分类:
其他好文 时间:
2014-06-13 14:23:29
阅读次数:
684
Today is the last day that all the laptops of
winXP OS should be upgrade to WIN7. After updated. when i tried to debug my
application,i received this ...
分类:
其他好文 时间:
2014-06-06 15:51:14
阅读次数:
275
为了装hadoop,先要装hadoop.然后用wubi装ubuntu
10.10,接着开始装hadoop,但是装hadoop要先装ssh等一系列软件,用命令apt-get install
openssh-server发现没有相应软件,接着更新源,即使网上说的速度最快的源163也无效,然后查了下好像1...
分类:
其他好文 时间:
2014-06-05 17:41:25
阅读次数:
237
http://azure.microsoft.com/en-us/documentation/articles/xplat-cli/?fb=zh-cnhttp://www.windowsazure.cn/zh-cn/manage/linux/http://www.openssh.com/
http:...
Ubuntu 安装oepnssh 报错
有时候由于linux版本不够新,或者安装的包不知是什么原因坏了。报如下错误
unable to correct the problems, you have held broken prckages
可以用如下命令解决
sudo apt-get autoclean
sudo apt-get autoremov...
分类:
其他好文 时间:
2014-06-05 09:31:23
阅读次数:
174
buntu默认并没有安装ssh服务,如果通过ssh链接ubuntu,需要自己手动安装ssh-server,然而SSH分客户端openssh-client和服务端openssh-server,openssh-client是客户端,openssh-server是服务端,咱们这里讲的是安装SSH的服务端,...
分类:
其他好文 时间:
2014-06-03 11:28:07
阅读次数:
259
VirtualBox 3.2.10 gives me the following error
message when booting Ubuntu 10.10:-iix4_smbus 0000.00.07.0: SMBus base address
uninitialized - upgrade ...
分类:
其他好文 时间:
2014-06-02 16:44:03
阅读次数:
234
1.安装Ubuntu缺省安装了openssh-client,,如果没有安装,可用apt-get安装上即可。安装ssh-serversudo
apt-get install openssh-server安装ssh-clientsudo apt-get install
openssh-client 2....
分类:
其他好文 时间:
2014-06-02 06:16:31
阅读次数:
157
mysql占用内存太大,所以选用sqlite安装://更新sudo apt-get
updatesudo apt-get upgrade//安装nginxsudo apt-get install nginx//启动nginxsudo
/etc/init.d/nginx start//安装php-fp...
分类:
数据库 时间:
2014-05-28 01:24:21
阅读次数:
379