Bumblebee is an auxiliary tool for NVidia graphics cards on the Linux platform. It enables NVidia cards to utilize Optimus technology, allowing laptops to render with dedicated graphics while displaying through integrated graphics—essentially hardware-accelerated graphics switching. This is an extremely useful tool, but it once suffered a severe bug (though three years ago) where a single space caused the deletion of the /usr directory for a large number of Ubuntu users. It happened during a Git update, with changes in install.sh : @@ -37,7 +37,7 @@ # You should have received a copy of the GNU General Public License # along with bumblebee. If not, see <http://www.gnu.org/licenses/>. # -BUMBLEBEEVERSION=1.4.31 +BUMBLEBEEVERSION=1.4.32 ROOT_UID=0 @@ -348,7 +348,...