Difference between revisions of "This Is Your Brain On Informatics"

From Pathology Education Instructional Resource
Jump to: navigation, search
(This Is Your Brain On Informatics)
(This Is Your Brain On Informatics)
Line 1: Line 1:
 
== This Is Your Brain On Informatics ==
 
== This Is Your Brain On Informatics ==
 
Testing out the fluids.
 
Testing out the fluids.
 +
 +
Sudo su = allows you super user privileges
  
 
^k = delete line
 
^k = delete line
 +
 
^w = find
 
^w = find
 +
 
^u = undoes one typo
 
^u = undoes one typo
To get out of a file - ^o (saves); enter; ^x
+
 
Sudo su = allows you super user privileges
 
 
Ls –a = list all files in the folder
 
Ls –a = list all files in the folder
Msql –u USER –p = MySQL user password
+
 
Tar –xzvf *.tar.gz = unzip (extract gz component, file and locations preserved) the .tar.gz file
+
Tar –xzvf *.tar.gz = unzip the .tar.gz file
Blue = everyone has the rights to view it but not edit it.
+
 
 
Mkdir = make directory
 
Mkdir = make directory

Revision as of 15:38, 22 October 2013

This Is Your Brain On Informatics

Testing out the fluids.

Sudo su = allows you super user privileges

^k = delete line

^w = find

^u = undoes one typo

Ls –a = list all files in the folder

Tar –xzvf *.tar.gz = unzip the .tar.gz file

Mkdir = make directory