Page 32 of 36 FirstFirst ... 223031323334 ... LastLast
Results 311 to 320 of 355

Thread: What was the last command you entered into Terminal?

  1. #311
    Join Date
    Nov 2014
    Beans
    16

    Re: What was the last command you entered into Terminal?

    Code:
    exit

  2. #312
    PaulW2U is offline I Ubuntu, Therefore, I Am
    Join Date
    May 2010
    Beans
    3,110
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: What was the last command you entered into Terminal?

    Quote Originally Posted by adriaan4 View Post
    Code:
    exit
    I had to smile when I saw this.

    For me it's htop as I've been having a few problems watching YouTube videos for which video has paused but sound has continued.

  3. #313
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: What was the last command you entered into Terminal?

    q

    I have an alias of q='exit' simply for speed, so I suppose it was really exit, though I typed q only.

  4. #314
    Join Date
    Feb 2015
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: What was the last command you entered into Terminal?

    Quote Originally Posted by ajgreeny View Post
    q

    I have an alias of q='exit' simply for speed, so I suppose it was really exit, though I typed q only.
    Another alias user here ...
    Code:
    :~ $ policy nano
    "policy" is my alias for the command "apt-cache policy". Just had to check the version of nano I was using after seeing oldos2er's nano thread in "Ubuntu, Linux and OS Chat"

  5. #315
    Join Date
    Dec 2017
    Location
    The Great Valley
    Beans
    15
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: What was the last command you entered into Terminal?

    Code:
    $ sudo dpkg --configure a
    I was having some issues with the updater, and it said to run that command. Sure enough, it worked.
    HP Pavilion x360 15-bk168cl, 2.4 GHz Core i3, 1TB HDD, 8GB RAM
    OS's: Win 10 (800GB), Ubuntu Studio 18.10 (150GB), Q4OS Scorpion (50GB)

  6. #316
    Join Date
    Feb 2015
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: What was the last command you entered into Terminal?

    Switching workspaces from the command line on Lxde on a raspberry pi.
    I needed to find a command to navigate left and right, using only the mouse, after setting 4 workspaces.

    This one, currently the last command in the terminal, is for moving to the left ...
    Code:
    ~ $ xdotool set_desktop $(expr $(xdotool get_desktop) - 1)
    ... a "+ 1" at the end, instead of "- 1", will move the woarkspace to the right.
    This command put into an easystroke gesture entry makes for very easy workspace switching using the mouse only.

  7. #317
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: What was the last command you entered into Terminal?

    Code:
    sudo smem --processfilter="firefox"
    Needed a way to format memory reports via the terminal.
    Smem seems to be a great little tool.
    Code:
    sudo smem --userfilter="root" --pie name -s rss
    this will produce a pie chart showing processes and their memory consumption based on PSS or RSS values.
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  8. #318
    Join Date
    Dec 2018
    Beans
    3

    Re: What was the last command you entered into Terminal?

    sudo cpupower frequency-set -d 2560000 -u 2560000

    Tried to keep my CPU clock to 2.56 GHz.

  9. #319
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,210
    Distro
    Ubuntu Budgie Development Release

    Re: What was the last command you entered into Terminal?

    Code:
    sudo ./spectre-meltdown-checker.sh
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  10. #320
    Join Date
    Dec 2018
    Beans
    Hidden!

    Re: What was the last command you entered into Terminal?

    Code:
    mv great.png great.jpg
    Fun fact, unlike most of the image tools I use, the forum will not accept attachments with the wrong extension.

    Quote Originally Posted by ajgreeny View Post
    I have an alias of q='exit' simply for speed, so I suppose it was really exit, though I typed q only.
    I use ctrl-d for that.

    As a bonus, if I'm running alex or the python repl, ctrl-d (still holding ctrl) d exits both.

Page 32 of 36 FirstFirst ... 223031323334 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •