Search and replace with ed ed can be used in place of sed to modify a file directly.. The format is straightforward if you have an example. Here is an example that changes the mailquota size for Maildir++. # cat…
Category: Linux
Setup server-status handler on Apache 1) Download rstatd.2) Build and install rstatd: $ tar xvzf rstatd.tar.gz $ cd rpc.rstatd $ ./configure –prefix=/usr $ make # sudo su # make install 3) Add a line to /etc/hosts.allow to allow certain hosts…