Week One Journal Date: January 10 th 2018 Start Time: 1:50pm Stop Time: 2:30pm

Size: px
Start display at page:

Download "Week One Journal Date: January 10 th 2018 Start Time: 1:50pm Stop Time: 2:30pm"

Transcription

1 Week One Journal Date: January 10 th 2018 Start Time: 1:50pm Stop Time: 2:30pm Task: Setup Hardware -Go through hardware needed and gather the necessary equipment -Check all requested equipment for physical flaws -Test all the equipment to ensure they work -Write down serial numbers of borrowed equipment Result: Setup obtained and optimized Assisted by: Jason Fisher

2 Week Two Journal Date: January 13 th 2018 Start Time: 6:00pm Stop Time: 7:15pm Task: Create network topology -Make a rough copy of the topology -Open Visio and add the necessary equipment to the diagram -Draw connectors to show the flow of data -Cannot find any pre-installed Visio shapes that could be used for a finger print scanner -Research how to import images into a Visio diagram -Find an image that will work to resemble a scanner, ensure that it is a blue image so it matches the others -Label each component of the diagram -Add a title to the top the topology -Save the topology Date: January 16 th 2018 Start Time: 1:00pm Stop Time: 4:00pm Date: January 17 th 2018 Start Time: 2:00pm Stop Time: 4:45pm Result: Network topology completed Lessons Learned: Images can be imported into Visio if you are unable to find an appropriate pre-installed image Task: Research the fingerprint scanner capabilities -Found some really good information on directdial.com, recorded and cited the relevant information and placed in a report - Found another article on bromba.com, read through and recorded the key information into the report Result: Gain knowledge about how the scanner works and create a report outlining these findings Lessons Learned: This scanner is very powerful and provided a very high quality fingerprint scan. However the scanner does not support USB 3.0 which may impact transfer speeds Task: Continue researching the fingerprint scanner capabilities -Read on newegg.com that the scanner is the only fingerprint scanner to be FIPS 201 certified. -Conduct additional research on FIPS 201 certification -Add findings into the report -Formatted the report so the information flows better and add a reference page Result: Report on the scanner is complete Lessons Learned: FIPS is the United States Federal Government s standard that specifies personal identity verification certification

3 Week Three Journal Date: January 23 rd 2018 Start Time: 1:00pm Stop Time: 2:30pm Task: Setup Server -Install Microsoft server 2016 ISO -Create a bootable USB from the ISO -Install the image on the server -Create an administrator account and password -Set the time on the server -Turn off the server Date: January 23 rd 2018 Start Time: 2:30pm Stop Time: 4:00pm Date: January 24 rd 2018 Start Time: 2:00pm Stop Time: 3:15pm Result: Server now has an operating system Task: Database hosting research -Look in to which program will be the best to host -Research if MyPhpAdmin will work with python -Compared WAMP with XAMPP -Decided as a group to go with XAMPP as it is more versatile -Download the latest version of XAMPP on to a USB so we can transfer the executable on to the server at a later point -Create a rough idea of how the database will look and began discussing which values must be included and which value to use as primary and foreign keys among the tables Result: We now have a better idea of how the database and tables will be set up and managed Lessons Learned: Python can be used to manage any SQL database including myphpadmin. Task: WAMP on the server -Install the 64 bit executable on a USB -After the download completed, we got a missing DLL error -After googling the error, we found that Microsoft visual studio 2012 was missing (we only installed 2017) -Install the missing files -Uninstall WAMP -Re-install WAMP -Install complete, no errors, reboot server Result: WAMP in now installed in on the server Lessons Learned: N\A

4 Date: January 24 rd 2018 Start Time: 3:15pm Stop Time: 4:30pm Task: Research on to read in data from a finger print scanner -Found an already build exe that works, further investigation on how this program work will need to be conducted -Research how to read data from a finger print scanner using python -Found a good article on that discusses using a fingerprint scanner with a Raspberry Pi and coding with python Result: Learned that python has a pre-built finger print library which will be huge help for our project

5 Week Four Journal Date: January 30 th 2018 Start Time: 1:00pm Stop Time: 2:30pm Date: January 30 th 2018 Start Time: 2:45pm Stop Time: 3:45pm Date: January 31 th 2018 Start Time: 2:00pm Stop Time: 3:30pm Task: Research fingerprint storage templates -Found a helpful article on stackoverflow.com, from this narrowed down the choices to BLOB and SHA-2 -Conduct more research on BLOB and using it in a database -Research SHA-2 and storing them in a database -Record findings in a report Result: SHA-2 strings to store and compare users fingerprints is a better option for the project as it is more secure and also contains less data then a BLOB. Lessons Learned: SHA-2 has the ability to store fingerprint templates in a 64bit string, which is significantly smaller the BLOB, as well as there are algorithms to compare SHA-2 strings in a percent. Further research will need to be done on this. Task: Research operating systems for the Raspberry Pi -Research different light weight Windows OS that will be comparable with the Pi -Compare the pros and cons on Linux vs Windows OS. -Found on Microsoft site that they recently released a version of windows 10 called IOT core, which is designed to work on small devise such as a Raspberry Pi. -Windows IOT has many downsides including lack of driver support and supported applications are very limited. -Decide that Raspbian is a better option for the project, since we has experience with it, as well it more versatile Result: Raspbian will be used for the Pi Lessons Learned: Windows 10 IOT core is very limited in functionality, Raspbian is more robust and will work better for this project Task: Research hash match algorithms that can be used to compare fingerprints -After some online research, it becomes clear that these algorithms are very complex, and devolving our own is going to be out of scope for this project -Begin to look for pre-existing algorithms are open source -Found an article on which lead me to github.com. -Found a python program that should work to compare incoming data from the scanner with the fingerprint templates stored in the database -Since the Pi is not working yet, I tested the code on a VM, however VMWare would not recognize the scanner as a device so I was unable to test if this code will work. Result: We know have a better understanding of how fingerprint templates are compared. Lessons Learned: may have some code that we can use as a base, however we will have to wait until the Pi is functional to test it.

