Linux

1.全てのプロセスが使用中のファイル数
lsof |wc -l

2.特定プロセスが使用中のファイル数
lsof -p pid |wc -l

Linux

修正ファイル:
/etc/mail.rc

追加:
set admin@arkgame.com
set smtp=smtp.arkgame.com
set smtp-auth-user=rep ...

Linux

1.操作コマンド:
# rpm -qa|grep sudo
sudo-1.6.9p17-5.el5
# visudo rootで/etc/sudoersを開く
root ALL=(ALL) ALL ...

Linux

1.ネットワークの設定を変更
#vi/etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=”eth0″
ONBOOT=yes
HWAD ...

Linux

1.サーバー側の設定
yum install nfs*
vim/etc/exports
/www/attachment 192.168.0.227(rw,sync,no_root_sqush)
起動 ...

Linux

1.phabricatorのインストール
1.1 git clone
git clone
git clone
1.2 cd phabricator/
1.3 git pull

2.a ...

Linux

1.インストールコマンド:
sudo add-apt-repository ppa:nuvola-player-builders/stable
sudo apt-get update
sudo apt-get ...

Linux

1.rootユーザーに切り替え
sudo -i

2.コマンドラインでプログラムを開く
nohup command &
nohup sublime Webapps.jsm & ...

Linux

1.ダウンロード
32ビットの場合
wget

64ビットの場合
wget

2.インストール
32ビットの場合
sudo dpkg -i google-chrome-sta ...

Linux

1.duコマンド
du -sh/*

2.findコマンド
ファイルをリスト
find/-size +20000k -exec ls -lh {} \;

400MB以上ファイルを削除、通常 ...

Linux

インストールコマンド:
sudo add-apt-repository ppa:boomaga/ppa
sudo apt-get update
sudo apt-get install boomaga

Linux

1.NAT設定内容を確認
# iptables -t nat -L
Chain PREROUTING (policy ACCEPT)
target prot opt source destination

Linux

1.デフォルトルールを設定
# iptables -p INPUT DROP
# iptables -p OUTPUT ACCEPT
# iptables -p FORWARD DROP

2.必要な ...

Linux

1.firewallルールの確認
操作コマンド
# iptables -L -n
Chain INPUT (policy ACCEPT)
target prot opt source destinati ...

Linux

操作コマンド:
show ip interface brief/show ip int b
show interfaces/show inter
show interface f0/0
show ip ...

Linux

コマンド:
ip dhcp pool LAN1
network 192.168.3.0 255.255.255.0
default-router 192.168.3.1
ip dhcp pool LAN ...

Linux

ダウンロード:

mainline:3.18-rc62014-11-23longterm:2.6.32.64

 

Linux

書式
ldd FILE
オプション説明
-d, –data-relocs データ再配置を処理する
-r, –function-relocs データと関数再配置を処理する ...