Install Open Source PyMOL in Windows 11 (Outdated)
The method to install PyMOL in Windows 11 is out of date. Please refer to the most recent post: Install Open Source PyMOL 3.0.x in Windows 11.
The way to install open source PyMOL in the previous post can not work in Windows 11. The PyMOLWiki described the method to install PyMOL in windows. Here we provided more details of the installation.
VS Code Connect to Remote Server over Intranet
This post is a walkthrough to setup and connect Visual Studio Code to remote server over Intranet or behind a firewall.
Fix Cmake 'Unsupported GNU Version' Error
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.
Mamba and Its Usage
- Kindly provided by Xu Meng.
What is Mamba?
mamba
is a reimplementation of the conda package manager in C++.
-
parallel downloading of repository data and package files using multi-threading
-
libsolv for much faster dependency solving, a state of the art library used in the RPM package manager of Red Hat, Fedora and OpenSUSE
-
core parts of
mamba
are implemented in C++ for maximum efficiency
At the same time, mamba
utilizes the same command line parser, package installation and deinstallation code and transaction verification routines as conda
to stay as compatible as possible.
Install Nextstrain by Conda
This is a note of install Nextstrain-cli by conda.
Setup TigerVNC Server and Windows Client
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.
Install R and RStudio Using Scoop
- Kindly provided by Xu Meng.
This post descripts the way to install R and Rstudio in Windows using Scoop.
Archlinux WSL Installation and Configuration
- Kindly provided by Xu Meng.
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.
Move Buttons of Save Dialog Box in Xfce4 to Bottom Right
I installed Debian 11/bullseye recently, and I noticed the buttons of the “Save” dialog box are at the upper side of the window. It looked strange.
How to solve this problem?