About 30,200 results
Open links in new tab
  1. Download Linux | Linux.org

    May 1, 2017 · Links to popular distribution download pages24 Popular Linux Distributions Explore different Linux distributions and find the one that fits your needs. Try distrowatch.com for more …

  2. How do I open a text file in my terminal? - Ask Ubuntu

    There is a file named RESULTS.txt and I want to open this file in my terminal. (I mean I want to see the file contents be displayed in the terminal and not in some text editor) How do I do that ?

  3. How to access a usb flash drive from the terminal? - Ask Ubuntu

    Apr 29, 2011 · I only have access to the command line. I need to backup my data (on the user folder) to a pen (USB DOK). How can I mount a flash drive manually? What should be the …

  4. How do I move all files from one folder to another using the …

    Aug 6, 2012 · I would like to know how could I move all files from a folder to another folder with a command line. Let's say I'm in my Downloads folder and there are a 100 files that I would like …

  5. How to show the full path of a file or directory in the terminal?

    Mar 13, 2014 · To display the full path of a file in the terminal just drag the file's icon into the terminal, and the full path of the file will be displayed enclosed by two apostrophes (single …

  6. Changing colour of text and background of terminal?

    Dec 9, 2014 · I can change the colour through preference , but how can I change the background colour and text colour of terminal through the command line?

  7. 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 …

  8. 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?

  9. How to reinitialize a terminal window instead of closing it and ...

    Aug 21, 2018 · When I make some changes to the shell/bash behavior, such as setting up an alias, is there a quick command to reinitialize the terminal window instead of closing and …

  10. How do I save terminal output to a file? - Ask Ubuntu

    How do I save the output of a command to a file? Is there a way without using any software? I would like to know how.