
Installing PEAR for PHP
Installation For Windows: To update your PEAR installation, request http://pear.php.net/go-pear in your browser and save the output to a local file go-pear.php. Assuming you have […]
Installation For Windows: To update your PEAR installation, request http://pear.php.net/go-pear in your browser and save the output to a local file go-pear.php. Assuming you have […]
We have now adoped Selenium for automated web application testing. This increases the quality level of our software and generates better confidence for our clients.
1.Install it from the ports cd /usr/ports/ftp/vsftpd make config make install clean 2.Edit the vstfpd.conf file in /usr/local/etc/vsftpd.conf to customize the settings 3.To run it […]
$image_url = “http://example.com/image.jpg”; $ch = curl_init(); $timeout = 0; curl_setopt ($ch, CURLOPT_URL, $image_url); curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout); // Getting binary data curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, […]
There is a very simple way of doing this. We use the find command to get all the s/.v .svn folders in a folder. The […]
A reference list of all installed apps required for use on FreeBSD 8.0 or later abiword – Word processing application aterm – Better alternative to […]
We have beta launched Spara – a free online service for taking backups of your Facebook data. This should be a godsend for people who […]
Sometimes we may make a mistake in the rc.conf file – either a syntax error or loading something which causes the system to crash. In […]
If after installing Apache and starting the server the following message shows in the error logs and the apache server does not start: hostname nor […]
The commands are given below. Though this was used to install mysql 5.5.4 , it is applicable to older versions also (and perhaps newer ones […]
Copyright © 2025 | WordPress Theme by MH Themes