TECH TIPS
Ubuntu 13.10 How to install Canon Pixma MX452
1) Download this - http://support-sg.canon-asia.com/contents/SG/EN/0100515301.html 2) Extract and copy directory to Desktop 3) Open Terminal and type "cd Desktop" 4) Type "cd cnijfilter-mx450series-3.90-1-deb" 5) Type "chmod +x install.sh" 6) To run install.sh script,...
Amazon Prime Video Does Not Stream on Ubuntu 16.04 (Update Player error)
sudo add-apt-repository ppa:mjblenner/ppa-halsudo apt-get updatesudo apt-get install halsudo mkdir /etc/hal/fdi/preprobesudo mkdir /etc/hal/fdi/information/usr/sbin/hald --daemon=yes --verbose=yes Now you should be able to use the latest Chrome browser. For older...
How to remove e-mail icon in Ubuntu 13.x
Open Terminal. Type "sudo apt-get remove indicator-messages" Logout and log back in.
Windows XP: Launch the Add Printer Wizard from the Command Line
Why would anyone want to launch the Add Printer Wizard from the command line? Wouldn’t it be easier to just click Start –> Control Panel –> Printers and Faxes –> Add a printer? Well, not if you’re logged in as a user without administrative privileges, and you...
How do I format my SD card for Raspberry Pi?
Check out this tool: https://www.sdcard.org/downloads/formatter_4/
Install Latest Nvidia Drivers in Ubuntu 13.x
To Install/Update Nvidia card drivers open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal: sudo add-apt-repository ppa:ubuntu-x-swat/x-updatessudo apt-get updatesudo apt-get install nvidia-current