today's howtos
-
Broken commit diff on Cisco IOSXR
Before committing the candidate configuration to the running configuration, you may want to check the changes that have accumulated until now. That’s where the show commit changes diff command2 comes up. Its goal is to show the difference between the running configuration (show running-configuration) and the candidate configuration (show configuration merge). How hard can it be?
-
How To Import and Use Microsoft Word Templates on LibreOffice Writer
This tutorial will help you enrich your LibreOffice Writer by making use of the existing, thousands of Microsoft Word's templates on the internet. Thanks to LibreOffice compatibility features, this is possible. With this, you can quickly make academic papers, brochures, business letters, newsletters, resumes/CV and many more. Let's try now!
-
How To Install PyCharm on Linux Mint 21 - idroot
In this tutorial, we will show you how to install PyCharm on Linux Mint 21. For those of you who didn’t know, PyCharm is one of the most popular IDE for Python. It is developed by JetBrains. PyCharm supports many other programming languages such as HTML, CSS, Javascript, SQL, etc. The features of PyCharm can be extended using the plugins. It has built-in graphical debugger, integrated unit tester, and embedded version control system.
This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of PyCharm on Linux Mint 21 (Vanessa).
-
How to Do a UDP Ping in Linux
While ping is one of the most basic command utilities to troubleshoot networking issues, it only sends ICMP packages (belonging to the IP layer) and ports (belonging to the Transport layer) making it impossible to ping on specific ports!
So what’s the solution? Well, I’m going to use other utilities that have the same effect as the ping command with the ability to specify ports!