About 5,230 results
Open links in new tab
  1. View history of commands run in terminal - Ask Ubuntu

    Oct 3, 2020 · Is there a way to save all my typed terminal commands and view it like history in a log book?

  2. apt - How to install updates via command line? - Ask Ubuntu

    Use this: sudo apt update # Fetches the list of available updates sudo apt upgrade # Installs some updates; does not remove packages sudo apt full-upgrade # Installs updates; may also remove …

  3. Save the terminal history to a file for print - Ask Ubuntu

    Jan 23, 2014 · So, close the terminal before to print it. But if you want to save the terminal history in another file, then you can use the following command (this new file will contain also and the …

  4. How do I shut down or reboot from a terminal? - Ask Ubuntu

    Jun 15, 2016 · Open your terminal with CTRL + ALT + T and do these following commands To shutdown the system: sudo shutdown -h now To restart: sudo reboot & one more command for restart: sudo …

  5. command line - How to really clear the terminal? - Ask Ubuntu

    The UNIX/Linux StackExchange, has a thread on this: How to clear terminal completely? (unix.stackexchange.com), as well as SuperUser : Clear terminal using keyboard shortcut …

  6. How do I search my command-line history for commands I used before ...

    Other than viewing the history, is there a way to filter my history? Say I want to search for a command that started with "ssh"?

  7. bash - Shell does not show typed in commands, "reset" works, but …

    Aug 3, 2012 · 24 Shell does not show typed-in commands, what do I do to fix it? ie: how to fix a frozen or messed up terminal with the reset command. Note: I don't actually answer the OP's question here.

  8. One single command to update everything in Ubuntu?

    You can do that form the terminal with the following command: touch ./.bash_aliases In the .bash_aliases file paste the alias command mentioned above. Now save the file and exit. Edit your …

  9. How to create shortcut for a command in terminal? - Ask Ubuntu

    Aug 3, 2013 · I want to create a shortcut for a command in terminal. Like for a command "ssh [email protected] ", I just want a command "user" and the above command will run. Is this …

  10. How to execute several commands after each other with one request …

    34 I could (1) prepare a file with typed commands separated by end-line, (2) make it executable, (3) run it from a file-system manager or the terminal. But this is ridiculous for not repeatable and every-time …