Raspberry: Difference between revisions
Jump to navigation
Jump to search
Line 36: | Line 36: | ||
=which package contain file= | =which package contain file= | ||
dpkg --search /etc/bash_completion | dpkg --search /etc/bash_completion | ||
=is clock in sync= | |||
timedatectl |
Revision as of 19:15, 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
is clock in sync
timedatectl