How to convert voices recorded on iphone into Cisco UCCX supported format?

Cisco UCCX supports .wav audio files with attributes of CCIT U-Law, Sample Size: 8bit and Sample Rate: 8KHz However iphone’s Voice Memo app generates audios…
Fortigate CLI

Setup Forticlient Remote Access VPN in FortiGate Firewall

Please read carefully –  All FortiGate appliances are bundled with 10 free license of managed Forticlient that performs ‘Compliance Check’. If you go beyond 10,…

Configure Paloalto Firewall to access External Dynamic List – Series II

Series II Configure Paloalto Firewall to access External Dynamic List We are assuming that your feed server is running on your local network and the…

Setup your own IP Feed in your LAN – Series I

Series I Firewall Feed is an open source web based tool written on PHP to setup and manage your own IP address feed in your local…

How to troubleshoot an issue of F5 redirecting Exchange OWA Web address to direct host name of CAS Server

Problem is When you access Outlook Web Access (OWA) as for example https://mail.itadminguide.com, F5 redirects your request to actual CAS server address, https://hubcas1/owa instead of retaining…

php – Class ‘COM’ not found

COM and DOTNET are not available by default in PHP Core, php.ini.  You have to manually add COM support to PHP if you face issue.…

Handling Text file in PHP

After so long time, I was coding in PHP to write certain user inputs in a text file (.txt). Here are the codes that may…

How to quickly import CSV file into MySQL table

Import CSV into MySQL This is a simple version of LOAD DATA command to import simple CSV file into MySQL table. It look only .02…