Sound finally works

You have to change a setting in /etc/libvirt/qemu.conf, change the host audio or whatever it's called to 1. Then change the xml file. You have to add four en...

How to use Fancybox with Photon

Assuming you are using the WordPress plugin "Fanybox for WP", click Galleries, then click the fourth option, and paste the below code into the textarea. // ...

How to get Android apps for free

Buy one, and then copy the APK file. I found out because I bought something, sent it to my Fire TV, and then uninstalled it from my phone, and got a refund. ...

How not to install WoW in Linux

Use PlayOnLinux, it's crap, and doesn't work. It won't even work with the updated system wine, which works if you use it by itself. So it's possibly passing ...

The easiest way to prevent SQL injection

Well you can prevent people from being able to update or insert in the database, don't give the user all access for your crappy code. You could put the users...