linux

webdav

Since release 2.2.30 of ISPConfig, WebDAV is available. Here is my “learning curve” how to enable it.

Enable webdav in reseller

The reseller must have the right to enable WebDAV on a domain. Go to the Limits tab of the reseller and enable WebDAV.

SoftRAID

 

Sources

 

Show details of a RAID partition

List the details of a RAID parition. Replace ''/dev/md0'' by the right device:

/sbin/mdadm --detail /dev/md0

 

iptables

List active rules

iptables -L -n

source: http://forums.serverbeach.com/showthread.php?t=2241

 

Block single IP address

As root run this command:

iptables -I INPUT -s <IP2BLOCK> -j DROP

To undo this:

iptables -D INPUT -s <IP2BLOCK> -j DROP

source: http://forums.serverbeach.com/showthread.php?t=2241

Shutdown Linux server with shutdown user

How to enable the shutdown user on RedHat Enterprise Linux (and alike systems) so it can be used to shutdown the system without having to use the root user?

Set a password for the user:

passwd shutdown

Edit the file ''/etc/sudoers'':

Rip Stream To MP3

How to rip an audiostream to MP3? I will take an example with my favorite radiostation di.fm.

First, get the file with all systems that broadcast the right channel and I take “Vocal Trance” as an example.

Syndicate content