Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

raspberry pi ubuntu server raspi-config

sudo echo "deb http://archive.raspberrypi.org/debian/ buster main" >> /etc/apt/sources.list
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 7FA3303E
sudo apt-get update
sudo apt-get install raspi-config
sudo mount /dev/mmcblk0p1 /boot
Comment

raspberry pi ubuntu server raspi-config

sudo echo "deb http://archive.raspberrypi.org/debian/ jessie main" >> /etc/apt/sources.list
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 7FA3303E
sudo apt-get update
sudo apt-get install raspi-config
Comment

PREVIOUS NEXT
Code Example
Shell :: aws install g++ 
Shell :: how to create a local user account in windows 10 (list the steps) 
Shell :: conda install packages from different channels 
Shell :: raspberry install latest kernel 
Shell :: Quick install Sourcegraph using Docker 
Shell :: lz4 compression directory 
Shell :: how to install devel dependencies drupal 
Shell :: list all services linux 
Shell :: phpstorm remove file from vcs 
Shell :: Access remote server via PCManFM 
Shell :: playit linux install 
Shell :: Brave Beta on OpenSUSE 15+ 
Shell :: git ignoring vendor folder inside public also 
Shell :: linux copy files across servers 
Shell :: error: home_manuelschneid3r_Arch: key "" is unknown 
Shell :: set dynamic values with kubernetes yaml file template 
Shell :: grap all .mp3 from url 
Shell :: git diff without pagination 
Shell :: bash cp command error with parenthesis 
Shell :: How can I use Windows PowerShell to find the status of Hyper-V on my laptop running Windows 8.1? 
Shell :: enable ctrl alt backspace 
Shell :: linux preserve alias 
Shell :: comentarios shell script 
Shell :: pip install pi 
Shell :: linux change default gateway 
Shell :: github status 
Shell :: linux compress a pdf 
Shell :: can i merge two repositories github 
Shell :: Git - add all changes files at same time for commit 
Shell :: sleep until time bash 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =