Windows 10 slow on a OCZ SSD?

Download the SSD Toolkit from OCZ. Then click Tuning or whatever, select OS, and then change to reliability. It'll disable search indexing and something else...

eBay scraper works

I can now get the title, price, and description from eBay when adding a new "store" item to my site. It loads a page that gets everything into a div, then jQ...

Messed Ubuntu Bash up?

Type: lxrun /uninstalllxrun /install In a command prompt. Uninstalling won't delete anything in your home folder. Unless you use /full with it.

Finally got gettext to compile in mingw

You have to edit three Makefiles, if I remember correctly, add -I/opt/win/mingw/include to the windres command. Then I had to edit two .rc files, I added "#d...

How to get free WiFi

Buy a Banana Pi R1 router, or any router that can run OpenWRT. Assuming there's a xfinitywifi network that you can see, connect OpenWRT to it, change the WiF...

How to download all MXE pre built tar files

wget -r --no-parent http://pkg.mxe.cc/repos/tar/mxe-x86-64-w64-mingw32.static/ Can I extract all of them with "tar xvf *.tar.xz". Well you could make a scrip...

How to get only links with jQuery on

$('#files_dialog').on('click', 'a' , function() {}); That'll do the trick. If you use "$('#files_dialog a').on" it'll do nothing, because the links aren't th...

Windows 10 missing winre.wim

If you don't have media with the install.wim file. You can extract the winre.wim from the install.esd file. To get the wim from the install.esd follow the in...

Migrate OpenVZ VPS to KVM VPS

The guides you will find on Google won't work. At least not with Debian. Unless you know what to exclude. The easiest way, is to copy the config files you ne...

How to fix Sling TV on the Chromecast

If it isn't working very well, the solution is easy, enable WMM on your router. Such as a black screen, getting an error saying the video isn't available. Al...

How to break Ubuntu

Select the third option in additional drivers for the video card. There's nothing on her monitor now. Might be better off reinstalling. Or updating using a t...

Apache blank directory?

The fix is simple, there might be a virtual host named stats or whatever. Change the name of the directory, and it'll work. Unless the permissions are wrong,...