码迷,mamicode.com
首页 > 其他好文 > 详细

树莓派使用一些技巧总结

时间:2015-04-01 19:02:25      阅读:143      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!