ctrl+U doesn't work to clear my Terminal Screen [closed] - macos

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
Sorry for the silly question...
How do I clear my terminal screen? Cause ctrl+U just doesn't seem to work. Or do I need to assign this command somewhere?
Thanks

Try CTRL+L. In alternative, you can run clear command.

Related

Copy commands from webpage to Putty? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
couldn't find the answer on google so will give it a try here. How do I copy paste commands from webpages into Putty? Thanks a lot.
You do Ctrl+c on the webpage and use your mouse's middle button on put or use shift +insert.

What´s wrong with my Terminal? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I dont know whats wrong with my Terminal that i see like this:
see that it appears -bash-3.2$, instead of:
Apologize my english, im from Argentina
You will need to override the PS1 variable to change the prompt.
Set your PS1 to "Macbook:~ \u$" like this-
PS1="Macbook:~ \u$"
If you want your host name to be printed instead of "Macbook" use \H.
This link will give you more info.

I'm assuming my laptop is hacked by police? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I'd like some quick tips to find out about my privacy being invaded. I've tried task manager and msconfig.
Use PeerBlock, it's a really good firewall and gives you a Log (once it said that some prince was trying to enter my pc, wtf?!) http://peerblock.com/

how to type OR sign on MAC (swedish keyboard) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
This is a really silly question but I can't figure it out... how on earth do I type the OR sign on a MAC?? Swedish keyboard layout.
Found a post suggesting Alt+Shift+L but that doesn't work (maybe because my keyboard is swedish?).
Found another post suggesting Alt+Shift+i but that doesn't work either.
Try alt + 7, that's work on mine :

Cancel Terminal Password [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
When say using sudo, it requires a password. But at the instance, I decide that I do not actually want to take the command (or forget the password and want to try again later). What should I do other than close the terminal externally?
Type Control-c to kill the command.

Resources