Skip to content

Instantly share code, notes, and snippets.

@zlorb
Forked from marianposaceanu/linux_fun.md
Last active June 21, 2025 14:20
Show Gist options
  • Save zlorb/4a3eff8981fcec8ca1c7 to your computer and use it in GitHub Desktop.
Save zlorb/4a3eff8981fcec8ca1c7 to your computer and use it in GitHub Desktop.

Revisions

  1. zlorb revised this gist Jan 1, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions linux_fun.md
    Original file line number Diff line number Diff line change
    @@ -36,6 +36,7 @@ $ git log -1 | cowsay -f dragon-and-cow | lolcat


    See also:
    - Awesome comments contributed below - thanks to everyone !
    - http://www.mewbies.com/acute_terminal_fun_01_get_ascii-fied_on_the_terminal.htm
    - http://www.mewbies.com/cowsay_errors_get_entire_collection_of_cows_and_more.htm
    - http://www.mewbies.com/how_to_customize_your_console_login_message_tutorial.htm
  2. zlorb revised this gist Jan 1, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion linux_fun.md
    Original file line number Diff line number Diff line change
    @@ -27,7 +27,7 @@ $ git log -1 | cowsay -f dragon-and-cow | lolcat
    3. Install fortune [1] via : `brew install fortune`
    4. Install figlet [1] via : `brew install figlet`
    5. Make sure you have Ruby installed via : `ruby -v`
    6. Install the lolcat [2] via : gem `gem install lolcat`
    6. Install the lolcat [2] via : gem `gem install lolcat` or `brew install lolcat`
    7. (option) Add to .bash_profile and/or .bashrc

    - [9] - http://brew.sh
  3. zlorb revised this gist Jan 1, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion linux_fun.md
    Original file line number Diff line number Diff line change
    @@ -25,7 +25,7 @@ $ git log -1 | cowsay -f dragon-and-cow | lolcat
    1. Make sure you have HomeBrew [9] installed via: `brew -v`
    2. Install cowsay [0] via : `brew install cowsay`
    3. Install fortune [1] via : `brew install fortune`
    4. Install fortune [1] via : `brew install figlet`
    4. Install figlet [1] via : `brew install figlet`
    5. Make sure you have Ruby installed via : `ruby -v`
    6. Install the lolcat [2] via : gem `gem install lolcat`
    7. (option) Add to .bash_profile and/or .bashrc
  4. zlorb revised this gist Dec 30, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions linux_fun.md
    Original file line number Diff line number Diff line change
    @@ -38,6 +38,7 @@ $ git log -1 | cowsay -f dragon-and-cow | lolcat
    See also:
    - http://www.mewbies.com/acute_terminal_fun_01_get_ascii-fied_on_the_terminal.htm
    - http://www.mewbies.com/cowsay_errors_get_entire_collection_of_cows_and_more.htm
    - http://www.mewbies.com/how_to_customize_your_console_login_message_tutorial.htm

    ![lolcat preview](https://raw.github.com/busyloop/lolcat/master/ass/screenshot.png)

  5. zlorb revised this gist Dec 30, 2015. 1 changed file with 8 additions and 6 deletions.
    14 changes: 8 additions & 6 deletions linux_fun.md
    Original file line number Diff line number Diff line change
    @@ -20,12 +20,6 @@ $ git log -1 | cowsay -f dragon-and-cow | lolcat
    - [2] - http://github.com/busyloop/lolcat
    - [3] - http://www.figlet.org/

    See also:
    - http://www.mewbies.com/acute_terminal_fun_01_get_ascii-fied_on_the_terminal.htm
    - http://www.mewbies.com/cowsay_errors_get_entire_collection_of_cows_and_more.htm

    ![lolcat preview](https://raw.github.com/busyloop/lolcat/master/ass/screenshot.png)

    ## OSX users can have fun too

    1. Make sure you have HomeBrew [9] installed via: `brew -v`
    @@ -39,3 +33,11 @@ See also:
    - [9] - http://brew.sh
    - via - https://gist.github.com/cvrabie



    See also:
    - http://www.mewbies.com/acute_terminal_fun_01_get_ascii-fied_on_the_terminal.htm
    - http://www.mewbies.com/cowsay_errors_get_entire_collection_of_cows_and_more.htm

    ![lolcat preview](https://raw.github.com/busyloop/lolcat/master/ass/screenshot.png)

  6. zlorb revised this gist Dec 30, 2015. 1 changed file with 9 additions and 4 deletions.
    13 changes: 9 additions & 4 deletions linux_fun.md
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@ How to have some fun using the terminal.

    1. Install cowsay [0] via : `sudo apt-get install cowsay`
    2. Install fortune [1] via : `sudo apt-get install fortune`
    3. Install figlet via : `sudo apt-get install figlet`
    3. Install figlet [3] via : `sudo apt-get install figlet`
    4. Make sure you have Ruby installed via : `ruby -v`
    5. Install the lolcat [2] via : gem `gem install lolcat`
    6. (option) Add to .bash_profile and/or .bashrc
    @@ -18,19 +18,24 @@ $ git log -1 | cowsay -f dragon-and-cow | lolcat
    - [0] - http://en.wikipedia.org/wiki/Cowsay
    - [1] - http://en.wikipedia.org/wiki/Fortune_(Unix)
    - [2] - http://github.com/busyloop/lolcat
    - [3] - http://www.figlet.org/

    See also:
    - http://www.mewbies.com/acute_terminal_fun_01_get_ascii-fied_on_the_terminal.htm
    - http://www.mewbies.com/cowsay_errors_get_entire_collection_of_cows_and_more.htm

    ![lolcat preview](https://raw.github.com/busyloop/lolcat/master/ass/screenshot.png)

    ## OSX users can have fun too

    1. Make sure you have HomeBrew [3] installed via: `brew -v`
    1. Make sure you have HomeBrew [9] installed via: `brew -v`
    2. Install cowsay [0] via : `brew install cowsay`
    3. Install fortune [1] via : `brew install fortune`
    4. Install fortune [1] via : `brew install figlet`
    5. Make sure you have Ruby installed via : `ruby -v`
    6. Install the lolcat [2] via : gem `gem install lolcat`
    7. (option) Add to .bash_profile and/or .bashrc

    - [3] - http://brew.sh
    - [9] - http://brew.sh
    - via - https://gist.github.com/cvrabie
    -

  7. zlorb revised this gist Dec 30, 2015. 1 changed file with 11 additions and 7 deletions.
    18 changes: 11 additions & 7 deletions linux_fun.md
    Original file line number Diff line number Diff line change
    @@ -4,11 +4,13 @@ How to have some fun using the terminal.

    1. Install cowsay [0] via : `sudo apt-get install cowsay`
    2. Install fortune [1] via : `sudo apt-get install fortune`
    3. Make sure you have Ruby installed via : `ruby -v`
    4. Install the lolcat [2] via : gem `gem install lolcat`
    5. Profit!
    3. Install figlet via : `sudo apt-get install figlet`
    4. Make sure you have Ruby installed via : `ruby -v`
    5. Install the lolcat [2] via : gem `gem install lolcat`
    6. (option) Add to .bash_profile and/or .bashrc

    ```shell
    $ echo "This is a banner" | figlet | lolcat
    $ fortune | cowsay | lolcat
    $ git log -1 | cowsay -f dragon-and-cow | lolcat
    ```
    @@ -24,9 +26,11 @@ $ git log -1 | cowsay -f dragon-and-cow | lolcat
    1. Make sure you have HomeBrew [3] installed via: `brew -v`
    2. Install cowsay [0] via : `brew install cowsay`
    3. Install fortune [1] via : `brew install fortune`
    4. Make sure you have Ruby installed via : `ruby -v`
    5. Install the lolcat [2] via : gem `gem install lolcat`
    6. Profit!
    4. Install fortune [1] via : `brew install figlet`
    5. Make sure you have Ruby installed via : `ruby -v`
    6. Install the lolcat [2] via : gem `gem install lolcat`
    7. (option) Add to .bash_profile and/or .bashrc

    - [3] - http://brew.sh
    - via - https://gist.github.com/cvrabie
    - via - https://gist.github.com/cvrabie
    -
  8. @dakull dakull revised this gist Oct 3, 2013. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions linux_fun.md
    Original file line number Diff line number Diff line change
    @@ -21,11 +21,12 @@ $ git log -1 | cowsay -f dragon-and-cow | lolcat

    ## OSX users can have fun too

    1. Make sure you have [HomeBrew](http://brew.sh/) installed via: `brew -v`
    1. Make sure you have HomeBrew [3] installed via: `brew -v`
    2. Install cowsay [0] via : `brew install cowsay`
    3. Install fortune [1] via : `brew install fortune`
    4. Make sure you have Ruby installed via : `ruby -v`
    5. Install the lolcat [2] via : gem `gem install lolcat`
    6. Profit!

    [via](https://gist.github.com/cvrabie)
    - [3] - http://brew.sh
    - via - https://gist.github.com/cvrabie
  9. @dakull dakull revised this gist Oct 3, 2013. 1 changed file with 12 additions and 1 deletion.
    13 changes: 12 additions & 1 deletion linux_fun.md
    Original file line number Diff line number Diff line change
    @@ -17,4 +17,15 @@ $ git log -1 | cowsay -f dragon-and-cow | lolcat
    - [1] - http://en.wikipedia.org/wiki/Fortune_(Unix)
    - [2] - http://github.com/busyloop/lolcat

    ![lolcat preview](https://raw.github.com/busyloop/lolcat/master/ass/screenshot.png)
    ![lolcat preview](https://raw.github.com/busyloop/lolcat/master/ass/screenshot.png)

    ## OSX users can have fun too

    1. Make sure you have [HomeBrew](http://brew.sh/) installed via: `brew -v`
    2. Install cowsay [0] via : `brew install cowsay`
    3. Install fortune [1] via : `brew install fortune`
    4. Make sure you have Ruby installed via : `ruby -v`
    5. Install the lolcat [2] via : gem `gem install lolcat`
    6. Profit!

    [via](https://gist.github.com/cvrabie)
  10. @dakull dakull revised this gist Sep 18, 2013. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions linux_fun.md
    Original file line number Diff line number Diff line change
    @@ -2,10 +2,10 @@

    How to have some fun using the terminal.

    1. Install cowsay [0] `sudo apt-get install cowsay`
    2. Install fortune [1] `sudo apt-get install fortune`
    3. Make sure you have Ruby installed `ruby -v`
    4. Install the lolcat [2] gem `gem install lolcat`
    1. Install cowsay [0] via : `sudo apt-get install cowsay`
    2. Install fortune [1] via : `sudo apt-get install fortune`
    3. Make sure you have Ruby installed via : `ruby -v`
    4. Install the lolcat [2] via : gem `gem install lolcat`
    5. Profit!

    ```shell
  11. @dakull dakull revised this gist Sep 18, 2013. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions linux_fun.md
    Original file line number Diff line number Diff line change
    @@ -2,10 +2,10 @@

    How to have some fun using the terminal.

    1. Install cowsay[0] `sudo apt-get install cowsay`
    2. Install fortune[1] `sudo apt-get install fortune`
    1. Install cowsay [0] `sudo apt-get install cowsay`
    2. Install fortune [1] `sudo apt-get install fortune`
    3. Make sure you have Ruby installed `ruby -v`
    4. Install the lolcat[2] gem `gem install lolcat`
    4. Install the lolcat [2] gem `gem install lolcat`
    5. Profit!

    ```shell
  12. @dakull dakull revised this gist Sep 18, 2013. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions linux_fun.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,3 @@
    ![lolcat preview](https://raw.github.com/busyloop/lolcat/master/ass/screenshot.png)

    ## Linux fun-o-matic

    How to have some fun using the terminal.
    @@ -19,3 +17,4 @@ $ git log -1 | cowsay -f dragon-and-cow | lolcat
    - [1] - http://en.wikipedia.org/wiki/Fortune_(Unix)
    - [2] - http://github.com/busyloop/lolcat

    ![lolcat preview](https://raw.github.com/busyloop/lolcat/master/ass/screenshot.png)
  13. @dakull dakull revised this gist Sep 18, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion linux_fun.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    [img](https://raw.github.com/busyloop/lolcat/master/ass/screenshot.png)
    ![lolcat preview](https://raw.github.com/busyloop/lolcat/master/ass/screenshot.png)

    ## Linux fun-o-matic

  14. @dakull dakull revised this gist Sep 18, 2013. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions linux_fun.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    [img](https://raw.github.com/busyloop/lolcat/master/ass/screenshot.png)

    ## Linux fun-o-matic

    How to have some fun using the terminal.
  15. @dakull dakull revised this gist Sep 18, 2013. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions linux_fun.md
    Original file line number Diff line number Diff line change
    @@ -13,7 +13,7 @@ $ fortune | cowsay | lolcat
    $ git log -1 | cowsay -f dragon-and-cow | lolcat
    ```

    [0] - http://en.wikipedia.org/wiki/Cowsay
    [1] - http://en.wikipedia.org/wiki/Fortune_(Unix)
    [2] - http://github.com/busyloop/lolcat
    - [0] - http://en.wikipedia.org/wiki/Cowsay
    - [1] - http://en.wikipedia.org/wiki/Fortune_(Unix)
    - [2] - http://github.com/busyloop/lolcat

  16. @dakull dakull revised this gist Sep 18, 2013. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions linux_fun.md
    Original file line number Diff line number Diff line change
    @@ -13,7 +13,7 @@ $ fortune | cowsay | lolcat
    $ git log -1 | cowsay -f dragon-and-cow | lolcat
    ```

    [0] - http://en.wikipedia.org/wiki/Cowsay
    [1] - http://en.wikipedia.org/wiki/Fortune_(Unix)
    [2] - http://github.com/busyloop/lolcat
    [0] - http://en.wikipedia.org/wiki/Cowsay
    [1] - http://en.wikipedia.org/wiki/Fortune_(Unix)
    [2] - http://github.com/busyloop/lolcat

  17. @dakull dakull created this gist Sep 18, 2013.
    19 changes: 19 additions & 0 deletions linux_fun.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    ## Linux fun-o-matic

    How to have some fun using the terminal.

    1. Install cowsay[0] `sudo apt-get install cowsay`
    2. Install fortune[1] `sudo apt-get install fortune`
    3. Make sure you have Ruby installed `ruby -v`
    4. Install the lolcat[2] gem `gem install lolcat`
    5. Profit!

    ```shell
    $ fortune | cowsay | lolcat
    $ git log -1 | cowsay -f dragon-and-cow | lolcat
    ```

    [0] - http://en.wikipedia.org/wiki/Cowsay
    [1] - http://en.wikipedia.org/wiki/Fortune_(Unix)
    [2] - http://github.com/busyloop/lolcat