Running on Linux
Prerequisite: Installing on Linux (Ubuntu)
Once the EMM OSINT Suite has been installed on your system, running the application requires you top define a workspace folder on a local disk drive to keep your user data.
By default the application places the user data in the default user home directory /home/<user-id>/osint-workspace.
To run the application do the following:
-
Open a Terminal window
-
Navigate to the installation location /opt/osint_<version>_linux.x86_64 (for the 64-bit version)
cd /opt/osint_2.2.3_linux.x86_64
-
Starting the application
env UBUNTU_MENUPROXY= ./osint ./osint&
Problems starting the application
If the application does not start, make sure that the following files are executable:
|
/opt/osint_<version-number>_linux_x86_64/osint |
|
/opt/osint_<version-number>_linux_x86_64/jre/bin/java |
Under Ubuntu you can set the execute permissions with the following commands:
sudo chmod ugo+x /opt/osint_2.2.0_linux.x86_64/osint
sudo chmod ugo+x /opt/osint_2.2.0_linux.x86_64/jre/bin/java