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....

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...

Ubuntu 14.04 fails to update

Updates may fail due to the apt package being out-of-date. wget http://security.ubuntu.com/ubuntu/pool/main/a/apt/apt_1.0.1ubuntu2.17_i386.deb sudo dpkg -i apt_1.0.1ubuntu2.17_i386.deb sudo do-release-upgrade (if this fails, download the next version of the apt...

Ubuntu 13.10 fails to update

Here are some troubleshooting tips: TIP #1 Backup your sources list sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup Open the sources file /etc/apt/sources.list and rename all the instances of us.archive or archive inhttp://us.archive.ubuntu.com/ubuntu/ to...

How to Fix 504 Gateway Timeout using Nginx

It is very common to see a 504 Gateway Timeout error using Nginx webserver. This timeout error is generated often by a number of reasons on the backend connection that is serving content. To fix 504 Gateway Time-out, you will have to figure out what configuration are...

VyprVPN OpenVPN Setup for Linux (Ubuntu)

VyprVPN Free accounts are limited to using our Desktop and Mobile applications to connect to our VPN service. Please see “What is VyprVPN Free?” for more information. Follow the steps below to configure OpenVPN on your Ubuntu machine. This tutorial was...

Changing The Time Zone In Linux (Command Line)

There are several different ways to manage time in Linux. This quick tip will show you how to quickly change the local time to the correct time zone for the server. In this Linux tip I’ll show you how to change the localtime to your (or a) current time zone. Location...

How to Fix 504 Gateway Timeout using Nginx

It is very common to see a 504 Gateway Timeout error using Nginx webserver. This timeout error is generated often by a number of reasons on the backend connection that is serving content. To fix 504 Gateway Time-out, you will have to figure out what configuration are...

Cannot unblock soft-blocked bluetooth

I have a problem with my bluetooth adapter. Can’t turn it on, and i followed some tutorials to fix that, but with no luck. It seems to be soft blocked, I run the command to soft unblock, the icon in taskbar goes white for a 0.5 second and then is switched back....

Creating Password Protected Pages and Areas in WordPress

I had a client recently who needed to create private, password-protected sections on her WordPress site. She wanted each of her clients to have a private page with information related to what they were working on together. Easy! Password-protection is an in-built...

Debugging Soliloquy

WordPress has a lot of Plugins and Themes, no two websites are exactly alike. Due to the various customizations that every website has, there is now way to shelter Soliloquy from conflicts completely. We’re always working to improve Soliloquy’s compatibility with...

How to start Ubuntu in Console mode

I want to know if there is a way to switch to console mode from boot menu. I’ve NVIDIA 1070 and every time there is an update, GUI stops working. All I need to do is re-install the drivers however to do that I need console. [EDIT]: I should have added more...

VyprVPN OpenVPN Setup for Linux (Ubuntu)

VyprVPN Free accounts are limited to using our Desktop and Mobile applications to connect to our VPN service. Please see “What is VyprVPN Free?” for more information. Follow the steps below to configure OpenVPN on your Ubuntu machine. This tutorial was...