When faced with testing applications, it is much easier to load an appliance. This will avoid the time sink of figuring out how to configure everything before you know if the software is what you want. In this case, I am going to test out Bareos Backup software on a Centos 7.0 KVM enabled server. […]
Month: August 2015
The problem is windows does not allow you to specify multiple username/passwords for mapping network drives. Consider connecting these folders: \\10.1.1.1\path1 username: sam \\10.1.1.1\path2 username: bob When you connect to the first path, it will ask for the username/password for sam. When you try to connect to the second path, it will simply tell you […]
After installing samba, take the following steps to add a samba share for a user. 1. In ISPConfig admin, click sites, select the domain and add a shell user. Note the password. 2. Add an appropriate config to /etc/samba/smb.conf Example Data: Client Name: someclient Domain Name: example.com Directory for example.com: /var/www/clients/client2/web2/web Shell username: example_s1 3. […]