Page 1 of 3 123 LastLast
Results 1 to 10 of 28

Thread: How to: Make a Cool Terminal Start thing.

  1. #1
    fedex1993 is offline Grande Half-n-Half Cinnamon Ubuntu
    Join Date
    Apr 2007
    Location
    Dallas, Texas
    Beans
    876

    How to: Make a Cool Terminal Start thing.

    Okay many people have seen that when some people start up there is like a "Ubuntu" logo well i will tell you how you can do that.


    1. The first thing you will need is to install a program called figlet. To do that Open up a terminal (Usually if your using gnome you would go to Applications>Accessories>Terminal) And than type "Sudo apt-get install figlet" it will most likely ask you yes or no do you want to install and you will half to type your password.


    2. The second thing your going to do is while yo are still inside of the terminal(Applications>Accessories>Terminal) your going to type sudo gedit /home/username/.bashrc (where it says username put your login name) and at the very bottom of your .bashrc press enter than copy and paste in
    Code:
    figlet "ubuntu";echo -n 'Hello '; whoami; echo ''
    just like that. Save the file.


    3. Close the terminal window that you where in. Open up a brand new terminal(Applications>Accessories>Terminal) and you should see something like this at the top of your terminal link Something like that but i am still working on getting other stuff Like this.

    Credits Go to Dr.Small from ubuntu forums he is the one that showed me how do actually do this from start.

    Hope you try it.
    Fedex

  2. #2
    fedex1993 is offline Grande Half-n-Half Cinnamon Ubuntu
    Join Date
    Apr 2007
    Location
    Dallas, Texas
    Beans
    876

    Re: How to: Make a Cool Terminal Start thing.

    now one likes this

  3. #3
    Join Date
    Jul 2007
    Beans
    1

    Re: How to: Make a Cool Terminal Start thing.

    Hm, never thought of doing something like that,
    actually, it's pretty cool!

    Welcome on:
    _ ____ _
    | | _ _ ___ _ _ | __ ) ___| |_ __ _
    | | | | | |/ __| | | |_____| _ \ / _ \ __/ _` |
    | |__| |_| | (__| |_| |_____| |_) | __/ || (_| |
    |_____\__,_|\___|\__, | |____/ \___|\__\__,_|
    |___/
    Remember, with great power comes great responsibility.
    takinu@Lucy-Laptop:~$




    Thanks dude

  4. #4
    Join Date
    Feb 2007
    Beans
    90

    Re: How to: Make a Cool Terminal Start thing.

    That is pretty cool. Any way to customize?

  5. #5
    fedex1993 is offline Grande Half-n-Half Cinnamon Ubuntu
    Join Date
    Apr 2007
    Location
    Dallas, Texas
    Beans
    876

    Re: How to: Make a Cool Terminal Start thing.

    yeah i think you can change like what it says, like where it says "ubuntu" put like "FedeX" or something like that.

  6. #6
    Join Date
    Feb 2007
    Location
    Edinburgh, Scotland
    Beans
    391

    Re: How to: Make a Cool Terminal Start thing.

    Was bored so wrote another one, this time using your hostname. Surprisingly useful to have your headless servers print their hostname in massive letters. You have no idea how many times i have messed things up typing the wrong commands into the wrong servers.

    Code:
    hostname | figlet; echo -n 'Hello '; whoami; echo;
    Edit: PS fedex, this is cool
    Last edited by bobbocanfly; March 11th, 2008 at 08:52 PM.
    Today we have 15 minutes of fame, tomorrow 15 minutes of anonymity.
    My Blog | Veza - Opensource TinyURL clone with sensible URLs

  7. #7
    fedex1993 is offline Grande Half-n-Half Cinnamon Ubuntu
    Join Date
    Apr 2007
    Location
    Dallas, Texas
    Beans
    876

    Re: How to: Make a Cool Terminal Start thing.

    yeah there is a unlimted possibilites of what you can put on there

  8. #8
    Join Date
    Mar 2008
    Location
    Nashville, TN, USA
    Beans
    102
    Distro
    Kubuntu 7.10 Gutsy Gibbon

    Re: How to: Make a Cool Terminal Start thing.

    neat, thanks..

  9. #9
    Join Date
    Aug 2007
    Beans
    119
    Distro
    Hardy Heron (Ubuntu Development)

    Re: How to: Make a Cool Terminal Start thing.

    cool, thanks!

  10. #10
    Join Date
    Nov 2007
    Location
    NC, USA
    Beans
    829
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to: Make a Cool Terminal Start thing.

    I adapted the figlet command into the print command.


    Thanks for this guide, fun to play with.
    Linux User #460341 || Ubuntu User #19510 || Unanswered Posts Team

Page 1 of 3 123 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
  •