アフィリエイト広告を利用しています

広告

この広告は30日以上更新がないブログに表示されております。
新規記事の投稿を行うことで、非表示にすることが可能です。
posted by fanblog

AWS CLIの初期設定について





とて〜も久しぶりの投稿です。
最近仕事でAWSを使うようになり、AWS CLIで少し躓いたので記事に書いておこうと思います。

基本的には以下の公式サイトを参考にすればAWS CLIのインストールと初期設定は実施できます。

AWS CLI のインストールと設定
https://docs.aws.amazon.com/ja_jp/streams/latest/dev/kinesis-tutorial-cli-installation.html#config-cli


ただし、このサイトの手順だとIAMユーザーを複数使い分ける場合に
毎回「aws configure」を実行しなければいけないため不便です。

実は以下のようにprofileオプションを利用することで
プロファイル(ユーザー)毎に設定を保持しておくことができます。
(いちおう上記サイトからリファレンスに飛べば確認できます。)

コマンド例
 aws configure --profile プロファイル名


各種コマンドを実行する際にオプション「--profile プロファイル名」を付けることで
設定したプロファイルの情報でAWSにアクセスできます。




Linux機のネットワーク負荷計測





すっごく久しぶりの投稿。。

先日、Linux機のネットワーク負荷を計測する必要があったので調べたところ、
以下のような方法があった。

ネットワーク転送量をリアルタイムにモニタするコマンド
http://oshiete.goo.ne.jp/qa/5855203.html

「/proc/net/dev」にトラフィック状況が記録されるよう。
中身の意味は以下の通り。

Receive/packets :受信したパケットの数
Receive/errs :受信したパケット内でエラーを起こしていたパケットの数
Transmit/packets:送信したパケットの数
Transmit/errs :送信したパケット内でエラーを起こしていたパケットの数
Transmit/colls :衝突(コリジョン)を起こしたパケットの数


sarコマンドでネットワークトラフィックを観察
http://open-groove.net/jmeter/sar-network-monitor/

オプションの「DEV」を「EDEV」に変更するとエラーパケットが確認できる。

試しに両方を取得してみたら、2時間取得したこともあり半端ないデータ量になったので解析をやる気が起きない。。。
このデータを簡単に解析してくれるツールないかな。。。




お金の教科書





お金が大好きでお金を増やしたいと思い、
本屋で本を探していたら、この本が目に付いた。

お金と上手につきあえるようになる! お金の教科書

新品価格
¥1,365から
(2011/8/5 20:29時点)




一番惹かれたのは、
「マネーマネジメント検定2級が取得できる」
という帯の文言。

さっそく読んでみたが、収支を記録するのはもちろん、
ライフプランニングや税金・年金・保険、平均総所得など、
色々なことが書いてあり、知りたい情報の基本が書いてあった。

もちろんマネーマネジメント検定2級も取得しました。

図が多くて読みやすく、教科書という名前の通り、
お金に関して学ぶ最初のほうの本としてはとても良い本だった。
主婦や自営業の人は読んで損はない本だと思う。

検定問題も、別に時間制限等ないし監視官もいないので、
本の該当箇所を読み返して解答するだけでOK!
何か資格欲しいと思ってる人も何でもいいならこれはお得かも。

