• 内容へ移動

fl8 Wiki

ユーザ用ツール

  • ログイン

サイト用ツール

  • 最近の変更
  • メディアマネージャー
  • サイトマップ
現在位置: Dokuwiki.fl8.jp » console
トレース: • php4 + sqlite3の実装 • 16 Laravel コマンドラインアプリケーション • 38 cephadmでcephインストール後、openstackで利用 • 11 telnetでSMTP • 01 qmHandle

console

検索

以下に検索結果を表示します。

完全一致
  • 完全一致
  • 前方一致
  • 後方一致
  • 部分一致
@02_freebsd
  • 全ての名前空間
  • 02_freebsd:80_unixコマンド (30)
  • 02_freebsd:04_database (13)
  • 02_freebsd:02_www (7)
  • 02_freebsd:01_net (6)
  • 02_freebsd:99_その他 (4)
  • 02_freebsd:08_benchmarks (3)
  • 02_freebsd:03_mail (1)
全期間
  • 全期間
  • 1週間以内
  • 1カ月以内
  • 1年以内
ヒット数順に並べる
  • ヒット数順に並べる
  • 最終更新順に並べる

全文検索:

MySQLコマンド @02_freebsd:04_database:01_mysql
22 ヒット, 最終更新: 9カ月前
==== ===== ①ユーザ関係 ===== ==== ユーザの確認 ==== <code console> mysql> select host,user,Grant_priv from mysql.us... n set (0.00 sec) </code> ==== 権限の確認 ==== <code console> mysql> SHOW GRANTS FOR testdb_user@localhost; +-... stデータベースに対して全ての権限を持ったmatsuiユーザ作成、パスワードはpass <code console> mysql> grant all privileges on test.* to 'mats... 作成権限付き) === ※CREATE USER はユーザーの作成に使用されます。 <code console> mysql> grant all privileges on test.* to matsu
Apache 2.0 + MySQL + PHP @02_freebsd:02_www
12 ヒット, 最終更新: 12年前
sd:02_www:suidperl|suidperl]]が必要です。</color> <code console> # cd /usr/ports/www/Apache20 # make WITH_PROXY... uexec.log \ install </code> ===== 起動 ===== <code console> # apachectl start </code> ブラウザからIP入力するなどして、確認し... ortsからインストールするとユーザの追加もディレクトリの設定も自動で行ってくれます。 <code console> # cd /usr/ports/databases/mysql40-server # mak... をEUCでmakeしました。 </code> ===== 自動起動の設定 ===== <code console> # vi /etc/rc.conf -----------------追加---------
tar @02_freebsd:80_unixコマンド
12 ヒット, 最終更新: 3年前
トリ以下のファイルをフロッピーディスク(/dev/fd0)にアーカイブする ==== <code console> # cd /etc # tar cf /dev/fd0 ./*\ </code> ==== アーカイブ内のファイル名を表示する ==== <code console> # tar tf /dev/fd0 |head etc/X11/ etc/aliases ... /code> ==== アーカイブ内のファイル名とファイル属性を表示する ==== <code console> root@vaio# tar tfv /dev/fd0 |head drwxr-xr-x r... gin </code> ==== アーカイブデータからファイルを取り出す ==== <code console> # tar xf /dev/fd0 </code> ==== 特定フォルダを除外する ===
jail 構築 @02_freebsd:01_net
10 ヒット, 最終更新: 13年前
== jail 構築 ====== ===== /etc/rc.conf ===== <code console> portmap_enable="NO" rpcbind_enable="NO" fsck_y_e... jail環境からraw_socketやbpfが利用できないという制限を解除できます。 <code console> security.jail.allow_raw_sockets=1 </code> ===== イメージファイルを作成 ===== <code console> dd if=/dev/zero of=/dskN/xx.xx.xx.xx.dsk bs=1M c... (ex. 10GB case) ===== イメージファイルをマウント ===== <code console> mdconfig -a -t vnode -f /dskN/xx.xx.xx.xx.dsk -u
PostgreSQLインストール @02_freebsd:04_database:02_posgresql
10 ヒット, 最終更新: 9年前
==== server からインストールしようとしても、client からインストール <code console> # cd /usr/ports/databases/postgresql81-client ... *** Error code 1 ====== ソースからインストール ====== <code console> # wget ftp://ftp.sra.co.jp/pub/cmd/postgres/8.3... nstall </code> ====== postgresユーザ作成 ====== <code console> # pw groupadd postgres # pw useradd postgres -... or: readline library not found これでインストールできる <code console> # yum install readline-devel </code> ====== /e
MySQLのインストール @02_freebsd:04_database:01_mysql
9 ヒット, 最終更新: 13年前
くる~ http://www.mysql.com/ ====== 展開 ====== <code console> $ tar zxvf mysql-5.0.51b.tar.gz $ cd mysql-5.0.51b </code> ====== mysqlユーザ作成 ====== <code console> pw groupadd mysql pw useradd mysql -g mysql -d... /sbin/nologin </code> ====== インストール ====== <code console> $ ./configure --prefix=/usr/local/mysql --with-... rmcap library found </code> これでコンフィグできました。 <code console> $ yum install ncurses-devel </code> ====== 設定フ
02 ProFTPD @02_freebsd:01_net
8 ヒット, 最終更新: 6カ月前
ドする。 最新はproftpd-1.2.10.tar.gz(2005年4月25日現在) <code console> > wget ftp://ftp.proftpd.org/distrib/source/pro... oft.com/haya/linux/proftpd_nlst_patch.html <code console> # wget http://www.hayasoft.com/haya/linux/proft... lst-ffftp.patch </code> ===== ソースの展開 ===== <code console> > tar zxvf proftpd-1.2.10.tar.gz </code> ===== インストール ===== <code console> > patch -p0 < proftpd-1.2.10-nlst-ffftp.patch
suPHP @02_freebsd:02_www
8 ヒット, 最終更新: 12年前
===== PHPをCGIモードで動かすよう再コンパイル・インストール ===== <code console> # tar zxvf php-5.2.1.tar.gz # cd php-5.2.1 # ... .html|suPHP Homepage]] ==== tarボールの展開 ==== <code console> $ tar zxvf suphp-0.6.2.tar.gz $ cd suphp-0.6.2 </code> ==== コンフィグ ==== <code console> $ ./configure --with-min-uid=100 --with-min-gid... に修正すると、httpd.confでsuPHP_AddHandlerが使用可能になる。 <code console> $ vi ./src/apache2/mod_suphp.c 324 AP_INIT
WebDAV @02_freebsd:02_www
8 ヒット, 最終更新: 12年前
を利用する。Apacheからバージョン2のApacheソースコードをダウンロードする。 <code console> # cd /usr/ports/www/Apache2 # make install </c... DAV Resources JP]]よりソースとApache2用のソースをダウンロード <code console> # fetch http://webdav.todo.gr.jp/download/mod_e... sbin/apxs </code> ■そのままgmakeするとエラーが出るので修正 <code console> # vi mod_encoding.c -------------------修正個所---... ---------------------- </code> ■Makefileも修正 <code console> # vi Makefile -------------------修正個所---------
sed @02_freebsd:80_unixコマンド
8 ヒット, 最終更新: 5年前
^]が行頭の意味[$]が行末の意味 つまり行頭からいきなり行末の行を削除するという意味 <code console> $ cat test.txt -------------------------------... -- </code> ==== week.txtの1から5行目を削除する。 ==== <code console> $ cat week.txt -------------------------------... ------------- </code> === penを山本に置換する。 === <code console> $ cat test.txt -------------------------------... ---- </code> ==== 改行文字も含めて挿入(置換)する方法。 ==== <code console> $ cat test.txt -------------------------------
01 Wget @02_freebsd:01_net
7 ヒット, 最終更新: 12年前
ンなど、いろいろ手にはいるらしい。 ===== ソース展開とインストール ===== <code console> > tar zxvf wget-1.5.3.tar.gz > cd wget-1.5.3 ... 、検索サーバとかで見つかりました。 ===== 簡単な使い方 ===== ○基本1 <code console> wget http://flateight.com/~matsui/index.html <... //flateight..../index.htmlのみをダウンロードする。 ○基本2 <code console> wget -r http://flateight.com/~matsui/index.html... じようなディレクトリ構造ができる。 ===== 応用的使い方 ===== ○応用1 <code console> wget -r -L -l 10 http://flateight.com/~matsui/i
01 qmHandle @02_freebsd:03_mail
5 ヒット, 最終更新: 11年前
qmHandle ====== ===== まずはソースを持ってくる。 ===== <code console> fech http://qmhandle.sourceforge.net/ </code> ... erlで書かれている為viで編集し /usr/local/binあたりにコピーします。 <code console> # tar xvfz qmhandle-1.2.0.tar.gz GPL HISTORY ... /bin/ </code> ===== perlの最新版をインストール ===== <code console> # qmHandle </code> とすると <code console> Can't locate warnings.pm in @INC (@INCcontains: /usr/local/lib/
gzip @02_freebsd:80_unixコマンド
5 ヒット, 最終更新: 11年前
縮率優先))| ===== コマンド例 ===== === ファイルを圧縮 === <code console> $ ls -l sendmail.8.9.3.tar -rw-r--r-- 1 yama... は1068290バイト </code> === ファイルを圧縮し、内容を表示 === <code console> $ gzip -v sendmail.8.9.3.tar.gz 圧縮ファイ... イズになっていることが分かる </code> === 圧縮速度を指定して圧縮 === <code console> $ gzip -n1 sendmail.8.9.3.tar 圧縮速度を... すると少し圧縮率が落ちる </code> === 圧縮ファイルを復元(伸長) === <code console> $ ls -l sendmail.8.9.3.tar.gz -rw-r--r-- 1 y
lsでタイムスタンプを秒まで表示 @02_freebsd:80_unixコマンド
5 ヒット, 最終更新: 10年前
====== lsでタイムスタンプを秒まで表示 ====== <code console> $ ls --full-time syslog.bak -rw-r--r-- 1 matsui users 49397... 最終ステータス変更時刻 (change time) | === mtime === <code console> $ ls -l --full-time syslog.bak -rw-r--r-- 1 mat... 000 +0900 syslog.bak </code> === ctime === <code console> $ ls -lc --full-time syslog.bak -rw-r--r-- 1 ma... 000 +0900 syslog.bak </code> === atime === <code console> $ ls -lu --full-time syslog.bak -rw-r--r-- 1 ma
netstat @02_freebsd:80_unixコマンド
5 ヒット, 最終更新: 10年前
表示。| ===== コマンド例 ===== ==== オプション無し ==== <code console> root@vaio$ netstat Active Internet connections... | ==== 各ネットワークインターフェースごとの情報を表示する。(-i) ==== <code console> # netstat -i ---------------------------------... している)| ==== ネットワークのルーティング情報を表示する。(-r) ==== <code console> -----------------------------------------------... 。 ==== LinuxとUnixの違い ==== ■Unix(FreeBSD) <code console> $ netstat -anf inet -p tcp </code> ■Linux(Cent
外部接続 @02_freebsd:04_database:01_mysql
5 ヒット, 最終更新: 13年前
04 TCPwrapper @02_freebsd:01_net
4 ヒット, 最終更新: 10年前
bzip2 @02_freebsd:80_unixコマンド
4 ヒット, 最終更新: 10年前
find @02_freebsd:80_unixコマンド
4 ヒット, 最終更新: 9年前
route @02_freebsd:80_unixコマンド
4 ヒット, 最終更新: 10年前
unzip @02_freebsd:80_unixコマンド
4 ヒット, 最終更新: 11年前
dateコマンドでunixtime変換 @02_freebsd:99_その他
4 ヒット, 最終更新: 11年前
FreeBSD カーネル再構築 @02_freebsd:99_その他
4 ヒット, 最終更新: 13年前
LEFT JOIN、INNER JOIN違い @02_freebsd:04_database:01_mysql
4 ヒット, 最終更新: 11年前
disown @02_freebsd:80_unixコマンド
3 ヒット, 最終更新: 10年前
htpasswd @02_freebsd:80_unixコマンド
3 ヒット, 最終更新: 10年前
nice @02_freebsd:80_unixコマンド
3 ヒット, 最終更新: 10年前
ps @02_freebsd:80_unixコマンド
3 ヒット, 最終更新: 9年前
restore @02_freebsd:80_unixコマンド
3 ヒット, 最終更新: 10年前
swapスペースを追加する方法 @02_freebsd:99_その他
3 ヒット, 最終更新: 13年前
MySQL - シェルで枠まで出力する @02_freebsd:04_database:01_mysql
3 ヒット, 最終更新: 8年前
MySQL - 数値に変換してソート @02_freebsd:04_database:01_mysql
3 ヒット, 最終更新: 12年前
03 inetd @02_freebsd:01_net
2 ヒット, 最終更新: 10年前
periodicの送信先変更 @02_freebsd:01_net
2 ヒット, 最終更新: 13年前
Apache2+SuEXEC @02_freebsd:02_www
2 ヒット, 最終更新: 13年前
suidperl @02_freebsd:02_www
2 ヒット, 最終更新: 13年前
php4 + sqlite3の実装 @02_freebsd:04_database
2 ヒット, 最終更新: 13年前
Bonnie++ @02_freebsd:08_benchmarks
2 ヒット, 最終更新: 7年前
Bonnie @02_freebsd:08_benchmarks
2 ヒット, 最終更新: 13年前
UNIXBENCH @02_freebsd:08_benchmarks
2 ヒット, 最終更新: 13年前
compress @02_freebsd:80_unixコマンド
2 ヒット, 最終更新: 10年前
crontab @02_freebsd:80_unixコマンド
2 ヒット, 最終更新: 10年前
dump @02_freebsd:80_unixコマンド
2 ヒット, 最終更新: 10年前
kill @02_freebsd:80_unixコマンド
2 ヒット, 最終更新: 10年前
11 ERROR:1093を回避 @02_freebsd:04_database:01_mysql
2 ヒット, 最終更新: 10年前
IPアドレス-アドレスナンバー @02_freebsd:04_database:01_mysql
2 ヒット, 最終更新: 12年前
mysqldumpでエラー @02_freebsd:04_database:01_mysql
2 ヒット, 最終更新: 12年前
MySQL - slow log @02_freebsd:04_database:01_mysql
2 ヒット, 最終更新: 5週間前
Apache 1.3 @02_freebsd:02_www
1 ヒット, 最終更新: 13年前
Apacheのバージョン確認 @02_freebsd:02_www
1 ヒット, 最終更新: 12年前
fgとbg @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 5年前
file @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 9年前
gunzip @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 10年前
ifconfig @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 6年前
jobs @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 10年前
nohup @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 10年前
perl @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 12年前
time @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 10年前
tree @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 10年前
uncompress @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 10年前
zcat @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 10年前
zip @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 10年前
ログイン時のメッセージを変更する @02_freebsd:99_その他
1 ヒット, 最終更新: 12年前
20 wait_timeoutとthread_cache_size @02_freebsd:04_database:01_mysql
1 ヒット, 最終更新: 8年前

ページ用ツール

  • 文書の表示
  • 以前のリビジョン
  • バックリンク
  • 文書の先頭へ
特に明示されていない限り、本Wikiの内容は次のライセンスに従います: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki