There are several ways to clone a repository from github. Similar from other providers, such as bitbucket, gitlab, etc.
https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols
Mostly, we use
- http
- ssh
There are several ways to clone a repository from github. Similar from other providers, such as bitbucket, gitlab, etc.
https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols
Mostly, we use
For a brief user-level introduction to CMake, watch C++ Weekly, Episode 78, Intro to CMake by Jason Turner. LLVM’s CMake Primer provides a good high-level introduction to the CMake syntax. Go read it now.
After that, watch Mathieu Ropert’s CppCon 2017 talk Using Modern CMake Patterns to Enforce a Good Modular Design (slides). It provides a thorough explanation of what modern CMake is and why it is so much better than “old school” CMake. The modular design ideas in this talk are based on the book [Large-Scale C++ Software Design](https://www.amazon.de/Large-Scale-Soft
A Beginners Guide To Things To Do After Installing Ubuntu.
sudo apt update && sudo apt upgrade
Ubuntu has several repositories from where it provides software for your system. Enabling all these repositories will give you access to more software and proprietary drivers.
I have a tex template, so I need to install latex on wsl ubuntu.
sudo apt install texlive-latex-extra texlive
ctexbook.cls
not found, install texlive-lang-chinesesudo apt install texlive-lang-chinese
I want to add the new built-in function in OpenMLDB, called unhex
. The unhex
has the following action just like Spark SQL
and MySQL
.
Spark SQL:
spark-sql> select unhex(hex('Spark SQL'));
Spark SQL
Time taken: 2.163 seconds, Fetched 1 row(s)
spark-sql> select unhex(hex(14));
Time taken: 0.065 seconds, Fetched 1 row(s)
This guide will enable systemd
to run as normal under WSL 2. This will enable services like microk8s
, docker
and many more to just work
during a WSL session. Note: this was tested on Windows 10 Build 2004, running Ubuntu 20.04 LTS in WSL 2.
To enable systemd
under WSL we require a tool called systemd-genie
Copy the contents of install-sg.sh
to a new file /tmp/install-sg.sh
:
cd /tmp
Compiling firefox using the different cpu, perhaps I will add the m1 pro and m1 max benchmark.
ThinkBook 14 G4+ ARA
envs: Windows 11 pro, WSL2, Ubuntu20.04
24:35.31 (suppressed 9 warnings in gfx/cairo)
24:35.31 (suppressed 1 warnings in gfx/graphite2)
24:35.31 (suppressed 23 warnings in gfx/skia)
24:35.31 (suppressed 4 warnings in intl/icu)