Posts by Faruque Ahamed Mollick

Author Biographical Info: Not available

Bold math symbols in LaTeX math mode

By Faruque Ahamed Mollick

In this tutorial, I am going to show you how to make bold math symbols in LaTeX for bold math mode. There are three different methods I am going to demonstrate that will make your .... Read More

Underline Math Formula in LaTeX

By Faruque Ahamed Mollick

In this tutorial, I am going to show you how to underline math formulas in LaTeX math mode. LaTeX already comes with the built-in \underline command that we can use to give underli.... Read More

Change LaTeX math font to sans serif​

By Faruque Ahamed Mollick

In this LaTeX tutorial, I will show you how to change the math font to sans serif. Whether you want to change the font for a specific math equation or for all the equations in the .... Read More

Make a truth table in LaTeX​

By Faruque Ahamed Mollick

Truth tables are used for several important purposes in mathematics, computer science, and logic. If you are writing in LaTeX then you may need to create a truth table using LaTeX..... Read More

Detect text from the screen and click on it in Python programming

By Faruque Ahamed Mollick

In this tutorial, I will show you how to detect text on the screen and then click on it with the help of Python programming. For example, you may want to click on an anchor link on.... Read More

Can the same WireGuard tunnel be used for multiple devices?

By Faruque Ahamed Mollick

Have you tried using the same WireGuard configuration for multiple devices and connecting with the WireGuard VPN server? You may also think if it is possible. So let me explain to .... Read More

Accessing Live CCTV from RTSP on Local Network on Ubuntu/Linux

By Faruque Ahamed Mollick

Suppose on the same WI-Fi setup in which your computer is connected, there is also a CCTV camera attached on the same local Wi-Fi network. Now in this tutorial, I am going to show .... Read More

Change Unity UI Text of a TextMeshPro (TMP) in C#

By Faruque Ahamed Mollick

In this tutorial, I am going to show you how to change the Unity UI text of a TextMeshPro (TMP) in C# programming with the help of an example. Let’s first create a public var.... Read More