![](https://askit.ro/wp-content/uploads/2021/07/server-linux.png)
Linux
Server Web 147 Solutii
How to check Java Version Installed on Linux
Java is one of the most popular, multi-platform, network-centric programming languages used for creating cross-platform applications for businesses.
The installed version of Java on a system plays a critical role in supporting specific Java features. In addition, sysadmins and DevOps professionals need to know the Java version to deploy compatible software and web services, maintain a secure system, improve performance, and troubleshoot Java applications effectively.
[mai mult...]3 Easy ways to Install NVIDIA Drivers on Ubuntu 20.04
[mai mult...]How to open a Port in Linux in 3 easy ways
[mai mult...]4 Ways to use the Linux alias Command
Consider the following command that prints the top ten directories that take up the most disk space:
# du -h /path/to/directory | sort -hr | head -n 10
This is a frequent check, and you can imagine the effort required to type this command in the terminal and scripts. Repetitively typing or copying the same command lowers productivity and introduces a hassle you can easily avoid with the alias command.
By making aliases for the commands you use frequently, you can save yourself a couple of hours every month. Similar to personalized shortcuts, aliases refer to a command (or group of commands) that can be used with or without personalized parameters.
You are likely utilizing aliases on your Linux system without being aware of the fact.
This article will introduce you to the alias command. We’ll show you how to create command aliases with the Linux alias command. Next, we’ll go into the details of making command aliases permanent on your system. Finally, we’ll show you how to remove command aliases.
But first, let’s start with a short introduction to the idea of command aliases in Linux.
[mai mult...]