This Is Your Brain On Informatics: Difference between revisions

From Pathology Education Instructional Resource
Jump to navigation Jump to search
Tikenn (talk | contribs)
No edit summary
Tikenn (talk | contribs)
No edit summary
Line 7: Line 7:
*[[This Is Your Brain On Informatics: Linux|Linux]]
*[[This Is Your Brain On Informatics: Linux|Linux]]


^k = delete line
^w = find
^u = undoes one typo


'''/etc/init.d''' = initiate daemon (it does something but it stays in memory?!)
'''/etc/init.d''' = initiate daemon (it does something but it stays in memory?!)

Revision as of 21:19, 22 October 2013

This Is Your Brain On Informatics

Testing out the fluids.

Below are the links to several pages with useful information from the class.


/etc/init.d = initiate daemon (it does something but it stays in memory?!)

find / -name foo This will search the whole system for any files named foo and display their pathnames. Here we are using the criterion -name with the argument foo to tell find to perform a name search for the filename foo.

If you get locked out of your server, enter pico /etc/hosts.deny Once you are in that file, delete the IP address (your IP address) that has been blocked at the bottom of the file.