Comments on: GoTTY – Share Your Linux Terminal (TTY) as a Web Application https://www.tecmint.com/gotty-share-linux-terminal-in-web-browser/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 14 Dec 2018 19:24:49 +0000 hourly 1 By: Joseph Rob https://www.tecmint.com/gotty-share-linux-terminal-in-web-browser/comment-page-1/#comment-1083141 Fri, 14 Dec 2018 19:24:49 +0000 http://www.tecmint.com/?p=25007#comment-1083141 Getting error in ubunut 16.04.

./gotty top
./gotty: line 7: syntax error near unexpected token `newline’
./gotty: line 7: `’

]]>
By: Aaron Kili https://www.tecmint.com/gotty-share-linux-terminal-in-web-browser/comment-page-1/#comment-918373 Wed, 04 Oct 2017 05:16:17 +0000 http://www.tecmint.com/?p=25007#comment-918373 In reply to yogi.

@yogi

Thanks for the tip, we hope this will be helpful to new GoTTY users out there.

]]>
By: yogi https://www.tecmint.com/gotty-share-linux-terminal-in-web-browser/comment-page-1/#comment-918085 Tue, 03 Oct 2017 18:00:45 +0000 http://www.tecmint.com/?p=25007#comment-918085 Hello,

Thanks for this article !

In the “.gotty” configuration file, you must not put a comma between the different options (the one after “font_size = 5” causes an error.
Regards

]]>
By: Ravi Saive https://www.tecmint.com/gotty-share-linux-terminal-in-web-browser/comment-page-1/#comment-901485 Mon, 24 Jul 2017 06:35:46 +0000 http://www.tecmint.com/?p=25007#comment-901485 In reply to Mohammad.

@Mohammad,

Thanks for pointing of all errors, corrected in the write up as suggested..

]]>
By: Mohammad https://www.tecmint.com/gotty-share-linux-terminal-in-web-browser/comment-page-1/#comment-901030 Fri, 21 Jul 2017 15:39:02 +0000 http://www.tecmint.com/?p=25007#comment-901030 This article has 3 problems :

1 : In below section :

How To Install GoTTY in Linux Systems
you must write : ls $GOPATH/bin/ instead of “$GOPATH/bin/

2 : In below section :

Use GoTTY with Basic (Username and Password) Authentication
You must write this command : “# gotty -w -p “9000” -c “test:@67890” glances” instead of “# gotty -w -p “9000” -c “test@67890” glances
you forgot to put ":" between username and password in your command.

3 : In section :

How To Customize GoTTY in Linux
You mentioned that for html index we must use "--html" option but in command you used "--index" option
--index is true.

Best Regards

]]>