Combined display of all available logs of RCATs. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:28, 16 July 2023 Ali3nw3rx talk contribs created page Whonix (Created page with "== Use Kali on Whonix in Virtual Box == # <code>ifdown eth0</code> # <code>nano /etc/resolv.conf</code> # Replace the contents of <code>/etc/resolv.conf</code> with: <code>nameserver 10.152.152.10</code> # <code>nano /etc/network/interfaces</code> # Add the following lines to the end of <code>/etc/network/interfaces</code>: <code>iface eth0 inet static address 10.152.152.11 netmask 255.255.192.0 gateway 10.152.152.10</code> # <code>ifup eth0</code>") Tag: Visual edit