W. Glenz avatar

LINUXOPOLIS # 28-JANUARY-2020 ~ RASPI-INSTALLATION

wglenz

Published: 28 Jan 2020 › Updated: 28 Jan 2020LINUXOPOLIS # 28-JANUARY-2020 ~ RASPI-INSTALLATION

LINUXOPOLIS # 28-JANUARY-2020 ~ RASPI-INSTALLATION

RASPI-INSTALLATION

Building a Linux Habitat
willi glenz @ telegram
Published with SteemPeak
home ~ previous

screenshot by willi glenz

$ 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:

Written by

Linux • Debian • Bash • Java

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