Converting PNG files to PDF

Converting PNG files to PDF

Why You Need to Convert PNG Files to PDF There are several reasons why converting PNG files (or other image formats) to PDF is necessary. For instance, some web platforms, such as the social-media platform LinkedIn, only accept a single image per post. If you have created two images for a post, you cannot simply add both. In this scenario, you need to combine those pictures into a single PDF file. Another common reason is job applications. If your certificates…

Weiterlesen Weiterlesen

How to use variables in the Bash?

How to use variables in the Bash?

🐧️ Linux Bash: ❓️ How to use variables in the Bash? ❓️ I use here the following Bash internal variables into a script. ➡️ $LOGNAME = the name from /etc/passwd ➡️ $XDG_SESSION_TYPE = What kind of session I use: X11 or Wayland From Facebook: OpenSource Traveler

Bash Scripting on Linux: How to query your Login Name?

Bash Scripting on Linux: How to query your Login Name?

In Bash, you have two variables, $USER and $LOGNAME. $LOGNAME $LOGNAME provides the primary login name of the user. This name is typically stored in the /etc/passwd file and is read by the login program during the initial session setup. It is an environment variable. $USER $USER provides the name of the current user. It is often set by the shell itself or the login manager. It is an environment variable. What is an environment variable? An environment variable is…

Weiterlesen Weiterlesen

Linux Bash Script: How to add own text to variable

Linux Bash Script: How to add own text to variable

You have created a little code in a bash script, and you want to add your own text to a variable. I show you it, in this Reel from my Facebook Fan page / Sie haben einen kleinen Code in einem Bash-Skript erstellt und möchten Ihrer Variablen einen eigenen Text hinzufügen. Ich zeige Ihnen, wie das geht, in diesem Reel von meiner Facebook-Fanseite.