AryanVBW / LinuxDroid

The most powerful security toolkit for Android: without rooting your device. Run security tools like Nmap, Metasploit, and Wireshark on your Android device without voiding your warranty. Access a wide range of penetration testing tools and utilities, right from your Android phone or tablet.
https://aryanvbw.github.io/LinuxDroid/
MIT License
234 stars 17 forks source link

How to start parrot vnc #8

Closed dr1408 closed 8 months ago

dr1408 commented 8 months ago

Sir how to start vnc in parrot i use your linuxdroid to install GUI version of parrot

dr1408 commented 8 months ago

And how to uninstall parrot completely and return the default basharc .. all these steps are not mentioned

AryanVBW commented 8 months ago

© LinuxDroid To install and start VNC server on Parrot OS, you can use the following steps:

  1. Install a VNC Server: Open a terminal and run the following command to install a VNC server. For example, you can use tightvncserver:

    sudo apt-get install tightvncserver
  2. Start the VNC Server: After the installation is complete, run the following command to start the VNC server:

    tightvncserver

    During the first run, you'll be prompted to set up a password for VNC access. Enter a strong password as instructed.

  3. Stop the VNC Server (Optional): If you ever need to stop the VNC server, you can use the following command:

    tightvncserver -kill :1

    Replace :1 with the display number if you are using a different one.

  4. Configure Autostart (Optional): To configure the VNC server to start automatically when you boot your system, you might need to add a command to the startup scripts. This can be done by modifying the appropriate configuration file, such as ~/.config/autostart/tightvnc.desktop or using other methods depending on your desktop environment.

dr1408 commented 8 months ago

Bash : sudo command not found

also pkg command not found

how to fix ?

dr1408 commented 8 months ago

Your comaands doesn't work

dr1408 commented 8 months ago

I delete everything thank you sir

AryanVBW commented 8 months ago

Bash : sudo command not found

also pkg command not found

how to fix ?

Pkg in only for termux not for parrot is for parrot 🦜 os use "apt " and if sudo not fond install "apt install sudo "