| by Arround The Web

Linux and WordPress: Setting Up a WordPress Server on Ubuntu

Imagine having a space of your own on the internet. A place where you can express your thoughts, share your work, or even sell products. That’s what WordPress offers – a platform to make your digital mark. And when it comes to choosing the best operating system for hosting your WordPress site, Linux, especially Ubuntu, […]

The post Linux and WordPress: Setting Up a WordPress Server on Ubuntu appeared first on LinuxAndUbuntu.

Read More
| by Arround The Web

How To Make Thunderbird Show Email Replies Like Gmail

Thunderbird is the flagship Ubuntu email client and the free/libre open source software one for all major operating systems. by default, Thunderbird does not show sender replies and you might not like it. If you prefer Gmail-like ways to view replies i…

Read More
| by Arround The Web

How to pass through a USB in VirtualBox?

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

Read More
| by Arround The Web

Simple C++ 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.

Read More
| by Arround The Web

12 Best Java IDEs for Linux Developers

Java is a high-level, object-oriented, and general-purpose programming language that is widely used to build robust and secure web and desktop applications. Most developers prefer working on an IDE that simplifies writing code and maximizes productivit…

Read More
| by Arround The Web

Stream Editor (SED): The Basics

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.

Read More
| by Arround The Web

How to Capture and Analyze the Packets by Example with 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.

Read More
| by Arround The Web

HAProxy Beginner’s 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.

Read More
| by Arround The Web

Relational Operators in C++

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

Read More
| by Arround The Web

How to Configure HAProxy as a 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.

Read More
| by Arround The Web

How to Set Up and Understand Logging in 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.

Read More
| by Arround The Web

How to Show Mounts in Linux

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

Read More
| by Arround The Web

How to Send Emails Using the Command Line in 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.

Read More
| by Arround The Web

Pow C++ 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.

Read More
| by Arround The Web

Pointer to Pointer in C++

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.

Read More
| by Arround The Web

C++ 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.

Read More
| by Arround The Web

How to Set JAVA_HOME in Linux

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.

Read More
| by Arround The Web

How to Search File Contents in 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.

Read More
| by Arround The Web

Andy Wingo: guix on the framework 13 amd

I got a new laptop! It’s a Framework 13 AMD: 8 cores, 2 threads per core, 64 GB RAM, 3:2 2256×1504 matte screen. It kicks my 5-year-old Dell XPS 13 in the pants, and I am so relieved to be back to a matte screen. I just got it up and running with …

Read More
| by Arround The Web

Dereference Pointer in C++

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.

Read More