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. […]
Category: Centos
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. […]
When using OpenVZ, getting the VLAN working properly inside the container can be a tricky. This procedure will use a script hooked into OpenVZ to automate the management and creation of VLANs on a Centos 6.x host node running OpenVZ. Prerequisits The package vconfig must be installed The package bridge-utils must be installed Obviously, the […]