Wednesday, July 20, 2016

Web shot in Firefox


Open command window

shift+F2

Execute:

screentshot --fullpage [filename.png]





No comments:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...