proftpd - 1G超えた転送でフリーズ
proftpd.conf ---> TLSRenegotiate none
tar - 統合 圧縮 展開 ディレクトリー
統合(まとめる):
tar -cvf xxx.tar /yyy
展開:
tar -xvf xxx.tar
--------------------------------------
圧縮:
tar -czvf xxx.tar.gz /yyy
展開(圧縮したもの):
tar -xzvf xxx.tar.gz
(tar.gz = taz = tgz)
tar -cvf xxx.tar /yyy
展開:
tar -xvf xxx.tar
--------------------------------------
圧縮:
tar -czvf xxx.tar.gz /yyy
展開(圧縮したもの):
tar -xzvf xxx.tar.gz
(tar.gz = taz = tgz)
linux - ディレクトリのサイズ
# du -sh /xxx
proftpd - root
ftpuser --> root を消す
proftpd.conf ---> RootLogin on を追加
proftpd.conf ---> RootLogin on を追加
Thunderbird メール保管フォルダーの変更
Windows XP/2000:
Documents and Settings\<ユーザ名>\Application Data\Thunderbird\profiles.ini
----------------------------------------------------------------------------
[General]
StartWithLastProfile=1
[Profile0]
Name=default
IsRelative=0 <-------------
Path=G:\xxxxx\profile <-------------
Documents and Settings\<ユーザ名>\Application Data\Thunderbird\profiles.ini
----------------------------------------------------------------------------
[General]
StartWithLastProfile=1
[Profile0]
Name=default
IsRelative=0 <-------------
Path=G:\xxxxx\profile <-------------