• FIND THE FILE RESPONSIBLE FOR CHANGING UI

    I have tried searching for the file responsible for changing the UI. But I was unable to find it. I went to every directory

    image image

    ADDING A NEW COMPONENT

    File that needs to be changed to modify the UI is - /usr/share/jitsi-meet/libs/app.bundle.min.js This is a big file so we can't directly add some changes because it will be messy. So to copy-paste it we can use CAT command but the file is too big it is not stopping printing. I tried diffrent commands to print only specific number of lines

      cat -n filename
      head -n filename
      less -n filename

    image

  • Hi @PIIOT21AUG4004,

    Have you tried to run the nano command ?

    sudo nano /usr/share/jitsi-meet/libs/app.bundle.min.js

    Nano allows you to edit and also shows the js code in a beautified way

  • Yes sir image

    The JavaScript parts are written in very long lines.

    image

    this is the only problem with nano everything else is printing pretty neat

  • image ssh: connect to host 172.31.37.228 port 22: Connection timed out

    I searched in StackOverflow**** and found this Check the firewall of the servers . and also check if server is reachable, check if sshserver is running

    image

    Edited by Kadali Krishna Chaitanya
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment