トップ «前の日記(2014-09-04) 最新 次の日記(2014-09-06)» 編集

ヨタの日々

2001|08|09|10|11|12|
2002|01|02|03|04|05|06|07|08|09|10|11|12|
2003|01|02|03|04|05|06|07|08|09|10|11|12|
2004|01|02|03|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|08|09|10|11|12|
2011|01|02|03|04|05|06|07|08|09|10|11|12|
2012|01|02|03|04|05|06|07|08|09|10|11|12|
2013|01|02|03|04|05|06|07|08|09|10|11|12|
2014|01|02|03|04|05|06|07|08|09|10|11|12|
2015|01|02|03|04|05|06|07|08|09|10|11|12|
2016|01|02|03|04|05|06|07|08|09|10|11|12|
2017|01|02|03|04|05|06|07|08|09|10|11|12|
2018|01|02|03|04|05|06|07|08|09|10|11|12|
2019|01|02|03|04|05|06|07|08|09|10|11|12|
2020|01|02|03|04|05|06|07|08|09|10|11|12|
2021|01|02|03|04|05|06|07|08|09|10|11|12|
2022|01|02|03|04|05|06|07|08|09|10|11|12|
2023|01|02|03|04|05|06|07|08|12|
2024|01|02|03|04|

2014-09-05 :-(

_ 午前

0530 起床

0700 食堂

0800 出勤 && 考古学

_ 午後

1300 考古学

1615 退勤

_

1800 読書

2130 飯。ゴーヤーチャンプル

_ はてぶで見かけても踏まないようにしているしブクマしないようにしている

  • はちま
  • やらおん

_ Linuxでネットワークの監視を行えるモニタリングコマンド20選 | 俺的備忘録 〜なんかいろいろ〜

たぶん 2014Q2 の pkgsrc

#!/bin/sh

pkg="
iftop
bmon
iptraf
nload
nethogs
speedometer
bwtop
slurm
tcptrack
vnstat
bwm-ng
cbm
pktstat
netwatch
trafshow
ifstat
dstat
nmon
glances
saidar
"

for p in ${pkg}; do
  p_dir=/usr/pkgsrc/net/${p}
  [ -d ${p_dir} ] && echo ${p_dir}
done
/usr/pkgsrc/net/iftop
/usr/pkgsrc/net/bmon
/usr/pkgsrc/net/nload
/usr/pkgsrc/net/slurm
/usr/pkgsrc/net/vnstat
/usr/pkgsrc/net/trafshow

_ [NetBSD][翻訳]hubertf's NetBSD blog NetBSD running on OpenRISK 1000 CPUs

Matt Thomas posted that he has updated the NetBSD toolchain and build system to build the userland for the OpenRISK 1000 CPU, and will work on the kernel next. From Wikipedia:

Matt Thomas は、 OpenRISK 1000 CPU 用にユーザーランドをビルドするための NetBSD ツールチェインとビルドシステムをアップデートしたと 投稿した 。次バージョンのカーネルで動作するだろう。Wikipedia から引用。

``OpenRISC is the original flagship project of the OpenCores community. This project aims to develop a series of general purpose open source RISC CPU architectures. The first (and currently only) architectural description is for the OpenRISC 1000, describing a family of 32 and 64-bit processors with optional floating point and vector processing support.''

OpenRISC は OpenCores コミュニティによる旗艦プロジェクトである。このプロジェクトはオープンソースの汎用的な RISC CPU アーキテクチャを開発することを目的としている。最初の( そして最新の )アーキテクチャ記述は OpenRISC 1000 向けのもので、これは浮動小数点やベクトル処理も可能な 32 ビット、64 ビットプロセッサファミリーを記述できる。

To start playing, use Qemu v1.2 or have a look at the available Javascript emulator.

Qemu v1.2 を使うか、Javascript emulator で遊べる。

Who's the first to give me an URL of the emulator running NetBSD in my webbrowser? :)

NetBSD エミュレーターはよ