Many different Linux distributions will display their version information in one place or another in the GUI. If you need to pull this information quickly, it may just be easier to open a terminal window and find it from the command line.
Continue reading View Your Linux Distro Version From The Command Linecommand line
I’ve got a huge number of digital photos on my computer that need to be organized. What I would like to do is sort the pictures by the date they were taken. The first step to sorting the pictures is to know the date they were taken. As long as the clock is properly set …
Continue reading Command Line Basics: View Image EXIF DataHopefully by now you understand the need to have a strong password for your computer login. Perhaps you selected your password when you first installed GNU/Linux and you’ve never changed it. Maybe you don’t even know how to change it. Today I’ll show you how to change your password from the command line.
Continue reading Command Line Basics: Change Your PasswordMost Linux users are familiar with using the ps and kill commands from the Linux terminal to list and kill processes. Many Windows users are also familiar with ending errant processes by using the Windows Task Manager. But what if Task Manager won’t work?
Continue reading Listing And Killing Tasks From The Command Prompt In WindowsIn my job as a mechanical engineer, I work with large text files for finite element analysis models. I sometimes have to run several iterations to evaluate different design proposals and I need to check my models against the baseline to make sure that only the intended changes are included. The tool I use to …
Continue reading Command Line Basics: Compare Files With diff