摘要:
1.安装LAMP包sudo apt-get install taskselsudo tasksel install lamp-server参考这里2. 测试apache2安装完成后测试一下,在浏览器里输入http://localhost/或http://127.0.0.1/若出现“Itworks!”...
阅读全文
posted @ 2014-05-07 18:02
土豆饼
阅读(194)
推荐(0)
摘要:
0、配置 有线或无限网络 修改软件源1、安装常用软件 搜狗输入法、有道词典 git、github、wget、curl、goagent、ssh、telnet、scp、tftp expect、screen、vmware apache、ngnix、LAMP、LNMP sqlite3、mysql、p...
阅读全文
posted @ 2014-05-07 15:45
土豆饼
阅读(324)
推荐(0)
摘要:
1、下载Ubuntu官方地址:http://www.ubuntu.com/downloadUbuntu版本大致分为Desktop、Server、Ubuntu Kylin(Created specifically for the needs of Chinese users),以及kubuntu、xU...
阅读全文
posted @ 2014-05-07 14:15
土豆饼
阅读(831)
推荐(0)
摘要:
来源:http://askubuntu.com/questions/381762/apt-get-upgrade-failure-with-libcQ:Reading package lists... DoneBuilding dependency tree Reading state ...
阅读全文
posted @ 2014-05-06 09:23
土豆饼
阅读(575)
推荐(0)
摘要:
Step 1. 下载Clonezilla Clonezilla有稳定版、测试版,还有替代版(含稳定版和测试版),戳http://www.clonezilla.org/downloads.php 找到Ubuntu based版本,下载zip版。注意要区分32位还是64位。Step 2. 制作Clo...
阅读全文
posted @ 2014-04-30 13:56
土豆饼
阅读(3429)
推荐(0)
摘要:
Linux(Ubuntu)默认情况下,linux上apache使用的默认文档目录是:/var/www默认端口是:80如果想发布自己的一个系统资源目录,可以使用下面的方法,执行如下命令:(1)添加监听端口#cd /etc/apache2#vim ports.conf文件添加:NameVirtualHo...
阅读全文
posted @ 2014-04-24 17:42
土豆饼
阅读(581)
推荐(0)
摘要:
bash管道?书籍: BashReferenceManualMakefile文章:“万能makefile”写法详解,一步一步写一个实用的makefile书籍:《跟我一起写Makefile.pdf》正则表达式
阅读全文
posted @ 2014-04-16 17:50
土豆饼
阅读(1536)
推荐(0)
摘要:
主要参考了两篇博文:http://randomsplat.com/id5-cross-compiling-python-for-embedded-linux.html和http://wiki.woodpecker.org.cn/moin/LeoJay/HOWTOCrossCompilePythonF...
阅读全文
posted @ 2014-04-04 16:43
土豆饼
阅读(5667)
推荐(0)
摘要:
本来用Windows+py2exe+urllib,程序跑得好好的。因为业务需要得改为windows服务。碰到了不少问题,非本篇所谈,有兴趣的可参考http://www.cnblogs.com/Amagasaki/p/3586152.html一番修改,安装好服务后,出现了"Errno Socket 10060”。网上有说是代理原因:http://stackoverflow.com/questions/5620263/using-an-http-proxy-python可偶有没有用代理,而且测试也没问题,见下:import urllibf = urllib.urlopen('ht
阅读全文
posted @ 2014-03-31 16:42
土豆饼
阅读(474)
推荐(0)
摘要:
智能家居平台 国内: 乐联网 http://www.lewei50.com/ yeelink http://www.yeelink.net/ 国外 xlively http://www.xlively.com更多请戳这里 Arduino开源硬件的开发板逐渐变小,性能增强,意味着创新的方式在逐渐被重新定义,未来我们能看到,小型团队可以交付无与伦比的伟大项目,1到2个人提供完整的集硬件+嵌入式系统+服务器+移动APP的可能性越来越大,这是否意味着一场创新的革命? TinyDuino: 极小却强悍无比的Arduino开发板,堆砌板扩展性能,价格便宜。 TinyLily:专门为可穿戴计...
阅读全文
posted @ 2014-03-25 18:10
土豆饼
阅读(389)
推荐(0)