この資格は財団法人日本余暇文化振興会が監修・認定し、金融学習協会が主催しているよう。
詳しくはこちら(http://www.moneymanagement.jp/index.html)

保険についてはこの本で初めて興味を持ったので、
保険もめんどくさがらず勉強しないといけないなぁ。




SAVFLをインストールして設定してみた





SymantecのLinux用セキュリティソフトであるSAVFL(Symantec Anti Virus For Linux)をインストールしてみた。

以下に手順を簡単に書いてみる。

インストールはrpm。必要な機能ごとにrpmが分かれている。
GUIを利用するためのrpmもあるが、LinuxにわざわざGUIを入れることないので、今回は入れていない。

# rpm -Uvh sav-1.0.10-26-i386.rpm      ←メイン
# rpm -Uvh savap-x64-1.0.10-26.x86_64.rpm  ←auto protect機能
# rpm -Uvh savjlu-1.0.10-26.i386.rpm     ←live update機能

インストールできたことを確認
# rpm -qa | grep sav
gnome-screensaver-2.16.1-8.el5
savjlu-1.0.10-26
xorg-x11-drv-savage-2.1.1-5.fc6
sav-1.0.10-26
savap-x64-1.0.10-26

設定コマンドの使い方を確認してみる。
ヘルプオプションは微妙にバグがある。

# /opt/Symantec/symantec_antivirus/sav --help
Invalid parameter or command.          ←ちゃんとオプションつけてるのに無効って言われる;
Usage: sav [OPTIONS] COMMAND

Options are:
-q | --quiet
-h | --help

Commands are:
autoprotect
-e | --enable
-d | --disable
manualscan
-s | --scan
-c | --clscan
-t | --stop
scheduledscan
-c | --create
-f | --frequency
-i | --interval
-t | --time
-m | --missedevents <0|1>
-l | --list
-n | --info
-d | --delete
-e | --enable
-s | --disable
-p | --stop
liveupdate
-u | --update
-v | --view
-s | --schedule
-f | --frequency
-i | --interval
-t | --time
-m | --missedevents <0|1>
quarantine
-l | --list
-d | --delete
-r | --restore
-p | --repair
-i | --info
definitions
-r | --rollback
-u | --usenewest
info
-d | --defs
-e | --engine
-p | --product
-s | --scanner
-a | --autoprotect
-t | --threats

For more information please refer to the man page or documentation.

auto protect機能の状態を確認
# /opt/Symantec/symantec_antivirus/sav info -a
disabled

無効になっているので有効にする。
# /opt/Symantec/symantec_antivirus/sav autoprotect -e
# /opt/Symantec/symantec_antivirus/sav info -a
enabled

スケジュールスキャンの設定を確認。
デフォルトでは設定されていない。
サーバなのでとりあえずスキャンは設定しない。
# /opt/Symantec/symantec_antivirus/sav scheduledscan -l

LiveUpdateのスケジュール設定を確認。
デフォルトでは金曜の20時に実行するようになっている。
# /opt/Symantec/symantec_antivirus/sav liveupdate -v
Frequency: Weekly - Fri at 20:00
Missed Events: Enabled
State: Enabled

プロキシを使っているので、プロキシ経由でLiveUpdateを実施するように設定する。
# vi /etc/liveupdate.conf

hosts/0/url=http://liveupdate.symantecliveupdate.com:80
workdir=/tmp
logfile=/opt/Symantec/LiveUpdate/liveupdt.log
jar=/opt/Symantec/LiveUpdate/jlu.jar
urls=1
proxy=192.168.10.250:8080

実行するとバイナリファイルになってしまうので、バックアップを取っておく。
# cp -p /etc/liveupdate.conf /etc/liveupdate.conf_before_binary

現在の定義ファイルのバージョンを確認。
# /opt/Symantec/symantec_antivirus/sav info --defs
2010年11月03日 rev. 2

LiveUpdateを実行する。
# /opt/Symantec/symantec_antivirus/sav liveupdate -u
1.000000%

99.000000%

定義ファイルが更新されたことを確認。
# /opt/Symantec/symantec_antivirus/sav info --defs
2010年12月21日 rev. 2

毎日朝7時にLiveUpdateを実行するようにスケジュールを設定。
# /opt/Symantec/symantec_antivirus/sav liveupdate --schedule -f daily -i 07:00 -m 1
# /opt/Symantec/symantec_antivirus/sav liveupdate -v
Frequency: Daily - 07:00
Missed Events: Enabled
State: Enabled

※LiveUpdateのスケジュール設定を無効にするには以下のコマンドを実行する。
# /opt/Symantec/symantec_antivirus/symcfg add --key "Symantec Endpoint Protection"\\AV\\PatternManager\\Schedule --value Enabled --data 0 --type REG_DWORD
 
 
 「0」を「1」にすると有効にできる。


ログのローテート設定を行う
現在の設定を確認
# /opt/Symantec/symantec_antivirus/symcfg list -k 'Symantec Endpoint Protection\\AV '
[Symantec Endpoint Protection\\AV\AdministratorOnly]
[Symantec Endpoint Protection\\AV\ClientScan]
[Symantec Endpoint Protection\\AV\Common]
[Symantec Endpoint Protection\\AV\ForwardScan]
[Symantec Endpoint Protection\\AV\LiveUpdate]
[Symantec Endpoint Protection\\AV\LocalScans]
[Symantec Endpoint Protection\\AV\PatternManager]
[Symantec Endpoint Protection\\AV\ProductControl]
[Symantec Endpoint Protection\\AV\Storages]
[Symantec Endpoint Protection\\AV\SystemScan]
Symantec Endpoint Protection\\AV\ClientType 2 REG_DWORD
Symantec Endpoint Protection\\AV\Connected 0 REG_DWORD
Symantec Endpoint Protection\\AV\GlobalScanStatus 4 REG_DWORD
Symantec Endpoint Protection\\AV\HeuristicLevel 2 REG_DWORD
Symantec Endpoint Protection\\AV\Home Directory /var/symantec REG_SZ
Symantec Endpoint Protection\\AV\RunUserScans 1 REG_DWORD
Symantec Endpoint Protection\\AV\SAV Directory /opt/Symantec/symantec_antivirus REG_SZ
Symantec Endpoint Protection\\AV\Temporary Directory /var/tmp REG_SZ
Symantec Endpoint Protection\\AV\Status 0 REG_DWORD
Symantec Endpoint Protection\\AV\Type 1 REG_DWORD
Symantec Endpoint Protection\\AV\Virus Definitions Directory /opt/Symantec/virusdefs REG_SZ
Symantec Endpoint Protection\\AV\MaxInput 100 REG_DWORD
Symantec Endpoint Protection\\AV\NoFileMod 0 REG_DWORD
Symantec Endpoint Protection\\AV\ScanEngineVendor NAV REG_SZ
Symantec Endpoint Protection\\AV\PatternFileDate 280B15 REG_BINARY
Symantec Endpoint Protection\\AV\PatternFileRevision 2 REG_DWORD
Symantec Endpoint Protection\\AV\PatternFileSequence 118567 REG_DWORD
Symantec Endpoint Protection\\AV\UsingPattern 3353090 REG_DWORD
Symantec Endpoint Protection\\AV\CurrentPatternName 20101221.002 REG_SZ
Symantec Endpoint Protection\\AV\ScanEngineVersion 1694630030 REG_DWORD
Symantec Endpoint Protection\\AV\InstalledProducts 1 REG_DWORD
Symantec Endpoint Protection\\AV\Orientation 1 REG_DWORD
Symantec Endpoint Protection\\AV\ProductVersion 1713946 REG_DWORD

31日を過ぎたログが削除されるように設定する
# /opt/Symantec/symantec_antivirus/symcfg add -k 'Symantec Endpoint Protection\\AV' -v LogFileRollOverDays -d 31 -t REG_DWORD

設定されたことを確認
# /opt/Symantec/symantec_antivirus/symcfg list -k
'Symantec Endpoint Protection\\AV '
[Symantec Endpoint Protection\\AV\AdministratorOnly]
[Symantec Endpoint Protection\\AV\ClientScan]
[Symantec Endpoint Protection\\AV\Common]
[Symantec Endpoint Protection\\AV\ForwardScan]
[Symantec Endpoint Protection\\AV\LiveUpdate]
[Symantec Endpoint Protection\\AV\LocalScans]
[Symantec Endpoint Protection\\AV\PatternManager]
[Symantec Endpoint Protection\\AV\ProductControl]
[Symantec Endpoint Protection\\AV\Storages]
[Symantec Endpoint Protection\\AV\SystemScan]
Symantec Endpoint Protection\\AV\ClientType 2 REG_DWORD
Symantec Endpoint Protection\\AV\Connected 0 REG_DWORD
Symantec Endpoint Protection\\AV\GlobalScanStatus 4 REG_DWORD
Symantec Endpoint Protection\\AV\HeuristicLevel 2 REG_DWORD
Symantec Endpoint Protection\\AV\Home Directory /var/symantec REG_SZ
Symantec Endpoint Protection\\AV\RunUserScans 1 REG_DWORD
Symantec Endpoint Protection\\AV\SAV Directory /opt/Symantec/symantec_antivirus REG_SZ
Symantec Endpoint Protection\\AV\Temporary Directory /var/tmp REG_SZ
Symantec Endpoint Protection\\AV\Status 0 REG_DWORD
Symantec Endpoint Protection\\AV\Type 1 REG_DWORD
Symantec Endpoint Protection\\AV\Virus Definitions Directory /opt/Symantec/virusdefs REG_SZ
Symantec Endpoint Protection\\AV\MaxInput 100 REG_DWORD
Symantec Endpoint Protection\\AV\NoFileMod 0 REG_DWORD
Symantec Endpoint Protection\\AV\ScanEngineVendor NAV REG_SZ
Symantec Endpoint Protection\\AV\PatternFileDate 280B15 REG_BINARY
Symantec Endpoint Protection\\AV\PatternFileRevision 2 REG_DWORD
Symantec Endpoint Protection\\AV\PatternFileSequence 118567 REG_DWORD
Symantec Endpoint Protection\\AV\UsingPattern 3353090 REG_DWORD
Symantec Endpoint Protection\\AV\CurrentPatternName 20101221.002 REG_SZ
Symantec Endpoint Protection\\AV\ScanEngineVersion 1694630030 REG_DWORD
Symantec Endpoint Protection\\AV\InstalledProducts 1 REG_DWORD
Symantec Endpoint Protection\\AV\Orientation 1 REG_DWORD
Symantec Endpoint Protection\\AV\ProductVersion 1713946 REG_DWORD
Symantec Endpoint Protection\\AV\LogFileRollOverDays 35 REG_DWORD


以上でとりあえず設定は終了。



金持ち父さん貧乏父さんのキャッシュフロークワドラント


ロバート・キヨサキの第2作目。
第1作目はこちらで紹介

キャッシュフロークワドラントという考えで、
世の中でお金を稼いでいる人を4つに分類している。

そして、その分類の特徴が書いてある。

これを読んで、
学校で学ぶ内容ってホント豊かな生活をするためには
役に立たないんだなぁと思いました。

今より豊かな生活をしたい人がいたら絶対にお勧めな本だ。

金持ち父さんのキャッシュフロー・クワドラント

新品価格
¥1,995から
(2011/8/2 22:47時点)








金持ち父さん貧乏父さん

嫁の両親に副収入に興味があることを言ったら薦められたので読んでみた。

ロバート・キヨサキの代表作。

金持ちの考え方と普通のサラリーマンの考え方の違いを、2人の父親を通して説明している。
ロバート・キヨサキの原点っぽい。

学校や庶民では普通は教えてもらえないことがたくさん書いてあって読んで得した気分!
こんな考え方があるのか!って感じ。もっと若いうちに読んでおきたかった(>_<)

投資に興味がある人には必ず薦めたい1冊です。

兄弟や友達に薦めようっと(≧▽≦)電球

金持ち父さん貧乏父さん

新品価格
¥1,680から
(2010/12/18 17:49時点)







   
×

この広告は30日以上新しい記事の更新がないブログに表示されております。