How to install Pronterface on Ubuntu 16.04

To install Pronterface on Unbuntu, first install the dependencies. sudo apt-get install python-serial python-wxgtk3.0 python-pyglet \ python-numpy cython python-libxml2 python-gobject python-dbus \ python-psutil python-cairosvg libpython-dev git Then, download Pronterface git

Read More

How to remove permanently an object in GIT

To remove permanantly an object in a remote GIT repository, simply perform these steps. Prior executing them, go to the GIT project folder. This is the one having the .git

Read More