Raspberry: Difference between revisions
Jump to navigation
Jump to search
Line 34: | Line 34: | ||
=list content of package= | =list content of package= | ||
dpkg-query -L <package_name> | dpkg-query -L <package_name> | ||
=which package contain file= | |||
dpkg --search /etc/bash_completion |
Revision as of 15:38, 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>
which package contain file
dpkg --search /etc/bash_completion