随笔分类 -  Linux

How to burn raspberry pi image to SD card on ubuntu
摘要:In the raspberry pi mannual, it introduces how to burn image on windows. Search from google, there is a topic about this.http://askubuntu.com/questions/179437/how-can-i-burn-a-raspberry-pi-image-to-sd-card-from-ubuntuBash:sudo apt-get install usb-imagewriter gpartedsudo imagewriter 阅读全文

posted @ 2013-05-01 18:01 荡秋千 阅读(407) 评论(0) 推荐(0)

Raspberry pi experiment
摘要:Raspberry pi is a credit-card sized computer that can plugin into your TV and keyboards. It is a capable little PC which can be used for many things that your desktop pc does.Offical website:http://www.raspberrypi.org/OS:http://www.raspbian.org/If you are fresh man, it's better to read the FAQ l 阅读全文

posted @ 2013-05-01 17:56 荡秋千 阅读(157) 评论(0) 推荐(0)

How to change the computer name on Ubuntu
摘要:Today, I'd like to change my computer name that is too long on ubuntu.Use "hostname" instruction to retrieve the compuer name>> hostnameDell-1545Use "hostname dell-test" instruction to change the computer name temporarily. After restarting computer, its name will be res 阅读全文

posted @ 2013-04-20 13:25 荡秋千 阅读(225) 评论(0) 推荐(0)