Wordpress is one of my favourite blog engines because it’s easy and supports many plugins. Wordpress also available in multi-user mode which means a single Wordpress installation will cover many users with their own subdomain. This howto will show the steps taken to install Wordpress wpmu on a server running FreeBSD [...]
Smbind is a PHP-based software tool for managing DNS zones for BIND via the web interface. This supports the per-user administration of zones, error checking, and a PEAR DB database backend.
1. INSTALLATION
Please download the smbind tar file from the download section using wget.
# wget http://jaist.dl.sourceforge.net/sourceforge/smbind/smbind-0.4.7.tar.gz
# tar -zxvf smbind-0.4.7.tar.gz
# cd smbind-0.4.7/
You will need to create a [...]
So your users need access to Exchange and data from outside your organisation. Sure you can set up RPC over HTTPS and various other tools to access the data. I just find OpenVPN very good, convenient and reliable.
And after battling to find a good simple HOWTO, I put this together. It’s a quick and nasty [...]
Question:
I need to be able to copy one file to multiple directories, the only problem is the multiple directories have item that is unknown.
So I have a file that is located in c:\folder1\somefile.txt
I want to copy this file to the users home directories:
\\server\homes\user1\folder1\
\\server\homes\user2\folder1\
\\server\homes\userA\folder1\
\\server\homes\userX\folder1\
\\server\homes\user5\folder1\ …..
Everything is the same except the user name changes
How can this be [...]