Installing VSFTPD
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 […]
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 […]
Copyright © 2024 | WordPress Theme by MH Themes