Introducing ZoneCloud
ZoneCloud, DNS Clustering for Web servers done right.
What is zonecloud?
ZoneCloud (or zCloud) is the very first panel agnostic and distribution independent solution. – It consists of three parts:
ZoneCloud Controller receives DNS records from your web servers and pushes them to DNS servers (Nodes / zCloudNode).
ZoneCloud Agent The Agent …Read More
Make Samba Go Faster
Make Samba Go Faster
After installing a wired gigabit network in my house I tested the performance in the network using shares (Windows – samba installed centos 7). I got around 500-600MBit/sec in read speeds and about 600-700MBit/sec in write speeds. But why ?
After looking at the samba configuration file I saw …Read More
Chmod all files to 644 and all folders to 755 of a directory
Why to chmod ? Using suPHP or FastCGI you gonna notice that they need special permissions. In dso for example 777 is the default. Having those permissions using suPHP is first
dangerous and secondly
not recommended
Especially when almost all providers forbid 777 when using suPHP. So we need to change permissions at …Read More
Add, Delete, and Grant Sudo Privileges to Users on a FreeBSD Server
How can I setup and grant sudo privileges to users on a FreeBSD VPS or server?
The sudo command allows a very small delegation of power to users other than the root user. This is good tool if you have many users, logging everything the users do with privileges, and you …Read More