間違いだらけの備忘録

このページの内容は無保証でありこのページの内容によって直接、または間接に損害を受けられたとしても私は責任を取りません。

Cygwin

Windowsファイアウォールにsshポートフォワードを妨害されていた

8080など特定のポートにアクセスするものだけが暗黙的に止められていた。 調査 telnet 127.0.0.1 8080https://www.buffalo.jp/support/faq/detail/792.html [コントロールパネル] - [システムとセキュリティ] - [Windows ファイアウォール] -[Windowsファイ…

virt-manager on Windows

Is there a way to run virt-manager on Windows? https://serverfault.com/questions/340949/is-there-a-way-to-run-virt-manager-on-windows Cygwin now includes a virt-manager package as well. – Yaakov Jun 素敵~ XWin Server Cygwin64 Terminal DIS…

インターネット接続状態の取得

Cygwinからssh接続に使用しているスクリプトをインターネット接続有効な時だけ動作する様に修正 IsInternetConnected.ps1 $Win32 = &{ $cscode = @" [DllImport("Connect.dll")] public static extern int IsInternetConnected(); // The return value 0 ind…

Failed to connect to the host via ssh: mux_client_request_session: read from master failed: Connection reset by peer Failed to connect to new control master

http://itsp0.blogspot.jp/2017/03/ansible-msys2-ansible_27.html 対処:ssh の引数から ControlMaster 機能に関する設定を削除する。 $ vim /etc/ansible/ansible.cfg [ssh_connection] ssh_args="" めも

eject

$ wget https://gist.githubusercontent.com/h-hirai/5486662/raw/72085ae150fb3e66240ed0a25ac5b0693baed52b/eject.c --2016-06-11 23:51:32-- https://gist.githubusercontent.com/h-hirai/5486662/raw/72085ae150fb3e66240ed0a25ac5b0693baed52b/eject.c …

apt-cyg gnupg署名チェック版

2019.2現在は以下がアクティブなようだ。 GitHub - kou1okada/apt-cyg: Apt-cyg, an apt-get like tool for Cygwin wget, ca-certificates, gnupg,iconv はsetupで入れる。 $ git clone https://github.com/kou1okada/apt-cyg.git $ ln -s `pwd`/apt-cyg /us…

UTF-8 Cygwinにlv

http://bezer777.blog95.fc2.com/blog-entry-38.html めも、未検証

USBメモリの初期化

Linuxで複数vfatパーティションを作成したらWindowsのストレージの管理等から パーティションを修正できなくなったので、下記で初期化 $ cat /proc/partitions major minor #blocks name 8 0 488386584 sda 8 1 488384001 sda1 8 16 44298240 sdb 8 17 44295…

pip インストール

2017年末現在ではpython3-pip/python2-pipとしてCygwin Setupからインストール可能以下は古い記述 参考 http://chiranoura.nobody.jp/articles/2014-05-27_01_how_to_install_pip_and_setuptools/ Python2,3でpipを使えるようにしてみる Cygwinのsetup.exeか…

sshpass

http://server-setting.info/centos/sshpass-ssh-auto-connect.html sshpass( Non-interactive ssh password authentication ) を使うとコマンドラインにてssh接続のパスワードを指定 sshpassをWindows(Cygwin)で使ってみる http://server-setting.info/blog…

MS-DOS形式のパスをWarningする

cygwin warning: MS-DOS style path detected: C:/Users/takuya/Desktop/test.rb Preferred POSIX equivalent is: /home/takuya/Desktop/test.rb CYGWIN environment variable option "nodosfilewarning" turns off this warning. Consult the user's guide …

child_info_fork::abort: address space needed

nodejsの./configure時に上記エラー rebaseをsetupから導入後、下記を実行 不要そうなパッケージを削除して再実行後、解決 >cd C:\cygwin\bin >ash $ ./rebaseall /usr/x86_64-pc-cygwin/sys-root/usr/bin/cygcrypto-1.0.0.dll: skipped because wron g mach…

補完

git version 2.8.3 cygwin/usr/share/bash-completion/completions/git # 1) Copy this file to somewhere (e.g. ~/.git-completion.bash). # 2) Add the following line to your .bashrc/.zshrc: # source ~/.git-completion.bash # 3) Consider changing y…

Cygwinウィンドウタイトルバーの文字列

http://d.hatena.ne.jp/torutk/20061105/p1 $ diff -uNr .bashrc.bak .bashrc +export PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/#$HOME/~}\007"'めも Screen によって管理されるタイトル文字列を変更 http://d.hatena.ne.jp/cuzic/2…

watchはprocps、clearはcursesを入れると使えるようになる

http://d.hatena.ne.jp/takezit/20110121/1295613373 めも、未検証

cygwinでdigコマンド

http://blog.hagyroom.com/2008/07/23/cygwindig.html http://www.isc.org/software/bind ISCのサイトでbindのWINDOWSバイナリーを配布 (中略) 解凍したフォルダをCドライブ(中略)にコピー。 digを使ってIPからホスト名を取り出したりホスト名からIPを取り出…

scpでリモートにコピーしたファイルのパーミッションが000になる

クライアントWindows7@Cygwin、サーバRHEL5.7で現象発生 http://stackoverflow.com/questions/10311238/deploying-java-through-cygwin に記載のある下記で解決 $ diff -uNr /etc/fstab_20120511170331.bak /etc/fstab --- /etc/fstab_20120511170331.bak 20…

Installing Cygwin/X

http://x.cygwin.com/docs/ug/setup-cygwin-x-installing.html xorg-server (required, the Cygwin/X X Server) xinit (required, scripts for starting the X server: xinit, startx, startwin (and a shortcut on the Start Menu to run it), startxdmcp.b…

mintty

http://tanakh.jp/posts/2011-11-15-windows-terminal.html めも 結局、自分はckの方が高機能(パスコピーなど)なので、ckに戻った。 http://d.hatena.ne.jp/gunshot/20110330その他ターミナル http://yyokota.jp/fswiki/wiki.cgi?page=cygwin

cygwin ck terminal emulator

githubで3.7.2 https://github.com/meir000/ck/releases右クリックメニューのClose Window無効化 $ tail -1 .ck.config.js Commands.wnd_close_window = function(){};以下は古い記述

1.7対応cocot

https://github.com/vmi/cocot 依然と同様に下記でコンパイルしてデフォルトUTF-8とした。 ./configure --with-default-proc-code=UTF-8http://vmi.jp/software/cygwin/cocot.html にあるバイナリを使用する場合は ./cocot.exe -p UTF-8 ssh 〜もはやWindows…

httpsのリポジトリ取得時にエラー

error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing http://d.hatena.ne.jp/gnarl/20101105/1288940077 https経由でgitリポジトリにアクセスするときは証明書のチェックしないように設定する $ git config…

キープアライブ

ServerAliveInterval http://hnw.jp/documents/unixmemo/ssh-keepalive.html 古い話になりますが、OpenSSH3.8以降では ServerAliveInterval という名前で上記パッチの内容が標準装備されているそうです。 http://www.toshiki.net/x/modules/wordpress/index.…

X転送手順(Cygwin1.7.5)

事前確認:接続先ホストの/etc/ssh/sshd.configがX11Forwarding有効になっていること インストールパッケージ:X11(Default->Install),openssh,(その他vim,wget等) 参考 https://nona.to/fswiki/cygwin.html X起動:Cygwin bash shellから $ startxXwin Server…

CygwinからsshのフォワーディングでXを使う

http://www.hc.itc.keio.ac.jp/manual/cygwin/ xinit & twm & ssh -X user@example.com xterm open-vpn経由でXDMCP(Xming or Xquery)がうまく通らないようなので、CygwinのXで代用。 とここまでやったところでVNCならopen-vpn環境でも行けたことが判明。

Win Command-Line HTTP Client

http://www.h5.dion.ne.jp/~afuruta/whttpcl/readme.htm めも 未評価

SJIS設定

http://musashi.sourceforge.jp/cygwin/cygwin.html .bash_profile export TERM=vt100 export LANG=ja_JP.SJIS export LESSCHARSET=japanese-sjis.bashrc alias ls='ls --show-control-chars --color=auto' めも

UTF-8 Cygwin

http://www.okisoft.co.jp/esc/cygwin-20.html 未評価

nkf

http://www.okisoft.co.jp/esc/cygwin-5.html めも 2.0.7も同様の手順でコンパイル、使用できた。

SSH Proxy Command -- connect.c

socksやssl(443)port経由でsshを接続するユーティリティプログラム https://bitbucket.org/gotoh/connect/downloads ページが移転していたのでメモ。ssl用perl版スクリプト http://www.gcd.org/sengoku/docs/NikkeiLinux00-12/config.ja.html

このページにはhatena以外のサービスからのコンテンツが埋め込まれています。 hatenaによりGoogle AdSense 広告が埋め込まれています。