Learn different ways to map abstract classes in MapStruct.
Also find me here:
Baeldung Author
Umara Mushtaq
I am a professional writer with over 4 years of experience, specializing in Linux. My passion lies in demystifying complex technical subjects and making them accessible to a general audience.
Here's what I've written (so far):
Baeldung on Java
- All
- Java String (1)
- Java (1)
Read StringBuilder Line by Line in Java
Filed under Java String
Learn different methods to read a StringBuilder instance line by line and understand their advantages and drawbacks.
Baeldung on Linux
- All
- Package Management (3)
- Networking (2)
- Administration (2)
- Web (1)
- Scripting (1)
- Network Monitoring (1)
- Files (1)
How to Identify the Package Manager of a Linux System
Filed under Package Management, Scripting
Learn different ways to guess or identify the default package manager of a Linux system.
How to Check for Available Package Updates in Linux
Filed under Package Management
Learn how to check for available package updates in Linux.
Different Ways to Extract IP Address in Linux
Filed under Networking
Learn several ways to extract an IP address in Linux.
List Open Ports Using firewall-cmd
Filed under Network Monitoring
Learn how to list open ports using firewall-cmd in Linux.
Listing Dependent Packages of a Package
Filed under Package Management
Learn how to list dependent packages of a package.
Showing Memory Usage Information in the Top Bar or as a Notification in Ubuntu
Filed under Administration
Learn how to show the memory usage information in the top bar or as a notification in Ubuntu.
Guide to Linux unlink Command with Examples
Filed under Files
Quick tutorial on the Linux unlink command and how it differs from the rm command.
How to Remove Arduino Completely
Filed under Administration
You may wish to remove the Arduino software from your Linux system to clean up or to enable a fresh re-install. Explore a few ways to achieve this, depending on how it was originally installed.
Displaying Only the IP Address of My Router in Linux
Filed under Networking
Learn how to display only the IP address of a router in Linux.
Baeldung on SQL
- All
- SQL Queries (1)
How to UPDATE a Record Using a SELECT in SQL Server
Filed under SQL Queries
Learn several methods to use a SELECT statement for updating values through an SQL Server query.