by ray | May 15, 2018 | IT / Tech News, Linux / Ubuntu, Microsoft Windows
Have you had this problem: “Rats! WebGL hit a snag.” Usually, you get this message in the error bar on Google Chrome. So what is it all about? Before we tell you about it, let’s understand a little about WebGL. WebGL or Web Graphics Library is a JavaScript API that...
by ray | May 15, 2018 | Linux / Ubuntu
Run your Ubuntu Update Before you do anything, make sure that your system is already up-to-date. Run a full Ubuntu update and upgrade with Apt. $ sudo apt update $ sudo apt upgrade $ sudo apt dist-upgrade This will help to ensure that the difference between packages...
by ray | May 15, 2018 | Linux / Ubuntu
sudo apt install ffmpeg Restart firefox, and all good 🙂 Still doesn’t work on Chromium though, oh well.
by ray | May 15, 2018 | Linux / Ubuntu
Slack for Linux brings all the features you find in your browser, plus support for multiple workspaces, right to your desktop. Note: Slack for Linux is in beta. We’re still busy adding features and making adjustments to the app. Download and install Slack At the...
by ray | May 15, 2018 | Linux / Ubuntu
Stop the automatic updater. sudo dpkg-reconfigure -plow unattended-upgrades At the first prompt, choose not to download and install updates. Make a reboot. Make sure any packages in an unclean state are installed correctly. sudo dpkg –configure -a Get your...