Month: October 2013
-
PPTP Ubuntu
PPTPServer This guide has been tested with Ubuntu 12.4.2 LTS Server. Setup PPTP Server First we need to install pptp server using apt-get # sudo apt-get install pptpd Then we need to configure the pptpd. # sudo nano /etc/pptpd.conf Add server IP and client IP at the end of the file. You can add…
-
Move an existing SVN repository
How do I move an existing SVN repository? 1. On your server machine where the repository is now, run svnadmin dump /path/to/the/svn/repo > mydumpfile 2. Put that file (mydumpfile) somewhere 3. Create a repository in new location. 4. Import the dump file (mydumpfile) by running: svnadmin load /path/to/repo/on/ < mydumpfile
-
WHM domain owner
Please run the following command in root SSH: /scripts/whoowns domain.com Where domain.com is the domain name in question. If it doesn’t show any ownership, then move the following files: cd /etc mv userdomains userdomains.bak mv trueuserdomains trueuserdomains.bak mv domainusers domainusers.bak At that point, run the following script and recheck ownership for the domain: /scripts/updateuserdomains /scripts/whoowns domain.com If…