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 library s 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 Date: February 18 th 2018 Start Time: 1:15pm Stop Time: 3:30pm 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: fprints 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 -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 Task: Scanner integration -Received a reply from Eikon support, saying that basically the only way to use this scanner on Linux to buy a SDK, which cost 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:30pm Date: February 22 th 2018 Start Time: 7:45PM Stop Time: 8:15 PM Date: February 22 th 2018 Start Time: 8:30PM Stop Time: 9:15 PM 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 out 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 accord during transport -The scanner 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 to 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 to hard -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 ensure 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:35 PM Date: February 27 th 2018 Start Time: 2:40 PM Stop Time: 3:15 PM Date: February 28 th 2018 Start Time: 2:10 PM Stop Time: 4:45 PM 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-routine s 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:10 PM Stop Time: 2:30 PM Date: March 6 th 2018 Start Time: 2:35 PM Stop Time: 4:10 PM Date: March 7 th 2018 Start Time: 2:10 PM Stop Time: 3:00 PM 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 get 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 causing problems -re-run the script, however still get 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 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 enables 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:15 PM Stop Time: 4:30 PM 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 errs 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

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

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

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 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

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

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

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

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

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

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

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

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

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

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

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

Manually Mount External Hard Drive Windows 7 Install Wd

Manually Mount External Hard Drive Windows 7 Install Wd Manually Mount External Hard Drive Windows 7 Install Wd I've just upgraded to Yosemite, and none of my external (USB) hard drives are mounting (they don't even appear in Disk Utility). WAIT, I don't have

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

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

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

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

Windows Firewall Service Not Starting Windows 7 Error Code 5

Windows Firewall Service Not Starting Windows 7 Error Code 5 Windows Firewall Service Not Starting Windows 7 Error Code 5 After I replaced it, I found in my Action Center: Turn on Windows Firewall Error code 0x8007042c. After 'Googling' the Problem, I found that

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

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

A COMPARISON OF FREE "VIRTUAL MACHINE PROGRAMS" FOR YOUR REAL "WINDOWS.." COMPUTER

A COMPARISON OF FREE VIRTUAL MACHINE PROGRAMS FOR YOUR REAL WINDOWS.. COMPUTER A COMPARISON OF FREE "VIRTUAL MACHINE PROGRAMS" FOR YOUR REAL "WINDOWS.." COMPUTER 1 Web location for this presentation: http://aztcs.org Click on Meeting Notes 2 SUMMARY At the present time, you have

More information

Theo. Miles. Olivia. Joseph. Nina. Kishan. The Richard Pate School, Cheltenham

Theo. Miles. Olivia. Joseph. Nina. Kishan. The Richard Pate School, Cheltenham Theo Miles Olivia Joseph Nina Kishan Summary We have developed a system to help old/disabled people answer the door, especially people who have difficulty walking or walk slowly. The system uses the Raspberry

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

MAY-i Check User Guide Version June 2013

MAY-i Check User Guide Version June 2013 7100 Woodbine Avenue Suite 305 Markham, Ontario L3R 5J2 Canada (T) 1.888.697.7772 (F) 1.888.564.7729 sales@mayicorp.ca MAY-i Check User Guide Version 1.9.6 June 2013 Table of Contents Getting to know the

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

One Schema In Sql Server 2005 Management >>>CLICK HERE<<<

One Schema In Sql Server 2005 Management >>>CLICK HERE<<< One Schema In Sql Server 2005 Management Studio 2008 Database As a database increases in size full database backups take more time to finish and require more When you specify a back up task by using SQL

More information

Manually Mount External Hard Drive Windows 7 Installing Seagate

Manually Mount External Hard Drive Windows 7 Installing Seagate Manually Mount External Hard Drive Windows 7 Installing Seagate Seagate GoFlex Portable Support - Quick Start Guide, Installation, Troubleshooting Tips, Downloads Get Support for GoFlex Portable Hard Drives

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

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

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

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

GEORGIA SOFTWORKS. February 15, GSW ConnectBot Android Client for SSH/Telnet. GSW ConnectBot. Users Guide

GEORGIA SOFTWORKS. February 15, GSW ConnectBot Android Client for SSH/Telnet. GSW ConnectBot. Users Guide GEORGIA SOFTWORKS February 15, 2018 GSW ConnectBot Android Client for SSH/Telnet GSW ConnectBot Users Guide THIS PAGE INTENTIONALLY LEFT BLANK ii GEORGIA SOFTWORKS February 15, 2018 Georgia SoftWorks Public

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

How To Eject Cd Using Command Prompt >>>CLICK HERE<<<

