14 Aug 2016

Cinnamon Shutdown Button Missing

First step when I install Ubuntu is to replace the Unity desktop with Cinnamon from Linux Mint. The problem is for a long time I was pressing the shutdown button and being presented with a dialog that only gave me the option to shutdown and not to cancel.

If I'm guessing what was going on correctly this is because Ubuntu uses "logind" and Cinnamon uses "consolekit", which means there are two solutions.

20 Apr 2016

Nvidia Drivers on Ubuntu 16.04 LTS

So Ubuntu 16.04 LTS "Xenial Xerus" is nearly here, which will be supported until the year 2021! So nows a good time to get those Nvidia drivers working.

I wrote a post about how to do this on 15.10 and it is the exact same process. I will put a link below to it, however I'm going to post a much cleaner version right below. If you need detailed instructions; click the link. If you just need the commands; click read more.

doitonlinux.blogspot.com/2015/10/nvidia-drivers-on-ubuntu-1510.html

NVIDIA drivers: nvidia.com/Download/index.aspx
NVIDIA beta drivers: nvidia.com/Download/Find.aspx

31 Dec 2015

Sharing a Laptops WiFi through Ethernet

Here are 3 different ways you can share your laptops WiFi through ethernet to another computer so that that computer can access the internet.
(When your set-up is like the following diagram.)

Desktop --- Ethernet --- Laptop --- WiFi --- Router

A desktop computer connected from its ethernet port to the laptops ethernet port using a cable and that laptop connected to a wireless router via WiFi.
In order of easiest to complicated.

23 Oct 2015

Nvidia Drivers on Ubuntu 15.10

Nouveau seems to be both difficult to disable and difficult to spell.
I had a little bit of trouble installing official NVIDIA drivers off of the NVIDIA website in my fresh install of Ubuntu 15.10 however, after figuring it out it was actually quite a simple process.
This is a tutorial for if you want to install the latest drivers that NVIDIA offers on the website, otherwise you should just go into "Software & Updates", navigate to the "Additional Drivers" tab, and select the NVIDIA proprietary binary that you would like to use.

Here are the links to NVIDIAs drivers:
NVIDIA drivers: nvidia.com/Download/index.aspx
NVIDIA beta drivers: nvidia.com/Download/Find.aspx

For the purpose of this tutorial the filename of my binary is:
NVIDIA-Linux-x86_64-358.09.bin
And it will be saved in my Downloads folder in my home directory, which will be represented as either of the following:
~/user/Downloads/
/home/user/Downloads/

17 Apr 2015

Custom Spray in L4D2

A common problem problem in Left 4 Dead 2 in Steam on Linux seems to be when attempting to import sprays, resulting in the error:
Spray Import Error
Unable to write output spray file. It's possible the current user doesn't have permission.


Whether this happens in other source games also, I do not know, however the fix should be the same.

L4D2 seems to perform half of the action needed, it just has problems when copying the actual image file into the folder it needs to be in.

So here is the remedy:

7 Feb 2015

Pitch Correction (Auto-Tune)

Pitch Correction is the process of correcting the intonation of an audio signal without affecting other aspects of its sound. Pitch correction first detects the pitch of an audio signal (using a live pitch detection algorithm), then calculates the desired change and modifies the audio signal accordingly.
There are two popular pitch correctors used in the professional world of audio; Antares "Auto-Tune" and Celemony "Melodyne". According to wikipedia Auto-Tune has versions for Linux, however I was unable to find them. Melodyne is Windows and Mac, and they provide a demo version of their software which I have played with before on Windows and it's fantastic, with a graphical way to easily shift notes and create harmonies, also now with the ability to pitch correct single notes in a chord of notes (a feature which I think Auto-Tune has in some of their devices).
Unfortunately there are no Linux versions for either of these programs (none which I can find) and even if their were; they are quite expensive. So let's do it the free open source way.