Page 3 of 36 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 355

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

  1. #21
    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?

    winecfg

  2. #22
    Join Date
    Jul 2010
    Location
    /run/shm
    Beans
    820
    Distro
    Ubuntu 20.04 Focal Fossa

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

    Code:
    flexedit
    Which is a simple alias to this
    Code:
    nano ~/.flexget/config.yml
    Quote Originally Posted by Linus Torvalds
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program."

  3. #23
    Join Date
    Oct 2008
    Location
    Romania - Timisoara
    Beans
    281
    Distro
    Ubuntu 12.04 Precise Pangolin

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

    Code:
    sudo aptitude search cairo | grep dock

  4. #24
    Join Date
    Feb 2008
    Location
    I'm lost ... HELP!
    Beans
    1,014
    Distro
    Xubuntu

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

    Code:
    cat /home/common/scripts/iptables-save-c.sky | sudo iptables-restore -c
    (after saving and editing the rules ofc.)
    Last edited by miegiel; August 23rd, 2012 at 12:06 AM.

  5. #25
    Moose is offline Gee! These Aren't Roasted!
    Join Date
    Aug 2012
    Location
    Australia
    Beans
    Hidden!
    Distro
    Ubuntu 12.10 Quantal Quetzal

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

    sudo apt-get install amarok

  6. #26
    Join Date
    Mar 2012
    Location
    the Shire
    Beans
    225
    Distro
    Ubuntu 12.04 Precise Pangolin

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

    exit
    Intel Pentium 4 Asus P5N32-SLI DELUXE Nvidia nx7900GT 3GB Ram Western Digital WD2500AAKX 250GB Seagate Barracuda 80GB, 160GB Ubuntu 12.04 Arch

  7. #27
    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:
    cd /tmp;d="`date`";ln -s `f="$(ls -l /proc/$(pgrep -f flashplayer)/fd | grep deleted)" && f="${f##*:+([0-9]) }" && f="${f%% -*}" && echo /proc/$(pgrep -f flashplayer)/fd/"$f"` /tmp/"movie-$d";smplayer -fullscreen /tmp/"movie-$d"
    used to play flash videos in smplayer where i can use vdpau
    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

  8. #28
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

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

    Code:
    QIII@computer:~$ sudo apt-get winning-lottery-numbers
    QIII@computer:~$ lol! like i haven't heard that one before.  loser!  leave me alone.  i have a date with a microwave.
    Last edited by QIII; August 23rd, 2012 at 04:13 AM.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  9. #29
    Join Date
    Jul 2010
    Location
    /run/shm
    Beans
    820
    Distro
    Ubuntu 20.04 Focal Fossa

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

    Code:
    mplayer_ kuulsuse_narrid.mpg
    Which is a .bashrc function
    Code:
    function mplayer_(){
    if [ `ffmpeg -i "$1" 2>&1 | grep "h264 (High 10)" -c` = 1 ]; then mplayer -geometry 1680:282 -*** -ontop -stop-xscreensaver -vc ffh264, -vo vdpau -fs "$1" `echo $@ | cut -f2- "-d "`; else mplayer -geometry 1680:282 -*** -ontop -stop-xscreensaver -vc ffh264vdpau, -vo vdpau -fs "$1" `echo $@ | cut -f2- "-d "`; fi
    }
    Quote Originally Posted by Linus Torvalds
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program."

  10. #30
    Join Date
    Feb 2008
    Location
    I'm lost ... HELP!
    Beans
    1,014
    Distro
    Xubuntu

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

    Code:
    sudo iftop -p -c iftop.resolve.conf

Page 3 of 36 FirstFirst 1234513 ... 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
  •