Learn how to swap colors using GIMP.
Also find me here:
Baeldung Author
Haroon Javed
Haroon Javed is a tech writer at Baeldung who has a passion for sharing his expertise in Linux, technology, and programming. With over five years of experience in writing about Linux, he has developed a comprehensive understanding of the operating system and utilizes his knowledge to empower readers to maximize their Linux device's potential. Currently, he works as a tech freelancer for various notable publications.
Here's what I've written (so far):
Baeldung on Linux
- >All
- Administration (6)
- File Viewing (2)
- Package Management (1)
- Installation (1)
- File Transfer (1)
- File Searching (1)
- File Editing (1)
- File Compression (1)
Using Proxy With wget
Filed under File Transfer
Learn how to configure the wget command to utilize a proxy for file transfers on Linux.
How to Customize tmux Status Bar
Filed under Administration
Learn how to customize the status bar in tmux with colors, battery life, and other useful info.
How to Adjust Sleep Settings Using the Linux CLI
Filed under Administration
Learn about different ways to adjust sleep settings via command line on Linux.
What Are the Valid Keys for tmux?
Filed under Administration
Learn about the valid keys to use for tmux bindings and how to configure them.
Resolving dpkg Error [2] in Linux
Filed under Package Management
Learn about the various causes of the dpkg error [2] and how to resolve it.
Copy Virtual Environment Without Reinstalling Packages
Filed under Administration
Learn various methods to copy a virtual environment without reinstalling its software packages.
Circuit Drawing Tools in Linux
Filed under Installation
Learn about various circuit drawing applications and how to install them on Linux.
How to Open .dwg Format in Ubuntu
Filed under File Viewing
Learn about various programs that can be used to open .dwg files on Ubuntu.
Baeldung on Ops
- >All
- Git (2)
- Jenkins (1)
How to Change the Time Zone in Jenkins
Filed under Jenkins
Learn how to configure the time zone in Jenkins.
How to Add Images to README.md on Github
Filed under Git
Learn how to add uploaded or external images to the Readme.md file on GitHub.
Double-Dot “..” vs. Triple-Dot “…” in Git Commit Ranges
Filed under Git
Learn about the differences between double-dot and triple-dot notation in the context of Git commit ranges.
Baeldung on SQL
- >All
- SQL Queries (2)
- SQL Tables (1)
- SQL Operators (1)
- SQL Functions (1)
- SQL Basics (1)
- Databases (1)
- DML (1)
Creating Tables Using the WITH Clause in SQL
Filed under SQL Tables
Learn how to create a table using the WITH clause in various SQL database platforms.
Understanding the SQL OVER() Clause
Filed under SQL Functions
A quick tutorial on using the OVER function in SQL.
DATETIME2 vs DATETIME in SQL Server
Filed under SQL Basics
Learn about the differences between DATETIME2 and DATETIME in SQL Server.
Incorporating IF Statements Within SQL WHERE Clauses
Filed under SQL Queries
Learn how to use IF statements inside WHERE clauses on MySQL, SQL Server, and PostgreSQL.
Update Data From One SQL Table to Another Based on ID Match
Filed under DML
Learn various ways to update data from one table to another based on ID matching.
How to Execute an IF…THEN Logic in an SQL SELECT Statement
Filed under SQL Queries
Learn how to use the IF…THEN logic in an SQL query.
Understanding the Distinction Between EXISTS and IN in SQL
Filed under Databases, SQL Operators
Learn about the differences between the EXISTS and IN operators in SQL queries.