Sunday, June 7, 2009

Awful Linux Podcast



Download: Mp3
I might actually decide to name the podcast awful linux podcast.....hmmmm

Lesson Plan:

Going over the very basics of linux. And since this will be distrubuted in beggening hacking type places, I am going to focus on honing your linux skills with the use of nmap.

Everything is a file.


cd
cd ..
cd /root
cd root
ls
cat
less
nmap - You will have to install

grep
grep options pattern file
grep 'bullshit' filename
cat filename | grep 'bullshit'


Basic Install processes

Package Managment
CentOS, Redhat, Fedora Core,(SuSe I think), etc
yum install packageName

Debian, Ubuntu, etc
apt-get install packageName

FreeBSD
cd /usr/ports/category
make && make install && make install clean
or
make
make install
make install clean

TarBalls
All Systems

gunzip tar.tar.gz
tar -xvvf tar.tar
./configure
make
make install

processes
ps aux
kill
killall firefox-bin

Text editors
vi
emacs
Don't pussy out, man up