加载中
Docker笔记

官方安装教程(centos) https://docs.docker.com/install/linux/docker-ce/centos/ macos 下运行 hello world出错: $ docker run hello-world Unable to find image 'hello-world:latest' l...

树莓派3 挂载外接硬盘

获取外接硬盘设备信息 sudo fdisk -l 显示信息如下: Device Boot Start End Sectors Size Id Type /dev/sda1 2046 1758212095 1758210050 838.4G f W95 Ext'd (LBA) /......

树莓派3 启用内置无线网卡连接wifi热点

1. 扫描wifi热点 sudo iwlist wlan0 scan   如果有很多个SSID可以使用命令过滤 sudo iwlist wlan0 scan | grep SSID 2设置热点SSID和密码 sudo vi /etc/wpa_supplicant/wpa_supplicant...

树莓派3b更换国内源

需要更改/etc/apt/sources.list 和 /etc/apt/sources.list.d/raspi.list文件 国内清华源: /etc/apt/sources.list 修改为: deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ s...

树莓派3b 语言常量设定

ssh登录树莓派之,使用 apt-get 安装了一些常用的软件后,很奇怪的发现每次都有这样一个warning: perl: warning: Setting locale failed. perl: warning: Please check that your locale set...

树莓派3b 安装raspbian 操作系统

从官网下载镜像,https://www.raspberrypi.org/downloads/raspbian/ 我不需要GUI,使用lite 版本,关于两者的区别的讨论:https://raspberrypi.stackexchange.com/questions/39932/differenc...

tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet ref: https://gist.github.com/MohamedAlaa/2961058

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部