General

Want To See The WiFi Password In The Terminal?

It's remarkably easy (assuming one can gain access to a privileged account) to get the WiFi password from the terminal.…

3 years ago

Show Date And Time In The Terminal

Today's article is a nice and easy one, where I show you how to show the date and time in…

3 years ago

How To: Shutdown Linux From The Terminal

Today's article is going to tell you how to shutdown from the terminal. I've previously explained how to reboot a…

3 years ago

History: How Linux Got The Name “Linux”

If you've ever wondered how Linux got the name Linux, then wonder no longer, as this article will tell you…

3 years ago

Let’s Use ‘ls’ To Sort Files By Time

Today's article is going to tell you how to sort files by time while using the 'ls' command in the…

3 years ago

Check Your Linux Kernel Log For Errors With ‘dmesg’

You can check your kernel logs for errors with dmesg, if you need to. I previously wrote an article about…

3 years ago

How To: Write Text To A File From The Terminal with “>” and “>>”

The title of this article probably should have been, "How To: Write Text To A File From The Terminal With…

3 years ago

Find Your Username In Linux

Today's article is going to be fairly brief and easy, as it just covers how to find your username in…

3 years ago

Count Word Frequency In A Text File

Have you ever wanted to count the word frequency in a text file? Have you ever wanted to know how…

3 years ago

Time A Command To See How Long It Takes To Run

Have you ever wanted to time a command? Well, you can! Linux includes the ability to time a command, so…

3 years ago