Linux Resources
- Home
- Linux Resources
This article covers the different ways of finding the IP address of your DHCP server in a Linux system. We have already dealth with how to install and configure DHCP server on Linux.
Linux System IP Scanning commands:
Scanning for IP address lets you have better control over your network. With a few commands, you can quickly map out the devices in your network and the IP addresses that they are using.
This article covers the step by step Installation procedure of Rust on Linux. Now you can write rust programs on Linux. In fact, The Rust programming language, more commonly known as rust-lang, is a powerful general-purpose programming language.
Developed by Mozilla and designed by Graydon Hoare, Rust programming language is syntactically similar to C++.
We can verify from the terminal for the version of the Rust programming language installed on our system. To do so, we enter this in our terminal:
$ rustc --version
This article covers how to install VidCutter on a Linux Mint 20 machine. In fact, VidCutter is a cross-platform video cutting or trimmer software for Linux.
Features of VidCutter video editor:
This article covers how to define a new UFW rule for limiting SSH access on your Linux Mint 20 system. In fact, UFW, short for "uncomplicated firewall", is a frontend for the more complex iptables utility. It's designed to make managing a firewall as simple as setting ports to be open and closed, and regulating what traffic is allowed to go through.
How to install UFW on Ubuntu / Debian ?
UFW is installed by default in Ubuntu, but if it's not you can install it from apt:
$ sudo apt-get install ufw
If you're running another distro, you'll have to use that distro's package manager, but UFW is widely available. You can check the status of the firewall with:
$ sudo ufw status
This article covers what APM software is all about, its benefits, and the top open-source APM software to help you monitor, troubleshoot, and optimize your apps. In fact, OpenAPM shows you which open source Application Performance Management tools are suitable for your stack. We discussed the best open-source APM tools such as Apache Skywalking, Signoz, Pinpoint, Stagemonitor, Metrics, Scouter, Hypertrace, and AppPerf.
APM software plays a significant role in making sure the app performance is solid and meets user expectations. It can identify issues and notify you so you can make quick fixes and improve its performance.
Importance of Application Performance Monitoring tools:
This article covers the different methods to check the Ubuntu Version by the terminal. While working with the system, we need to install multiple third-party software, which is available for version-specific. In that case, you need to find the Ubuntu version you are using.
The lsb-release is the standard package for reporting the version on Ubuntu systems. Which is basically written in the Python programming language. It provides lsb_release command-line tool to check Ubuntu version and other useful details.