I don't know what I m doing



Hi -- please try to give a little bit of context to your question.

Where do you want to open that "page"? What application, program, or system?
What do you want to code (a web?), and in what programming language?
 
How do I open a page where I can code?

What do you mean by "open a page where I can code?"

Do you mean you want to open a terminal?
Or are you talking about something else?

What programming language do you want to use?

Generally speaking, for most programming/scripting languages all you need is a text editor to write your code and then open a terminal to compile/run/debug your code.

Many languages also have IDE’s available, which allow you to write, build and test/debug code from inside a single environment, without having to use other tools.

And if this is about opening a terminal - there are several ways of opening a terminal, but which is most appropriate for you will depend on which Linux distro you’re using and which desktop etc.

So can you please clarify your request??
Without knowing exactly what you’re trying to do, it’s difficult to give an accurate answer.
 


Top