Showing headlines posted by MDavidson6785
( 1 2 ... 3 ) Next »Linux apps on Chrome OS: An easy-to-follow guide
Linux apps can expand your Chromebook's capabilities and open up all sorts of interesting options — but first, you have to know where to begin.
Linux is still the standard
Linux not only paved the way for open source success, but it has shaped how open source communities operate.
How to merge and sort text files on Linux
There are several ways to merge and sort text files on Linux. The command you choose depends on your data and preferences. Here’s a look at some of the options.
How to summarize your command usage on Linux
With a modest string of commands, you can get a quick look at what commands you're using on your Linux system and how often.
How to encrypt files on Linux
Users have several options when it comes to encryption tools for Linux. There are also some easy-to-use commands and a script that make the process even easier.
Painless file extraction on Linux
Extracting files from archives isn't difficult, but it can be tedious. An easier way is to assemble a series of extraction commands into a script that calls the proper command to extract the content of file archives depending on the archive file names.
How to stress test your Linux system
Stressing your Linux servers can be a good idea if you'd like to see how well they function when they're loaded down. Here's a look at some tools that can help you add stress and gauge the results.
How to assess user activity in Linux
If you’re managing a Linux server, it’s good to be ready with a number of commands that you can use to check user activity – when your users are logging in and how often, what groups they belong to, how much disk space they’re consuming, what command they're running, how much disk space they're occupying, if they’re reading their mail and more. Here are some commands to help you do that.
How to loop forever in bash on Linux
Looping forever on the command line or in a bash script is easy. Coming up with the reasons why you want to interrupt an infinite loop and how you want to do that requires a little more effort.
5 ways to examine the content of Linux files
Linux provides many commands for examining the contents of files including cat, more, head and tail, but that's just a start. Here's how to use the cat, more, head, and tail commands to look at the content of Linux files, not just text files.
How to find what you’re looking for on Linux with find
There are several commands for finding files on Linux systems, but there are also a huge number of options that you can deploy when looking for them. Here’s a look at some of those options.
Unix is turning 50. What does that mean?
Happy Birthday, Unix! On Jan. 1, Unix turned 50 – or 1577836800 in epoch time. Sandra Henry-Stocker explores what this means for the operating system and its users.
7 ways to remember Linux commands
Linux commands run from the nearly obvious to the very complicated, but there are many ways that you can easily remember and use even the most obscure commands.
Breaking Linux files into pieces with the split command
Some simple Linux commands allow you to break up files and reassemble them as needed in order to accommodate size restrictions on file size for storage or email attachments.
Cumulus Networks updates its network-centric Linux distribution
Cumulus Networks just released CumulusLinux 4.0 and NetQ 2.4. With this release, Cumulus says its Linux is its most stable and reliable software stack yet and NetQ is the most comprehensive end-to-end network automation product.
How to freeze and lock your Linux system (and why you would want to)
What it means to freeze a terminal window and lock a screen -- and how to manage these activities on your Linux system.
How to use Terminator on Linux to run multiple terminals in one window
If you’ve ever wished that you could line up multiple terminal windows and organize them in a single window frame, there's some good news. The Linux Terminator can do this for you.
How to rename a group of files on Linux
The mv command is good when you want to rename a file on Linux. But if you need to rename a large group of files, the rename command is the better option.
Keeping track of Linux users: When do they log in and for how long?
Getting an idea how often your users are logging in and how much time they spend on a Linux server is pretty easy with a couple commands and maybe a script or two.
How to manage logs in Linux
Log files on Linux systems contain a LOT of information — more than you'll ever have time to view. Here are some tips on how you can make use of it without drowning in it.