yum install cairo-devel libxml2-devel pango-devel pango …
this kernel requires the following features not present on the cpu pae
今天在一台小工控机上安装centos 6.4系统,启动是提示如下错误信息: This kernel requi …
继续阅读“this kernel requires the following features not present on the cpu pae”
aclocal: command not found
执行autogen.sh脚本,提示以下错误信息: ./autogen.sh: line 8: aclocal: …
Installing Cgminer On Ubuntu
本测试在Ubuntu 12.04.1 LTS系统上完成: (1)下载AMD相关软件: AMD-APP-SDK- …
How to install libusb in Ubuntu
今天在Ubuntu系统上安装cgminer开启icarus和avalon设备的支持,提示如下错误信息: con …
How to setup a cgminer using xubuntu 11.04 live on a USB
The master version of this document is here: https://g …
继续阅读“How to setup a cgminer using xubuntu 11.04 live on a USB”
安装Ubuntu 12.04 x86 LTS系统
今天打算安装一个Ubuntu系统用做测试,开始是选择安装Ubuntu 11.04 i386版本的系统,但是安装 …
用shell脚本自动远程更新Linux服务器
本实验在Centos/RHEL系统上测试通过,其它版本linux/Unix只需做适当修改即可,本脚本前提是你所 …
How to mount smb/cifs shares under linux
This document provides help on mounting SMB/CIFS shares …
How to force fsck on the next reboot or boot sequence on linux
fsck is a file system consistency check and interactive …
继续阅读“How to force fsck on the next reboot or boot sequence on linux”
wget获取网页内容
很多网页的URL后面是page=1,表示第1页的内容,page=2则为第2页,以此类推。 如果想把这些个页面都 …