Terminus
https://eugeny.github.io/terminus/Windows の端末エミュレータをTerminus に切り替えました。 いろいろありますね。 ConEmu/Cmderhttps://conemu.github.io/https://cmder.net/ Fluent Terminalhttps://github.com/felixse/FluentTerminal Terminushttps://github.com/Eugeny/terminus Windows Terminalhttps://github.com/microsoft/terminal 環境 Windows 10 Insider Preview 19628 Terminus 1.0.111 構築インストール ダウンロード https://github.com/Eugeny/terminus/releases/latest インストール 設定のカスタマイズ 自動起動 ファイル名を指定して実行でshell:startup Terminus のショートカットを登録 実...
Diagrams - VS Code
https://diagrams.mingrammer.com/Diagrams でシステム構成図を出力してみました。 環境 Windows 10 Insider Preview 19628 Visual Studio Code 1.45.1 WSL (Ubuntu 18.04 LTS) graphviz 2.40.1 pip3 9.0.1 diagrams diagrams (0.11.0) python3 3.6.9 構築$ sudo apt install -y python3 python3-pip graphviz$ pip3 install diagrams 利用サンプルhttps://diagrams.mingrammer.com/docs/getting-started/examples 生成 Python で記述します。 sample1.pyfrom diagrams import Diagramfrom diagrams.aws.compute import EC2from diagrams.aws.database import RDS...
Draw.io VS Code Integration
https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawiohttps://github.com/hediet/vscode-drawio Visual Studio Code でDraw.io を使う拡張が公開されたので使ってみました。Visio みたいで便利ですね。 環境 Windows 10 Insider Preview 19628 Visual Studio Code 1.45.1 Draw.io VS Code Integration 0.4.0 draw.io 13.0.9 構築 Visual Studio Code でDraw.io Integration 拡張機能をインストール 利用 拡張子 .drawio.svg のファイルを作成し、Visual Studio Code で開きます。 Draw.io のインタフェースになるので図形を配置します。 SVG 形式で保存されます。 例簡単な図形https://ktkr3d.github.io/images/sam...
Sharing Folders for VMs
ホストOS(Windows 10) のフォルダをゲストOS(Linux)と共有してみました。 if (!window.google) { document.body.innerHTML = 'You need to include the script //google.com/jsapi on your template'; throw 'Google JS API is needed'; } else { (function() { google.load('visualization', '1.0', {'packages': ["corechart","geochart","table"]}); google.setOnLoadCallback(function() { (new google.visualization.Table(document.getElementById("googleChart1515"))).draw(google.visualization.arrayToDataT...
APT Hash Sum mismatch error
ubuntu@ubuntu:~$ sudo apt update...Get:4 http://jp.archive.ubuntu.com/ubuntu focal/main i386 Packages [718 kB] Err:4 http://jp.archive.ubuntu.com/ubuntu focal/main i386 Packages Hash Sum mismatch Hashes of expected file: - Filesize:4216000 [weak] - SHA256:5f5fa48d499be259adcdd1d6dea4e6588a3473e0290460ead99ea945b141815d - SHA1:8f477673f5aa0ca860273e9a0ffc53515baa1032 [weak] - MD5Sum:021fb704764554808a9ec3b18e16599e [weak] Hashes of received file: - SHA256:4f406937d7384fd444d236...
Accessing VMs with RDP
VirtualBox のRDP 接続を提供する機能を使ってリモートからアクセスしてみました。Linux VMに直接RDP サーバ機能を導入するよりも安定しているように感じました。 環境ソフトウェア Windows 10 Insider Preview Build 19619 VirtualBox 6.1.6 VirtualBox 6.1.6 Oracle VM VirtualBox Extension Pack ネットワーク if (!window.google) { document.body.innerHTML = 'You need to include the script //google.com/jsapi on your template'; throw 'Google JS API is needed'; } else { (function() { google.load('visualization', '1.0', {'packages': ["corechart","geochart","table"...
UbuntuDDE Remix 20.04 Beta
https://ubuntudde.com/https://ubuntudde.com/blog/ubuntudde-beta-200410-release-note/ UbuntuDDE Remix 20.04 Beta を試してみました。デザインが綺麗なディストリビューションです。 Windows 10 ホストのVirtualBox 上のVM として構築しました。WSL2 とVirtualBox は共存するようになったんですね。 環境 Windows 10 Insider Preview Build 19613 VirtualBox 6.1.6 UbuntuDDE Remix 20.04 Beta CPU x2 Memory 4GB Disk 25GB 構築インストール コントロールパネル」-「プログラムと機能」-「Windows の機能の有効化または無効化」で「仮想マシン プラットフォーム」を有効にする。 VirtualBox で新規VM を作成し、UbuntuDDE のISO イメージから起動する。 Memory 4GB Disk 25GB EF...
Ubuntu 20.04 LTS Focal Fossa
https://wiki.ubuntu.com/FocalFossa/ReleaseNotes#New_Features_in_20.04 Ubuntu 20.04 LTS Focal Fossa をインストールしてみました。 環境 Ubuntu 20.04 LTS Focal Fossa 64bit 構築 以下からダウンロードhttp://cdimage.ubuntu.com/ubuntu/daily-live/current/ 明日リリース予定なのでもう変更はないでしょう。 Ubuntu の設定https://ktkr3d.github.io/ubuntu/
Feedbro RSS Japanese language
https://github.com/ktkr3d/feedbro-locale Google Chrome のフィードリーダ拡張機能Feedbro の日本語翻訳ファイル Ver. 0.1 を作ってみました。原文は丁寧な表現ですが、できる限り短い表現にしました。まだ全部を翻訳できていません。引き続き仕様を確認しながら翻訳を進めたいと思います。 環境 Google Chrome 81 Feedbro 4.1.3 構築 Chrome でFeedbro アイコンからOptionsメニューを選択 Settings のImport Locale ボタンをクリック 以下のURLを入力してOK https://raw.githubusercontent.com/ktkr3d/feedbro-locale/master/feedbro-locale-ja_JP.json 最新版の翻訳を反映するには言語を更新ボタンをクリック
hexo-related-popular-posts プラグイン
https://github.com/tea3/hexo-related-popular-postshexo-related-popular-posts プラグインは関連記事や人気の記事一覧を生成するHexo のプラグインです。freemind テーマで関連記事を表示してみました。Google Analytics API で収集した情報で人気の記事も表示してみました。 環境 WSL nodejs v13.9.0 npm 6.13.7 hexo 4.2.0 hexo-theme-freemind 構築 - 関連記事インストール hexo-related-popular-posts パッケージ $ npm install hexo-related-popular-posts --save ga-analytics の修正 コールバック関数関連のエラーを修正 ./node_modules/ga-analytics/module.js8889//fs.writeFile(sessionFile, JSON.stringify(result));f...





