Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

update raspi

sudo apt update && sudo apt full-upgrade
Comment

Raspi Update

$ apt-get update
$ apt-get upgrade 
$ apt-get install raspberrypi-kernel-headers
$ echo "deb http://deb.debian.org/debian/ unstable main" | tee --append /etc/apt/sources.list.d/unstable.list
$ apt-get install dirmngr 
$ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8B48AD6246925553 
$ printf 'Package: *
Pin: release a=unstable
Pin-Priority: 150
' | tee --append /etc/apt/preferences.d/limit-unstable
$ apt-get update
$ apt-get install wireguard 
$ reboot
Comment

PREVIOUS NEXT
Code Example
Shell :: fork bomb 
Shell :: how to download gitkraken in ubuntu 
Shell :: install jq on mac 
Shell :: install apollo 
Shell :: remove git repository windows 
Shell :: linux view services 
Shell :: apache disable autostart linux 
Shell :: install git winget 
Shell :: how to start psql in linux 
Shell :: check my ubuntu version 
Shell :: docker-compose install centos 8 
Shell :: is not digitally signed. you cannot run this script on the current system 
Shell :: cocoapods not installed flutter mac 
Shell :: install portainer 
Shell :: how to check cron is running or not 
Shell :: upgrade git on centos 7 
Shell :: kill intellij ubuntu 
Shell :: gdebi: command not found 
Shell :: remove git from folder 
Shell :: git push to another remote branch overwrite 
Shell :: installing gnome tweak tool 
Shell :: install php 7.4 chocolatey 
Shell :: ram usage in linux 
Shell :: (‘08001’, ‘[08001] [Microsoft][ODBC Driver 17 for SQL Server]Client unable to establish connection (0) (SQLDriverConnect)’) 
Shell :: open folder from terminal in kali 
Shell :: un innstall dot net ubuntu 
Shell :: how to speedtest on bash 
Shell :: ip address ubuntu 
Shell :: ubuntu 20.04 install yarn 
Shell :: wtforms install 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =