Minimalite - minimalite.com - MINIMALITE

Latest News:

Use netstat to find which process is listening upon a port 4 Dec 2012 | 04:48 pm

If you want to know which process is listening upon a port you can use netstat command (that shows also the udp sockets) with the following parameters: netstat --tcp --udp --listening --program Or: ne...

PHP Function To Include Trailing Character 21 Nov 2012 | 04:27 am

Simple PHP function used to add the trailing character: function includeTrailingCharacter($string, $character) { if (strlen($string) > 0) { if (substr($string, -1) !== $character) { return $string . $...

PHP Function To Include Trailing Character 21 Nov 2012 | 04:27 am

Simple PHP function used to add the trailing character: function includeTrailingCharacter($string, $character) { if (strlen($string) > 0) { if (substr($string, -1) !== $character) { return $string . $...

Free Network Tools with Toolsvoid.com 19 Nov 2012 | 05:39 am

I highly recommend a free service that has a lot of online network tools useful for website owners, webmasters and system administrators, that include IP address lookup, domain to IP address, HTML pag...

Free Network Tools with Toolsvoid.com 19 Nov 2012 | 05:39 am

I highly recommend a free service that has a lot of online network tools useful for website owners, webmasters and system administrators, that include IP address lookup, domain to IP address, HTML pag...

Add Page Attributes Menu Order to Custom Post Type 18 Nov 2012 | 04:58 am

You may want to allow your clients to be able to set the order of specific custom post types, such as slider images. To do this you just need to add page-attributes in the supports array: $supports = ...

Add Page Attributes Menu Order to Custom Post Type 18 Nov 2012 | 04:58 am

You may want to allow your clients to be able to set the order of specific custom post types, such as slider images. To do this you just need to add page-attributes in the supports array: $supports = ...

How To Solve Activation Issue with XenCenter Server 8 Nov 2012 | 08:43 pm

If you use XenCenter for Microsoft Windows to manage your Virtual Machines and you cannot activate the license of your server, I would recommend you to look at the log file that is located here: C:\Us...

How To Solve Activation Issue with XenCenter Server 8 Nov 2012 | 08:43 pm

If you use XenCenter for Microsoft Windows to manage your Virtual Machines and you cannot activate the license of your server, I would recommend you to look at the log file that is located here: C:\Us...

Download First N Bytes with cURL in PHP 4 Nov 2012 | 04:44 am

To download a range of bytes with cURL we can use: curl_setopt($ch, CURLOPT_RANGE, '0-500'); But if a server ignores the header, cURL will download all the file. To solve this problem we can use a cal...

Recently parsed news:

Recent searches: