Scenario “Over 2 billion people will be viewing the Cricket World Cup which will be played in Australia and New Zealand in 2015. Your job is to evaluate how virtualised…Continue readingNetwork Design Assignment 3
Creating a Preseed.cfg File #### Contents of the preconfiguration file (for squeeze) ### Localization # Preseeding only locale sets language, country and locale. d-i debian-installer/locale string en_NZ.UTF-8 d-i debian-installer/splash boolean false…Continue readingAutomated Server Deployment
BASH (Bourne-Again Shell)– Scripting 101 – BASH scripting is a very useful tool for automating tasks on a Unix system, it can be used for anything from resetting passwords, to…Continue readingBASH Scripting
How to Install LAMP in Ubuntu 1. Install Apache To install Apache you must install the Metapackage apache2. This can be done by searching for and installing in the Software…Continue readingLAMP Install
Apache2 Configuration To setup virtual hosts, we need to setup DNS zones. Go to /usr/local/samba/private/dns/ directory and edit patan.t311.zone file. Add these records at the bottom of the page. …Continue readingApache2 Setup
Samba 4 First we need to install bind9 and edit the named.conf.option file to forward queries to DNS server. apt-get install bind9 resolvconf dnsutils Edit the fle: /etc/bind/named.conf.options forwarders {…Continue readingSamba 4 Install
Setup mail server on Ubuntu 14.04. This tutorial explains how to setup mail server on ubuntu 14.04 using postfix,dovecot and squirrelmail. Please replace with your domain . Installing and configuring postfix Step 1…Continue readingSetup Mail Server
OPENVPN ON UBUNTU SERVER 12.04 OR 14.04 USING TAP. This article will guide you in a basic OpenVPN installation on an Ubuntu server running 12.04 or 14.04 using a TAP…Continue readingOpen VPN Setup
Install DNS Server Role in Server 2012 To add a new role to Windows Server 2012, you use Server Manager. Start Server Manager, click the Manage menu, and then select…Continue readingServer 2012 DNS Setup