Results 1 to 5 of 5

Thread: most wierdest things you have seen someone do on linux

  1. #1
    Join Date
    Jun 2007
    Beans
    346

    most wierdest things you have seen someone do on linux

    im not going to mention names but the most weirdest thing i have seen someone do

    is install Norton anti virus on Linux i mean come on!

    so what is the weirdest thing you have installed or someone else has installed on linux

  2. #2
    Join Date
    Dec 2007
    Beans
    1,042
    Distro
    Ubuntu Karmic Koala (testing)

    Re: most wierdest things you have seen someone do on linux

    Someone who learned BASH on the job was under the impression that in full text mode, he had to do something like this:
    Code:
    cd /dev
    ls -a > ~/devices
    emacs ~/devices
    when in fact he could've done this:
    Code:
    cd /dev
    ls -a | less

    This same person also followed this set of steps to get back to the desktop after spending some time in a virtual terminal:
    • rm /tmp/X0-lock
    • startx
    • LXDE starts up for some reason.
    • ctrl-alt-backspace
    • instead of going to the login screen, computer drops back to whatever graphical session he started with.

    when in fact he could've done this:
    • ctrl-alt-F7




    Sadly, this person was me.
    He that would make his own liberty secure must guard even his enemy from oppression; for if he violates this duty he establishes a precedent that will reach to himself.
    -Thomas Paine

  3. #3
    Join Date
    Oct 2008
    Location
    Newcastle upon Tyne, UK
    Beans
    364
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: most wierdest things you have seen someone do on linux

    Quote Originally Posted by MaxIBoy View Post
    when in fact he could've done this:
    • ctrl-alt-F7




    Sadly, this person was me.
    Even worse, you only need to alt-f7!

  4. #4
    Join Date
    Jul 2008
    Beans
    95
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: most wierdest things you have seen someone do on linux

    d
    Last edited by bp1509; July 6th, 2009 at 05:01 PM.

  5. #5
    Join Date
    Jul 2008
    Beans
    47

    Re: most wierdest things you have seen someone do on linux

    I'm still a linux noob (about half a year now) so I can't get too technical. But I suppose its when I see people deck out their desktop theme to look exactly like Windows XP or Vista, or even worse, I saw an ubuntu installable package that pretty much completey decked out ubuntu to look like windows XP.

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
  •