Category: Windows

Php Windows

Netbeans PHP Xdebugger

https://www.codewall.co.uk/debug-php-with-xdebug-on-netbeans/ Highlight all of the information on the page and copy it. Go to the XDebug Wizard tool. Paste the information into the Text Box input on the wizard tool page. Locate and click the ‘Analyse my phpinfo() output’ button. Download the provided module under Instructions Before pasting the below part make sure the ext downloaded is compatible […]

Linux Windows

Openvpn configuration ( debian server & client)

Server apt-get install openvpn go into /etc/openvpn/, make a directory easy-rsa ( mkdir easy-rsa ), then run the below command accordingly to your release version :- Wheezy cp -R /usr/share/doc/openvpn/examples/easy-rsa/2.0* easy-rsa/ Jessie and above apt-get install easy-rsa cp -R /usr/share/easy-rsa/* easy-rsa/ Edit /etc/openvpn/easy-rsa/vars bottom according to your organization. Then execute the following command # cd […]

Back To Top