日記

Vim python syntax error cannot be highlighted correctly

As described here, I use the dein program to let vim highlight some dirty writing manners in python codes. However, when I sshed from my macbook to a linux machine on a xterminal, I did not obtain correctly hihglighted parts in my python s…

mount a share directory of qnap located in another netowork.

The situation of the networks is such as: hp-ub(ubuntu, laptop) | | network 1 | network2 nova3(ubuntu, workstation) --------------------------------qnap "homes", "kazu" | | network 1 | mach3(windows) qnap serves shared directories "kazu" a…

Problem caused by emerging virtualbox-guest-additions into gentoo "host"

I made a mistake to emerge virtualbox-guest-additions into gentoo host. This package is designed to be used on gentoo guest. After removing this package, I had a problem that user account startx failed. This problem is due to the design of…

create and mount a lvm of two 9Tb hdd drives

lvm = logical volume fdisk cannot manage partitions more than 2 Tb. Instead, parted can. Firstly, I checked which of /dev/sd* correspond to the new drives by fdisk and df . They were /dev/sdb and /dev/sdc. Then, I created the partitions: p…

/etc/crontab on Ubuntu 16.04 LTS

Service name = cron Its job setting can be written in /etc/crontab. To check the staus of cron,do the following command as root: service cron status I added the following line at the end of /etc/crontab 00 3 * * 1 root /root/homebk.sh 2>&1…

convolution in multidimensional space with a gussian function using scipy.ndimage.gaussian_filter

If y want to convlute your function with a gaussian in multidimensional space, scipy.ndimage.gaussian_filter is useful: from scipy.ndimage import gaussian_filter data3_blur = gaussian_filter(data3, sigma=[1, 0.5, 0]) sigma is a scalar or l…

take care to treat hdf5 files by using h5py

If y open a hdf5 file and do some oeprations in such a way: f = h5py.File(outfile) data4 = f["data4"] condition = f["condition"] for yindx in range(0, condition.shape[1]): for eindx in range(0, condition.shape[3]): if (abs(yindx - 84)**2 +…

xearth on icewm @gentoo linux

なつかしがって,なんとなくxearthをlinuxのデスクトップ画面にしたくなった. ubuntu/unityでは自前でコンパイルしたうえで,desktop環境との干渉を避ける必要があるが,あまりその方法についての情報はなく,諦めている. icewmを使っている自分のgentooで…

python+fortranでmpi並列

○python + fortran pythonからfortranのサブルーチン等を用いるには,pythonのctypesを用いる. fortranでISO_C_bindingを用いる必要はなさげ. ○pythonでのmpi mpi4pyを用いる. ○pythonかつfortranでmpi py2f()でcommをfortran仕様に変換してやることで,f…

audacityによるオーディオテープデジタル化

GWは釣りにも行けず,まあ,この時期はあまり釣れないので良いのだが,終盤になって,テープをファイル化して廃棄する計画を実行に移した. いろいろ検討した結果: 1) テープとテーププレイヤーとアナログアンプとヘッドフォン端子のライン(必須) に,mac…

xterm on mac: disable sound bell

You can disable the sound bell in xterm by writing in /etc/inputrc the folloing sentence: set bell-style none In my mac book pro, there was no /etc/inputrc. So I made the text file of this one line. It worked.

Gentoo linux: how to select a kernel version as default

Grub2 uses a combination of menuentries and submenus. We can select a kenel as default in a manner like this: 1) Edit /etc/default/grub GRUB_DEFAULT="1>10" 2) grub-mkconfig -o /boot/grub/grub.cfg In this case, the 10 th menuentry kernel in…

Macでの未解決問題

mac からwindowsにmicrosoft remote desktopでwindowsを操作する上での問題 1.日本語英語入力の切替えのショートカットが効かない 2.windowsでポップアップウィンドウが出ると,フリーズする ソフトウェア 画像編集 inkscapeは動くが.. 追記: 1.を解決…

macのデスクトップにterminalのランチャー作るやり方

訳あってmac book proを仕事用に使えるようにした. sshログインしやすいように,以前にデスクトップ上にショートカットみたいなものを作った記憶はあるが,どうやって作って,さらに例えばこれらからリモートホストを変更するにはどうしたらよいかわからな…

How to show vasp molecular dynamics trajectory by using vmd

Although vmd ver 1.9 has a vasp plug-in, it does not show the atomic structure as soon as the vasp file is loaded. After the file loaded, u should set the atom style as CPK. It can be done by choosing the Graphics tab -> Representation -> …

dockerのインストール方法@ubuntu

docker のインストール ただしfreeのdocker community https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-using-the-repository を参考にすればよい。 必要となるソフトウェアのインストール su - apt updateapt install apt-transport-http…

