並び順

ブックマーク数

期間指定

  • から
  • まで

121 - 160 件 / 162件

新着順 人気順

installの検索結果121 - 160 件 / 162件

  • rbenv installがopensslで失敗する - Qiita

    2020-03-26追記: Ruby 2.3の場合を追加。 環境: macOS Catalina 結論から先に:環境変数RUBY_CONFIGURE_OPTSを足す。 rbenv installがopensslで失敗する。Homebrewで最新のopensslが入っているが、それを見に行かないもよう。 $ rbenv install 2.6.5 Downloading openssl-1.1.1d.tar.gz... -> https://dqw8nmjcqpjn7.cloudfront.net/1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2 Installing openssl-1.1.1d... BUILD FAILED (OS X 10.14.5 using ruby-build 20191205) I

      rbenv installがopensslで失敗する - Qiita
    • Legacy Update: Get back online, activate, and install updates on your legacy Windows PC

      Have an old PC running an original installation of Windows? Help us to find old updates by running the Inventory Checker tool. Thanks for your help! This is a community-run resource to help you fix access to the internet and the Windows Update service on earlier versions of Windows. Since Windows XP was discontinued in 2014, followed by Windows 7 in 2020, Microsoft has closed services they depend

        Legacy Update: Get back online, activate, and install updates on your legacy Windows PC
      • 5 分から 1 分に! yarn install の時間を劇的に短縮した話

        yarn install (フロントエンドの依存ライブラリインストール) の時間が長くなってしまった原因の調査と、解決した記録です。 (今回はyarn v1を使用していますが、npmでは yarn why の代わりに npm ls を用いることで同様に調査可能です) 背景 とあるプロダクトで、いつの間にかyarn install (フロントエンドの依存ライブラリインストール) の時間に5分ほどかかるようになってしまいました。 一見はローカル環境での初回インストール時しか影響がなく感じるので気にしなくていいやと思いがちですが、よく考えると結構大きな問題です。 ローカル環境の構築に時間がかかることにより、オンボーディングの手間が増加 dependencies更新時に各ローカル環境でyarn installが必要なため、開発効率の低下 CIの結果がすぐに分からないことにより、レビューの速度が低下

          5 分から 1 分に! yarn install の時間を劇的に短縮した話
        • GitHub - widefix/actual_db_schema: Wipe out inconsistent DB and schema.rb when switching branches. To do that, install this gem and use the standard rake db:migrate command.

          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

            GitHub - widefix/actual_db_schema: Wipe out inconsistent DB and schema.rb when switching branches. To do that, install this gem and use the standard rake db:migrate command.
          • pip installしようとしたら"exit code1"、"Microsoft Visual C++ 14.0 is required"と表示された(Annoyの場合) - Qiita

            pip installしようとしたら"exit code1"、"Microsoft Visual C++ 14.0 is required"と表示された(Annoyの場合)Pythonインストール手順エラー対処VisualC++Annoy はじめに PythonのAnnoyというパッケージをインストールしようとした際に、以下の表示が出てインストールできなかったので対処した際のメモ。 exit code 1 error: Microsoft Visual C++ 14.0 is required. Get it with “Build Tools for Visual Studio” 実行環境 Windows11(勝手にアップデートされてた。。) Python 3.9.7 (Anaconda使用) Annoyとは Approximate Nearest Neighbors Oh Yeahの略

              pip installしようとしたら"exit code1"、"Microsoft Visual C++ 14.0 is required"と表示された(Annoyの場合) - Qiita
            • npm install の --save-dev って何? - Qiita

              npm install --save-dev の --save-dev ってなんだ?と思って調べたのでメモ。 --save-dev が気になったきっかけ Vue.jsのアプリを簡単にS3にアップロードする方法として以下のサイトを参考にしました。(とても簡単で便利) gulp で S3 へファイルアップロード こちらのサイトの手順に従い、 npm install --save-dev を実行して gulp をインストールし、 gulp publish を実行したところ、、、 -bash: gulp: command not found あれ、動かない。 --save-devってなに? --save-dev はローカルインストールするためのコマンドです。 正確に言うと npm install -gがグローバルインストールのコマンドで、 -gを付けないとローカルインストールになります。 ローカル

                npm install の --save-dev って何? - Qiita
              • npm install時にnode-sassでcommand failed - Qiita

                前提 数年前にiOSエンジニアをやっていたのでネイティブ系はなんとなく分かるが、 フロントエンドは何となく改修は出来るが、ちょっとよく分かってないわかろうとしてない系のバックエンドエンジニア。 現象 npmインストールすると下記エラーが出る。 node-sassの確認で失敗してるっぽい。 $ npm install 〜省略〜 npm ERR! code 1 npm ERR! path /Users/mitsuaki1229/Documents/01_REX/wos-front/node_modules/node-sass npm ERR! command failed npm ERR! command sh -c node scripts/build.js npm ERR! Building: /Users/mitsuaki1229/.nodebrew/node/v16.5.0/bin/n

                  npm install時にnode-sassでcommand failed - Qiita
                • 【npm】キャッシュが壊れてnpm installに失敗する - Qiita

                  はじめに 久しぶりにcreate-react-appを叩いたら、失敗しました。 調べたことを簡単にメモメモ。 ※認識間違っている所があれば、ご指摘お願いします。 現象 下記コマンド実行時にエラーが発生。 コマンド: npx create-react-app {プロジェクト名} --template typescript エラー: ERR! cb() never called! 環境は以下の通り。 ・OS :Docker上のUbuntu:20.04 ・nvm :0.38.0 ・node:14.17.4 ・npm :6.14.14 原因 まとめてくださっている記事によると、どうやらnpmのキャッシュの不具合らしい。(キャッシュが壊れている?) この現象はcreate-react-appに限ったものではなく、npm installでも発生するそうです。 npmのキャッシュとは? npmのDocに

                    【npm】キャッシュが壊れてnpm installに失敗する - Qiita
                  • 【問題解決】Maven Installで「No compiler is provided in this environment.」というエラーが発生 - Qiita

                    環境 Eclipse Pleiades 4.7 Maven 3.3.9 (Eclipse pleiadesに組み込まれていたもの. EMBEDDED) Java8 Spring Boot 1.5.7 問題 「Maven Install」でエラーが発生しました。 エラーが発生した操作 Eclipseのプロジェクトを選択し、右クリック 「実行→Maven Install 」を選択 エラー内容 コンソールに「No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?」というメッセージが表示されました。 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ demo --- [INFO] C

                      【問題解決】Maven Installで「No compiler is provided in this environment.」というエラーが発生 - Qiita
                    • PhotoScape X - Free download and install on Windows | Microsoft Store

                      Fun and Easy Photo Editor Languages: English, Español, Português, Deutsch, Français, Italiano, Nederlands, Polski, 한국어, 日本語, 简体中文, 繁體中文 All-in-One: Photo Editor, Cut Out, Batch Editor, Viewer, Collage, Animated GIF, Film Effect, Light Leak, Miniature Effect, Filter, Brush, Sticker, Pattern, Frame, Shape, Border, RAW images and More. Free version: PhotoScape X Paid version: PhotoScape X Pro Contact

                        PhotoScape X - Free download and install on Windows | Microsoft Store
                      • VMwareTools を, FreeBSDでつかうには、pkg install open-vm-tools-nox11 だけでいいです。 - Qiita

                        VMware ESXi や、Fusion で、FreeBSDを使うには、VMwareToolsが必要です。 これを入れないと、VMwareの管理画面でVMのステータスが取得できません。 また、VM側で、時計が狂います。 そこで、FreeBSDの場合は、 pkg install open-vm-tools-nox11 で、入れます。 (X使ってる場合は、pkg install open-vm-tools) VMwareTools FreeBSDでググると。 compat6xをいれろとか。 /etc/rc.confに、ずらずらかけとか書いてありますが 全部もう賞味期限切れです。 いまは、なにもしないでいいです。 という結論にいたるまで、確証がえられず時間をつぶしたので、このエントリかきました。

                          VMwareTools を, FreeBSDでつかうには、pkg install open-vm-tools-nox11 だけでいいです。 - Qiita
                        • CodeDeployで、Installが延々と続いて終わらない - Qiita

                          CodeDeployで、たまにエラーも出ず、Installが延々と続いて終わらない、という現象が発生することがあります。 エラーが出ないと割とパニくると思うのでかなり軽い内容なのですが、記事にします。 自分にもこの事象は何度か起きたのですが、 CodeDeployのIAM Roleに必要な権限がない コンテナの設定ファイルにミスがあるなど、起動できない状態のコンテナをデプロイしようとしている 自分の場合は、いずれもこの2つのどれかが原因でした。 事例 参考までに、直近で自分が経験したInstallが延々と続いて終わらない事態について紹介します。 Fargateで、サイドカー構成でfluent-bitのコンテナとFireLensを使って他のコンテナのログをfirehoseに送ろうとした時、以下の制約に気づかず、 カスタム設定ファイルを使用する場合は、FireLens が使用するパスとは異なる

                            CodeDeployで、Installが延々と続いて終わらない - Qiita
                          • Brew install docker does not include docker engine?

                            The following steps work fine on macOS Sierra 10.12.4. Note that after brew installs Docker, the docker command (symbolic link) is not available at /usr/local/bin. Running the Docker app for the first time creates this symbolic link. See the detailed steps below. Install Docker. brew install --cask docker Launch Docker. Press ⌘ + Space to bring up Spotlight Search and enter Docker to launch Docker

                              Brew install docker does not include docker engine?
                            • pip install cryptographyでエラー(Docker alpine) - Qiita

                              Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?

                                pip install cryptographyでエラー(Docker alpine) - Qiita
                              • 3 minutes to install! Batch registration of 40 types of RSS feeds to check the latest AWS information without omission (translated) | DevelopersIO

                                3 minutes to install! Batch registration of 40 types of RSS feeds to check the latest AWS information without omission (translated) AWS currently has many services, and various official information is sent out every time. This article organizes the latest official AWS information and provides an OPML file that allows you to register RSS feeds of the major ones in bulk. I will do my best to support

                                  3 minutes to install! Batch registration of 40 types of RSS feeds to check the latest AWS information without omission (translated) | DevelopersIO
                                • M1 Macでpod installでバスエラーをRossettaなしで回避 - Qiita

                                  CocoaPodsをアップデートしたらpod install /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.4/lib/ffi/library.rb:275: [BUG] Bus Error とかでクラッシュするようになり。 調べるとRossetta使って回避!とかしてる残念な人達が多かったので、いや、ないわーと。 Segmentation fault on M1 macOS Big Sur #864 sudo gem install ffi -- --enable-libffi-alloc で回避しました 終わり。

                                    M1 Macでpod installでバスエラーをRossettaなしで回避 - Qiita
                                  • ❄️ NixOSとRaspberry Piで自宅server | Part 1 NixOSをinstall | Happy developing

                                    Part 1 NixOSをinstall (👈 この記事) Part 2 deply-rsでNixOS Configurationを適用 Part 3 ragenixでsecret管理 Part 4 opentelemetry-collectorとopenobserveでmetricsを取得 Part 5 CPUの温度をmetricsとして取得 本記事はNixOSとRaspberry Piで自宅serverをはじめる記事のPart 1です。 まずはRaspberry PiにNixOSをinstallするところから始めていきます。 先日、Raspberry Pi 5が発表されましたが、本記事で利用するのはRaspberry Pi 4 Model Bです。RAMは4GBですが、8にすればよかったと思っています。台数は4で始めました。 Part 1では、4台のRaspberry Pi(以下ra

                                      ❄️ NixOSとRaspberry Piで自宅server | Part 1 NixOSをinstall | Happy developing
                                    • 【Python】pip install --upgrade pip が成功しない場合の対処法 - コンパイラかく語りき

                                      小ネタです。 古い pip を使っていました pip を使ってパッケージをインストールしたところ、以下のようなワーニングが。 You are using pip version 10.0.0, however version 19.3.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. 現在 pip@10.0.0 を使っているようだけど、19.3.1 があるよ。'pip install --upgrade pip' でアップグレードできるよ。というワーニングですね。 問題 言われたとおりに実行。 $ pip install --upgrade pip Collecting pip Using cached https://files.pythonhosted.o

                                        【Python】pip install --upgrade pip が成功しない場合の対処法 - コンパイラかく語りき
                                      • How to install OpenCV 4.10 with CUDA 12 in Ubuntu 24.04

                                        Install_OpenCV4_CUDA12.6_CUDNN8.9.md Install OpenCV 4.10 with CUDA 12.6 and CUDNN 8.9 in Ubuntu 24.04 First of all install update and upgrade your system: $ sudo apt update $ sudo apt upgrade Then, install required libraries: Generic tools: $ sudo apt install build-essential cmake pkg-config unzip yasm git checkinstall Python VirtualEnvironments with VirtualenvWrapper (Optional) Install PIPX: ----

                                          How to install OpenCV 4.10 with CUDA 12 in Ubuntu 24.04
                                        • Ansibleユーザーの私がやらかした失敗 気軽な「sudo pip3 install ansible」が招いたエラー | ログミーBusiness

                                          Ansibleユーザーのコミュニティミートアップ「Ansible Night」がオンラインで開催されました。今回は、Ansibleの最新技術キャッチアップとあわせて、Ansible利用時にやらかした話、ハマった(けどこうやって解決した)話を共有する場となりました。伊藤氏は、sudo pip3 install ansibleを実行した際のエラー発生について発表しました。 「sudo pip3 install ansible==2.9.20」の実行でエラーが発生伊藤雅人氏:それでは「気軽にsudo pip3 install ansibleを実行して、Ansible Towerでエラーが起きた話」をしたいと思います。(スライドを指して)やらかした話なので、途中暗くなってもいいように明るい色を使っています。 私のAnsible歴ですが、3年くらい前からAnsibleを触り始め、今はAnsible導

                                            Ansibleユーザーの私がやらかした失敗 気軽な「sudo pip3 install ansible」が招いたエラー | ログミーBusiness
                                          • Can't install / update `gh` due to expired GPG key? · Issue #9569 · cli/cli

                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                              Can't install / update `gh` due to expired GPG key? · Issue #9569 · cli/cli
                                            • Install TensorFlow on Mac M1/M2 with GPU support

                                              Install TensorFlow in a few steps on Mac M1/M2 with GPU support and benefit from the native performance of the new Mac ARM64 architecture. Fig 01: Apple M1 (image by Apple)Why use a Mac M1/M2 for Data Science and Deep Learning?What makes the Macs M1 and the new M2 stand out is not only their outstanding performance, but also the extremely low power consumption. Fig 02: Apple M2 (image by Apple)1.

                                                Install TensorFlow on Mac M1/M2 with GPU support
                                              • Docker Composeで初回起動時のみyarn installを実行させる方法 | ゲンゾウ用ポストイット

                                                ゲンゾウ用ポストイット シェル / Bash / Linux / Kubernetes / Docker / Git / クラウドのtipsを発信。 はじめにDocker Compose の初回起動時のみ、ライブラリのインストールを実行したい場合があります。 NodeJS の場合 yarn install や npm installPHP の場合 composer installRuby on Rails の場合 bundle installいい方法が無いか考えた末、 docker-compose.yaml の command 属性に工夫して解決させてみました。 検証環境$ docker-compose --version docker-compose version 1.29.0, build 07737305Docker Compose 初回起動時にライブラリをインストールしておかない

                                                  Docker Composeで初回起動時のみyarn installを実行させる方法 | ゲンゾウ用ポストイット
                                                • [Rails] bundle installがYour bundle is locked to mimemagic (0.3.5)...で落ちる - Qiita

                                                  [Rails] bundle installがYour bundle is locked to mimemagic (0.3.5)...で落ちるRubyRailsGemmimemagic Fetching gem metadata from https://rubygems.org/............ Your bundle is locked to mimemagic (0.3.5), but that version could not be found in any of the sources listed in your Gemfile. If you haven't changed sources, that means the author of mimemagic (0.3.5) has removed it. You'll need to update your b

                                                    [Rails] bundle installがYour bundle is locked to mimemagic (0.3.5)...で落ちる - Qiita
                                                  • How to install the NVIDIA drivers on Ubuntu 20.04 Focal Fossa Linux

                                                    How to install the NVIDIA drivers on Ubuntu 20.04 Focal Fossa Linux In this tutorial, we will see how to install the NVIDIA drivers on Ubuntu 20.04 Focal Fossa Linux and switch from a opensource Nouveau driver to the proprietary Nvidia driver. You can install Nvidia drivers on Ubuntu 20.04 using several different methods, including the official Ubuntu repository, the Nvidia PPA repository, and as

                                                      How to install the NVIDIA drivers on Ubuntu 20.04 Focal Fossa Linux
                                                    • GitHub - williamboman/mason.nvim: Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.

                                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                        GitHub - williamboman/mason.nvim: Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
                                                      • Windows Subsystem for Android™ with Amazon Appstore - Free download and install on Windows | Microsoft Store

                                                        Windows Subsystem for Android™

                                                          Windows Subsystem for Android™ with Amazon Appstore - Free download and install on Windows | Microsoft Store
                                                        • Install CDK for Terraform and run a quick start demo | Terraform | HashiCorp Developer

                                                          The Cloud Development Kit for Terraform (CDKTF) generates JSON Terraform configuration from code in C#, Python, TypeScript, Java, or Go, and creates infrastructure using Terraform. With CDKTF, you can use hundreds of providers and thousands of module definitions provided by HashiCorp and the Terraform community. By using your programming language of choice, you can take advantage of the features a

                                                            Install CDK for Terraform and run a quick start demo | Terraform | HashiCorp Developer
                                                          • 【Python】"pip install" と "python -m pip install" の違い

                                                            みなさん pip 使っていますか? Python では pip が使えるのでパッケージ管理が非常に便利ですよね! 使いたいパッケージがあれば pip で install すればすぐに使えるようになりますし、消す時も uninstall すれば良いだけなので楽です。 そんな pip ですが、pip の使い方には大きく分けて pip install と python -m pip install の2つが存在することはご存知でしょうか? ウェブサイト等によっても、紹介される pip のコマンドは上記の2つでバラバラだと思います。この2つの pip の使い方にはどのような違いがあるのでしょうか? このページでは、その「2つの pip の使い方」における違いについて解説していきたいと思います。 pip install と python -m pip install の違い 本質的には下記のどちらも

                                                              【Python】"pip install" と "python -m pip install" の違い
                                                            • KB Parallels: Install Windows 11 on a Mac with Apple silicon

                                                              Install Windows 11 on a Mac with Apple silicon 5690 users found this article helpful Applies to: Parallels Desktop for Mac Standard Edition Parallels Desktop for Mac Pro Edition Parallels Desktop for Mac Business Edition Last Review: Aug 10, 2023 Related Articles: Activate Windows 11 after installation in Parallels Desktop About Parallels Desktop for Mac with Apple silicon Copy personal data betwe

                                                                KB Parallels: Install Windows 11 on a Mac with Apple silicon
                                                              • M1 Macでrbenv installで落ちる問題

                                                                M1チップのMacbookで環境構築している際、rbenv installで下記のようなエラーでコケることがある。それの解決策について。 rbenv install 2.6.3 Downloading ruby-2.6.3.tar.bz2... -> https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.3.tar.bz2 Installing ruby-2.6.3... BUILD FAILED (macOS 12.0.1 using ruby-build 20220125) Inspect or clean up the working tree at /var/folders/j2/vfdnhrkx25j3xdmyvpcly7pc0000gp/T/ruby-build.20220219174837.49150.1xTdpk Results

                                                                  M1 Macでrbenv installで落ちる問題
                                                                • go 1.16のgo installを用いてtools.goを削除する

                                                                  今回の記事では、これまで用いられてきたtools.goを振り返りつつ、go 1.16で変更されたgo installを用いてtools.goを削除する方法と、削除して運用してみた感想を記述する。 tools.go go言語で書かれたアプリケーションを開発する際に、CIや手元のコマンドでコマンドラインツールなどを用いる機会は多い。例えばgolangci-lintなどは多くのアプリケーションで導入されているlinterかと思う。 しかし、go modulesによってバージョン管理されたアプリケーションでは、コードで使われないコマンドラインツールなどのパッケージはgo mod tidyによって消されてしまう。これでは複数人で開発する際に同一の環境を用意できなかったり、一々手作業でバージョン管理をする必要が発生してしまう問題があった。 そこで、これらのツールをmoduleによって管理するために、t

                                                                    go 1.16のgo installを用いてtools.goを削除する
                                                                  • Install and Set Up kubectl on Linux

                                                                    Install and Set Up kubectl on LinuxBefore you beginYou must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.31 client can communicate with v1.30, v1.31, and v1.32 control planes. Using the latest compatible version of kubectl helps avoid unforeseen issues. Install kubectl on LinuxThe following methods exist for installing kubectl on Linux: Insta

                                                                      Install and Set Up kubectl on Linux
                                                                    • Ruby 3.3.3にアップグレードするとbundle installでnet-popがインストールできない|TechRacho by BPS株式会社

                                                                      追記(2024/07/10) この問題を修正するには、Ruby 3.3.4にアップグレードした後でbundle update net-popを実行する必要がありました。もしgemコマンドでnet-popが既にインストールされているのであれば、念のためgem uninstall net-popも実行するとよいでしょう。 参考: net-protocol gets removed with ruby 3.3.3 · Issue #26 · ruby/net-pop 発端 Ruby 3.3.3がリリースされました Ruby 3.3.3がリリースされたので、自分のRailsアプリのRubyを3.3.3にアップグレードしようとしたところ、ローカルのDockerコンテナではRailsアプリを正常に実行できたにもかかわらず、Herokuにデプロイするとbundle installの部分で以下が発生してデ

                                                                        Ruby 3.3.3にアップグレードするとbundle installでnet-popがインストールできない|TechRacho by BPS株式会社
                                                                      • Get SideQuest - Install SideQuest app on Meta Quest headsets, PC, and laptop

                                                                        Install the Sidequest VR app directly onto your VR headset desktop PC or laptop Getting SideQuest is the best way to discover new VR content apps and gamesand the best way to access advanced settings found on your Meta Quest headset to improve your VR experience

                                                                          Get SideQuest - Install SideQuest app on Meta Quest headsets, PC, and laptop
                                                                        • install numpy, scipy, matplotlib and pandas on pyenv in M1 Mac - Qiita

                                                                          Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?

                                                                            install numpy, scipy, matplotlib and pandas on pyenv in M1 Mac - Qiita
                                                                          • flutter runすると突然、Warning: CocoaPods not installed. Skipping pod install. というワーニングをはいた後に Error になり run が exit してしまう問題への対応 - うちのいぬ Tech Blog

                                                                            今回はflutter開発時のトラブルとその解決方法についてになります。 環境 Mac OS BigSur 11.4 VScode flutter 2.2.0 fvm 20200728現在 エラー内容 flutterで開発中 flutter run をすると、にこんなエラーが突然表示されることがありました。 Launching lib/main.dart on iPhone 12 in debug mode... lib/main.dart:1 Warning: CocoaPods not installed. Skipping pod install. CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Da

                                                                              flutter runすると突然、Warning: CocoaPods not installed. Skipping pod install. というワーニングをはいた後に Error になり run が exit してしまう問題への対応 - うちのいぬ Tech Blog
                                                                            • Install Tailscale on Raspberry Pi · Tailscale Docs

                                                                              Tailscale can run on Raspberry Pi boards running Raspbian. Packages are available in both 32-bit and 64-bit variants. Install the apt-transport-https plugin:

                                                                                Install Tailscale on Raspberry Pi · Tailscale Docs
                                                                              • Twinkle Tray: Brightness Slider - Free download and install on Windows | Microsoft Store

                                                                                Twinkle Tray enables brightness control on external displays in Windows 10 & 11. Even though Windows is capable of adjusting the backlight on most monitors, it doesn't support external monitors natively. Windows also lacks any options to manage the brightness of multiple displays. This app inserts a new icon into your system tray, where you can click to have instant access to the brightness levels

                                                                                  Twinkle Tray: Brightness Slider - Free download and install on Windows | Microsoft Store
                                                                                • Graham Neubig on X: "新しいコーディング用CLIツール、OpenHands CLI を公開しました! - 最高性能(Claude Code と同等) - 完全オープンソース、MIT ライセンス - モデル非依存:API を使っても自前モデルでもOK - インストール&実行が簡単:pip install openhands-aiとopenhandsを実行するのみ(Docker 不要!) https://t.co/xI1tOZm8dT"