6 Date: January 31 th 2018 Start Time: 3:40pm Stop Time: 4:40pm Task: Research how to prompt for scanner input using python -Found an article on stackoverflow.com that discusses python and fingerprint scanner. -Python has a built in fingerprint scanner library which will bridge the gap between the hardware and the software -Found an example enrolment program in gethub.com -Read through the examples and broke them down to try to understand how to make calls to request scanner input Result: I know have a better understanding of how to use Python to control a fingerprint scanner Lessons Learned: f = PyFingerprint('/dev/ttyUSB0', 57600, 0xFFFFFFFF, 0x ) can be used in python to initialize the scanner, after the fingerprint library is installed while ( f.readimage() == False ): can be used to create a loop to read in fingerprint.

7 Week Five Journal Date: February 6 th 2018 Start Time: 1:00pm Stop Time: 2:30pm Date: February 6 th 2018 Start Time: 2:45pm Stop Time: 3:15pm Task: Install Raspbian OS on the Raspberry Pi -Formant the SD card -Install the image into the SD card -Boot the PI -Monitor was not working with the Pi, talked to Jason, he gave us a new HDMI adaptor, problem solved -Walk thought the install process and wait for the install to complete -Install complete Result: Raspbian is now installed on the Pi Assisted by: Jason Fisher Task: Setup and configure the Pi -Set up user account -Assign root password -Setup Auto-login -Connect the Pi to SAITs WIFI -Install gedit Result: Raspberry Pi is now ready for use Date: February 7 th 2018 Start Time: 2:00pm Stop Time: 4:25pm Task: Research reading in fingerprints -look into python libraries that will work with the scanner -Very few python modules on fingerprints -Explore other languages that can be used interface with the scanner -Found a good article on stack overflow recorded the information in a work document -C may have some library s that will work with the scanner Result: C may work as a language for use with the scanner Lessons Learned: The fingerprint scanner is very complex and it may time some time before we are able to interface with it.

8 Week Six Journal Date: February 13 th 2018 Start Time: 1:00pm Stop Time: 3:30pm Date: February 14 th 2018 Start Time: 2:15pm Stop Time: 4:45pm Task: Research the fprint library -Look into how this program works. -Install it on the Pi -Tried with the fingerprint scanner, however there are errors with the scanner being detected -Research the issue, found that the fprint library does not have the drives for this scanner -Look into how to install the needed drives for the scanner on Linux OS Result: Learned how fprint works Lessons Learned: fprint library does not contain the drives needed for out scanner, further research will need to be done in order to use the scanner Task: Research using the 710 scanner with Linux -Found a helpful article on -Install the latest version of libfprint which contains updated drivers -This did not help, still having the same problem -Looked online for the drivers, but -was unable to find anything that worked - ed their tech support to request additional help Result: Still no way to communicate with the scanner from the Pi Lessons Learned: Additional drives will be needed for the scanner to work Date: February 18 th 2018 Start Time: 1:15pm Stop Time: 3:30pm Task: Scanner integration -Received a reply from Eikon support, saying that basically the only way to use this scanner on Linux is to buy a SDK, which costs around $10,000 -Since this is way out of budget, we will need to find another solution for fingerprint scanner Result: Will need to conduct research on a new fingerprint scanner to use Lessons Learned: Even though the 710 scanner is sold and marketed towards Linux, it does not have any native support. Learned that you need to be careful when reading product information online as it may be misleading

9 Week Seven Journal Date: February 19 th 2018 Start Time: 8:30am Stop Time: 10:30am Date: February 22 th 2018 Start Time: 7:45pm Stop Time: 8:15pm Date: February 22 th 2018 Start Time: 8:30pm Stop Time: 9:15pm Task: Research a new fingerprint scanner that we can use for the project -Found a scanner that looks promising on Amazon, the optical fingerprint scanner -After reading reviews and doing some research on this scanner, decide that it will work for our project, the cost is also very low Result: Ordered a new fingerprint scanner that will work with the Raspberry Pi Task: Setup the new scanner -After the scanner arrived, unpacked it and inspected it for any damages that may have occurred during transport -The scanner has six different color wires that will need to be placed into the TTL to USB adaptor -Look online for a wiring diagram found one at -The exposed wire is too short, they are striped to ensure a good connection -Plug in all the cables and use fprint to ensure that it hooked up correctly -Success, the scanner works! Result: New fingerprint is working on the Raspberry Pi Lessons Learned: The wiring for the scanner is simple, only needing to use 4 of the 6 wires, with a diagram available at Task: Secure the wires -The wires from the scanner seem lose and will need to be secured - Since the wires are so small, soldering them will be too difficult -Decide the electrical tape should work -Carefully wrap each wire to ensure that it will stay in place -After all the wires are secured, test the scanner again to ensure the connections are still together -After ensuring that the connections are good, place electrical tape over the two unused wires to keep them safe -Tape all the wires together to reduce stress on the wires further prevent them from becoming disconnected Result: The wires are now secure

10 Date: February 27 th 2018 Start Time: 1:10pm Stop Time: 2:35pm Date: February 27 th 2018 Start Time: 2:40pm Stop Time: 3:15pm Date: February 28 th 2018 Start Time: 2:10pm Stop Time: 4:45pm Task: Research connecting python to a MYSQL database -Found an article that may be helpful at -Will need to install mysql-python library on the Pi -Found another article that was helpful at -Found another helpful article at Result: I know have a better upstanding of the library s needed and the basic code structure needed to establish a connection to a SQL database from python Lessons Learned: The mysql-python library will need to be imported to establish a connection, however the rest of the code is similar to establishing a connection on PHP Task: Research using python to send sub-routines to a database -Found some helpful links on stackoverflow.com that may be helpful -The python code for prepared statement is very similar to PHP, so this will reduce the knowledge gap. -Will have to wait until the Pi is able to connect to SQL database before I am able to verify that the SQL query and subroutines work Result: Now have a good idea of how to use python to request and send data from a SQL database Lessons Learned: cur.execute("select * FROM TABLE") can be used in python to query a SQL database and cur.execute("insert INTO table VALUES(X,TEST)") can be used to update data in a table Task: Configure the Pi to be compatible with SQL -Install python-mysql on to the Pi -Restart the Pi after the update -Create a skeleton script to verify that it is working properly -The script executed without any errors however it was unable to connect to the server and create the connection to the table Result: The Pi is now ready to connect to the SQL server database Lessons Learned: The code needed to connect to a SQL database in python is similar to PHP code a connection can be made using the following code: import MySQLdb db = MySQLdb.connect(host=" ", user="root", passwd="password", db="tablename")

