Install Multiple Java in Ubuntu
ubuntu 22.04 install nvidia docker NVIDIA Container Toolkit - has someone tested it in Ubuntu 22.04 LTS? Installation Guide $ sudo docker run --rm --runtime=nvidia --gpus all nvidia/cuda:11.6.2-b...
ubuntu 22.04 install nvidia docker NVIDIA Container Toolkit - has someone tested it in Ubuntu 22.04 LTS? Installation Guide $ sudo docker run --rm --runtime=nvidia --gpus all nvidia/cuda:11.6.2-b...
sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jdk-19.0.2/bin/java sudo update-alternatives --install /usr/bin/javac javac /usr/lib/jvm/jdk-19.0.2/bin/javac sudo update-alternat...
Step 1. Download svnkit Use dpkg -L svnkit to show files installed. The file /usr/bin/jsvn is our target. Step 2. Change Script Content Remove backslash before variable: '\$JAVA_HOME' to '$JAVA_...
curl -v https://140.122.66.77/svn/personnel_matters/SystemLogAutDo * Trying 140.122.66.77:443... * Connected to 140.122.66.77 (140.122.66.77) port 443 (#0) * ALPN, offering h2 * ALPN, offering ...
cp /usr/share/maven/conf/settings.xml ~/.m2/setting.xml
還好這次沒有像 Ubuntu 18.04 升到 20.04 時一樣大改, 所以一些設定還是可以延用。 比較痛苦的是開發工具居然都無法從官方網站下載了! gvim letter spacing problem " 註解掉預設字型 " set guifont=Osaka-Mono:h21 " 目前改用這個字型看起來比較順眼 set guifont=DejaVu\ Sans\ Mono\ 1...
jekyll 3.9.2 | Error: Invalid US-ASCII character "\xE2" on line 5 /home/hao/gems/gems/jekyll-sass-converter-1.5.2/lib/jekyll/converters/scss.rb:123:in `rescue in convert': Invalid US-ASCII charact...
Use the following approaches to optimize the widget refreshed: Have the containing app prepare data for the widget in advance of when the widget needs it. Use a shared group container to ...
SwiftUI Grid Grid { GridRow { ColorSquare(color: .pink) Color.clear .gridCellUnsizedAxes([.horizontal, .vertical]) ColorSquare(color: .pink) } GridRow { ForEach(0..<3) { _ in C...
by animation a Shape animation via their ViewModifiers protocol ViewModifier { typealias Content // the type of the View passed to body(content:) func body(content: Content) -> some Vi...