Skip to content

Vivek's Blog

  • About Me

Tag: cPanel

Linux

How To Install Subversion On cPanel Server With Apache

Vivek December 10, 2012

This guide will help you to install SVN on a cPanel based server and configure it with Apache for ease of access. In this tutorial, we will focus on creating multiple repositories instead of a single repository.   Prerequisites This setup is for servers with cPanel/WHM only. This can be installed on any cPanel/WHM server.…Continue reading How To Install Subversion On cPanel Server With Apache

cPanel/WHM

How To Add SPF And DomainKeys on cPanel Servers

Vivek December 7, 2011December 7, 2011

This code snippet is the simplest way to add SPF and DomainKeys on a cPanel server for all the accounts [bash] for i in $(ls /var/cpanel/users) do echo Installing Domain Keys on $i /usr/local/cpanel/bin/domain_keys_installer $i; echo Installing SPF Records on $i /usr/local/cpanel/bin/spf_installer $i; done [/bash]

Misc

Just Moved My Blog To A Separate VPS Powered By Nginx Web Server

Vivek December 1, 2011December 5, 2011

My Blog has received around 900 page views for the last 7 days! Today I noticed that my blog is loading slow when I tried to post an article and upload some images. The blog was on a cPanel VPS. As you may already know, cPanel is a resource hog and hosting WordPress on a…Continue reading Just Moved My Blog To A Separate VPS Powered By Nginx Web Server

Recent Posts

  • Backblaze B2 + RClone for power users – automatically backup data to cloud – encrypted
  • How I reduced the docker image size by up to 70%?
  • Azure AKS – Kubernetes Dashboard with RBAC Enabled
  • Setup scalable graylog on Azure Kubernetes (AKS) with Private IP and Nginx Ingress Controller
  • Setup graylog locally on Windows/Linux/Mac

Categories

  • Applications
  • AWS
  • Azure
  • cPanel/WHM
  • CSS
  • Docker
  • ExtJS
  • JQuery
  • Kubernetes
  • Linux
  • Misc
  • Music
  • Nginx
  • PHP
  • Ubuntu
  • Uncategorized
Proudly powered by WordPress | Theme: Amadeus by Themeisle.