SSH and VNC from Windows and Android phone

Enable SSH by placing file ssh in /boot

Enable VNC with Pixel – Preferences – Raspberry pi Configuration – Interfaces or sudo raspi-config Interfacing options

https://www.hackster.io/theonlystephensimon/run-raspberry-pi-on-smart-phone-31b414?utm_source=hackster&utm_medium=email&utm_campaign=new_projects

https://play.google.com/store/apps/details?id=com.server.auditor.ssh.client&hl=en

Playstore Real VNC Viewer

 

Clear system

https://ubuntuforums.org/showthread.php?t=599424

dpkg-query -W --showformat='${Installed-Size;10}\t${Package}\n' | sort -k1,1n
Others I found on the way:
Code:
dpkg-query --show --showformat='${Package;-50}\t${Installed-Size}\n' | sort -k 2 -n
Code:
dpkg-query --show --showformat='${Package;-50}\t${Installed-Size} ${Status}\n' | sort -k 2 -n |grep -v deinstall