Page 34 of 36 FirstFirst ... 243233343536 LastLast
Results 331 to 340 of 355

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

  1. #331
    Join Date
    Jul 2011
    Location
    Sweden
    Beans
    10
    Distro
    Ubuntu 20.04 Focal Fossa

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

    Code:
    xgamma -gamma 0.8

  2. #332
    Join Date
    Feb 2015
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

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

    Code:
    ps -ef

  3. #333
    Join Date
    Mar 2007
    Beans
    Hidden!
    Distro
    Xubuntu 9.10 Karmic Koala

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

    Code:
    vim hello_world.py

  4. #334
    Join Date
    Mar 2007
    Beans
    Hidden!
    Distro
    Xubuntu 9.10 Karmic Koala

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

    Code:
    vim vim.js

  5. #335
    Join Date
    Oct 2004
    Location
    Albuquerque New Mexico, U
    Beans
    1,189
    Distro
    Ubuntu Development Release

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

    sudo nano /etc/fstab
    regards

  6. #336
    Join Date
    Aug 2006
    Location
    gypsy encampment
    Beans
    608
    Distro
    Lubuntu 18.04 Bionic Beaver

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

    Like this thread-

    Code:
    killall xterm
    Reminder: If you start a thread asking for help with a problem, please remember to use the Thread Tools to mark the issue as "SOLVED" once you have a solution. This will help other people with the same problem when they search for answers.

  7. #337
    Join Date
    Aug 2017
    Location
    melbourne, au
    Beans
    Hidden!
    Distro
    Lubuntu Development Release

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

    Code:
    sudo apt update; sudo apt full-upgrade ; neofetch
    I don't consider that a command, but it's all I've entered thus far today..

  8. #338
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

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

    Code:
    inxi -Fxxxza --no-host

  9. #339
    Join Date
    Feb 2015
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

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

    Code:
    yetiman:~ $ echo "search *" | nyxmms2 | awk '{ if ( NR > 5 ) { print} }' | head -n -3 | wc -l
    3242
    ... that actually worked! So there must be 3242 songs in my xmms2 media library ... .

  10. #340
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

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

    Quote Originally Posted by yetimon_64 View Post
    Code:
    yetiman:~ $ echo "search *" | nyxmms2 | awk '{ if ( NR > 5 ) { print} }' | head -n -3 | wc -l
    3242
    ... that actually worked! So there must be 3242 songs in my xmms2 media library ... .
    You still uses xmms?

    My command:

    Code:
    sudo nano /usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml

Page 34 of 36 FirstFirst ... 243233343536 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
  •