11 Week Eight Date: March 6 th 2018 Start Time: 1:10pm Stop Time: 2:30pm Date: March 6 th 2018 Start Time: 2:35pm Stop Time: 4:10pm Date: March 7 th 2018 Start Time: 2:10pm Stop Time: 3:00pm Task: Edit server setting to allow for remote WAMP connection -Assign a static IP of to the server -Assign a static IP of to the PI -Edit the Apache httpd.d file and change the server IP from localhost to the actual static IP address -Open port 80 and port 3306 on the server -Change the root folder permissions to allow access from the PIs IP address -Now able to access phpmyadmin from the PIs web server! Result: The PI can now connect to the server through WAMP Lessons Learned: Port 3306 is used for SQL database on WAMP Task: Use python scripts to connect to the database -Edit the connection test script that was created earlier, change the IP and username to reflect the changes on the server -Run the script, and got an error saying that the host is not allowed to connect to this MYSQL server, error code Research the issue -Found a video that says creating a new account on myphpadmin should resolve the problem -Create a new user account and update the python script with the new user name -Re-run the script, now getting an error saying Cant connect to MYSQL server on with an error code of Disable the firewall on the server to see if it is causing problems -Re-run the script, however still getting the same error -Turn the firewall back on in the server -Edit the mysql conf file and add an entry for with the Pis IP address -Run the script again, now getting error 1045, saying that access is denied despite the correct password and username are being used -Install telnet on the Pi -Try to telnet into the server IP using port It works which means that the problem must be with the SQL since the network does not appear to be causing any problems -Further research on what is causing this problem will need to be done Result: N/A Task: Troubleshoot the remote SQL connection error -Found an article on stackover.com which may be helpful, -Check user privileges on myphpadmin to ensure that the user has full permissions -Found that global privileges in the user configuration on the myphpadmin user account was not selected -Change the settings to enable global privileges -Re-run the python script on the Pi to test the changes -Success, the Pi cannot connect to the database

12 Result: The pi is not able to connect to the database Lessons Learned: Global privileges must be enabled in order for the user to access the database from a remote host. By default this is turned off so the user is only able to login from the local host Date: March 7 th 2018 Start Time: 3:15pm Stop Time: 4:30pm Task: Configure the Pi to be able to print data from the database -Research how to print data from a SQL server using python -Found an article on -Implement some of the code into the connect script -Error running the script -Check the syntax and fix the error -Re-run the script, runs without errors and print the data from the SQL tables Result: The PI can now print data from the SQL tables Lessons Learned: The code needed to print the results of query using python is: cur.execute("select * FROM table") rows = cur.fetchall() for row in rows: for col in row: print "%s," % col

13 Week Nine Date: March 13 th 2018 Start Time: 1:05pm Stop Time: 2:00pm Date: March 13 th 2018 Start Time: 2:05pm Stop Time: 4:00pm Date: March 14 h 2018 Start Time: 1:25pm Stop Time: 1:45pm Task: Configure the Server for RDS -Install the AD role and follow the prompts -Promote the server to a domain controller -Restart the server -Create a new user -Enable remote connection on the server and allow them to have remote access -Test the remote connection from laptop -Success! Able to RDP from Laptop into the server Result: Remote access is now enabled and the server which will allow for remote administration Task: Start to build the admin website -Create a template for the HTML code -Connect to the database using HTML -Add entry in vhost and DNS so the site can be reached via name instead of IP -Test to ensure that the site can be reached via timesecure.com -Success, it works! -Add PHP to connect to the database -Add a search box where users can select the date what they want to view -Build a SQL query to test the functionality -Build a table for the returned data to be stored in -Test the site by using the sample data in the database -Success! The table returned the correct information the into the tables -Add some style tags in the HTML to format the table Result: Now have a basic shell for the admin site which can query and return data from the database and display it in a table from the database Task: Install additional tools on the server -Download and install notepad ++ -Download and install Google Chrome -Restart server Result: It will now be easier to edit web files on the server

14 Date: March 14 th 2018 Start Time: 1:45pm Stop Time: 5:00pm Task: Configure the site to be secure using SSL and add a page login -Install OpenSSL -Reboot the server -Create a folder called webcert -Generate a server key -Generate CSR -Edit the httpd.conf file to allow for SSL -Edit the ssl.conf file to add the directory to be secured -Test the site using HTTPS -Success! The site is secure Result: The admin site is now secured using SSL

Week One Journal Date: January 10 th 2018 Start Time: 1:50pm Stop Time: 2:30pm

Week One Journal Date: January 10 th 2018 Start Time: 1:50pm Stop Time: 2:30pm Week One Journal Date: January 10 th 2018 Start Time: 1:50pm Stop Time: 2:30pm Task: Setup Hardware -Go through hardware needed and gather the necessary equipment -Check all requested equipment for physical

More information

Documentation: We wrote down all equipment borrowed from SAIT with their serial numbers and the condition of all the items received.

Documentation: We wrote down all equipment borrowed from SAIT with their serial numbers and the condition of all the items received. Week 1 Journal Entry Gursharan Rattan Date: January 09, 2018 (Tuesday) Start time: 2:30 pm End time: 3:30 pm Initial Setup: It was the day 1 of our Capstone project. I got all the required equipment form

More information

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 From Cisco s website, here are the minimum requirements for CCP 2.7 and CCP 2.8: The following info comes from many

More information

Download and Installation Instructions: After WAMP Server download start the installation:

Download and Installation Instructions: After WAMP Server download start the installation: SET UP Instruction to Set Up a WAMP SERVER with MySQL and to Create a Database in My SQL and Connect from your PHP Script Download WAMP Server V 3.0 or higher from: https://sourceforge.net/projects/wampserver/

More information

I've installed Wampserver 2.1d on Windows 8.1 as it is the nearest in php mysql the rewrite_module option on Apache and uncommented the LoadModule.

I've installed Wampserver 2.1d on Windows 8.1 as it is the nearest in php mysql the rewrite_module option on Apache and uncommented the LoadModule. How To Install Joomla Module 2.5 On Wamp Server 2.1 Extensions Showcase Directory Translations Ideas 1 Create a Place on Your Remote Host to Install Joomla! 2.1 Upload all Files by FTP, 2.2 Upload a Compressed

More information

Instructor s Notes Web Data Management Web Client/Server Concepts. Web Data Management Web Client/Server Concepts

Instructor s Notes Web Data Management Web Client/Server Concepts. Web Data Management Web Client/Server Concepts Instructor s Web Data Management Web Client/Server Concepts Web Data Management 152-155 Web Client/Server Concepts Quick Links & Text References Client / Server Concepts Pages 4 11 Web Data Mgt Software

More information

Securing ArcGIS Services

Securing ArcGIS Services Federal GIS Conference 2014 February 10 11, 2014 Washington DC Securing ArcGIS Services James Cardona Agenda Security in the context of ArcGIS for Server Background concepts Access Securing web services

More information

Thank You for purchasing our firmware. This guide aims to guide you one step at a time to mod your Seagate Wireless Plus(W+)!

Thank You for purchasing our firmware. This guide aims to guide you one step at a time to mod your Seagate Wireless Plus(W+)! Thank You for purchasing our firmware. This guide aims to guide you one step at a time to mod your Seagate Wireless Plus(W+) Note that this documentation is written based on the mod version 4.0 on the

More information

Synchronizer Installation Notes and Examples

Synchronizer Installation Notes and Examples .1 November 2017 Table of Contents Pre-Install Integration Decisions Page 4 Synchronizer Installer Walk-Through Page 24 Synchronizer Integration Points Page 5 First Few Screens Page 25 Install-Time Integration

More information

Blog site (cont.) theme, 202 view creations, 205 Browser tools, 196 Buytaert, Dries, 185

Blog site (cont.) theme, 202 view creations, 205 Browser tools, 196 Buytaert, Dries, 185 Index A Administration, 157 backups and restore (see Backups and restore website) file system, 161 log files, 162 tasks, 157 updates and security patches, 165 user accounts, 166 Aggregator module, 218

More information

NetIQ Privileged Account Manager 3.2 Patch Update 2 Release Notes

NetIQ Privileged Account Manager 3.2 Patch Update 2 Release Notes NetIQ Privileged Account Manager 3.2 Patch Update 2 Release Notes January 2018 NetIQ Privileged Account Manager 3.2 P2 includes few enhancements and resolves some of the previous issues. Many of these

More information

Manually Mount External Hard Drive Windows 7 Not Showing In My Computer

Manually Mount External Hard Drive Windows 7 Not Showing In My Computer Manually Mount External Hard Drive Windows 7 Not Showing In My Computer I've just upgraded to Yosemite, and none of my external (USB) hard drives of the disk format, either Mac or PC, they are found, seen

More information

Thank You for purchasing our firmware. This guide aims to guide you one step at a time to mod your Seagate GoFlex Satellite(GFS)!

Thank You for purchasing our firmware. This guide aims to guide you one step at a time to mod your Seagate GoFlex Satellite(GFS)! Thank You for purchasing our firmware. This guide aims to guide you one step at a time to mod your Seagate GoFlex Satellite(GFS) Step 1 : GFS : Download the Seagate GoFlex Satellite Firmware 1.3.7.001.

More information

Apache Install Instructions Win7 7 Php Mysql. Phpmyadmin Linux >>>CLICK HERE<<<

Apache Install Instructions Win7 7 Php Mysql. Phpmyadmin Linux >>>CLICK HERE<<< Apache Install Instructions Win7 7 Php Mysql Phpmyadmin Linux sudo apt-get install libapache2-mod-auth-mysql php5-mysql phpmyadmin. And in particular Yeah, Test PHP instructions are still, or perhaps again

More information

Secure Communications Over a Network

Secure Communications Over a Network Secure Communications Over a Network Course: MITS:5400G Proffessor: Dr. Xiaodong Lin By: Geoff Vaughan 100309160 March 20th 2012 Abstract The purpose of this experiment is to transmit an encrypted message

More information

Kaseya 2. Installation guide. Version R8. English

Kaseya 2. Installation guide. Version R8. English Kaseya 2 Kaseya Server Setup Installation guide Version R8 English October 24, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

Using iscsi with BackupAssist. User Guide

Using iscsi with BackupAssist. User Guide User Guide Contents 1. Introduction... 2 Documentation... 2 Terminology... 2 Advantages of iscsi... 2 Supported environments... 2 2. Overview... 3 About iscsi... 3 iscsi best practices with BackupAssist...

More information

Get Started with SQL Server containers with cloned databases

Get Started with SQL Server containers with cloned databases Get Started with SQL Server containers with cloned databases SQL Server containers with database cloning supports delivery of large, writable SQL Server environments in seconds, with minimal storage requirements.

More information

Release Notes: J-Web Application Package Release 15.1A4 for Juniper Networks EX Series Ethernet Switches

Release Notes: J-Web Application Package Release 15.1A4 for Juniper Networks EX Series Ethernet Switches Release Notes: J-Web Application Package Release 15.1A4 for Juniper Networks EX Series Ethernet Switches Release 15.1A4 July 2018 Revision 1 Contents Release Notes: J-Web Application Package Release 15.1A4

More information

Coveo Platform 7.0. Microsoft SharePoint Legacy Connector Guide

Coveo Platform 7.0. Microsoft SharePoint Legacy Connector Guide Coveo Platform 7.0 Microsoft SharePoint Legacy Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds

More information

Installing and Confi guring Joomla! 1.5 and Jobs! Pro 1.3.2

