Published: 28 Jan 2020 › Updated: 28 Jan 2020
LINUXOPOLIS # 28-JANUARY-2020 ~ RASPI-INSTALLATION
RASPI-INSTALLATION
Building a Linux Habitatwilli glenz @ telegram
Published with SteemPeak
home ~ previous
$ vim ~/.config/fish/functions/graspi-installation.fish
function graspi-installation --description 'raspi-installation'
clear; echo
echo '=========================================================================='
echo ' RASPI-INSTALLATION '
echo '=========================================================================='
echo ' raspberrypi.org/documentation/installation/installing-images/linux.md '
echo ' user pi '
echo ' pw raspberry // en-keyboard-layout! '
echo '--------------------------------------------------------------------------'
echo ' '
echo ' rasbian-buster-lite .............. raspberrypi.org/downloads/raspbian/ '
echo ' $ sha256sum 2019-09-20-raspbian-buster-lite.zip '
echo ' $ unzip -t 2019-09-20-raspbian-buster-lite.zip '
echo ' $ unzip 2019-09-20-raspbian-buster-lite.zip '
echo ' '
echo ' $ lsblk '
echo ' $ gnome-disks & '
echo ' # dd if=2019-09-20-raspbian-buster-lite.img '
echo ' of=/dev/ '
echo ' bs=4M status=progress conv=fsync '
echo ' $ sync '
echo ' '
echo ' # raspi-config '
echo ' $ cd /boot; touch ssh '
echo ' '
echo ' # systemctl start ssh.services '
echo ' # apt update && apt upgrade && apt full-upgrade && apt autoremove '
echo ' # apt install glances ufw vim vim-doc inxi apache2 apache2-doc '
echo ' '
echo ' # ufw reset '
echo ' # ufw allow ssh '
echo ' # ufw ufw enable '
echo ' # ufw allow http '
echo ' # ufw reload '
echo ' # ufw status verbose '
echo ' '
echo '=========================================================================='
echo
end
SOURCES
homepage ........................................................... raspberrypi.org
download ....................................... raspberrypi.org/downloads/raspbian/
install .......raspberrypi.org/documentation/installation/installing-images/linux.md
learnlinuxtv .................................................. youtu.be/GaDC1pKo0vg
picture ....................................... screenshoot by me ~ my gnome-desktop
Leave LINUXOPOLIS # 28-JANUARY-2020 ~ RASPI-INSTALLATION to:
Read more #linux posts
Best Posts From W. Glenz
We have not curated any of wglenz's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From W. Glenz
- LINUXOPOLIS # 1,085 ~ PYTHON-TUTORIALS
- LINUXOPOLIS # 1,084
- LINUXOPOLIS # 1,083 ~ WORLD MAP
- LINUXOPOLIS # 1,082 ~ YOUTUBE-DOWNLOADER
- LINUXOPOLIS # 1,081 ~ VIM-INSTALLATION
- LINUXOPOLIS # 1,080
- LINUXOPOLIS # 1,079 ~ CONKY
- LINUXOPOLIS # 1,078 ~ UFW - SSH
- LINUXOPOLIS # 1,077 ~ SYSTEM-UPDATE
- LINUXOPOLIS # 1,076 ~ UFW - APACHE2