Posts tagged as:

regular expression

Describes how to flush email queue from a shell prompt under UNIX / Linux operating system.

{ 10 comments }

So how do you restrict or deny access by IP address using Lighttpd web server?
Lighttpd has mod_access module. The access module is used to deny access to files with given trailing path names. You need to combine this with remoteip conditional configuration. Syntax is as follows:
$HTTP["remoteip"] == “IP” : Match [...]

{ 11 comments }

How do I rename multiple files at a shell prompt under Linux or UNIX operating systems?

{ 30 comments }