raspberry pi恢复jessie镜像之后

更新源

nano /etc/apt/source.list
deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free r$
# Uncomment line below then ‘apt-get update‘ to enable ‘apt-get source‘
##deb-src http://archive.raspbian.org/raspbian/ jessie main contrib non-free rpi

deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ jessie main contrib $
deb-src http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ jessie main cont$
deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free r$

deb http://mirror.devunt.kr/raspbian/raspbian/ jessie main contrib non-free rpi
deb ftp://ftp.kaist.ac.kr/raspbian/ jessie main contrib non-free rpi
deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ wheezy main contrib $
deb http://mirror.nus.edu.sg/raspbian/raspbian/ jessie main contrib non-free rpi
deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free r$

------------------------------------------
apt-get update
apt-get upgrade
apt-get dist-upgrade

apt-get purge epiphany-browser
apt-get autoremove epiphany-browser
xxxxx    apt-get install epiphany-browser    xxxxx

----------------------------------

输入法apt-get install fcitx fcitx-googlepinyin fcitx-module-cloudpinyin fcitx-sunpinyin

--------------------------------
http://tieba.baidu.com/p/4022707730
http://tieba.baidu.com/p/3587157171

-------------------------------

安装chromium和flash插件
sudo apt-get install chromium
到百度网盘找PepperFlash-12.0.0.77-armv7h.tar.gz
tar -xzf PepperFlash-12.0.0.77-armv7h.tar.gz
cd PepperFlash
chmod +x *
sudo cp * /usr/lib/chromium/plugins

sudo nano /etc/chromium/default
CHROMIUM_FLAGS="--ppapi-flash-path=/usr/lib/chromium/plugins/libpepflashplayer.so --ppapi-flash-version=12.0.0.77 -password-store=detect -user-data-dir"
-------------------------------------

安装firefox和flash插件
apt-get install iceweasel
apt-get install lightspark browser-plugin-lightspark

---------------------------
http://www.68idc.cn/help/server/linux/20151023582386.html
http://www.fwqtg.net/%E7%A7%91%E5%AD%A6%E4%B8%8A%E7%BD%91%E4%B9%8Bubuntu%E4%B8%8Bshadowsocks%E9%85%8D%E7%BD%AE%E8%AF%B4%E6%98%8E.html
http://linux.it.net.cn/Ubuntu/2015/0927/17430.html

------------------------------

安装shadowsocks
apt-get install python-pip
pip install shadowsocks

-------------------------------
[email protected]:/home/pi# nano /home/pi/Documents/shadowsocks.json

{
    "server":"xxx",
    "server_port":xxx,
    "local_address": "127.0.0.1",
    "local_port":1080,
    "password":"xxx",
    "timeout":600,
    "method":"aes-256-cfb",
    "fast_open": false,
    "workers": 1
}

时间: 2024-10-17 03:13:28

raspberry pi恢复jessie镜像之后的相关文章

基于树莓派(Raspberry Pi)平台的MQ-2烟雾报警系统以及结合Zabbix监控的实现(一)

一.前期准备 达成目标:   利用Rapberry Pi 驱动MQ-2烟雾报警模块,对信息进行采集和提取,而后Zabbix监控系统来收集和处理信息采集到的信息.  1.准备树莓派(Raspberry Pi)一个 2.MQ-2有害气体检测模块 3.杜邦线若干 4.SD卡一张以及一个读卡器 二.各个器件介绍 1.树莓派(Raspberry Pi) ??Raspberry Pi是一个英国小型组织慈善组织The Raspberry Pi Foundation发行的一款针对电脑业余爱好者,学生,以及小型企

从零开始搭建Raspberry Pi机器视觉编程环境

从零开始搭建Raspberry Pi机器视觉编程环境 本文主要包括如下内容: 安装Raspbian系统 连接和设置网络 安装中文支持 用电脑控制树莓派 通过SSH远程登录树莓派命令行界面 安装VNC远程登录树莓派图形桌面 通过串口连接树莓派 安装OpenCV及相关开发包 一键备份树莓派SD卡 1 安装Raspbian系统 拿到树莓派后第一件事当然是装系统.安装树莓派系统所需配置: 1个输出5V,>700mA(通常选择1A或2A)的USB电源适配器 1根micro USB线(安卓线) 1张拷贝好系

