About 939,000 results
Open links in new tab
  1. How to run Terminal as root? - Ask Ubuntu

    The graphical root terminal job will be both unsuspended and disowned by the non-root terminal, automatically. In short: sudo -H gnome-terminal ^Z exit But suppose you wanted to keep using …

  2. Can't open a terminal in Ubuntu 22.04, running in VirtualBox 7.0 …

    Jun 7, 2023 · I just installed VirtualBox 7.0 and made a new virtual Ubuntu 22.04.1 machine on my Windows 11 PC. I can run programs like libreoffice, etc, but I cannot open a terminal. I've …

  3. What can be found on the "terminal" on the Jurassic World …

    Sep 21, 2023 · For the promotion of Jurassic World, a website was made for Masrani Global, the company operating the theme park. On that site, there is a simulated computer terminal one …

  4. How to unzip a zip file from the Terminal? - Ask Ubuntu

    Oct 13, 2017 · Just downloaded a .zip file from the internet. I want to use the terminal to unzip the file. What is the correct way to do this?

  5. VSCode Integrated terminal pointing to different python version

    Dec 26, 2023 · 1 I'm trying to get a Python Venv setup and configured to use VSCode's integrated terminal and Code Runner. However, both seem to be using the wrong Python version. It …

  6. Run command on another(new) terminal window - Ask Ubuntu

    How to run any command in another terminal window? Example: I opened one terminal window and if I run command like apropos editor, then it run and out-puts on that window. But I want to …

  7. Selectively remove command history of Windows Terminal

    Oct 31, 2022 · The command history in Windows Terminal is managed by whatever shell application you are using in it. You don't mention which shell you are using, but here are a few …

  8. How to open a directory/folder and a URL through Terminal

    1 Open Directory: To open a Directory or Folder from terminal. nautilus /home/user/path_to_folder/ & Or xdg-open /home/user/path_to_folder/ & The ampersand & is …

  9. Release/renew IP address via Terminal in OS X - Super User

    37 I am looking to release and renew my IP address in OS X 10.4 (Tiger) using Terminal. Essentially, I need the OS X equivalent of Windows': C:\\> ipconfig /release C:\\> ipconfig …

  10. What is a terminal and how do I open and use it? - Ask Ubuntu

    Dec 6, 2012 · A Terminal is your interface to the underlying operating system via a shell, usually bash. It is a command line. Back in the day, a Terminal was a screen+keyboard that was …