James Willhoite
James Willhoite
@mtoigo This worked for my HL-L2300D. I followed your instructions and now I'm printing. My RPi4 did not have pdf installed. I had to install that, and the cups-dev package...
This is something I've worked on, I've got it working for Linux Computers, but haven't had a chance to test and modify for windows computers. You can take a look...
You can configure them with command line variables. Look at `./wireguard-ui -h` to see all the command line variable you can set.
I'm on Ubuntu 22 and changing this file worked for me
It shouldn't matter, but try restarting the UI after you make the change. I have mine running from ~/wgui as a service. The permission on the file is -rw-r--r-- and...
Same thing with Ubuntu 22.04.1 the rules do not survive reboot. the /etc/alternatives/iptables pointed to iptables-nft. I modified to point to iptables-legacy. We'll see if this works. It is a...
I know this is old, but I was able to successfully add a custom X-Header to my Message. And I was searching for a solution myself. You must add a...
This is old, but you do not have a "use" statement for ItemResponseShapeType. Or you have to fully qualify the Namespace for that object. `$request->ItemShape = new jamesiarmes\PhpEws\Type\ItemResponseShapeType();` `$request->ItemShape->BaseShape =...