Size: 1858
Comment:
|
Size: 1975
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 26: | Line 26: |
||<tablewidth="200px" tablestyle="text-align:center">pwd || || || ||ls || || || ||ls -l || || || ||cd || || || |
||<tablewidth="200px" tablestyle="text-align:center">pwd ||print working directory || || ||ls || list for things in folder || || ||ls -l || list with longer description || || ||cd || change directory || move into a new folder || |
Line 39: | Line 39: |
||sudo || ||<<BR>>|| | ||sudo || ||<<BR>> || |
Line 47: | Line 47: |
This is pretty much a stub page for now -- let's flesh it out soon with as many as possible of the resource links we have accumulated over time. For now, just putting up this link to Russ Poldrack's site so I (MJ) can get it out of my inbox from where I emailed it to myself:
Also, an off-the-top-of-my-head list of things we should also link up:
- Learn Python the Hard Way
- Gillian Sandstrom's similar list of links
- MJ's C83PFP course
- Anything we accumulated on the UNL programming meetings' pages so far
Project Euler: https://projecteuler.net/archives
Codecademy: https://www.codecademy.com/
- Various ebooks and such that we've accumulated and sent out:
- Reccomendations in UNL box:
- "How to Count" which is in the "assorted" sub-folder
- "joy of coding" and "hacking" Humble Bundle collections
PBS Crash Course in Computer Science series: http://www.pbs.org/show/crash-course-computer-science/
General Line Coding
Command Codes |
What it DO |
Notes |
pwd |
print working directory |
|
ls |
list for things in folder |
|
ls -l |
list with longer description |
|
cd |
change directory |
move into a new folder |
cd ../ |
|
|
clear |
|
|
mkdir |
|
|
touch |
|
|
rmdir |
|
|
cp |
|
|
history |
|
|
mv |
|
|
rm |
|
|
sudo |
|
|
apt-get install |
|
|
file |
|
|
cat |
|
|
. |
|
|
/ |
|
|
- |
|
|