How do I remove the top bar of applications (title-bar), The one bar that usually displays minimize, maximize and close? See attached screenshot:
Home
/
user-969405
Gabriel Petersson's questions
I have an AWS instance which I have connected to via ssh. I want to run my program $python3 -m program.py which works perfectly in the terminal.
But it only displays about 20 lines of output, and then the output in the start starts to disappear while more lines are coming in from below, but just the python code, not the ubuntu lines above.
I do not have an Ubuntu interface because it is an AWS instance, but I have access to its files and the terminal to fix the problem.
I have tested to use tmux and increase history lines option but it does not affect python output.