Month: May 2021

Microsoft to Broaden Windows 10 Color Management Support

A new Windows Insider build reveals that Microsoft is working to expand color management support in Windows for creative applications that run afoul of HDR. “HDR mode changes the behavior of some creative and artistic apps that use International Color Consortium (ICC) display color profiles, such …

Test Your Typing Speed in Linux Terminal With Ttyper

There are several ways to test and improve your typing speed. You can use online tools, install dedicated applications on the desktop or test in the Linux terminal. Linux terminal? That’s right. From browsing internet to playing games, you can do so many fun things in …

How to Add a Directory to PATH in Linux [Quick Tip]

The PATH variable in Linux stores the path to the directories where it should look for executables when you run a command. abhishek@its-foss:~$ echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin As you can see, the PATH consists of several directories (like /usr/local/sbin, /usr/bin and more) separated by colon (:). If …

Getting Started With Markdown [Beginner’s Guide]

In my work, I often have to write code, write the documentation that goes with that code, create Web pages, and work on text restoration projects, and have written several formal papers while I was in school. I can include class notes here, too; I needed …