How to fix Jetpack if using NGINX as a proxy
Add "set_real_ip_from 192.168.122.1;" on the backend, to the nginx.conf file. Under http. Replace the IP with the proxy's IP. Stolen from here. Editing wp-...
Add "set_real_ip_from 192.168.122.1;" on the backend, to the nginx.conf file. Under http. Replace the IP with the proxy's IP. Stolen from here. Editing wp-...
My internet is slow, still downloading the zip files. update.zip B360 update_data_full_hw_usa.zip B360 The update.zip file was found here, and the URL was mo...
Install the NVIDIA driver, "sudo mhwd -i pci video-nvidia". Then edit /etc/mkinitcpio.conf, remove "nouveau" from the MODULES line. Then run "sudo mkinitcpio...
Not for using a single video card, I put a cheap NVIDIA PCIe x1 card in my computer. You use the NVIDIA with Linux, and the AMD for Windows. Using the integr...
Are you using Windows in a KVM virtual machine? You might notice the CPU usage is high if you use KVM's audio. Use Stream What You Hear, it's free. Install i...
Use debootstrap. sudo pacman -S debootstrap Don't follow the instructions on Ubuntu's site, their deboostrap doesn't work with Manjaro Linux or Arch Linux....
The script finally works. Don't try to use math to get the website address, I think every exported entry has a website=, so you don't have to be smart to fig...
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...
update wp_posts SET comment_status='open' WHERE post_type='post'; That'll open comments on all posts. You can also go to posts in the admin interface, and ...
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. // ...
You could use LuCI Access Control, but it doesn't work with Adblock, Adblock will fail to start if you use LuCI Access Control. Go to Network, Firewall. Clic...
Under input, enable all users to control RetroArch. Turn your controller on, go to User 2, click bind all. After it's done, save everything, there might be a...
You could try ES File Explorer, but it didn't work for me. Using the IP it said, wouldn't connect. It works in a browser, but not FileZilla. Also, ES File Ex...
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. ...
Accessing the recordings from the NextPVR plugin won't work, UPnP won't work either. You have to share the folder in Windows, right click the folder, and cli...
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 ...
Write the image to a micro SD card, and a USB drive. Delete the second partition on the micro SD card, or keep it, probably doesn't matter. Edit the cmdline....
Instructions can be found here. I'll see if it boots, but I won't install it. As somebody else made the file you write to the thumb drive. They could of put ...
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...
Type sudo killall dialog from SSH. If you are copying stuff to it, you'll have to wait until it's done. The Raspberry Pi wouldn't be a good file server. Or m...