Raspberry: Difference between revisions

From Halfface
Jump to navigation Jump to search
Line 32: Line 32:
=temperatur=
=temperatur=
  vcgencmd measure_temp
  vcgencmd measure_temp
=list content of package=
dpkg-query -L <package_name>

Revision as of 15:31, 11 May 2019

raspi-config

Most settings can be modified via raspi-config

raspi-config

Black lines

/boot/config.txt

overscan_left=-40
overscan_right=-40
overscan_top=-40
overscan_bottom=-40
disable_overscan=1

Installed packages

nfs-utils                    
autofs
firefox
screen
vim-enhanced
htop
ntp
x11vnc
geeqie

omxplayer

ar vx /path/to/your/file.deb data.tar.gz 
tar xzf data.tar.gz -C / 
rm data.tar.gz

rename

/etc/hostname
/etc/hosts

temperatur

vcgencmd measure_temp

list content of package

dpkg-query -L <package_name>