Linux

Fix Cmake 'Unsupported GNU Version' Error

omicx.cc

While installing the latest beagle-lib according to the LinuxUnstallInstructions, I encountered this error:

#error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk.

Setup TigerVNC Server and Windows Client

omicx.cc

The Virtual Network Computer (VNC) enables people to access the remote desktop environment. It is a graphical desktop sharing system that uses the Remote Frame Buffer protocol (RFB). This post introduces install and configure TigerVNC server in Debian 12/bookworm and Windows client.

Archlinux WSL Installation and Configuration

omicx.cc

Perhaps installing Windows Subsystem for Linux (WSL) from the Windows Store is the easiest way, and this method will install WSL (such as Ubuntu) on the Windows system drive by default. However, this will compress the storage space of the system drive, so sometimes we want to install WSL on other disk partitions. Here, taking archlinuxwsl as an example, we introduce a general process of installing WSL.

Install and Setup OneDrive Client in a Headless Debian Server

omicx.cc

There is still no official OneDrive client for Linux, the project “OneDrive Client for Linux” is the only choice. It provides a powerful and highly configurable client can run on all major Linux distributions, FreeBSD, or as a Docker container. It supports one-way and two-way sync capabilities and securely connects to Microsoft OneDrive services.

This post is the workthrough of installation and configuration of OneDrive Linux ina headless Debian bullseye/11 server.