Cyberithub

Solved "xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)"

Solved "xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)"

In this article, we will see how to solve "xcrun: error: invalid active developer path (/Library/ Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun". This error would mostly occur when you are trying to run some commands after Mac OS upgrade. Last night after upgrading my macOS from Big Sur to Monterey, I tried to run few commands ... Read more

Why Harbor Auth Mode showing Disabled ?

Why Harbor Auth Mode showing Disabled ? 8

In this article, we will see how to fix Harbor Auth Mode which sometimes shows in disabled mode. This is a very common scenario with all those users who has been using Harbor in default Database Auth Mode. The problem comes when you need to change the Authentication mode to anything but Database mode. Currently ... Read more

How to Install libtbb-dev package on Ubuntu 20.04 LTS (Focal Fossa)

How to Install libtbb-dev package on Ubuntu 20.04 LTS (Focal Fossa) 15

In this article, I will take you through the steps to install libtbb-dev package on Ubuntu 20.04 LTS (Focal Fossa). Threading Building Blocks (TBB) is a C++ template library that helps us leverage multi-core processor performance without having to be a threading expert. It is developed by Intel for parallel programming on multi-core processors. Using ... Read more

How to Install cmake on Ubuntu 20.04 LTS (Focal Fossa)

How to Install cmake on Ubuntu 20.04 LTS (Focal Fossa) 23

In this article, I will take you through the steps to install cmake on Ubuntu 20.04 LTS (Focal Fossa). CMake is cross-platform free and open-source software for build automation, testing, packaging and installation of software by using a compiler-independent configuration files. It generate native makefiles and workspaces that can be used in the compiler environment ... Read more