How To Install Rust on Ubuntu
Learn how to install Rust on Ubuntu using rustup. Set up Cargo, manage toolchains, add Clippy and rustfmt, and verify your development environment.
Learn how to install Rust on Ubuntu using rustup. Set up Cargo, manage toolchains, add Clippy and rustfmt, and verify your development environment.
URL: https://www.progressiverobot.com/install-chrome-on-linux-mint/ In this tutorial, we will see how to install Chrome on Linux Mint. Google Chrome is a popular web browser that is suitable for surfing amazing websites like this one. We will also cover a better alternative to Chrome that is easier to install. Steps to Install Google Chrome on Linux Mint Let's […]
Learn how to use the Telnet command in Linux/Unix to test network connectivity and debug ports. Ideal for sysadmins and DevOps professionals.
URL: https://www.progressiverobot.com/reduce-file-size-of-images-linux/ In this article, we talk about the different ways to reduce the file size of images in Linux. With the increase in the focus on the quality of images, the image file sizes have been increasing tremendously. There is a constant need of reducing the file size of such large images, therefore, we […]
URL: https://www.progressiverobot.com/steps-after-installing-arch-linux/ A vanilla Arch Linux installation gives you your base operating system with no utilities, allowing you to choose what you want your Operating System to behave like. This allows the user to have complete access over their operating system. A vanilla installation leaves you with nothing more than just a black screen which […]
Learn how the nohup command in Linux lets you run processes in the background even after logging out. Includes examples, syntax, and common use cases.
URL: https://www.progressiverobot.com/install-tomcat-on-linux/ Let's cover the steps to install Tomcat on Linux today. We have already covered the steps for [installation on CentOS here](/community/tutorials/install-apache-tomcat-9-centos-7). In this tutorial, we'll use Ubuntu to demonstrate the installation. You can follow this tutorial even if you're on a different distribution. To do so, make sure you use the package manager […]
Learn how to send email from the Linux command line using tools like mail, sendmail, and ssmtp. Step-by-step examples and best practices for automating email alerts.
URL: https://www.progressiverobot.com/load-average-in-linux/ Load Average in Linux is a metric that is used by Linux users to keep track of system resources. It also helps you monitor how the system resources are engaged. While Load Average is one of the most fundamental metrics of resource usage, the metric is pointless unless you understand what it tells […]
URL: https://www.progressiverobot.com/install-pycharm-on-linux/ PyCharm is an Integrated Development Environment for Python developed by Jetbrains. It offers an intelligent code editor and tools for debugging, refactoring, and profiling the code. Apart from this it also has a built-in terminal and integration with major Version controls systems (Git, SVN, etc.) and Virtual Machines like Docker and Vagrant. This […]