Quick Notes
- '$' means not root
- '#' means in root
- '--' means a break in the occurance of the use of the command.
Day 1
- Introductions
- Build a network
- Computer hardware
- System Rescue CD
- Basic Linuz Command LIne
- File-Systems
- Centos 7 usb Install
- w3schools (html) - Start making a web page
Linux Basic Terminal Commands
- $clear
- Clears the terminal screen
- $pwd
- $ls
- Shows all files in current Directory
- $nmap -sP [IP address]
- Maps current Network on IP (Caution)
- $arp -a
- Lists users in current directory
- $python
- Allows to use Python code in terminal
- $ping [IP address]
- $ssh -l [file] [IP address]
- SSHs the file location on the IP address
- $ssh -l [userName] [IP address]
- Same as previous exept for user
- $nano [fileName].txt
- Opens the text file using Nano
- $cat [fileName].txt
- Displays the text file in the terminal window
- $more [fileName].txt
Root Commands
- #useradd -m -d [path] [file]
- Adds user to path for file
- #passwd [file]
- Changes password for file
Day 2
- Learned how to become Root
- Learned about Firewalls
- Filled the Taskbar
- Installed Gnome Browser Plugin
- Istalled Frippery Panel Favorites
- Downloaded Chrome
- Skipped Alacarte
- Disabled selinux to develop a server without using selinux
Advanced Terminal Commands
- $ chmod 755 *
- Changes permissions of the current directory
- $ chmod 755 -R [filename]
- Same as previous, only recursively
Day 3
- Install FTP
- Install FileZilla
- CHange permissinos for Arduino, wireshare and wheel
- Github intro
- Python intro
- Moar HTML
- Bootstrap
- HTML Websites
- Teamwork Activity: Relay race, Blind thing, "Never have I ever"
- HTML color notes
- Uploaded my Fibonacci Sequence onto GitHub
More Terminal Commands
Python Scrips ran
print("Hello World")
--
2 * 3
--
2 * 3 * 4
--
2 * 3 * 4 * 5
--
2 ** 0
--
2 ** 16
--
z = 1
b = 3
z * b
--
for x in range (0,9):
print("Hello World!")
--
My personal Fibonacci Code:
#!/usr/bin/python
option = int(input("What version would you like? 1? or 2?"))
if option == 1:
n = int(input("What place element would you like to see?"))
a = 0
b = 1
for i in range(0, n):
temp = a
a = b
b = temp + b
print("The " + str(n) + "th element is " + str(a))
else:
n = int(input("How many elements of the sequence would you like to see?"))
a = 0
b = 1
sequence = ""
for i in range(0, n):
temp = a
a = b
b = temp + b
sequence = sequence + str(a) + " "
print("The first " + str(n) + " elements are: " + sequence)
Day 4
- C (Hello World)
- SystemCTL
- SystemCTL Grep
- SSH
- Apache (httpd)
- Mariadb
- PHP
- Download (jessie) https://www.raspberrypi.org/downloads/
Terminal Commands
- crontab -e
- systemctl
- displays System information
- top
- systemctl | grep firewall
- shows firewall information
- systemctl | stop firewalld
- systemctl | grep httpd
- systemctl stop httpd
- systemctl start httpd
- systemctl enable httpd
C Scripts
// save this file as hello.c in a folder called "ccode"
// compile with $gcc hello.c -o hello
// run with the command: $./hello
#include
main()
{
int i;
printf("Hello World");
for (i=0 ; i < 10; i++) {
printf("%d Hello World \n" , i);
}
}
Create your own Local Host server
# crontab -e (not chrontab -e)
# systemctl
# top
# systemctl | grep firewall
displays status on firewall
# systemctl stop firewalld
stops firewall
# yum install httpd
installs apache
# systemctl | grep httpd
# systemctl stop httpd
stops apache
# systemctl start httpd
starts apache
# systemctl enable httpd
loads apache automatically
# mkdir /ztemp
# cd /etc/httpd/conf
# cp httpd.conf /ztmp
# nano -c httpd.conf
- change so it works for your system
- change line 119 (DocumentRoot line) to /home/[yourusername]/html
- change line 124 to /home/[yourusername]/html
- change line 131 to /home/[yourusername]/html
# systemctl restart httpd
'Check local host'
'Firewall must be off'
DO NOT BE ROOT
$ cd /home
$ ll
$ chmod 755 -Rf *
'check localhost'
Day 5
- yum update
- yum install gimp
- vi vim introduction
- bash
- crontabs
- Traffic Logs
- Oracle java (jre jdk)
- Hello.java (Hello World)
- Firefox (java jre)
- http://tritechsc.org/xfunctions/
- github.com repos: linux,bash,java,python,ccode,html...
- Send note home to take Cadwell walk.
- Raspberry Pi sd card dd command.
Command line Commands
- cp -r [file to be copied] [where you want file copied to]
- Copies file to be copied recurisvely to where you want it to be copied to.
- crontab -l
- checks to see if user/root has a crontab.
- crontab -e
- crontab [crontab file name]
- runs crontab file name as a crontab
- # rpm -Uvh [filename.rpm]
- Installs .rpm file using Redhat Program Manager.
Day 6
- Rise of the Hackers (Movie)
- Wofram Alpha
- Random Numbers
- LowToMin.java
- Github
- Raspberry Pis
Day 7
- Review java
- Nodejs
- Java Script Sorting Program
- github.com (login)
- nodeschool.oi
- 1:15 pm - Goto Cadwell
Day 8
- 568B Wiring
- Rj45 Modular Jacks
- Arduino
- Circuits
- Minecraft Hacking
- Raspberry Pi development
Day 9
- Code in "https://www.codecademy.com/"
- Keep track of points. This is part of the grade.
- Work on github site and use blender.
- No 3d Printing
Day 10
- 568B Wiring
- RJ45 Modular Jacks (Demo)
- Clean up
- Codecademy.org
- Scratch
- app inventor (just look)
- Bootstrap to github (username.github.io)
- Add group to user for wireshark
- Wireshark
- Download Ubuntu
Day 11
- Worked on Github websites.
Day 12
- Windows 10 installation.
- Arduino
- Nodejs
- Git
- Blender
- Inkscape
- Gimp
- JRE
- Notepad ++
- OBS
- Wireshark
Day 13
- Oracle Java Windows Install
- Set Classpath for Java.
- PowerShell Command
- Hello World
- JRE
- Cygwin Install
Day 14
- Complete Projects
- user.github.io
- github.com/user (lists 5 populated repos)
- Autonomy Time.