Learn how to find the IP address of your primary network interface on Linux.
Also find me here:
Baeldung Author
baeldung
This is the standard author on the site. Most articles are published by individual authors, with their own profiles, but when multiple people have a strong contribution, we publish collectively here.
Here's what I've written (so far):
Baeldung on Linux
- All
- Administration (143)
- Scripting (130)
- Files (89)
- Processes (70)
- File Editing (37)
- Filesystems (36)
- Networking (35)
- User Administration (26)
- Security (23)
- Web (22)
- Text Processing (18)
- File Viewing (18)
- Network Configuration (16)
- Package Management (14)
- File Searching (14)
- Docker (14)
- Service Management (13)
- Installation (12)
- Series (11)
- Network Monitoring (11)
- Search (8)
- File Conversion (8)
- File Compression (8)
- Building (7)
- File Permissions (6)
- Boot Process (5)
- File Transfer (4)
Syncing Time With Network on Linux
Filed under Administration
This article shows how to configure an NTP server and client on Linux.
Resume Copying Files in Linux
Filed under Files
Copying files between Linux machines can get interrupted. SCP is not usually able to resume a stalled copy. We look at some alternatives for file copying and how to kick start SCP.
Checking if a File Is Executable in Bash
Filed under Files
Learn how to check if the Linux system regards a file as executable.
Generating a Key Pair via GPG
Filed under Security
Learn how to generate cryptographic keys quickly using gpg.
Creating a Simple Select Menu in the Shell Script
Filed under Scripting
Learn how to create a menu with a list of options in Bash.
Differences Between vi and vim Editors
Filed under File Editing
Let’s compare vi and vim editors’ features.
Running a Command That Is Shadowed by an Alias
Filed under Scripting
Learn a few different methods to run commands that have been shadowed by an alias in Linux.
How to Convert Videos to GIFs Using FFmpeg
Filed under File Conversion
Learn how to convert videos to gifs using the command-line FFmpeg tool.