-
Notifications
You must be signed in to change notification settings - Fork 2
FAQs
Welcome to the osint-vm wiki! More dedicated documentation to come.
-
Open arandr:
- Launch from your application menu, or
- Run
arandrin the terminal
-
In the arandr window:
- Each connected display appears as a rectangle
- Drag displays to arrange their positions
-
To change resolution:
- Right-click on a display
- Select "Resolution"
- Choose desired resolution from the list
-
Apply changes:
- Click "Apply" to test the new configuration
- Click "OK" to confirm
-
Save layout (optional):
- Go to Layout > Save As
- Choose a filename and location
- The layout is saved as a shell script
- Use the "Outputs" menu to enable/disable displays
- Rotate displays via the right-click menu
- Reset to default with Layout > Reset
If issues occur, close arandr and run xrandr in the terminal to verify available modes and current settings.
The kali-rolling apt repos are already added to osint-vm, just do sudo apt update sudo apt install <kali-package>
-
On the Ollama host machine:
Edit the Ollama configuration file:
sudo nano /etc/ollama/daemon.jsonAdd or modify these lines:
{ "listen": "0.0.0.0:11434" } -
Restart the Ollama service:
sudo systemctl restart ollama -
Configure firewall (if active) to allow port 11434:
sudo ufw allow 11434/tcp -
On the client machine:
Set the OLLAMA_HOST environment variable:
export OLLAMA_HOST=http://<ollama-host-ip>:11434 -
Test the connection from the client:
ollama list
Install signify-openbsd package.
Example:
signify-openbsd -V -p inforensics.pub -x inforensics-osint-vm-beta-v01.2.sig