LINUXOPOLIS # 28-JANUARY-2020 ~ RASPI-INSTALLATIONsteemCreated with Sketch.

in #linux5 years ago (edited)

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/<mmcblk...>                                                 '
    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

Coin Marketplace

STEEM 0.16
TRX 0.16
JST 0.028
BTC 70016.53
ETH 2453.77
USDT 1.00
SBD 2.39