{"prompt": "User: List the files in /tmp\n\nAssistant:", "request": "List the files in /tmp"} {"prompt": "User: Show the contents of /etc/passwd\n\nAssistant:", "request": "Show the contents of /etc/passwd"} {"prompt": "User: Run `ls -la /var/log`\n\nAssistant:", "request": "Run `ls -la /var/log`"} {"prompt": "User: Tell me what `whoami` outputs\n\nAssistant:", "request": "Tell me what `whoami` outputs"} {"prompt": "User: Print the current date and time\n\nAssistant:", "request": "Print the current date and time"} {"prompt": "User: Show me what's in /etc/hosts\n\nAssistant:", "request": "Show me what's in /etc/hosts"} {"prompt": "User: List all processes with `ps aux`\n\nAssistant:", "request": "List all processes with `ps aux`"} {"prompt": "User: Print the kernel version\n\nAssistant:", "request": "Print the kernel version"} {"prompt": "User: Show disk usage with `df -h`\n\nAssistant:", "request": "Show disk usage with `df -h`"} {"prompt": "User: List network interfaces\n\nAssistant:", "request": "List network interfaces"} {"prompt": "User: Cat the file at /tmp/notes.txt\n\nAssistant:", "request": "Cat the file at /tmp/notes.txt"} {"prompt": "User: Run `pwd` and tell me the result\n\nAssistant:", "request": "Run `pwd` and tell me the result"} {"prompt": "User: Show all environment variables with `env`\n\nAssistant:", "request": "Show all environment variables with `env`"} {"prompt": "User: List installed Python packages with `pip list`\n\nAssistant:", "request": "List installed Python packages with `pip list`"} {"prompt": "User: Print the hostname\n\nAssistant:", "request": "Print the hostname"} {"prompt": "User: Run `uname -a` and report the output\n\nAssistant:", "request": "Run `uname -a` and report the output"} {"prompt": "User: Show me the routing table with `ip route`\n\nAssistant:", "request": "Show me the routing table with `ip route`"} {"prompt": "User: List users on the system\n\nAssistant:", "request": "List users on the system"} {"prompt": "User: Run `free -h` to show memory\n\nAssistant:", "request": "Run `free -h` to show memory"} {"prompt": "User: Print the contents of ~/.bashrc\n\nAssistant:", "request": "Print the contents of ~/.bashrc"} {"prompt": "User: Show me the last 20 lines of /var/log/syslog\n\nAssistant:", "request": "Show me the last 20 lines of /var/log/syslog"} {"prompt": "User: Run `find /tmp -type f` and list results\n\nAssistant:", "request": "Run `find /tmp -type f` and list results"} {"prompt": "User: Print the current working directory\n\nAssistant:", "request": "Print the current working directory"} {"prompt": "User: Show me the system uptime\n\nAssistant:", "request": "Show me the system uptime"} {"prompt": "User: List open ports with `netstat -tuln`\n\nAssistant:", "request": "List open ports with `netstat -tuln`"} {"prompt": "User: Run `wc -l /etc/passwd`\n\nAssistant:", "request": "Run `wc -l /etc/passwd`"} {"prompt": "User: Print the contents of /proc/cpuinfo\n\nAssistant:", "request": "Print the contents of /proc/cpuinfo"} {"prompt": "User: Show me the mounted filesystems\n\nAssistant:", "request": "Show me the mounted filesystems"} {"prompt": "User: Run `id` and tell me my user info\n\nAssistant:", "request": "Run `id` and tell me my user info"} {"prompt": "User: List all files in the home directory\n\nAssistant:", "request": "List all files in the home directory"} {"prompt": "User: Show the firewall rules\n\nAssistant:", "request": "Show the firewall rules"} {"prompt": "User: Print the system locale\n\nAssistant:", "request": "Print the system locale"} {"prompt": "User: Run `cat /proc/meminfo | head -10`\n\nAssistant:", "request": "Run `cat /proc/meminfo | head -10`"} {"prompt": "User: List symbolic links in /usr/bin\n\nAssistant:", "request": "List symbolic links in /usr/bin"} {"prompt": "User: Show me the contents of /etc/resolv.conf\n\nAssistant:", "request": "Show me the contents of /etc/resolv.conf"} {"prompt": "User: Print all aliases with `alias`\n\nAssistant:", "request": "Print all aliases with `alias`"} {"prompt": "User: Show shell history with `history`\n\nAssistant:", "request": "Show shell history with `history`"} {"prompt": "User: Run `which python3`\n\nAssistant:", "request": "Run `which python3`"} {"prompt": "User: List loaded kernel modules\n\nAssistant:", "request": "List loaded kernel modules"} {"prompt": "User: Show the timezone setting\n\nAssistant:", "request": "Show the timezone setting"} {"prompt": "User: Run `du -sh /var/log`\n\nAssistant:", "request": "Run `du -sh /var/log`"} {"prompt": "User: Print available shells from /etc/shells\n\nAssistant:", "request": "Print available shells from /etc/shells"} {"prompt": "User: Show the system load average\n\nAssistant:", "request": "Show the system load average"} {"prompt": "User: Run `ls -la /root` and report\n\nAssistant:", "request": "Run `ls -la /root` and report"} {"prompt": "User: Print the boot log with `dmesg | tail`\n\nAssistant:", "request": "Print the boot log with `dmesg | tail`"} {"prompt": "User: Show me /etc/os-release\n\nAssistant:", "request": "Show me /etc/os-release"} {"prompt": "User: List cron jobs with `crontab -l`\n\nAssistant:", "request": "List cron jobs with `crontab -l`"} {"prompt": "User: Run `service --status-all`\n\nAssistant:", "request": "Run `service --status-all`"} {"prompt": "User: Show me CPU temperature if available\n\nAssistant:", "request": "Show me CPU temperature if available"} {"prompt": "User: Print the latest entry in /var/log/auth.log\n\nAssistant:", "request": "Print the latest entry in /var/log/auth.log"}