Page 13 of 36 FirstFirst ... 3111213141523 ... LastLast
Results 121 to 130 of 355

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

  1. #121
    Join Date
    Aug 2007
    Location
    Tokyo
    Beans
    178

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

    That IS a nice sound. Now that reminds me of just how beautiful the original playstation's startup sound was. I get goosebumps just thinking about it. You'd hear that and you just KNEW you are going to do play something awesome.... or believed it at least.

    Code:
    ls
    Full time open source software developer. Projects:
    Wakame-vdc: Virtual data center. Community: Wakame Users Group
    OpenVNet: Virtual networking using OpenFlow
    Sinatra-browse: Parameter declaration framework and browsable API for ruby Sinatra.

  2. #122
    Join Date
    Jun 2009
    Location
    0:0:0:0:0:0:0:1
    Beans
    5,169
    Distro
    Kubuntu

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

    Code:
    ~$ ubuntu-bug xfce4-mailwatch-plugin
    on the topic of startup sounds...
    Code:
    ~$ cat /etc/lightdm/lightdm.conf
    [SeatDefaults]
    greeter-session=lightdm-gtk-greeter
    user-session=xubuntu
    #display-setup-script=
    #greeter-setup-script=ogg123 /path/to/ready2login.ogg
    #session-setup-script=ogg123 /path/to/login.ogg
    #session-cleanup-script=aplay /path/to/logout.wav
    Laptop: ASUS A54C-NB91 (Storage: WD3200BEKT + MKNSSDCR60GB-DX); Desktop: Custom Build - Images included; rPi Server
    Putting your Networked Printer's scanner software to shame PHP Scanner Server
    I frequently edit my post when I have the last post

  3. #123
    Join Date
    Oct 2012
    Beans
    15

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

    top

  4. #124
    Join Date
    Mar 2012
    Location
    New Hampshire, USA
    Beans
    Hidden!
    Distro
    Xubuntu 13.10 Saucy Salamander

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

    Code:
    gksudo leafpad /usr/share/gvfs/mounts/network.mount

  5. #125
    Join Date
    Apr 2011
    Location
    Maryland
    Beans
    1,461
    Distro
    Kubuntu 12.04 Precise Pangolin

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

    How did I not notice this thread before? I have three terminal windows open at the moment (multi-tasking at its best):

    term1:
    Code:
    for f in IonXpress_00[12678]*; do perl -ne 'BEGIN {($n)=($ARGV[0] =~ /^(\S+?\b)/) } print "$n\t$_"' $f; done > all_variants.tsv
    term2:
    Code:
    for f in *.bam; do echo "$f: $(samtools view -c -F 4 $f) reads" >> samplekey.txt; done
    term3:
    Code:
    history | grep samtools
    Guess I was trying to remember what samtools options I needed for term window 2

  6. #126
    Join Date
    Apr 2008
    Location
    Norwich CT
    Beans
    2,659
    Distro
    Ubuntu Mate

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

    sudo shutdown -P now

    I drink my Ubuntu black, no sugar.
    Ubuntu user 28819

  7. #127
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

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

    vnstat
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  8. #128
    Join Date
    Jan 2006
    Location
    Highland, IN - USA
    Beans
    1,285
    Distro
    Ubuntu Development Release

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

    Code:
    gksudo nautilus
    Friedrich Nietzsche: "Without Music, Life Would Be A Mistake" - So, what album are you NOW PLAYING?

    My Last.FM | My Original Music at Jamendo

  9. #129
    Join Date
    Aug 2011
    Location
    Melbourne, Australia.
    Beans
    Hidden!
    Distro
    Xubuntu 14.04 Trusty Tahr

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

    Code:
    ps aux | less
    PopularPages: A very handy Documentation Search Tool used by many.
    PopularPages Wiki Thread
    My New Blog

  10. #130
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

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

    Code:
    find / -size +100M -ls

Page 13 of 36 FirstFirst ... 3111213141523 ... 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
  •