the purpose of a server is to manage data , control users and to back and print. when caring for the server rack we had to clean the actual rack and the servers of dust and we had to set up the servers by Insert disk into server Power on computer Wait for the promptContinue reading “Linux File and User Server”
Author Archives: austynkelly
caring for and formatting a server
when you care for a server and the rack its in you need to routinely check on it. wipe it down or dust it and you would need to scan the hard drives and check the logs. To document this project we wrote the steps or method down on paper and converted it to aContinue reading “caring for and formatting a server”
file an application server
For task one we where designated an assignment to clean the t1700s.To do this we had to fill out a JSEA which is used to consult peers and your boss about the existence of hazards, the risk and how those risks will be reduced. This also documents the process as evidence that consultation and communicationContinue reading “file an application server”
Backup recap
We have backed up the following things we have backed up the operating system we have backed up the harddrive we have also done an incremental.I have used the operating system called windows10 whilst i have also used linex raspbian when i was at tecnq. The printers security procedure is for you to use your studentContinue reading “Backup recap”
creating models for games
the purpose of making models is to use them in games as players or props requirements 3ds max chrome Components used Boxes and mesh editor.
Board games database
To store data of board games such as games and pieces. Reqiurements xampp notepad++ database sql file to import Steps Import the following database (S:\IT\CERT III IDMT 2020\ICT Programming\board_games) a database, you decide the name of the database Add some data to it for testing Using the example php script, rename it and change itContinue reading “Board games database”
Lego house
the purpose is to create a database to store the level and height of a block and the stats and measurements of the contruction. to do this we required software, the software we used was xampp and notepad++ BLOCKS(block_id, size_in_dots_long, size_in_dots_wide, type, qty_available, colour)HOUSE_CONSTRUCTION(house_part_id, start_dot_x, start_dot_y, end_dot_x, end_dot_y, block_id) and a php script called display_house_construction.phpContinue reading “Lego house”
Unity login/registration
create a package to reuse in multiple games to provide authentication facility’s steps to install 2019.4.2 go online to install the unity installer and unity hub installer then open the instalment app and start the process for both of the programs finish the installers then open the programs to test it. problems i had withContinue reading “Unity login/registration”
create a database server
the purpose of the database server is to store an application of multiple users, using php to maintain the data. the requirements -xampp v3.24 MySQL Server version: 10.1.30-MariaDB- mariadb.org binary distribution -PHP version : 7.2.1 -Chrome version 83.0.4103.116 (Official Build) (64-bit) steps start xampp and start mysql and apache service access localhost /phpmyadmin via chromeContinue reading “create a database server”
wordpress blog creation Step 1: Choose WordPress as your website platform. Step 2: Pick a name for your website, buy a domain & hosting. Step 3: Get familiar with the WordPress UI. Step 4: Pick a theme / design for your website. Step 5: Get plugins to extend your website’s abilities. Step 6: Create basic pages.