Showing headlines posted by savona

« Previous ( 1 2 3 4 5 ... 6 ) Next »

DHCP + PING = DHCPING - Testing DHCP Server Availability

  • Putorius.net; By Steven Vona (Posted by savona on Oct 24, 2019 3:24 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Learn how to send DHCPREQUEST or DHCPINFORM packets from the Linux command line to your networks DHCP server to test availability of the service.

Display, Format & Set the Date on Linux Command Line

  • Putorius.net; By Marco Cherisi (Posted by savona on Oct 22, 2019 7:31 PM EDT)
  • Groups: Linux
Learn how to display, format and set the date / time on the Linux command line. Also learn about epoch (UNIX time), hardware clocks and other interesting tidbits about time.

Ping - Basic Network Troubleshooting in Linux

  • Putorius.net; By Steven Vona (Posted by savona on Oct 15, 2019 4:48 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Most people know how to ping. But do they really know how it works? In this article we try to describe how ping works, why you should us it and how to use the basic command and it's options.

How to Find your DHCP Server IP Address

  • Putorius.net; By Marco Cherisi (Posted by savona on Oct 13, 2019 8:19 AM EDT)
  • Story Type: Tutorial; Groups: Linux
A Linux quick tip showing different methods to find the IP address of your DHCP server from the Linux command line.

Traceroute - Troubleshooting Network Connections in Linux

  • Putorius.net; By Marco Cherisi (Posted by savona on Oct 6, 2019 10:27 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Learn how the traceroute command can be used to troubleshoot network issues. We cover the basics of traceroute, explain the output columns and some of it's popular options.

Linux Screen Command - Beginners Guide to Terminal Multiplexing

  • Putorius.net; By Augustine Ojeh (Posted by savona on Sep 16, 2019 11:42 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Learn how to use Linux Screen to detach and reattach terminal sessions, create split screen terminal sessions, monitor sessions for activity or inactivity and the basics of terminal multiplexing.

Exec - Process Replacement and Redirection in Bash

  • Putorius.net; By Steven Vona (Posted by savona on Sep 3, 2019 1:00 PM EDT)
  • Story Type: Tutorial; Groups: Linux
In this deep dive into the bash builtin exec, we examine how to use it for process replacement, file descriptor manipulation and redirection.

The Linux Find Command - Everything You Need to Know

  • Putorius.net; By Steven Vona (Posted by savona on Jul 29, 2019 11:09 AM EDT)
  • Story Type: Tutorial; Groups: Linux
An in-depth look at the Linux find command and all of it's tests, expressions and operators.

Using a Checksum for File Integrity Checks on Linux

Using a checksum utilities to for file integrity checking is an important part of keeping a secure system. Learn how to generate a checksum, it's use cases and some basic cryptographic hashing functions.

Using the timeout Command to Exit a Command After Specified Time Limit

  • Putorius.net; By Steven Vona (Posted by savona on Jul 14, 2019 10:26 AM EDT)
  • Story Type: Tutorial, Video; Groups: Linux
In this article we use examples and experimentation to demonstrate the basic usage of the timeout command. We also discuss sending different signals as well as preserving the exit status of commands.

Using Bash Case Builtin for Complex Conditional Statements

  • Putorius.net; By Steven Vona (Posted by savona on Jul 1, 2019 3:22 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Learn how to use a case statement to selectively execute a commands based off of complex conditions. We explore the basic syntax of the case statement, the pattern termination operators, and using nocasematch shell option for case insensitive matching.

Linux Paste Command - Sequential Merging of Multiple Files

  • Putorius.net; By Steven Vona (Posted by savona on Jun 24, 2019 6:55 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Learn how to sequentially merge two or more files on the Linux command line. We explain all of the paste commands features and show examples of each.

The Linux df Command - Checking Disk Space Utilization

  • Putorius.net; By Steven Vona (Posted by savona on Jun 20, 2019 11:41 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Learn all the options available to the Linux df Command. One of the most used commands in the GNU Core Utilities.

Bash Lists of Commands - Using Control Operators

  • Putorius.net; By Steven Vona (Posted by savona on Jun 17, 2019 4:38 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Learn how to run commands asynchronously or sequentially and how to use the logical AND and OR operators on the Linux command line. Understanding how to use control operators is an important part of being efficient on the command line.

How to Configure Host Specific SSH Settings

  • Putorius.net; By Steven Vona (Posted by savona on Jun 7, 2019 1:50 AM EDT)
  • Groups: Linux
Do you manage multiple servers? This Linux quick tip will teach you how to set host specific SSH settings for each connection.

Introduction to FirewallD Basics

  • Putorius.net; By Steven Vona (Posted by savona on Jun 6, 2019 10:45 PM EDT)
  • Groups: Linux
Now that FirewallD has taken iptables slot as the preferred host firewall, it's more important than ever to know the basics. In this tutorial we cover everything you need to know to start using FirewallD effectively.

An In-Depth look at the Read Bash Builtin

  • Putorius.net; By Steven Vona (Posted by savona on Jun 5, 2019 6:17 PM EDT)
  • Story Type: Tutorial; Groups: Linux
In this article we take a deep dive into the Bash builtin read command. We explore all of it's options and use animations to show examples.

Using the Hash Command to Manipulate the Bash Command Hash Table

  • Putorius.net; By Steven Vona (Posted by savona on Jun 3, 2019 4:44 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The bash shell keeps a hash table for all the commands run in your current shell. It uses this table to quickly look up the full path of an executable without searching PATH. In this article we will discuss how to manipulate this table using the bash builtin hash command.

The Linux Rename Command(s) Demystified

  • Putorius.net; By Steven Vona (Posted by savona on May 28, 2019 3:07 AM EDT)
  • Groups: Linux
In this article we take an interesting look at the fragmented Linux rename commands. We discuss both versions or types, their differences, how to switch between them and their basic syntax with examples.

How to Tail Multiple Files

  • Putorius; By Steven Vona (Posted by savona on May 22, 2019 5:24 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Learn two different methods used to tail log files in Linux.

« Previous ( 1 2 3 4 5 ... 6 ) Next »