How to get macOS High Sierra to show up in Clover in QEMU
Don't use create_iso_highsierra.sh. Do follow the rest of their guide though. You also need their kvm.conf file, change to amd if not using Intel. You need m...
Don't use create_iso_highsierra.sh. Do follow the rest of their guide though. You also need their kvm.conf file, change to amd if not using Intel. You need m...
You can find the current git version in a phar here. To make it yourself, clone their GitHub, then run: /usr/bin/php -dphar.readonly=0 DevTools_v1.12.9.phar ...
The previous instructions, basically makes it run with no profile in Firejail, if you open a file dialog, everything is accessible in your home folder, possi...
To get the extension installed, use this extension, then go to the Chrome web store. To be able to access KeePass from Opera, when it's running in Firejail, ...
You need etc_pagination, if you want pages. You need etc_query, or convert it to regular PHP, by using safe_rows, for the list. No idea why I installed the q...
If you are using Debian, you need to change the "Configuration directory of php-fpm", and since the control panel is dead, you have to do it from a terminal,...
/usr/bin/php5 -q /var/www/froxlor/scripts/froxlor_master_cronjob.php --letsencrypt --force 1 Note the --force on the command, I looked at the PHP file, tha...
Comment out: if major == 0 and minor < 27: errors.append("Your MythTV server is version %s - this plugin is developed for version ...
That plugin works, you can download it here. You have to modify the stream.php file, my working modified version is below. <?php error_reporting(E_ALL); ...
Don't use displaycal-apply-profiles, it apparently doesn't work. Use dispwin -d1 "/home/xxx/GW2250 #1 2017-11-25 22-13 2.2 F-S XYZLUT+MTX/GW2250 #1 2017-11-...
Not surprising, it uses Java. It's easy, download the Fedora RPM. Extract it, I right clicked it, and selected Extract to folder, made a new folder. Then co...
All you have to do is add some lines to your win10.xml file, then add your user to the input group, and then click ctrl + ctrl the right and left one, and it...
Click Windows Key + R, and run colorcpl. Then click Advanced, click the button on the bottom "Change system defaults...", click Advanced again, and under Dis...
Use NextPVR to record and view live TV from the HDHomeRun. Then use the Plex NextPVR plugin. Then put Plex on the Roku, after you configure it. If you go to ...
Post a picture of your flaccid dick. That should get you some traffic. Well, the picture will get traffic, direct links or embeds of it. I need to take a pic...
My script works, to hide all posts with the s word, or any word with the s word in it. It takes one SQL query to do it. UPDATE wpsw_posts SET post_status = ...
That might allow me to restore it. But why doesn't using eRecovery work? There's two recovery images in the UPDATE.APP. I'll try the first one first. eRecove...
wget https://patchwork.ozlabs.org/patch/745715/raw/ -O apple1.patch wget https://patchwork.ozlabs.org/patch/745714/raw/ -O apple2.patch wget https://p...
Didn't know that module was free, the paid NGINX has something that does that. Use NGINX Helper, and set it to URL, then use fcgiwrap. Change the user and gr...
Edit /etc/makepkg.conf. That is assuming you are using makepkg. Add "MAKEFLAGS='-j17'" to it. And be amazed at how fast it compiles stuff. Did it take less t...