I used to run Linux Ubuntu up until a few years ago as my laptop. But I find the hardware and software on a Mac
Server and desktop tips, help, and how-tos for Mac, Linux, and Windows.
I used to run Linux Ubuntu up until a few years ago as my laptop. But I find the hardware and software on a Mac
Cron is the Linux system for repeated scheduled tasks. Below are a few examples on how to use cron, what the fields mean, and how
Grep is too important not to know for Linux sysadmins. Grep is commonly combined with other commands via pipes to search and filter standard output.
In some of these examples, particularly the remote server I’ve included usernames and passwords, but you might not need it locally, depending on your mysql
Back to basics with this one, the linux wc command (word count) can be used to count lines, words and bytes in a file and
Linux directory listing command ls is another must. This command lists files oldest to newest piped to grep which excludes directories piped to awk which
Grep is often most powerful when examining the output of other shell commands. This example searches the Linux processes from the ps command for apache.
The Linux sort – it’s incredibly fast, runs well on files larger than ram, and a must to master for any good sysadmin. Here are
A few examples on using the Linux find command to list out all files matching a file type. The find command is on just about
Finding out the version of redhat or centOS you’re running is easy, you simple cat out the release version file standard on any red hat