• 内容へ移動

fl8 Wiki

ユーザ用ツール

  • ログイン

サイト用ツール

  • 最近の変更
  • メディアマネージャー
  • サイトマップ
現在位置: Dokuwiki.fl8.jp » cd
トレース: • 01 Wget

cd

検索

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

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

全文検索:

FreeBSD - アップグレード @02_freebsd:99_その他
4 ヒット, 最終更新: 13年前
最新版にするは [[02_freebsd:01_net:cvsup|こちら]] <code> # cd /usr/ports/net/cvsup-without-gui # make clean =... く時間がかかります。(うちのCeleron 600MzのPCだと6時間くらい) <code> # cd /usr/src # make buildworld </code> このようにして、放置して... 済みのシステムのインストール(make installworld) ===== <code> # cd /usr/src # make installworld </code> ===== /etc... m" </code> ==== /etcのバックアップを取っておく ==== <code> # cd / # cp -Rp etc etc.OLD </code> ==== mergemaster
FreeBSD カーネル再構築 @02_freebsd:99_その他
4 ヒット, 最終更新: 13年前
自分の好きな名前でいいです。今回は例としてMYKERNELとしてあります。\\ <code> # cd /usr/src/sys/i386/conf/ # cp GENERIC MYKERNEL </... # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem optio... uential Access (tape etc) #device cd # CD #device pass # Passthrough device (direct SCSI access)
PostgreSQLインストール @02_freebsd:04_database:02_posgresql
4 ヒット, 最終更新: 9年前
からインストールしようとしても、client からインストール <code console> # cd /usr/ports/databases/postgresql81-client # make -DWITH_OPENSSL_BASE -DWITH_OPENSSL_PORT # cd /usr/ports/databases/postgresql81-server # make ... .3.tar.gz # tar zxvf postgresql-8.3.3.tar.gz # cd postgresql-8.3.3 # ./configure # make # make i... ==== DB初期化 ====== <code console> $ su pgsql $ cd /usr/local/pgsql/ $ mkdir data $ initdb -D ./da
jail 構築 @02_freebsd:01_net
3 ヒット, 最終更新: 13年前
設定 ===== <code console> setenv D /vds/xx.xx.xx.xx cd /usr/src mkdir -p $D make world DESTDIR=$D cd etc make distribution DESTDIR=$D mount_devfs devfs $D/d... /ports mount_nullfs -o ro /usr/ports $D/usr/ports cd $D ln -sf dev/null kernel </code> ====== 簡単な操作方法
Apache 2.0 + MySQL + PHP @02_freebsd:02_www
3 ヒット, 最終更新: 12年前
idperl|suidperl]]が必要です。</color> <code console> # cd /usr/ports/www/Apache20 # make WITH_PROXY_MODULE... するとユーザの追加もディレクトリの設定も自動で行ってくれます。 <code console> # cd /usr/ports/databases/mysql40-server # make insta... る。 <code console> # tar zxvf php-4.4.0.tar.gz # cd php-4.4.0 # ./configure --with-mysql=/usr/local
03 Postfix + amavisd + clamav @02_freebsd:03_mail
3 ヒット, 最終更新: 9年前
AVインストール ===== ==== portsからインストール ==== <code> # cd /usr/ports/security/clamav # make install </code>... ixインストール ===== ==== portsからインストール ==== <code> # cd /usr/ports/mail/postfix # make install このあと、いくつか... ===== amavisd ===== ==== インストール ==== <code> # cd /usr/ports/security/amavisd-new # make AMAVISUSER
MySQL - PHPMyAdmin @02_freebsd:04_database:01_mysql
3 ヒット, 最終更新: 13年前
===== 最新のバージョンだとlibmcryptが無いと怒られる ===== <code> # cd /usr/ports/security/libmcrypt # make install cle... ザ名:パスワードを設定する。\\ auth_typeをconfigに変更する。 <code> # cd phpMyAdmin # cp config.sample.inc.php config.inc... この場合アクセスするだけで、ログインできてしまうのでBasic認証をかけておく <code> # cd phpMyAdmin # vi .htaccess AuthUserFile /home
02 ProFTPD @02_freebsd:01_net
2 ヒット, 最終更新: 6カ月前
> patch -p0 < proftpd-1.2.10-nlst-ffftp.patch > cd proftpd-1.2.10 > ./configure > make > su # ... す。 ==== portsからインストールする場合 ==== <code console> # cd /usr/ports/distfiles # wget http://www.hayasoft.
07 DHCPD @02_freebsd:01_net
2 ヒット, 最終更新: 9年前
を使いDHCPサーバを立ててみる ====== portsから ====== <code> # cd /usr/ports/net/isc-dhcp3-server # make install c... .2.tar.gz </code> ====== インストール ====== <code> > cd ./dhcp-3.0.2.tar.gz > make > su # make insta
suPHP @02_freebsd:02_www
2 ヒット, 最終更新: 12年前
== <code console> # tar zxvf php-5.2.1.tar.gz # cd php-5.2.1 # ./configure \ --with-mysql=/usr/loc... <code console> $ tar zxvf suphp-0.6.2.tar.gz $ cd suphp-0.6.2 </code> ==== コンフィグ ==== <code consol
WebDAV @02_freebsd:02_www
2 ヒット, 最終更新: 12年前
からバージョン2のApacheソースコードをダウンロードする。 <code console> # cd /usr/ports/www/Apache2 # make install </code> =... 40616 # tar zxvf mod_encoding-20021209.tar.gz # cd mod_encoding-20021209 # cp ../mod_encoding.c.apa
FreeBSD - vim @02_freebsd:99_その他
2 ヒット, 最終更新: 9年前
* vim version 7.1.116 ====== インストール ====== # cd /usr/ports/editors/vim # make install NO_GUI=ye... ix/vim-7.1.tar.bz2 $ tar jxvf vim-7.1.tar.bz2 $ cd vim71 $ ./configure --prefix=/home/matsukaze/loc
MySQL - レプリケーション @02_freebsd:04_database:01_mysql
2 ヒット, 最終更新: 13年前
===== マスタデータのスナップショットを撮る(tarで固める) ===== <code> # cd /home/mysql # tar zcvf data.tar.gz data # scp d... == [スレーブ側] ====== ===== スナップショットを展開する ===== # cd /home/mysql # tar zxvf data.tar.gz ==== my.cnf
PostgreSQL+pgpoolアップデート @02_freebsd:04_database:02_posgresql
2 ヒット, 最終更新: 13年前
場合フォルダコピーじゃ、エラーになるので dumpする # su - postgres $ cd /var/lib/pgsql $ mkdir work $ pg_dumpall --gl... ンパイル、インストール # tar zxvf pgpool-II-3.0.tar.gz # cd pgpool-II-3.0 # ./configure # make # make i
文字化けする場合 @02_freebsd:04_database:02_posgresql
2 ヒット, 最終更新: 13年前
---- 58 | <a href="employ03.html"><B5><E1><BF><CD><B0><C6><C6><E2>(<B2><F1><BC><D2><C0><E2><CC><C0>... 0 59 | <a href="employ03.html"><B5><E1><BF><CD><B0><C6><C6><E2>(<B2><F1><BC><D2><C0><E2><CC><C0>
01 Wget @02_freebsd:01_net
1 ヒット, 最終更新: 12年前
05 rsync @02_freebsd:01_net
1 ヒット, 最終更新: 3年前
06 squid @02_freebsd:01_net
1 ヒット, 最終更新: 9年前
FreeBSD - CVSup @02_freebsd:01_net
1 ヒット, 最終更新: 13年前
Apache 1.3 @02_freebsd:02_www
1 ヒット, 最終更新: 13年前
Apache2+SuEXEC @02_freebsd:02_www
1 ヒット, 最終更新: 13年前
suidperl @02_freebsd:02_www
1 ヒット, 最終更新: 13年前
サイボウズが動かない @02_freebsd:02_www
1 ヒット, 最終更新: 12年前
01 qmHandle @02_freebsd:03_mail
1 ヒット, 最終更新: 11年前
php4 + sqlite3の実装 @02_freebsd:04_database
1 ヒット, 最終更新: 13年前
Bonnie++ @02_freebsd:08_benchmarks
1 ヒット, 最終更新: 7年前
Bonnie @02_freebsd:08_benchmarks
1 ヒット, 最終更新: 13年前
UNIXBENCH @02_freebsd:08_benchmarks
1 ヒット, 最終更新: 13年前
bzip2 @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 10年前
restore @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 10年前
tar @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 3年前
MySQLのインストール @02_freebsd:04_database:01_mysql
1 ヒット, 最終更新: 13年前
ApacheのBasic認証でPostgreSQLを参照 @02_freebsd:04_database:02_posgresql
1 ヒット, 最終更新: 13年前

ページ用ツール

  • 文書の表示
  • 以前のリビジョン
  • バックリンク
  • 文書の先頭へ
特に明示されていない限り、本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