WezTerm is a powerful cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust Download Features¶ Runs on Linux, macOS, Windows 10 and FreeBSD Multiplex terminal panes, tabs and windows on local and remote hosts, with native mouse and scrollback Ligatures, Color Emoji and font fallback, with true color and dynamic color schemes. Hyperlinks A full list of features ca
はじめに GUIのアプリを開発してdockerコンテナ内で実行し、ホストのWindowsで表示したいと思いました。軽くやり方を調べたところ、WSL、Xサーバーなど色々な用語が出てきて混乱してしまったので自分なりにまとめてみました。 環境 この記事は以下の環境で検証しています。 Windows 10 Pro 22H2(ビルド:19045) Rancher Desktop 1.14.1 Docker version 26.1.0-rd, build cca8e72 WSL バージョン: 2.2.4.0 WSLとは? WSLはWindows Subsystem for Linuxの略で、Windows上でLinuxを動かすための分離された環境です。WSLを使うことでWindowsに複数のLinuxディストリビューション(Ubuntuなど)をインストールでき、それぞれのLinuxに入ってコマンドを
The windows and windows-sys crates let you call any Windows API past, present, and future using code generated on the fly directly from the metadata describing the API and right into your Rust package where you can call them as if they were just another Rust module. The Rust language projection follows in the tradition established by C++/WinRT of building language projections for Windows using sta
Windows Terminal comes with a lot of features that allow you to customize it and interact with it in a way that feels most comfortable to you. Let’s run through some tips and tricks that could help you set up your terminal in a way that’s perfect for you. At the time of this blog post, Windows Terminal is on version 1.3 and Windows Terminal Preview is on version 1.4. On first launch When you first
If your mouse is broken, don't despair. Your computer's mouse may seem like an essential peripheral, but it's actually not necessary for using your PC. If you don't have a working mouse around (or if you just feel like learning some new keyboard tricks) you can use your Windows computer entirely from the keyboard. While it might not be as efficient as the mouse operations you're used to, knowing h
はじめに Docker CLI for Windowsが公開されましたね!(Publickeyさん、いつもお世話になってます!) マイクロソフト、開発中のWindows版Dockerクライアントを初披露。オープンソースでビルド可能に - Publickey Remote access to Docker with TLS · sheerun ということで試してみました!環境は以下のような形になります。 やってみた Docker CLI for Windowsのインストール Docker CLI for Windowsのインストール手順は大きく4段階になります。 Golangのインストール Git for Windowsのインストール Githubリポジトリのclone Docker CLIのビルド Golangのインストール The Go Programming LanguageのGett
Clojure は JVM 上で動作する実用的な Lisp 系の関数型言語です。 この Clojure にはパッケージ管理兼ビルドツールである Leiningen があります。 今回は Clojure と Leiningen の Windows 環境でのインストール方法と使い方を紹介します。 Clojure とは Leiningen とは Leiningen のインストール Clojure のインストールと使い方 Leiningen の使い方 Clojure とは http://clojure.org/ 私はわりとプログラミング言語はいろいろと知っているつもりだったのですが、 Clojure に関しては不覚にも『7つの言語 7つの世界』を見るまではよく知りませんでした。 正確には聞いたことはあったのですが、 最初に JVM で動作する Lisp 方言の一種と聞いて、Lisp の方言や JV
Windows NativeのPythonでC拡張をビルドする方法を説明します。みなさん普通は WindowsではPythonなんて使わないのか、あんまり情報が無いんですよね…… Windows SDKをインストールする C拡張なのでCコンパイラが必要なので、コンパイラをインストールします。MicrosoftはVistual Studioを売っているのでそれを買えばコンパイラがついてきます。また、無償版のExpress Editionをインストールしてもコンパイラがついてきます。 C拡張をうまいことビルドするために、distutilsはVS2008のコンパイラに対応するように書かれています。UNIXだと適当にPATHからコンパイラを探してくれば良いのに、なぜ WindowsだとdistutilsがVS2008のための特別な処理を入れているかというと、コンパイラの場所がWindowsだとPA
Twitterで「Go言語で、いわゆるプラグインの動的ロードってできる?」という発言を見かけたので。 CGOが書けるのでなんでも出来ます。Linux であれば goffi を使えばほぼ何でも出来ます。 cookieo9/goffi - GitHub Go FFI (and dlopen) packages to wrap C libraries. This code is not being actively d... https://github.com/cookieo9/goffi Windows であれば CGO を使わずとも、もともと Windows API には LoadLibrary、GetProcAddress という物が用意されており、Go言語にもその wrapper が提供されています。 package main import ( "log" "syscall" "uns
セキュリティパッチを適用するためにWindowsUpdateを行ったところ、謎のエラーが出る……。そんなときは「Fix it」でスキャンし、トラブルを修正してからアップデートしてみよう。マイクロソフトが提供している公式のツールなので、安心して使って大丈夫だ。 「Fix it」は、マイクロソフトが提供している診断・修復ツール。システムのトラブルを見つけ出して修復するソフトで、特にWindows Updateでエラーが出て更新できないときに、問題点を修復するのに使える。 使い方は、インストール後、「次へ」をクリックしながら簡単な入力を行うだけで、Windows Updateのコンポーネントの構成をチェックして修正を行ってくれる。専門的な知識は一切不要で、実行するだけでウインドウズのトラブルを修復してくれる。 ウインドウズでトラブルに遭遇したときの駆け込み寺として、抑えておきたいソフトだ。 ■
Effortlessly Split Panes and Navigate Between Code With the new Tab Multi-Select functionality, tabs become first-class citizens in the interface. A simple modifier when performing actions will split the interface to show multiple tabs at once. Works with the side bar, tab bar, Goto Anything and more! What’s New Sublime Text 4 is packed with new features and enhancements, including: GPU Rendering
cygwinでもコマンドからパッケージをインストール cygwin はGUIでsetup.exeからインストールします。 だけど、いちいちsetup.exeを起動するのは面倒。しかもsetup.exeはUACが必要で直接起動ができないです。しかもsetup.exeは検索が遅い。インクリメンタル検索なのでなんかもたつきます。 aptのようにインストールできるcyg-apt そこでコマンドラインからインストールできるパッケージを導入しました。apt-cygというパッケージです。 apt-cyg apt-cygを使ってみるとこんな感じです。 takuya@letsnote:~$ apt-cyg apt-cyg: Installs and removes Cygwin packages. "apt-cyg install <package names>" to install packages "
Cygwin使い始めて約一ヶ月たちました。毎日使うツールになりました。 文字コードをUTF-8で統一して使っています。UTF-8統一すると、rsync文字化けや scp 文字化け、そしてSSHコマンドで文字化けしなくなって、WindowsなのにMacのターミナルを使っている快適さです。 cygwinを使うとファイル名がUTF-8になるのでとても便利になりました。 utf8で使うメリット Linuxとヤリとりで文字化けしない rsync,scp 文字化けしない hg,git で文字化けしない ssh コマンドでそのままログインできる utf-8のデメリット pingが文字化けする tracertが化ける Windowsコマンドが化けるのはコマンドラッパーをrubyで書くことで解決しました。 cygwin + Windows でファイル名をUTF-8にする方法 $LANGを設定 bashrcを
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く