How To Eject Cd Using Command Prompt >>>CLICK HERE<<< How To Eject Cd Using Command Prompt Windows 7 Eject and Close CD Tray Command line applications for ejecting or closing the Eject CD Helps you to easily eject/insert the cd-rom doors just by using the

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

Start Up and Shutdown Procedures (Unix)

Start Up and Shutdown Procedures (Unix) Start Up and Shutdown Procedures (Unix) Start Up On Main Console 1. Press the Server main power button ON 2. The system will automatically go through the start-up procedures, which will be displayed on

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

Windows 7 Can't Connect

Windows 7 Can't Connect Can T Disconnect Mapped Network Drives In Windows 7 Can't Connect All of our desktop users (Windows 7 Ent x64) have at least 2 drives mapped (AD I thought maybe the issue was with server/network load during

More information

Net Start Error Code 5 Has Occurred Access Is

Net Start Error Code 5 Has Occurred Access Is Net Start Error Code 5 Has Occurred Access Is Denied Windows Xp windows 7 system error 5 has occurred. access is denied ://stackoverflow.com/questions/574411/system-error-5-access-is-denied-when-starting-a-netservice.

More information

How To Remove Software Manually Windows Xp Password Login

How To Remove Software Manually Windows Xp Password Login How To Remove Software Manually Windows Xp Password Login It burns a password key on a CD that can reset administrator and user passwords in Windows XP to 8.1, including most Server editions. It accepts

More information

Super USB. User Manual. 2007, March

Super USB. User Manual. 2007, March Super USB User Manual 2007, March Windows98 Driver Install/Uninstall Driver Install: 1. Execute Win 98 UFD driver, then restart PC. 2. Plug Super USB into an available USB port. A new Removable Disk drive

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

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

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

Sql Express Access Denied Error Code 5(access Is Denied.)

Sql Express Access Denied Error Code 5(access Is Denied.) Sql Express Access Denied Error Code 5(access Is Denied.) I'm getting the following error when I try to save the file into the root folder (for example: I SqlError: The operating system returned the error

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

SQL Server vnext on Linux Ubuntu - Part 1

SQL Server vnext on Linux Ubuntu - Part 1 SQL Server vnext on Linux Ubuntu - Part 1 Built on SQL Server 2016, SQL Server vnext represents a major step towards making SQL Server a cross operating systems and bringing the power of SQL Server to

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

Polycom Better Together over Ethernet Connector 3.8.0

Polycom Better Together over Ethernet Connector 3.8.0 RELEASE NOTES 3.8.0 June 2018 3725-69895-009A Polycom Better Together over Ethernet Connector 3.8.0 Applies to Polycom VVX 200 Series, 300 Series, 400 Series, 500 Series, and 600 Series Business Media

More information

Sccm Manually Restart Pxe Service Point

Sccm Manually Restart Pxe Service Point Sccm Manually Restart Pxe Service Point In my case an unexpected restart was done on a Windows Server 2008 R2 system. When removing PXE service point, clean up disk space, and wait a while (or are migrated

More information

BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ANDROID APPLICATION

BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ANDROID APPLICATION International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 10, Issue 2, March-April 2019, pp. 449-456. Article ID: IJARET_10_02_043 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=10&itype=02

More information

JADCONFIG INSTRUCTIONS

JADCONFIG INSTRUCTIONS JADConfig Instructions - Just Add Power JADCONFIG INSTRUCTIONS Revised v3.5.5.0 2018-03-19 2018 Just Add Power All rights reserved Unauthorized use or disclosure prohibited Last updated Mar-18 JADConfig

More information

System Galaxy Quick Guide CONFIGURATION AND OPERATION

System Galaxy Quick Guide CONFIGURATION AND OPERATION System Galaxy Quick Guide CONFIGURATION AND OPERATION Bioscrypt 4G V-Flex(PROX) SG 10 APR 2011 [4G V-Flex/V-PROX] WIN XP System Galaxy Quick Guide BIOSCRYPT / L-1 Configuration & Operation Information

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

C-MagSys and Q-MagSys Components Installation Guide (20 January 2010) C-MagSys and Q-MagSys Components Overview at Clinic

C-MagSys and Q-MagSys Components Installation Guide (20 January 2010) C-MagSys and Q-MagSys Components Overview at Clinic C-MagSys and Q-MagSys Components Installation Guide (20 January 2010) C-MagSys and Q-MagSys Components Overview at Clinic The following are files used for this installation: 1. CMagSysSetup.exe 2. QMagSysSetup.exe

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

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

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

Getting Error Code Oracle Sql Developer Io

Getting Error Code Oracle Sql Developer Io Getting Error Code 17002 Oracle Sql Developer Io test DB with the Oracle SQL developer getting following error IO Error: The network adapter could not establish the connection vendor code 17002 i was work.

More information

Setup Error Code 404 Spotify Won't

Setup Error Code 404 Spotify Won't Setup Error Code 404 Spotify Won't I was getting the "no internet connection available" error even tho everything else was using the internet fine. Googling Google that and I'm supposed to uninstall and

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

Manual of ET-LCD SW HAT

Manual of ET-LCD SW HAT ET- LCD SW HAT ET-LCD SW HAT is Board I/O that is specifically designed for connection with Board Raspberry Pi through Connector 40-PIN; this board includes LCD 16x2, SW, Buzzer, RTC DS3231 with Connector

More information

Advanced Web Tutorial 10

Advanced Web Tutorial 10 Advanced Web Tutorial 10 Editor Brackets / Visual Studio Code Goals Creating a blog with PHP and MySql. - Set up and configuration of Xampp - Learning Data flow using Create/Read/Update and Delete Things

More information

Guides for Installing MS SQL Server and Creating Your First Database. Please see more guidelines on installing procedure on the class webpage

Guides for Installing MS SQL Server and Creating Your First Database. Please see more guidelines on installing procedure on the class webpage Guides for Installing MS SQL Server and Creating Your First Database Installing process Please see more guidelines on installing procedure on the class webpage 1. Make sure that you install a server with

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

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

Manually Uninstall Service Pack 1 Win7 7 X64

Manually Uninstall Service Pack 1 Win7 7 X64 Manually Uninstall Service Pack 1 Win7 7 X64 Failed Dec 11, 2014. Win 7 x64 Home Premium (and x86 VirtualBox VM) An update is available to remove KB 3004394 from Windows 7 SP1-based and Windows Server

More information

Flash Drive Instructions Mac Formatting Mysqldb

Flash Drive Instructions Mac Formatting Mysqldb Flash Drive Instructions Mac Formatting Mysqldb Then follow the instructions in the link you provided or in emilycurious's answer Connect to your Mac the properly formatted hard drive or flash drive you

More information

Bitnami MariaDB for Huawei Enterprise Cloud

Bitnami MariaDB for Huawei Enterprise Cloud Bitnami MariaDB for Huawei Enterprise Cloud First steps with the Bitnami MariaDB Stack Welcome to your new Bitnami application running on Huawei Enterprise Cloud! Here are a few questions (and answers!)

More information

Unable To Remove Disconnected Network Drive Windows 7

Unable To Remove Disconnected Network Drive Windows 7 Unable To Remove Disconnected Network Drive Windows 7 Regarding the Shared Folders problem with Windows Guests: this seems to be a In my Windows 7, 8.1 and 10 guests, //VBoxSrv is empty but I do have an

More information

Manually Java 7 Update Bits Windows 7

Manually Java 7 Update Bits Windows 7 Manually Java 7 Update 25 64 Bits Windows 7 Java SE downloads including: Java Development Kit (JDK), Server Java Runtime Oracle strongly recommends that all Java SE 7 users upgrade to one of these releases.

More information

My alexa dot will not connect to wifi

My alexa dot will not connect to wifi My alexa dot will not connect to wifi My alexa dot will not connect to wifi Select Connect. After your device connects to your Wi-Fi network, a confirmation message appears in the app. You're now ready

More information

Force Delete Software Win Xp Folder Access Denied

Force Delete Software Win Xp Folder Access Denied Force Delete Software Win Xp Folder Access Denied Wise Force Deleter, a solution for 'cannot delete file: Access is denied' on Windows 8&8.1 and other Windows operating systems, from Windows XP and up.

More information

Server Outlook.office365.com Error Code 8

Server Outlook.office365.com Error Code 8 Outlook Is Unable To Connect To The Proxy Server Outlook.office365.com Error Code 8 Outlook is unable to connect to the proxy server. (Error Code 0). When using auto-configuration to set up the Exchange

More information

Independent consultant. Oracle ACE Director. Member of OakTable Network. Available for consulting In-house workshops. Performance Troubleshooting

Independent consultant. Oracle ACE Director. Member of OakTable Network. Available for consulting In-house workshops. Performance Troubleshooting Independent consultant Available for consulting In-house workshops Cost-Based Optimizer Performance By Design Performance Troubleshooting Oracle ACE Director Member of OakTable Network Optimizer Basics

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

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

Group 15 Arian Caraballo, CpE Daniela Zicavo, CpE Felipe Bernal, CpE Isabel Virag, CpE

Group 15 Arian Caraballo, CpE Daniela Zicavo, CpE Felipe Bernal, CpE Isabel Virag, CpE Group 15 Arian Caraballo, CpE Daniela Zicavo, CpE Felipe Bernal, CpE Isabel Virag, CpE What is it? Smidge stands for Smart Fridge System. It will offer the user the ability to store their groceries inventory

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

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

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

Manually Java 7 Update Bit Windows 7

Manually Java 7 Update Bit Windows 7 Manually Java 7 Update 25 64 Bit Windows 7 Oracle strongly recommends that all Java SE 7 users upgrade to one of these releases. See the 7u25 release notes for more information. the Java Accessibility

More information

Installation guide. Step1. Install the OS for Raspberry Pi 3. Go to to download Raspbian to the PC.

Installation guide. Step1. Install the OS for Raspberry Pi 3. Go to   to download Raspbian to the PC. Installation guide Step1. Install the OS for Raspberry Pi 3 Go to https://www.raspberrypi.org/downloads/ to download Raspbian to the PC. Unzip 2017-01-11-raspbian-jessie.zip and you will get a disc image

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

Independent consultant. Oracle ACE Director. Member of OakTable Network. Available for consulting In-house workshops. Performance Troubleshooting

Independent consultant. Oracle ACE Director. Member of OakTable Network. Available for consulting In-house workshops. Performance Troubleshooting Independent consultant Available for consulting In-house workshops Cost-Based Optimizer Performance By Design Performance Troubleshooting Oracle ACE Director Member of OakTable Network Optimizer Basics

More information

Lab: Setting up PL-App with a Raspberry Pi

Lab: Setting up PL-App with a Raspberry Pi Lab Topology Objectives Set up a Raspberry Pi board as a PL-App device Use PL-App Launcher to provision and discover PL-App devices Background Cisco Prototyping Lab is a set of hardware and software components

More information

Ahsay Online Backup Manager v7 Microsoft System State Backup and Restore Guide

Ahsay Online Backup Manager v7 Microsoft System State Backup and Restore Guide Ahsay Online Backup Manager v7 Microsoft System State Backup and Restore Guide Ahsay Systems Corporation Limited 1 November 2017 www.ahsay.com Copyright Notice 2017 Ahsay Systems Corporation Limited. All

More information

Application Will Exit

Application Will Exit Hp Connection Manager Not Installed. Application Will Exit Resolve the issue when HP Scan does not open in Windows and the printer Example: Laserjet P1102w driver or HP Pavilion 17-f002na will not turn

More information

Manually Uninstall Eset Nod32 Antivirus 5 Without Password

Manually Uninstall Eset Nod32 Antivirus 5 Without Password Manually Uninstall Eset Nod32 Antivirus 5 Without Password Uninstall and reinstall your ESET product to resolve an issue you are experiencing, Upgrade ESET Smart Security/NOD32 Antivirus to the latest

More information

<Partner Name> <Partner Product> RSA SECURID ACCESS Authenticator Implementation Guide. Check Point SmartEndpoint Security

<Partner Name> <Partner Product> RSA SECURID ACCESS Authenticator Implementation Guide. Check Point SmartEndpoint Security RSA SECURID ACCESS Authenticator Implementation Guide Check Point SmartEndpoint Security Daniel R. Pintal, RSA Partner Engineering Last Modified: January 27, 2017 Solution

More information

Database Administration in Raspberry using A Server Machine

Database Administration in Raspberry using A Server Machine Database Administration in Raspberry using A Server Machine P.Suvitha Vani Assistant Professor Department of Computer Science and Engineering Sri Shakthi Institute of Engineering and Technology,coimbatore

More information

MassTransit Server Installation Guide for Windows

MassTransit Server Installation Guide for Windows MassTransit 6.1.1 Server Installation Guide for Windows November 24, 2009 Group Logic, Inc. 1100 North Glebe Road, Suite 800 Arlington, VA 22201 Phone: 703-528-1555 Fax: 703-528-3296 E-mail: info@grouplogic.com

More information

JADCONFIG INSTRUCTIONS

JADCONFIG INSTRUCTIONS JADConfig Instructions Just Add Power HD over IP Page1 JADCONFIG INSTRUCTIONS Revised v3.5.3.0 2018-01-04 JADConfig Instructions Just Add Power HD over IP Page2 Table of Contents Download & Install...

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

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

Chapter 16: Advanced Security

Chapter 16: Advanced Security : Advanced Security 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, including

More information