TECH TIPS
How to install latest Nvidia drivers in Ubuntu
Unlike Windows, Nvidia drivers for Linux desktops are quite hard to come by, and installing the latest drivers on your Linux desktop can be quite an arduous process. Fortunately for Linux users, there are the third party graphics drivers PPA which keeps an updated...
Dell T3400 Nvidia Quadro NVS 290 drivers for Windows 10
To utilize dual monitors, first you need to buy this splitter. Then, download the drivers here.
Add Canon PIXMA printer to Ubuntu
Note: the following how-to is only for Pixma printers! 1. Connect your printer to your computer by means of a USB cable (even when you intend to use it as a network printer later on: for initial installation a USB cable is often needed). Then turn on your printer. 2....
How to restore/add previous user account in Ubuntu
sudo chown -R [username]:[username] /home/[username]
Ubuntu gets stuck in a login loop
Press Ctrl+Alt+F3 (or F2) and login into the shell. Now run ls -lA. If you see the line -rw------- 1 root root 53 Nov 29 10:19 .Xauthority then you need to do chown username:username .Xauthority and try logging in (you may also need to do the same for...
How do I install Chromium from the command line?
sudo apt-get install chromium-browser