Skip to content

Instantly share code, notes, and snippets.

@IngmarBoddington
Last active October 19, 2017 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IngmarBoddington/d07c91cd12da1139180cb272f8927ac4 to your computer and use it in GitHub Desktop.
Save IngmarBoddington/d07c91cd12da1139180cb272f8927ac4 to your computer and use it in GitHub Desktop.
May use this as starting information for a site...
OSX (Sierra)
=====
/usr/libexec/java_home - Reports on current JAVA_HOME (or at least what it should be)
/usr/local/apache-tomcat-8.5.23 - Tomcat installation
Linux
=====
Bash Profiles
~/.bashrc
~/.bash_profile
/etc/fstab - The place for mounting, e.g. //<server>/<folder> <localfolder> cifs auto,username-[username],password=[password],uid=0,gid=500 0 0
/etc/hosts - The place for hardcoding DNS entries
/var/log/ - Log files
/etc/sudoers - Sudoers settings
/etc/rc.d/rc.local - Startup script location
/usr/local/bin - Executable scripts (to make available as system wide commands)
/etc/httpd/conf.d/httpd.conf - Apache config
/etc/apache2/apache2.conf - Apache2 config
/etc/yum.conf - Yum config
/etc/network/interfaces - Network interfaces config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment