Current Week Accomplished/Hours worked
Hours: 26 hours- Figured out why the service was down.
- Checked the history for every username to find who change/accident the IP address.
- Check specs
- Name of the server
- Configuration port number
- HoneyDrive for Kali
Steps to check for server
Linux command line on left
Linux command line on left
- Check for resources
- top --- shows RAM
- df --- is the filesystem
- df -h --- Hard drive space, h is human readable
- ps -ef --- show all the Processor
- Networking
- netstat -an | grep 5902 --- Check if the port is listening
- service ssh status --- Check for ssh status if is running
- service ssh start --- start the ssh
- service ssh restart --- restart the ssh (Restart system if need)
--ifconfig Display information about all the network interface currently in operation. This can also change the IP address by ifconfig then the interface eth0 then numerical numbers. Example ifconfig eth0 1500 this will change IP address.
--who This show who is online at that time
--last history of who login
--history display the history of a particular user to find activities.
Issues/ Concerns
Students are able to change the IP address by using the command like ifconfig OR they might change it accidently.
No comments:
Post a Comment