Installing and Confi guring Joomla! 1.5 and Jobs! Pro 1.3.2 Installing and Confi guring Joomla! 1.5 and Jobs! Pro 1.3.2 Joomla! has earned a reputation of being one of the most powerful CMS programs around, as its core team emerged from another popular open source

More information

Attempt To Configure Dhcp Server Failed With Error Code

Attempt To Configure Dhcp Server Failed With Error Code Attempt To Configure Dhcp Server Failed With Error Code On authorizing the DHCP server it gave the following error- Authorizing the DHCP Attempt to configure DHCP Server failed with error code 0x80070005.

More information

VDI Users Guide. Mac OS X

VDI Users Guide. Mac OS X Mac OS X VDI Users Guide NOTICE: Access to electronic resources at Moraine Park Technical College is restricted to employees, students, or other individuals authorized by the College. By connecting to

More information

How To Start Mysql Use Linux Command Line Client In Ubuntu

How To Start Mysql Use Linux Command Line Client In Ubuntu How To Start Mysql Use Linux Command Line Client In Ubuntu Getting started with MySQL for web and server applications on Ubuntu 14.04 LTS (Trusty Tahr). get started with MySQL on an Ubuntu 14.04 LTS (Trusty

More information

How To Start Mysql Use Linux Command Line Client In Xampp

How To Start Mysql Use Linux Command Line Client In Xampp How To Start Mysql Use Linux Command Line Client In Xampp It also assumes that you're familiar with the MySQL command-line client and that you And since both Amazon and Bitnami have a free tier, you can

More information

OpenPro Installation Instructions

OpenPro Installation Instructions OpenPro ERP Software Installation Guide 10061 Talbert Ave Suite 200 Fountain Valley, CA 92708 USA Phone 714-378-4600 Fax 714-964-1491 www.openpro.com infoop@openpro.com OpenPro Installation of Software

More information

Windows 7 Will Not Load On My Computer Says Its

Windows 7 Will Not Load On My Computer Says Its Windows 7 Will Not Load On My Computer Says Its Hey Guys i been working on a customers computer for a couple days now, did a virus that although all the settings seemed right and it says I was connected

More information

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi Created by Simon Monk Last updated on 2013-07-08 12:15:38 PM EDT Guide Contents Guide Contents Overview You Will Need Downloading

More information

Install & Configure Windows 10, Visual Studio, & MySQL Dr. Tom Hicks Trinity University

Install & Configure Windows 10, Visual Studio, & MySQL Dr. Tom Hicks Trinity University Install & Configure Windows 10, Visual Studio, & MySQL Dr. Tom Hicks Trinity University Windows 10 Install 1] Push the Next Button. 2] Push the Install Now Button. Windows-Database-Server-Installation-1.docx

More information

SQL Server containers with in-container data

