Home Search

lin - search results

If you're not happy with the results, please do another search

Install Python pip on Linux

The Python package manager (pip) is a useful tool for running and developing Python scripts and is easy to install on Linux. Read More at...

5 ways to navigate the Linux terminal faster

Shortcut keys provide an easier and quicker method of navigating and executing commands on the command line. Read More at Enable Sysadmin

3 top note-taking applications for Linux sysadmins

Say goodbye to randomly scattered notes. A good notebook application lets you write, sort, organize, and access notes when and where you need them. Read...

Sysadmin fundamentals: Create soft links in Linux

Symbolic links (also called "soft" links) are files that point to a file or directory in your system, but don't mirror the other file's...

Sysadmin basics: Create hard links in Linux

A hard link looks like a new file but points back to the data in the original file. Read More at Enable Sysadmin

10 ways to use the Linux find command

10 ways to use the Linux find command Image ...

Test your Linux system with LTP

The Linux Test Project (LTP) offers a comprehensive suite of tests to cover the reliability, robustness, and stability of Linux subsystems. Read More at Enable...

How to automate Linux patching with Ansible

Use automation to reduce the time IT teams spend deploying patches and apply updates consistently across systems. Read More at Enable Sysadmin

Find text in files using the Linux grep command

Using grep, you can quickly find text matching a regular expression in a single file, a group of files, or text coming from stdin. Read...

Explore OpenShift APIs from the command line

Get key details about routes, buildconfigs, deploymentconfigs, and other OpenShift-specific APIs. Read More at Enable Sysadmin