======
Basic installation and configuration about Ubuntu 16.04 and Windows 10 on VMWare Fusion
- Create users and groups for both OS
- Install softwares on Windows 10 ..1. IIS Web Server ..2. [BGInfo] (http://technet.microsoft.com/en-us/sysinternals/bb897557.aspx)
- Files and Permissions
Get-Childitem -Recurse | Get-Acl | Format-List
-
Ubuntu 16.04 and VMWare Tools
-
Ubuntu softwares ..* Mozilla Firefox (firefox) ..* Mozilla Thunderbird (thunderbird) ..* Apache Web Server (apache2) ..* Synaptic Package Manager (synaptic) ..* GUFW Firewall Management Utility (gufw) ..* Conky (conky)
-
File and Permission
ls -lR
using puppet to Configure Ubuntu and Windows
- set up a remote connecetion ..* windows, using Remmina on Linux to test ..* ubuntu SSH, using PUTTY on Windows to test
- set static IP address
- set up a DNS server using bind9 on Linux server
- set up DHCP server install isc-dhcp-server
- Install an SNMP Daemon
- install Wireshark to capture packets ..* A DNS standard query ..* A DNS standard query response ..* An ICMP Echo (ping) request ..* An SNMP get-next-request packet for an item within the ICMP MIB section ..* An SNMP get-response packet for an item within the ICMP MIB section ..* An HTTP 301 Moved Permanently Redirect response ..* An HTTP Basic Authentication Request
to set a Ubuntu client and a Ubuntu server as well as Windows. Lab includes RDP,SSH for remote control. And setting up DNS server on Ubuntu and DHCP (which is frustrating :) Finally, we use SNMP to grep loads of information. And using Wireshark to capture packets based on different protocols
- Configure your Windows Server as an Active Directory Domain Controller
- Add a Windows 10 VM to your new Domain
- Set up an OpenLDAP server for Linux
- Configure an Ubuntu VM to Authenticate using your OpenLDAP server
- Query your Active Directory and LDAP servers using LDAPSearch
ldapsearch -LLL -H ldap://<AD_IP_address>:389 -b "dc=cis527<your_eID>,dc=local" -D "cis527<your_eID>\Administrator" -w "cis527_windows"
ldapsearch -LLL -H ldap://<OpenLDAP_IP_address>:389 -b "dc=cis527<your_eID>,dc=local" -D "cn=admin,dc=cis527<your_eID>,dc=local" -w "cis527_linux"
- create two droplets
- Configure virtual servers
- Configure the Firewall, Timezones & NTP
- Set up Wordpress
- Set up SSL Certificates
- Install & Configure ZNC
- File server, application server and mapping drive for Windows and Linux
- virtual hosts for Apache