SQL Server containers with in-container data SQL Server containers with in-container data This article provides step-by-step instructions for working with SQL Server containers with databases running in the container s private file system ( in-container

More information

QuickStart Guide for Managing Computers. Version 9.73

QuickStart Guide for Managing Computers. Version 9.73 QuickStart Guide for Managing Computers Version 9.73 JAMF Software, LLC 2015 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software

More information

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0 VIRTUAL GPU LICENSE SERVER VERSION 2018.10, 2018.06, AND 5.1.0 DU-07754-001 _v7.0 through 7.2 March 2019 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA vgpu Software License Server...

More information

Performing an ObserveIT Upgrade Using the Interactive Installer

Performing an ObserveIT Upgrade Using the Interactive Installer Performing an ObserveIT Upgrade Using the Interactive Installer ABOUT THIS DOCUMENT This document contains detailed procedures and instructions on how to upgrade ObserveIT by using the interactive "One

More information

XAMPP Web Development Stack

XAMPP Web Development Stack Overview @author R.L. Martinez, Ph.D. The steps below outline the processes for installing the XAMPP stack on a local machine. The XAMPP (pronounced Zamp) stack includes the following: Apache HTTP Server,

More information

Module - P7 Lecture - 15 Practical: Interacting with a DBMS

Module - P7 Lecture - 15 Practical: Interacting with a DBMS Introduction to Modern Application Development Prof. Tanmai Gopal Department of Computer Science and Engineering Indian Institute of Technology, Madras Module - P7 Lecture - 15 Practical: Interacting with

More information

Http Error Code 403 Forbidden Dreamweaver Mysql

Http Error Code 403 Forbidden Dreamweaver Mysql Http Error Code 403 Forbidden Dreamweaver Mysql Dreamweaver Database Http Error Code 403 Forbidden 오류 403 Forbidden Adobe Systems Inc. Adobe Dreamweaver. 459. Dreamweaver Error 1045 오류. They can range

More information

How To Install Pear Db In Xampp Windows 7 64 Bit >>>CLICK HERE<<<

How To Install Pear Db In Xampp Windows 7 64 Bit >>>CLICK HERE<<< How To Install Pear Db In Xampp Windows 7 64 Bit It contains: Apache, MySQL, PHP & PEAR, Perl, ProFTPD, phpmyadmin, with Xdebug and Xampp, 6 PhpMyAdmin 403 Access Forbidden, 7 Local test server security

More information

HPE Knowledge Article

HPE Knowledge Article HPE Knowledge Article HPE Integrated Lights Out (ilo 5) for Gen10 Servers - What is System Recovery Set? Article Number mmr_sf-en_us000021097 Environment HPE Integrated Lights Out (ilo 5) HPE ProLiant

More information

NetIQ Privileged Account Manager 3.2 Patch Update 4 Release Notes

NetIQ Privileged Account Manager 3.2 Patch Update 4 Release Notes NetIQ Privileged Account Manager 3.2 Patch Update 4 Release Notes April 2018 NetIQ Privileged Account Manager 3.2 P4 resolves some of the previous issues. Many of these improvements were made in direct

More information

Ampliación de Bases de Datos

Ampliación de Bases de Datos 1. Introduction to In this course, we are going to use: Apache web server PHP installed as a module for Apache Database management system MySQL and the web application PHPMyAdmin to administrate it. It

More information

Nextcloud 13: How to Get Started and Why You Should

Nextcloud 13: How to Get Started and Why You Should Nextcloud 13: How to Get Started and Why You Should Nextcloud could be the first step toward replacing proprietary services like Dropbox and Skype. By Marco Fioretti In its simplest form, the Nextcloud

More information

sqlite wordpress 06C6817F2E58AF4319AB84EE Sqlite Wordpress 1 / 6

sqlite wordpress 06C6817F2E58AF4319AB84EE Sqlite Wordpress 1 / 6 Sqlite Wordpress 1 / 6 2 / 6 3 / 6 Sqlite Wordpress Run WordPress with SQLite instead of MySQL database and how to install and set it up, this is a great way to get WordPress setup running on small web

More information

Lab 0: Intro to running Jupyter Notebook on a Raspberry Pi

Lab 0: Intro to running Jupyter Notebook on a Raspberry Pi Lab 0: Intro to running Jupyter Notebook on a Raspberry Pi Nick Antipa, Li-Hao Yeh, based on labs by Jon Tamir and Frank Ong January 24, 2018 This lab will walk you through setting up your Raspberry Pi

More information

Installation Guide. for 6.5 and all add-on modules

Installation Guide. for 6.5 and all add-on modules Kaseya Server Setup Installation Guide for 6.5 and all add-on modules February 11, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

Adafruit's Raspberry Pi Lesson 6. Using SSH

Adafruit's Raspberry Pi Lesson 6. Using SSH Adafruit's Raspberry Pi Lesson 6. Using SSH Created by Simon Monk Last updated on 2017-08-16 01:12:07 AM UTC Guide Contents Guide Contents Overview Enabling SSH Using a blank boot file Using Raspi-Config

More information

Full System Restore Manually Windows 7 No Disk

Full System Restore Manually Windows 7 No Disk Full System Restore Manually Windows 7 No Disk Time to Complete: 20-30 Minutes. Video (English Only) - How to use System Restore within Windows 7 with a small amount of hard disk space reserved for reinstalling

More information

Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud

Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud Description ProcessMaker is an easy-to-use, open source workflow automation and Business Process Management platform, designed so Business

More information

How To Start Mysql Using Linux Command Line Client In Ubuntu

How To Start Mysql Using Linux Command Line Client In Ubuntu How To Start Mysql Using Linux Command Line Client In Ubuntu Step One: Install MySQL Client On Debian, Ubuntu or Linux Mint: Before you start typing commands at the MySQL prompt, remember that each In

More information

Install Apache Manually Windows Server 2008 R2 From Usb Drive

Install Apache Manually Windows Server 2008 R2 From Usb Drive Install Apache Manually Windows Server 2008 R2 From Usb Drive I installed Windows server 2008 R2 on my Xenserver but I have some problems. When I plugged Flash drive in Fronted USB controller on my Server,

More information

Mysql Tutorial Create Database Username Password Through Phpmyadmin

Mysql Tutorial Create Database Username Password Through Phpmyadmin Mysql Tutorial Create Database Username Password Through Phpmyadmin Convert plain text to MD5 Hash and edit your MySQL Database. Every WordPress blog uses a MySQL Database which can be accessed through

More information

Hello everyone! Page 1. Your folder should look like this. To start with Run your XAMPP app and start your Apache and MySQL.

Hello everyone! Page 1. Your folder should look like this. To start with Run your XAMPP app and start your Apache and MySQL. Hello everyone! Welcome to our PHP + MySQL (Easy to learn) E.T.L. free online course Hope you have installed your XAMPP? And you have created your forms inside the studio file in the htdocs folder using

More information

Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.2

Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.2 Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.2 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Chapter 12: Advanced Operating Systems

Chapter 12: Advanced Operating Systems : Advanced Operating Systems IT Essentials: PC Hardware and Software v4.0 1 Purpose of this Presentation To provide to instructors an overview of : List of chapter objectives Overview of the chapter contents,

More information

Mysql Tutorial Create Database User Grant All Specification

Mysql Tutorial Create Database User Grant All Specification Mysql Tutorial Create Database User Grant All Specification The world's most popular open source database This part of CREATE USER syntax is shared with GRANT, so the description here applies to GRANT

More information

Crystal Enterprise. Overview. Contents. Web Server Overview - Internet Information System (IIS)

Crystal Enterprise. Overview. Contents. Web Server Overview - Internet Information System (IIS) Overview Contents This document provides an overview to web server technology particularly Microsoft s Internet Information Server (IIS) and its relationship with. Although this article has been written

More information

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Linux VMware Workspace ONE UEM 1811 Unified Access Gateway You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Click Studios. Passwordstate. Password Discovery, Reset and Validation. Requirements

Click Studios. Passwordstate. Password Discovery, Reset and Validation. Requirements Passwordstate Password Discovery, Reset and Validation Requirements This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise

More information

DCLI User's Guide. Data Center Command-Line Interface

DCLI User's Guide. Data Center Command-Line Interface Data Center Command-Line Interface 2.10.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation, submit

More information

QuickStart Guide for Managing Computers. Version 9.32

QuickStart Guide for Managing Computers. Version 9.32 QuickStart Guide for Managing Computers Version 9.32 JAMF Software, LLC 2014 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software

More information

Installing Acronis Backup Advanced Edition

Installing Acronis Backup Advanced Edition 2015 Installing Acronis Backup Advanced Edition BEST PRACTISE Table of Contents Acronis Backup Advanced components... 4 Management Server... 4 Acronis Storage Node... 4 Agents / Appliance... 4 Bootable

More information

Storage Manager 2018 R1. Installation Guide

Storage Manager 2018 R1. Installation Guide Storage Manager 2018 R1 Installation Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either

More information

QuickStart Guide for Managing Computers. Version

QuickStart Guide for Managing Computers. Version QuickStart Guide for Managing Computers Version 10.6.0 copyright 2002-2018 Jamf. All rights reserved. Jamf has made all efforts to ensure that this guide is accurate. Jamf 100 Washington Ave S Suite 1100

More information

Ftp Connect Command Prompt To Sql Server 2008 Using Windows Authentication

Ftp Connect Command Prompt To Sql Server 2008 Using Windows Authentication Ftp Connect Command Prompt To Sql Server 2008 Using Windows Authentication I'm having issues connecting to my newly created FTP Site on my Windows 2008R2 server. I've created the site. It is running. Using

More information

How To Reset Your Computer To Factory Settings Windows Vista Without Cd

How To Reset Your Computer To Factory Settings Windows Vista Without Cd How To Reset Your Computer To Factory Settings Windows Vista Without Cd This method is the easiest way to restore your computer to factory condition. Video (English Only) - How to reinstall Windows without

More information

Daily Diary Studies App User Guide

Daily Diary Studies App User Guide Daily Diary Studies App User Guide Monitoring Participant Compliance in Daily Diary Studies Developers: Michael Dai, Alysa McCall, Aman Mishra, Surti Sundaresan Project Coordinator: Siwei Liu Assistant

More information

Using the SSM Administration Console

Using the SSM Administration Console CHAPTER 6 Your user role controls whether you can access the SSM Administration Console. The following information is included in this section: SSM Administration Console Overview, page 6-1 Launching the

More information

Videon Product Manual. Shavano Encoder

Videon Product Manual. Shavano Encoder Videon Product Manual Shavano Encoder Copyright 2018 Videon Central, Inc. All rights reserved. No part of this publication may be reproduced, distributed, or transmitted in any form or by any means, including

More information

Ensim PS Administrator Release Notes

Ensim PS Administrator Release Notes About PS Administrator 3.0 Ensim PS Administrator 3.0.4 Release Notes February 04, 2002 These release notes cover product compatibility, new product features, list of applications included, version differences,

More information

Need To Manually Uninstall Vmware Workstation

Need To Manually Uninstall Vmware Workstation Need To Manually Uninstall Vmware Workstation 8 Manually uninstalling VMware Workstation from Linux hosts (38). Details. This article provides steps for manually removing VMware Workstation when the uninstaller

More information

Installing the Cisco Unified MeetingPlace Web Server Software

Installing the Cisco Unified MeetingPlace Web Server Software Installing the Cisco Unified MeetingPlace Web Server Software Release 8.5 Revised: 2/19/13 : Install the Application Server (which includes the Software Media Server) : Install the Hardware Media Server

More information

QuickStart Guide for Managing Computers. Version

QuickStart Guide for Managing Computers. Version QuickStart Guide for Managing Computers Version 10.2.0 copyright 2002-2018 Jamf. All rights reserved. Jamf has made all efforts to ensure that this guide is accurate. Jamf 100 Washington Ave S Suite 1100

More information

HighPoint Web Based Installation Guide

HighPoint Web Based Installation Guide Note: IF UPGRADING FROM A PREVIOUS VERSION: MAKE COPY OF STORAGE FOLDER AND MYSQL\DATA FOLDER UNINSTALL APPLICATION (Control Panel) AFTER INSTALLING V 5.0.3, REPLACE STORAGE FOLDER AND MYSQL\DATA FOLDER

More information

The MANUAL. 1 P a g e

The MANUAL. 1 P a g e The MANUAL 1 P a g e http://wasimrlis.blogspot.in https://coprofessionals.wordpress.com 2 P a g e Guided to search tools are used to help library users to find the resources they are seeking. Originally

More information

Apache Manually Install Ubuntu Alongside Windows 8 After

Apache Manually Install Ubuntu Alongside Windows 8 After Apache Manually Install Ubuntu 12.10 Alongside Windows 8 After For instance, if you're dual-booting with a pre-installed Windows 8 but have problems The following sections describe how to install Ubuntu

More information

I started off with a quick nmap scan, which showed both port 80 and 443 open.

I started off with a quick nmap scan, which showed both port 80 and 443 open. Mr-Robot: 1 Walkthrough Author: mrb3n Download location: https://download.vulnhub.com/mrrobot/mrrobot.ova Goal: Find 3 keys hidden in different locations -----------------------------------------------------------------------------------------------------------------

More information

Day 1 IT Network Systems Administration Trade 39 WSC 2011 London

Day 1 IT Network Systems Administration Trade 39 WSC 2011 London 1/9 worldskills 2011 trade 39 - day1 Day 1 IT Network Systems Administration Trade 39 WSC 2011 London 2/9 worldskills 2011 trade 39 - day1 Overview 1 EXAM...3 1.1 CONTENTS...3 1.2 INTRODUCTION...3 1.3

More information

IT Service Delivery and Support Week Three. IT Auditing and Cyber Security Fall 2016 Instructor: Liang Yao

IT Service Delivery and Support Week Three. IT Auditing and Cyber Security Fall 2016 Instructor: Liang Yao IT Service Delivery and Support Week Three IT Auditing and Cyber Security Fall 2016 Instructor: Liang Yao 1 Infrastructure Essentials Computer Hardware Operating Systems (OS) & System Software Applications

More information

UDS Enterprise Preparing Templates Windows 7 + RDP + UDS Actor

UDS Enterprise Preparing Templates Windows 7 + RDP + UDS Actor Introduction This document shows how to configure a Windows 7 virtual machine to be used as a template with UDS Enterprise. During the procedure, we will show you the Windows 7 installation process, how

More information

VMware AirWatch Content Gateway Guide for Linux For Linux

VMware AirWatch Content Gateway Guide for Linux For Linux VMware AirWatch Content Gateway Guide for Linux For Linux Workspace ONE UEM v9.7 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Click Studios. Passwordstate. Remote Session Launcher. Installation Instructions

Click Studios. Passwordstate. Remote Session Launcher. Installation Instructions Passwordstate Remote Session Launcher Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise

More information

Flash Drive Won T Mount Windows 7 Won't Recognize

Flash Drive Won T Mount Windows 7 Won't Recognize Flash Drive Won T Mount Windows 7 Won't Recognize So after inserting the flash drive, if I go to Start _ Computer, I won't see anything there for Windows 7 Professional doesn't mount my usb flash drive

More information

Install Apache Manually Win7 7 Php Mysql Phpmyadmin Windows Xp

Install Apache Manually Win7 7 Php Mysql Phpmyadmin Windows Xp Install Apache Manually Win7 7 Php Mysql Phpmyadmin Windows Xp 1.1 Port 80 Conflict if Skype is already installed, 1.2 Vista and Windows 7/8 Windows NT/2000/XP (recommended) - for later versions of Windows,

More information

I am making a database in sql server and it shows an error that "CREATE -3c9ae794a7c4/sql-express-2008-r2-createdatabase-permission-denied-in-

I am making a database in sql server and it shows an error that CREATE -3c9ae794a7c4/sql-express-2008-r2-createdatabase-permission-denied-in- Create Table Permission Denied In Database 'master' In Sql Server 2008 create database permission denied in database 'master'-sql 2008 R2 So I have installed SQL Server 2008 R2 on windows 7 machine. Created

More information

Bitnami TestLink for Huawei Enterprise Cloud

Bitnami TestLink for Huawei Enterprise Cloud Bitnami TestLink for Huawei Enterprise Cloud Description TestLink is test management software that facilitates software quality assurance. It offers support for test cases, test suites, test plans, test

More information

Manually Enable Wireless Windows 7 Network Connections Not Showing Up

Manually Enable Wireless Windows 7 Network Connections Not Showing Up Manually Enable Wireless Windows 7 Network Connections Not Showing Up Wireless Network Connection Enabled but Not connected Fix Windows 7 repair. This article explains how to manually set up your Windows

More information

Upgrading an ObserveIT One-Click Installation

Upgrading an ObserveIT One-Click Installation Upgrading an ObserveIT One-Click Installation This document was written for ObserveIT Enterprise version 7.6.1. This document uses screenshots and procedures written for Windows Server 2012 R2 and SQL

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Bitnami Coppermine for Huawei Enterprise Cloud

Bitnami Coppermine for Huawei Enterprise Cloud Bitnami Coppermine for Huawei Enterprise Cloud Description Coppermine is a multi-purpose, full-featured web picture gallery. It includes user management, private galleries, automatic thumbnail creation,

More information

Server Installation Guide

Server Installation Guide Server Installation Guide Server Installation Guide Legal notice Copyright 2018 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED OR DISTRIBUTED IN ANY

More information

Upgrading Cisco UCS Director to Release 6.5

Upgrading Cisco UCS Director to Release 6.5 First Published: 2017-07-11 Last Modified: 2018-01-02 Overview of the Upgrade to Cisco UCS Director, Release 6.5 The upgrade process to Cisco UCS Director, Release 6.5 depends on the current version of

More information

Manually Installing Windows Updates Server 2008 R2 On Vmware 8 >>>CLICK HERE<<<

Manually Installing Windows Updates Server 2008 R2 On Vmware 8 >>>CLICK HERE<<< Manually Installing Windows Updates Server 2008 R2 On Vmware 8 Note: For Windows Server 2012 and ESXi 5.0 Update 1, you must install Create a new virtual machine configured for either Windows 7 or Windows

More information

Quick Start ArcGIS Enterprise with Automation. Shannon Kalisky Mark Carlson Nikhil Shampur Cherry Lin

Quick Start ArcGIS Enterprise with Automation. Shannon Kalisky Mark Carlson Nikhil Shampur Cherry Lin Quick Start ArcGIS Enterprise with Automation Shannon Kalisky Mark Carlson Nikhil Shampur Cherry Lin Software installation is my favorite! I really love how complex and repetitive it can be especially

More information

Creating a Unifi Lab Network on your existing network

Creating a Unifi Lab Network on your existing network Creating a Unifi Lab Network on your existing network This tutorial will outline how to add a Unifi USG-3 and Unifi Switch 8 to your existing network to create a separate subnet. This tutorial assumes

More information

Phpmyadmin Windows Xp

Phpmyadmin Windows Xp Manual Install Apache Win7 7 Php Mysql Phpmyadmin Windows Xp phpmyadmin allows you to control your MySQL server from a web browser. You will need to install a local web server on your Windows computer

More information

Table of Contents 1.1. Install, Deploy, Maintain Infrastructure Installation Download. Deploy the Appliance

Table of Contents 1.1. Install, Deploy, Maintain Infrastructure Installation Download. Deploy the Appliance Table of Contents Install, Deploy, Maintain Infrastructure Installation Download Deploy the Appliance Installing the Plug-ins vcenter Server for Windows vcenter Server Appliance Open the Required Ports

More information

Citrix Receiver for Universal Windows Platform

Citrix Receiver for Universal Windows Platform Citrix Receiver for Universal Windows Platform Jul 18, 2017 Citrix Receiver for Universal Windows Platform (UWP) is client software available for download from the Microsoft store. It enables users to

More information

Static Ip Address Problems Windows 7 Setup. Virtual >>>CLICK HERE<<<

Static Ip Address Problems Windows 7 Setup. Virtual >>>CLICK HERE<<< Static Ip Address Problems Windows 7 Setup Virtual Vm are all 2008r2 with vmxnet3 VM adapter running virtual machine version 8 on Esx 5.5 with I see that the assigned static IP address is marked as duplicate

More information

Scan Station 710/730 Release Notes:

Scan Station 710/730 Release Notes: Scan Station 710/730 Release Notes: Date: March 26, 2018 New features and updates for the Scan Station software release V1.03.67 from V1.03.65 and Remote Administration software release V1.03.42 (no update

More information

HySecure Quick Start Guide. HySecure 5.0

HySecure Quick Start Guide. HySecure 5.0 HySecure Quick Start Guide HySecure 5.0 Last Updated: 25 May 2017 2012-2017 Propalms Technologies Private Limited. All rights reserved. The information contained in this document represents the current

More information

DCLI User's Guide. Data Center Command-Line Interface 2.9.1

DCLI User's Guide. Data Center Command-Line Interface 2.9.1 Data Center Command-Line Interface 2.9.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation, submit

More information