Installing applications

With your network connection set up you can now install new software on your Jornada 680 using the Itsy Package Management System (ipkg).

Step 1: Configure ipkg

  • Edit the ipkg configuration file
cd /etc
nano ipkg.conf

Replace TODO with http://repository.jlime.com/hp6xx/vargtass/ and donkey- with vargtass-
Comment out (put a # infront of) every line.

Example line:

#src vargtass-a http://repository.jlime.com/hp6xx/vargtass/a
  • Update the ipkg package list
ipkg update
  • Install necessary libraries and applications

In /etc/ipkg.conf remove the # in front of the line of the first letter of the package you want to install.
A tip I got from the jlime site: Always leave L uncommented, comes in handy when you install applications which depend on currently not installed libraries.

Then run

ipkg update

Then install the following: binutils, binutils-symlinks,gcc, gcc-symlinks, g++, g++-symlinks with the following command

ipkg install <name>

This can take a long while.

Step 2: Installing applications

Aircrack-ng
Airpwn
Set up rogue AP
Ettercap
MDK3
Kismet
Nmap

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License