Linux Logrotate Examples
Comprehensive tutorial on the various uses of the “logrotate” command using multiple examples that will help the Linux user to manage the log files properly.
Read MoreComprehensive tutorial on the various uses of the “logrotate” command using multiple examples that will help the Linux user to manage the log files properly.
Read MoreTutorial on setting up HAProxy with Keepalived so your load balancer is highly available to handle the incoming traffic by distributing it to available servers.
Read MoreComprehensive tutorial on why implementing the SSL passthrough in HAProxy is essential and the steps to follow to implement it in your HAProxy load balancer.
Read MorePractical tutorial on how to handle the UDP traffic with HAProxy, the importance of HAProxy, and what configurations you should make to handle the UDP traffic.
Read MoreGuide on using grubby to add/remove the kernel boot parameters/arguments from the GRUB boot entries on Fedora, RHEL, AlmaLinux, Rocky Linux, and CentOS Stream.
Read MoreTutorial on the required steps to configure and implement HAProxy for WebSocket connections to better utilize WebSockets’ features especially on real-time data.
Read Moregrep is a powerful file pattern searcher that comes equipped on every distribution of Linux. If, for whatever reason, it is not installed on your system, you can easily install it via your package manager, as shown.
The post 12 Practical Examples of Li…
Grep is a useful command to help you quickly search and find through file contents.
Read MorePractical guide on how to use SED or the stream editor to transform a particular word using the “s” command, substitute the words for other words, or negate it.
Read MorePractical tutorial on how to install tcpdump on a Linux system and how to capture and analyze the TCP/IP packets using tcpdump for network traffic analysis.
Read MorePractical tutorial on defining HAProxy and its features, why we need it, how to configure it, and how to use it as a load balancer for TCP/HTTP applications.
Read MorePractical tutorial on the steps to configure HAProxy as a reverse proxy and understand why a reverse proxy works to your advantage by discussing its benefits.
Read MoreGuide on the steps to set up HAProxy logging from editing the configuration files to specifying where to store the logs and then testing if the logging works.
Read MoreComprehensive tutorial on the different commands to show the mounts in Linux for system monitoring, storage management, troubleshooting disk issues, etc.
Read MoreComprehensive tutorial on the simple approach to sending emails using the command line in Linux using the mail command, Sendmail application, and mutt command.
Read MoreComprehensive tutorial on the simplest way to set JAVA_HOME in Linux by copying the installation path and exporting it as the value of the JAVA_HOME variable.
Read MoreGuide on the method to search the file contents in Linux by exploring the “find” command combined with “grep” to search for an input text in the file contents.
Read MoreGuide on how to create, install, and run a Linux “.a” file for effective software development in the Linux environment and exploring its purpose and structure.
Read MoreIn my earlier experience as a newcomer, Linux commands and terminals were quite intimidating. I had concerns about the commands and wondered to what extent I needed to remember and memorize them to become proficient and fully functional with Linux.
The…
The post How to Extract Tar Files to Specific or Different Directory in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .The tar command is one of the utilities that you can use to create a backup on a Linux system. It includes many o…
Read More