树莓派安装parrot linux记录

手头这台树莓派3b安装parrot linux arm遇到了很多问题,写篇博客记录一下。 ##1.下载和刻录 网址:https://www.parrotsec.org/download-other.php 选择这个下载下来并解压。 用 Win32DiskImager 或者 etcher 将镜像刻录到sd卡上 ##2.启动 默认用户名:parrot 密码:toor ##3.配置sshphp

sudo nano /etc/ssh/sshd_config

PermitRootLogin prohibit-password改为PermitRootLogin yes 而后linux

sudo service ssh start
sudo update-rc.d ssh enable

##4.换源git

sudo nano /etc/apt/sources.list.d/parrot.list

将更新源改为清华源github

deb https://mirrors.tuna.tsinghua.edu.cn/parrot stable main contrib non-free

##5.更新系统bash

sudo apt-get update

###重点来了 目前版本的apt和apt-utils有问题,软件包升级的时候会一直卡在安装apt上ssh

sudo apt-mark hold apt apt-utils
sudo apt-get dist-upgrade

##6.安装桌面.net

sudo apt-get install parrot-mate

安装完后startx进入桌面 parrot linux在树莓派上默认启动的是命令行,要startx启动桌面 也能够经过命令行

sudo raspi-config

选择默认启动的是命令行仍是桌面环境code

相关文章
相关标签/搜索