RASPBERRY PI
Building a Linux Habitat
willi glenz @ telegram
Published with SteemPeak
home
<p dir="auto"><center><img src="https://images.hive.blog/768x0/https://files.steempeak.com/file/steempeak/wglenz/r7qJSSBX-image.png" alt="screenshot by willi glenz" srcset="https://images.hive.blog/768x0/https://files.steempeak.com/file/steempeak/wglenz/r7qJSSBX-image.png 1x, https://images.hive.blog/1536x0/https://files.steempeak.com/file/steempeak/wglenz/r7qJSSBX-image.png 2x" />
<pre><code>vim ~/.config/fish/functions/graspi.fish
function graspi --description 'raspberry pi'
clear; echo
echo '=========================================================================='
echo ' RASPBERRY PI '
echo '=========================================================================='
echo ' homepage raspberrypi.org '
echo ' download raspberrypi.org/downloads/ '
echo ' documentation raspberrypi.org/documentation/ '
echo ' ------------------------------------------------------------------------ '
echo ' raspbian raspberrypi.org/downloads/raspbian/ '
echo ' imager downloads.raspberrypi.org/imager/imager_amd64.deb '
echo ' country codes nationsonline.org/oneworld/country_code_list.htm '
echo ' ------------------------------------------------------------------------ '
echo ' $ vim /wpa_supplicant.conf '
echo ' -> country=US|GB|DE '
echo ' -> ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev '
echo ' -> update_config=1 '
echo ' -> network={ '
echo ' -> scan_ssid=1 '
echo ' -> ssid="wifi_ssid" '
echo ' -> psk="wifi_password" '
echo ' -> } '
echo '=========================================================================='
echo
end
<pre><code>SOURCES
homepage .................................. raspberrypi.org
download .................................. raspberrypi.org/downloads/raspbian/
documentation ............................. raspberrypi.org/documentation/
toms hardware ............................. tomshardware.com/
fish ...................................... fishshell.com/docs/current/index.html
picture ................................... screenshoot by me ~ my gnome-desktop