nturns
nturns
I removed the MyApp namespace, moved everything to the base directory, and got around the problem above identified by WyriHaximus. But now when I try to follow the idea given...
I solved this by using the example code on https://prodevsblog.com/questions/158171/how-do-i-use-a-ratchet-server-ioserver-object-after-run-executed/ In chat-server,php I replaced `$server = IoServer::factory(` and now my code is ``` $loop = React\EventLoop\Factory::create(); $socket = new \React\Socket\Server('[address:port]',...
I copied composer.phar to my home directory and ran the command `php ~/composer.phar require cboden/ratchet` which then worked and installed. I had been trying to run it from /var/www/html/ where...
Yes. /etc/usbguard# ls -l total 20 drwxr-xr-x 2 root root 4096 Nov 28 00:42 IPCAccessControl.d -rw------- 1 root root 922 Nov 28 00:42 rules.conf drwx------ 2 root root 4096 Nov...
My usbguard-daemon.conf has RuleFile pointing to where it actually is. ``` RuleFile=/etc/usbguard/rules.conf RuleFolder=/etc/usbguard/rules.d/ ``` The rules.d directory is empty. I moved rules.conf into rules.d/ and I changed "RuleFile=" to point...
That doesn't make sense.
To summarize are you saying Bluetooth is just a dummy connection but once Bluetooth is connected the Android apps go ahead and use the gnirehtet VPN for data? I will...