How to configure Maven for Java 8/11/17
Let us take a look at how to configure Maven pom.xml for a specific version of Java - 8/11/17.
Bash How to Save Output of a Command to a Variable
Let us take a look at how to save the output of a command to a variable.
How to find current logged-in user in Linux Terminal
Let us take a look at how to find out the currently logged-in user in Linux Terminal.
Fix - E: Package python3-pip has no installation candidate
how to fix error - E: Package python3-pip has no installation candidate.
How to convert int to ASCII in Python
We take a look at how to convert int to ASCII in Python with examples.
How to create a Symbolic Link in Linux (ln -s)
Let us take a look at how to create a Symbolic link in Linux using ln -s command.
Elegant CSS Box Shadows Ideas
Let us take a look at some elegant CSS Box Shadows Ideas that you can use on your web pages.
Download a SSL Certificate from a URL in Terminal
Let us take a look at how to Download a SSL Certificate from a URL in Terminal.
How to show SSL Certificate details using cURL Command
Let us take a look at an example to show SSL Certificate using cURL Command.
How to Check SSL Certificate Expiration Date using Terminal
Let us take a look at how to Check SSL Certificate Expiration Date using openssl Command in the Terminal.
Linux: How to mount a USB Drive
Let us take a look at how to mount a USB Drive on Linux.
Fix: This account is currently not available. (Linux SSH)
How to fix This account is currently not available when you try to SSH on Linux.
Fix: bash: ipconfig: command not found on Linux
How to fix bash: ipconfig: command not found on Linux
How to Restart or Reload Nginx Server Service on Linux
Let us take a look at how to Restart or Reload Nginx Server Service on Linux using systemctl.
Fix: Make makefile:31 Error 127 (GCC)
How to fix the error [makefile:31: shc] Error 127 when trying to run the make command on Ubuntu.
Fix: bash: 127: command not found
Let us take a look at how to fix bash: 127: command not found.
cp -r Linux Command to Recursively Copy Files and Directories
Let us take a look at cp -r Linux Command to Recursively Copy Files and Directories.
How to Save and Exit a File in Nano [macOS/Linux/Ubuntu] Terminal
Let us take a look at how to save and exit a file in Nano Editor on [macOS/Linux/Ubuntu] Terminal.
Mac Terminal Find Command History
How to find the command history in Mac Terminal with examples.
Stop a Running Command on macOS Terminal
Let us take a look at how to stop a running command or script on macOS Terminal.
How to FTP using Mac Terminal
How to FTP using Mac Terminal with examples.
How to Change Mac Computer and Localhost Name using Terminal
Let us take a look at how to change Computer and Localhost Name using Terminal.
How to get Mac Computer Name using Terminal
If you want to know the name of your Mac Computer using Terminal make use of the scutil.
How to Kill Terminal Process in Mac
We take a look at how to terminate all Mac Terminals using the kill command.
How to create Date in yyyy-MM-dd format in Java
In this example, we take a look at how to create a Date in yyyy-MM-dd format in Java.