Meta: Happy New Year From Linux-Tips!

So, it’s the start of a new year from Linux-Tips! Hopefully, your life is going well and you have grand plans (that you’ll accomplish) in the coming year. Now is the time to make those promises to yourself, or so they say. I’ve never had much luck with New Year’s Resolutions, but you might.

Which makes me ask this:

What plans do you have for your Linux computing in the new year?

You could resolve to learn Bash scripting or spend more time in the terminal. If such is your goal, you could resolve to spend time helping your favorite project. Another goal could be learning something new throughout the year, specifically about Linux.

You could also resolve to read this site every other day by signing up for the newsletter! LOL! You could even donate to cover some of the bandwidth costs at Linux-Tips! If forums are your thing, you could head on over to Linux.org to sign up for an account. There are all sorts of things to get you started on a new year’s worth of Linux learning.

Me? I’m going to keep doing what I do. I’ll continue writing more material for Linux-Tips. I’ll continue working within the community, as I already do. I enjoy giving my time to the community and so I do.

This site? I don’t want to turn this into one of those meta articles, but we’ve experienced 61% growth in unique visitors and 69% in visits. That’s pretty sweet considering the number of people complaining about Google’s more recent updates. (I get the vast majority of my traffic from search engines, specifically Google.)

So, we’ve had a pretty good year. I’ve enjoyed watching the growth and I’ll soon be posting the 500th article (which will be a real meta article). That’s an exciting accomplishment, in my opinion. Feel free to share your opinion.

Let’s have some fun in the terminal to celebrate the new year!

Happy New Year In The Terminal:

First, we want to install Figlet (FIGlet, technically – I think). You’ll need an open terminal, but that’s often accomplished by pressing the CTRL + ALT + T buttons on your keyboard. 

With your terminal now open, follow the appropriate instructions:

Debian/Ubuntu/etc:

RHEL/CentOS/etc:

So, yeah, that’s all that I can be sure of. Your distro may have this as well.

But, when you get Figlet installed, type the following into your terminal:

You should get an output similar to this:

There… (Hit the expand button, if you must. And you probably must.)

A nice and easy way to celebrate New Year’s Day is with your Linux terminal and an application known as Figlet. You’ve learned nothing of importance. You’ve spent little time. And, well, you’ve got a holiday to celebrate or recover from. (Unless you’re on the other side of the planet, in which case this is a day late.)

HINT: Use man figlet to find the many other text formatting options. This should keep you amused for at least a few minutes. There’s more to the output than what I’ve demonstrated in a simple holiday article.

Closure:

Well, we’ve learned to use Figlet to celebrate the new year in the Linux terminal. It’s something so simple, that anyone can do it – assuming it’s in your default repositories. If it isn’t, you could try the Toilet application or you could compile the application. Both of those seem reasonably fun.

Thanks for reading! If you want to help, or if the site has helped you, you can donate, register to help, write an article, or buy inexpensive hosting to start your site. If you scroll down, you can sign up for the newsletter, vote for the article, and comment.

Let’s Have A Happy New Year In The Terminal

Today’s article is going to be just another fun article, where we have a happy New Year in the terminal. Why in the terminal? Because, why not in the terminal? If you want to celebrate the New Year holiday in the terminal, read on and see how.

You won’t learn much in this article, but it can tie back to a couple of previous articles. This is just a fun article. As for articles it might tie into, check these previous articles:

Add A Message Of the Day (MOTD) To SSH
How To: Show An SSH Banner

If you read those two articles, or somehow remember them, you’ll see a common theme mentioned – that is ‘ASCII’. ASCII stands for “American Standard Code for Information Interchange”. Or, in plain language, text.

Text, terminal, and a New Year celebration? Darned right, we’re gonna have fun. Well, maybe not too much fun… But, I promise it won’t be too educational.

Yes, I realize that there are a variety of calendars on the planet. Yes, I know that there are other New Year celebrations. If this isn’t your New Year holiday, though this will technically be posted on my New Year’s Eve day, you can save this article and celebrate it when your holiday rolls around.

So, with all that in mind, let’s go ahead and get into the article…

Happy New Year In The Terminal:

You guessed it, you need an open terminal! So, open one up. If you don’t know how to open the terminal, you can do so with your keyboard – just press CTRL + ALT + T and your default terminal should open.

With your terminal now open, install ‘figlet’.

APT using distros:

YUM using distros:

DNF using distros:

You may find ‘figlet’ available for other distros. If you do, you should install it before going on. You will need ‘figlet’ for the remainder of this article.

With ‘figlet’ now installed, you can check the man page:

We’ll just be using a couple of features available with ‘figlet’, but the man page is pretty informative. You can do quite a bit with ‘figlet’.

Using figlet:

While still in your terminal, you can just use ‘figlet’ in its most basic form:

The output of that command should look similar to this image:

figlet displaying a banner in the terminal
See? You have your terminal saying Happy New Year! Festive, huh?!?

You can also use ‘figlet’ by loading the data from the file. It’s easy enough to use ‘figlet’ to display information from a file, I’ll show you. Let’s use one of my favorites, nano:

Let’s start by making the file:

Add the following text:

Now save the file with nano. That’s pretty easy, but I’ll show you. Just press CTRL + X, then Y, and then ENTER. That should save the file as ‘hny’ in whatever directory you were working in.

So, let’s use ‘figlet’ to show the contents of our ‘hny’ file:

There you have it. If you go back to the article’s introduction, you’ll see a couple of links. In those instances, you can actually call ‘figlet’ to show the contents of a file, for things like an SSH banner. They all kinda tie together, if you want them to.

Closure:

And there you have it. You have another article. This time, you’ve learned nothing – except how to have a happy New Year in the terminal. Well, you’ve also learned a bit about ‘figlet’, which is nice. Either way, enjoy the holiday and thanks for sticking with me throughout the past year!

Thanks for reading! If you want to help, or if the site has helped you, you can donate, register to help, write an article, or buy inexpensive hosting to start your own site. If you scroll down, you can sign up for the newsletter, vote for the article, and comment.

Subscribe To Our Newsletter
Get notified when new articles are published! It's free and I won't send you any spam.
Linux Tips
Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.