...
- Stop/Start/Restart services; see example for MySQL at http://theos.in/desktop-linux/tip-that-matters/how-do-i-restart-mysql-server/
- Good help with failures for MySQL start up at http://stackoverflow.com/questions/20407292/centos-another-mysql-daemon-already-running-with-the-same-unix-socket
- Check/List running services
Removing a string from the front of all files names (ex: maybe you have Photo_9999.jpg looking file names) in current directory
rename "Photo_" "" *
Content labeled with "linux"
...