-
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
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 linescat -n filename head -n filename less -n filename
-
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
-
-
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
Please register or sign in to comment