Learn how to use CMake to compile C/C++ programs for cross-platform compatibility.
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)
Determining the Key Size Using OpenSSL
Filed under Administration, Security
A quick and practical guide to determining the key size using OpenSSL.
Limit Root User’s Ability to Delete a File
Filed under File Permissions
A quick and practical guide to limiting root users’ ability to delete a file.
Enable Auto Completion for Remote Paths When Using scp
Filed under Administration
Learn how to enable Bash auto-completion when querying for remote file paths while using scp.
Bridging Network Interfaces in Linux
Filed under Network Configuration
A quick and practical guide to bridging network interfaces in Linux.
How to Convert Binary to Hex and Decimal in the Shell
Filed under Scripting
Learn how to convert binary numbers to decimal and hexadecimal in the Linux shell.
Checking the Status of a Service Without Having an Exact Name
Filed under Service Management
Learn about different initialization managers and how to find the status of a service without having the full name.
How to Unlock /var/lib/dpkg/ Directory
Filed under Filesystems, Package Management
When using the apt or dpkg installer we may encounter a lock error if an installation is running, or has been interrupted. We look at how to resolve this issue.
How to Check HDD/SSD Temperature in Linux
Filed under Administration
Discover how to read HDD (Hard Disk Drive) and SSD (Solid-State Drive) temperatures from the Linux command line.