让Mono 4在Raspberry Pi上飞

最近公司有项目想要在树莓派上做,代替原来的工控机(我们是把工控主机当作小的主机用,一台小的工控主机最少也要600左右,而树莓派只要200多).于是,公司买了一个Raspberry Pi B+和一个Raspberry Pi 2 B,并要求能在B+上做就尽量用B+,原因很简单,B+比Raspberry Pi 2要便宜70左右.拿到闻名已久的树莓派之后很是兴奋,试着从官网下载了官方推荐的镜像raspbian,用Win32DiskImager烧录到SD卡上,然后上电,起初屏幕上什么都没显示,不管重新烧写

Raspberry PI 3B + Debian 9 aarch64 + ROS lunar

从使用Rspberry Pi之后,了解有ROS这么一个开源的机器人操作系统. 最早使用Raspberry Pi 2B +raspbian Jessie 成功用源码安装成功过ROS Indigo,而后换了RaspberryPi3以后,再次尝试就怎么也不成功. 后来闲来无事,找了找移植raspberryPi 3B debian 9 arm64的方法,成功运行起64位的系统. 由于是debian 9(stretch),ROS的支持只有 lunar,所以就使用apt-get的方式进行安装了. 详细步骤在

Raspberry Pi(树莓派)国内软件源

树莓派自带的软件源是 1 deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi 由于网站在国外,导致下载速度非常慢,因此需要修改为国内镜像站点即可. Raspberry Pi(树莓派)国内软件源: 修改配置文件 1 [email protected] ~ $ vi /etc/apt/sources.list 2 3 deb http://mirrors.neusoft.edu.cn/ra

树莓派(Raspberry Pi)上手小记

引言 本日志中有不少软广告,博主并没有收他们任何好处,完全是给想入手的小伙伴们指条路而已.不喜勿看,不喜勿闻,不喜勿喷. 介绍 之前两三个月突然听说了这么个东西,也没有留意,某天突然在一个微信公众号上看到说有个“5美元的树莓派”,于是好奇的百度了一下,之后便震惊了:这货特么居然是个计算机! 以下介绍来自百度百科: “树莓派由注册于英国的慈善组织“Raspberry Pi 基金会”开发,Eben·Upton/埃·厄普顿为项目带头人.2012年3月,英国剑桥大学埃本·阿普顿(Eben Epton)正

在树莓派2代B型/3代 上安装Fedora23 - Installing Fedora 23 on Raspberry Pi 2 model B or Raspberry Pi 3

本文主要用于记录安装过程,以便日后查阅回顾. 之前在自己的树莓派上运行的一直是通过NOOB安装的Raspbian,但是本人平时更喜欢用Fedora作为开发和使用环境,而且Raspbian上的软件包通常更新比较缓慢.因为树莓派2代B型上市前,树莓派的芯片都是armv6或者更早的架构,只能运行ARM架构的Raspbian或者Fedora 18及更早版本.树莓派2代B型搭载的芯片架构是armv7,树莓派3代搭载的芯片架构是armv8,这两种芯片都能够运行ARM架构的Fedora 23,而仅运行Rasp

Windows 10 IoT on Raspberry Pi 2

https://ms-iot.github.io/content/en-US/win10/SetupRPI.htm http://ms-iot.github.io/content/en-US/win10/ReleaseNotes.htm https://ms-iot.github.io/content/en-US/win10/tools/CommandLineUtils.htm https://connect.microsoft.com/windowsembeddedIoT/Downloads/

Raspberry pi,一个好玩的派:第二季 Startup

上一季介绍了开源硬件中Raspberry pi的一些情况,这一季就来说说在Linux环境下如何烧写系统和启动配置.(话说我这一季有点短,一季就是一集的内容) B+板子到手后,很是小兴奋的说.先看看它的包装照: 我顺道买了个外壳,虽然没有安装说明,但是很容易就被我装成了. 但我们还需要制备其他零部件才可以让它正常运转.首先是它的硬盘装备,B+现在使用的是小SDCard,也是俗称的TF卡,我从京东买的SanDisk的32G卡,Class10的,传输速度应该对得起那个价,>10M/s. 一会就说如何把