首页 > 其他 > 详细

树莓派使用一些技巧总结

时间:2015-04-01 19:02:24      阅读:836      评论:0      收藏:0      [点我收藏+]

以下为自己使用到的一些树莓派下的技巧,均在网络上找到的方法,具体出处有些已经忘了。

为了防止以后忘记,特此记录一下:

 

树莓派上使用代理上网:

终端下:

sudo vim /etc/apt/apt.conf

编辑,输入以下一行:

Acquire::http::Proxy "http://server:port/";

(示例:Acquire::http::Proxy "http://10.90.36.38:8000/";)

 

树莓派禁止休眠:

http://blog.csdn.net/burgess_liu/article/details/8721389

终端下:

sudo vim /etc/profile.d/Screen.sh

编辑,输入以下2行:

xset dpms 0 0 0

xset s off

sudo vim /etc/lightdm/lightdm.conf

[SeatDefaults]下加入

xserver-command=X -s 0 dpms

 

树莓派(raspberry pi)学习7: 自动登录、自动运行startx、自动运行程序

http://blog.csdn.net/c80486/article/details/8460325

 

树莓派开机运行Python脚本的方法

http://shumeipai.nxez.com/2015/02/09/run-python-script-when-the-raspberry-pi-start.html

树莓派使用一些技巧总结

原文:http://www.cnblogs.com/jakeyChen/p/4384380.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!