XML, 行列演算のためのperl モジュールの追加@ubuntu クラスタ

XMLファイルを読み、中のデータを用いて行列演算して新たな出力を出すperlスクリプトを作った。数台からなる計算機クラスタでqsubで実行すると、XML::TreePPがないと言われて蹴られる。locateすると出てくるのだが。。 解決:クラスタのほかのノードで当該モ…

HP製ノートのubuntu14のlightdmがうまく立ち上がらない(解決)

ubuntu14(16にアップグレードしていたかも)をメールをだらだらみないために使っていた.家に持って帰ってきて起動させようとしても,graphicalログインできない.(水色のデスクトップがでてうまく動かない).wireless関係を手動にもどしてもだめ.ログイ…

ibusで日本語入力がfirefox上でのみできなくなった@gentoo

なぜか知らんが,何も設定をいじっているつもりはないのに,firefoxでの日本語入力がibusでできなくなった .mozilaを削除してもだめ. firefox-binを使っていたが,emerge firefoxでソースをコンパイルしてもだめ. firefoxのリフレッシュやセーフモードを試…

引っ越しました.

リアルにもブログでも引っ越しました. 名古屋から茨城に. ヤフーからfc2に.fc2からはてなか,アメーバに引っ越す予定. 茨城に来て釣りをするつもりなのでが,来て3週間が経って,まだ一度も釣りに行けていない.引っ越しはゴールデンウィークを潰して行…

とりあえず移転中

ヤフーブログが閉鎖になるので,とりあえず移転中です.慣れのためか,ヤフーブログが便利に思える.

gentoo-linuxのmltermでのrictyなどaa(アンチエイリアス)fontを使う設定

モニタをCRTから23インチワイドの液晶に換えた.いままでの設定だとターミナルの文字も少し小さい.アンチエイリアスフォントを用いて文字サイズを大きめにすることにした.mltermでアンチエイリアスフォントを使うには,.mlterm/mainでuse_anti_alias=true…

画像ファイルをすべてグレイスケールにする.

書籍電子化を進めている.間違ってカラーで白黒書籍をスキャンした場合,mogrify -type Grayscale *.jpgこれで,白黒になる.元の解像度は保持される.カラースキャンの場合に半分に解像度を自動で落としている場合,白黒でスキャンしなおしたほうがよいかも…

円高候補

2019/03/15 人民元/円 16.5円.円高傾向で強い.これから数ヶ月減じれば買い. 豪ドル/円 79.6円.円高傾向で少し強い.すでに1年あまり減じているので,今買い. 住信SBIネット銀行が1.27%,じぶん銀行が0.87%,新生銀行が0.7%. NZドル/円 76.5円.あまり…

ファイル名をtst001.jpgとかの連番にすべて変更

最近は引っ越しに向けよくスキャナで本を取り込んでjpgにしている。途中でファイル名の連番がくずれて直すのが面倒でまたスキャンし直す、というのはちょっと馬鹿馬鹿しい。シェルスクリプトで一括して変更するのに、いつもホームページで書き方を探している…

ギター曲

去年少しでも練習していた曲を今年よりよくできるようにする. 今年に入ってジェイチャンネル等みながら触れた曲についても. スピッツのアルバム・フェイクファー ・楓 ・謝々 ・ウィリー スピッツのアルバム・インディゴ地平線 ・初恋クレイジー ・ナナへ…

古タイヤ処分

ダートフリークで1本300円.4本でも可能. 済. 2りん館なら1本490円. ガソリンスタンドでも聞いてみることにする. その他廃棄候補: ・サターンとソフト ・プレステとソフト ・ランツァのステム,フロントフォーク,チャンバー,マフラー:これ…

gentoo linuxでのmozcでの日本語入力モード

gentoo linuxで,自分はicewmを未だに使用している.1年ほど前から,日本語入力に使用しているmozcの入力モードが「直接」というわけのわからんモードがデフォルトとなり,mozc/英語の切り替えを行っても,結局表示されるのは半角のアルファベットになって…

skypeの発信者IDは日本国の携帯番号は使えない

これまでにも一度,skypeでSMSを送り,受信はskypeではできないので携帯に送るようにしようと考えた.発信者IDに携帯番号を登録できたらよいのだが,国番号を指定する必要がある.この国番号の選択肢に残念ながら日本は入っていない.半年前も入っていなかっ…

浮き浮力調査

シマノ core r Bx2+G1. → 基準”B” 5B 長細円錐 4B or Bx2+G3 → “G1” 3Bボコボコ zoro Bx3. → “2B” B マジック Bx2. → “G5” 翔黒 1号 5Bx2+B → “1号”追記2019/05/24シマノの浮きはライフジャケットからテトラ帯の海にこぼれ落ち,紛失.