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 :: install docker machine ubuntu 
Shell :: django oauth toolkit 
Shell :: how to install powershell 
Shell :: How to install Qt console 
Shell :: copy file from server to local 
Shell :: awk field separator space 
Shell :: update time in linux 
Shell :: how to kill a process in linux 
Shell :: git push to create 
Shell :: gzip folder with tar and exclude directories 
Shell :: search everithing for ubuntu 
Shell :: ispconfig ubuntu 18.04 
Shell :: git log --oneline 
Shell :: rm remote git 
Shell :: ssh permissions are too open 
Shell :: docker build requires exactly 1 argument 
Shell :: how to encrypt and decrypt a text file using openssl rsa public and private keys 
Shell :: git rebase branch 
Shell :: getcomposer.org download 
Shell :: ionic capacitor ios 
Shell :: csv to markdown table 
Shell :: linux curl get request 
Shell :: delete remote git tags matching pattern 
Shell :: generate self signed certificate for localhost 
Shell :: nginx on ubuntu 
Shell :: sitecore powershell repo 
Shell :: How to change MAC Termianl Prompt 
Shell :: create a tunnel via permanently 
Shell :: set up django-lint 
Shell :: poetry install packages 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =