6.6.17: longterm

Posted: 2024-02-16 18:11:03
Source: http://www.kernel.org/

Version:6.6.17 (longterm)
Released:2024-02-16
Source:linux-6.6.17.tar.xz
PGP Signature:linux-6.6.17.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-6.6.17

6.1.78: longterm

Posted: 2024-02-16 18:06:37
Source: http://www.kernel.org/

Version:6.1.78 (longterm)
Released:2024-02-16
Source:linux-6.1.78.tar.xz
PGP Signature:linux-6.1.78.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-6.1.78

How to pass through a USB in VirtualBox?

Posted: 2024-02-16 16:48:00
Source: https://linuxhint.com/virtualbox-usb-passthrough/

To enable the USB passthrough on VirtualBox first, install and configure the VirtualBox extension pack. Lastly, enable the USB connection for the desired VM.

How to install BunsenLabs Linux Boron

Posted: 2024-02-16 16:06:44
Source: https://www.youtube.com/watch?v=nGzZXux22gc

Simple C++ Web Server

Posted: 2024-02-16 14:00:18
Source: https://linuxhint.com/simple-cpp-web-server/

Practical tutorial on the process of creating a simple web server in C++ to handle the arriving HTTP requests, respond with the web HTML content in return, ect.

Stream Editor (SED): The Basics

Posted: 2024-02-16 13:51:47
Source: https://linuxhint.com/stream-editor-sed/

Practical 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.

How to Capture and Analyze the Packets by Example with Tcpdump

Posted: 2024-02-16 13:29:38
Source: https://linuxhint.com/capture-analyze-packets-by-example-tcpdump/

Practical 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.

HAProxy Beginner’s Tutorial

Posted: 2024-02-16 13:17:55
Source: https://linuxhint.com/haproxy-beginners-tutorial/

Practical 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.

Relational Operators in C++

Posted: 2024-02-16 13:12:02
Source: https://linuxhint.com/relational-operators-cpp/

Tutorial on exploring the uses of six different relational operators in C++ programming whenever we need a comparison between two values along with examples.

How to Configure HAProxy as a Reverse Proxy

Posted: 2024-02-16 12:55:18
Source: https://linuxhint.com/configure-haproxy-reverse-proxy/

Practical 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.

How to Set Up and Understand Logging in HAProxy

Posted: 2024-02-16 12:14:14
Source: https://linuxhint.com/set-up-understand-logging-haproxy/

Guide 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.

How to Show Mounts in Linux

Posted: 2024-02-16 11:51:30
Source: https://linuxhint.com/show-mounts-linux/

Comprehensive tutorial on the different commands to show the mounts in Linux for system monitoring, storage management, troubleshooting disk issues, etc.

How to Send Emails Using the Command Line in Linux

Posted: 2024-02-16 11:44:13
Source: https://linuxhint.com/send-emails-using-command-line-linux/

Comprehensive tutorial on the simple approach to sending emails using the command line in Linux using the mail command, Sendmail application, and mutt command.

Pow C++ Examples

Posted: 2024-02-16 11:42:28
Source: https://linuxhint.com/pow-cpp-examples/

Comprehensive tutorial on how to apply the pow() function to compute the power of different numbers or data types in C++ using the base and exponent arguments.

Pointer to Pointer in C++

Posted: 2024-02-16 11:31:01
Source: https://linuxhint.com/pointer-pointer-cpp/

Tutorial on the workings of pointer to pointer in C++ to point or store the address of another pointer and enable the manipulation of the pointers themselves.

C++ Pointer Arithmetic

Posted: 2024-02-16 11:21:56
Source: https://linuxhint.com/cpp-pointer-arithmetic/

How to manipulate the memory address with the help of pointers to deal with different arithmetic operations to develop the new memory address in memory buffers.

How to Set JAVA_HOME in Linux

Posted: 2024-02-16 11:19:08
Source: https://linuxhint.com/set-java-home-linux-2/

Comprehensive 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.

How to Search File Contents in Linux

Posted: 2024-02-16 10:32:01
Source: https://linuxhint.com/search-file-contents-linux/

Guide 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.

Dereference Pointer in C++

Posted: 2024-02-16 10:15:34
Source: https://linuxhint.com/dereference-pointer-cpp/

Guide on the concept of dereference pointer in C++ to get the value of the variable where the pointer points and access the value whose address is stored in it.

Nested Loops in C++

Posted: 2024-02-16 09:37:57
Source: https://linuxhint.com/nested-loops-cpp/

Practical guide on exploring the “nested” loops in C++ and how to utilize it in our codes whenever we want the repetition of the code’s section using examples.

1 ... 44 45 46 47 48 ... 726