john@Dell700M:~$ cat GutsyGibbonNotes
Gutsy Gibbon Notes:
Install Kismet:
#apt-get install kismet configure /etc/kismet/kismet.conf with ipw2200,eth1,IntelPro
Apt-Get install gpsd, gpsdrive. Test them both (GPSDrive with GUI, gpsd below)
gpsd -p /dev/ttyUSB0
test with #telnet localhost 2947 (then Ra to see streaming coords)
Set up MySQL:
#apt-get install mysql-server
#mysqladmin -u root password mysqluser
test with mysql browser with (127.0.0.1, root, password, mysqluser, port3306)
Create GPSDrive SQL Database:
#mysql -u root -p < /usr/share/gpsdrive/create.sql
To run it all:
gpsd -p /dev/ttyUSB0 ( to test)
#sudo kismet
run gpsdrive, should see SQL checkbox
Gutsy Gibbon Notes:
Install Kismet:
#apt-get install kismet configure /etc/kismet/kismet.conf with ipw2200,eth1,IntelPro
Apt-Get install gpsd, gpsdrive. Test them both (GPSDrive with GUI, gpsd below)
gpsd -p /dev/ttyUSB0
test with #telnet localhost 2947 (then Ra
Set up MySQL:
#apt-get install mysql-server
#mysqladmin -u root password mysqluser
test with mysql browser with (127.0.0.1, root, password, mysqluser, port3306)
Create GPSDrive SQL Database:
#mysql -u root -p < /usr/share/gpsdrive/create.sql
To run it all:
gpsd -p /dev/ttyUSB0 (
#sudo kismet
run gpsdrive, should see SQL checkbox
Comments
Post a Comment