Darian's Work Journal A log of my learning

External Hard drive ( Getting information off of it)

8 Aug , 2023 - Uncategorised

So the situation is that my brother has an external harddrive that he has broke in some sort of way and he has asked me to try and get information off of it. So we started: Will show scan when done In the Windows Application Create and format Hard disk Partitions. It doesn’t allow me […]

Experience at home

7 Aug , 2023 - Uncategorised

I recently bought my own SSD NVME and I had to put it into my computer and throughout the process I had to remove my Graphics card before I could see the M.2 slot. Was a fun task and a good experience.

Day 34 cPanel

7 Aug , 2023 - Uncategorised

Today we went through everything I am going to need to know when I start tickets. My knowledge at this point is being refined so that I am able to be prepared to help customers!

Day 33 ( Bash Script )

7 Aug , 2023 - Uncategorised

Created my first Bash Script! !/bin/bash export DEBIAN_FRONTEND=noninteractive install apache2 sudo apt install apache2 -y install php sudo apt install php -y restart Apache service apache2 restart create index.html file sudo rm /var/www/html/index.html install MySQL server Update package list and install mysql-server without prompts sudo apt-get updatesudo apt-get install -y mysql-server install wordpress sudo wget […]

Day 32 Log

2 Aug , 2023 - Uncategorised

cPanel University WordPress installation as well as Maria Database and phpMyAdmin Installing WordPress When you load up the page you will see this. All you need to do is click on the file and it should load up WordPress for you. http://178.62.87.17/wordpress/wp-admin/setup-config.php?step=1&language=en_GB All should be good from here as we completed everything was needed. Install […]