Difference between revisions of "This Is Your Brain On Informatics"
(→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. | ||
+ | |||
+ | ^k = delete line | ||
+ | ^w = find | ||
+ | ^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 | ||
+ | Msql –u USER –p = MySQL user password | ||
+ | Tar –xzvf *.tar.gz = unzip (extract gz component, file and locations preserved) the .tar.gz file | ||
+ | Blue = everyone has the rights to view it but not edit it. | ||
+ | Mkdir = make directory |
Revision as of 15:37, 22 October 2013
This Is Your Brain On Informatics
Testing out the fluids.
^k = delete line ^w = find ^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 Msql –u USER –p = MySQL user password Tar –xzvf *.tar.gz = unzip (extract gz component, file and locations preserved) the .tar.gz file Blue = everyone has the rights to view it but not edit it. Mkdir = make directory