• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » cd
Trace: • Vyatta PPTP • 01 .htaccess • 15 CDイメージ作成 • 03 Pleskログインパスワード取得 • 04 .htaccess で制限時間設定 • WebDAV • FreeBSD vlan • 01 qmHandle • 16 Kubernetes + DRBD Linstor • 12 X-FORWARD-FORの設定(Apache側)

cd

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@01_linux
  • Any namespace
  • 01_linux:01_net (13)
  • 01_linux:02_www (10)
  • 01_linux:99_その他 (10)
  • 01_linux:08_仮想化 (7)
  • 01_linux:03_mail (6)
  • 01_linux:09_ベンチマーク (6)
  • 01_linux:12_ツール (5)
  • 01_linux:04_監視 (3)
  • 01_linux:11_データベース (3)
  • 01_linux:13_storage (3)
  • 01_linux:10_network (2)
  • 01_linux:30_ubuntu (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • 04 KVM cdrom attach

Fulltext results:

50 CentOS5.7 ドライバ組み込み @01_linux:99_その他
25 Hits, Last modified: 13 years ago
CM57810 10 Gigabit Ethernetのドライバを組み込んだ時のメモ ===== CDの内容をコピーする ===== <code console> # mkdir /mnt/work/old_cdrom # mkdir /tmp/work/new_cdrom # mount t iso9660 -o loop CentOS-5.7-x86_64-netinstall.iso /mnt/work/old_cdrom # rsync -av /mnt/work/old_cdrom/ /tmp/work/new
13 CentOS6メール設定 @01_linux:03_mail
10 Hits, Last modified: 6 years ago
ll epel-release </code> === ダウンロード === <code> # cd /usr/local/src # wget http://mirror.neu.edu.cn/Ce... <code> # rpm -ivh postfix-2.9.5-1.el6.src.rpm # cd ~/rpmbuild/SOURCES # cp /usr/local/src/*.patch . # cd ../SPECS/ # vi postfix.spec ------------------ (7... .sleep %patch4 -p1 -b .vda ------------------ # cd ~ # yum install rpm-build # rpmbuild -ba ~/rpmbu
33 OpenNebula Windows Template @01_linux:08_仮想化
8 Hits, Last modified: 6 years ago
= 33 OpenNebula Windows Template ====== ===== 1. CD-ROM upload ===== <code> $ cat << __CD__ > Windows2019_STD_CD-ROM.tmpl NAME="Windows2019 STD CD-ROM" PATH="/home/SW_DVD9_Win_Server_STD_CORE_2019_1809.1_64Bit_Jap
03 Postfix + Postgrey @01_linux:03_mail
6 Hits, Last modified: 10 years ago
m # rpm -ivh --nomd5 postgrey-1.34-1.rf.src.rpm # cd /usr/src/redhat/SOURCES/ # tar zxvf postgrey-1.34.tar.gz # cd postgrey-1.34 # wget http://k2net.hakuba.jp/pub/t... # patch -p0 < targrey-0.31-postgrey-1.34.patch # cd .. # rm -f postgrey-1.34.tar.gz && tar czvf postg... f.src.rpm # rpm -ivh postgrey-1.32-1.rf.src.rpm # cd /usr/src/redhat/SOURCES/ # tar zxvf postgrey-1.32
04 Postfix+MySQL+Postfix AdminでバーチャルSMTPサーバの構築 @01_linux:03_mail
6 Hits, Last modified: 9 years ago
対応する為、パッチをあて再構築</color> === インストール === <code> # cd /usr/local/src # wget http://ftp-stud.fht-esslin... ES # rpm -ivh postfix-2.3.3-2.1.el5_2.src.rpm # cd /usr/src/redhat/SOURCES # wget http://vda.source... http://k2net.hakuba.jp/pub/postfix-sleep.patch # cd /usr/src/redhat/SPECS/ # cp postfix.spec postfix... install dovecot </code> === 証明書設定 === <code> # cd /etc/pki/tls/certs/ # make mail.pem # openssl x
60 CentOS OpenVPN @01_linux:01_net
4 Hits, Last modified: 12 years ago
成 ===== ==== 1.CA証明書、秘密鍵作成 ==== <code console> # cd /etc/openvpn/ # cp -r /usr/share/doc/openvpn-2.2.2/easy-rsa/2.0/ easy-rsa # cd easy-rsa # vi vars export KEY_COUNTRY="JP" export... と=既に作成済のクライアント名と重複しないこと</color> <code console> # cd /etc/openvpn/easy-rsa/ # source vars </code> ===... ト証明書廃止 ==== client1のクライアント証明書廃止 <code console> # cd /etc/openvpn/easy-rsa/ # source vars # sh revoke
31 CentOS5 でTLS1.2 @01_linux:02_www
4 Hits, Last modified: 5 years ago
-1.0.2r.tar.gz # tar zxvf openssl-1.0.2r.tar.gz # cd openssl-1.0.2r # ./config shared enable-ssl2 enab... et-1.16.1.tar.gz # tar -xzvf wget-1.16.1.tar.gz # cd wget-1.16.1 # export PKG_CONFIG_PATH=/opt/openssl... 1.16.1/bin/wget linux-vdso.so.1 => (0x00007fff5cdfd000) libuuid.so.1 => /lib64/libuuid.so.1 (0x000... et /usr/bin/wget </code> ==== Curl ==== <code> # cd /usr/local/src # wget https://curl.haxx.se/downlo
32 CentOS5でTLS1.2 Apache PHP @01_linux:02_www
4 Hits, Last modified: 14 months ago
d.conf /opt/httpd/httpd-2.2.24/conf/httpd.conf # cd /opt/httpd/httpd-2.2.24 # cp -rvf /etc/httpd/conf... //svn.php.net/repository/pecl/crack/trunk crack # cd crack # /opt/php-5.6.13/bin/phpize # ./configure ... /php5/php-5.6.40.tar.gz tar xvf php-5.6.40.tar.gz cd php-5.6.40/ext/mssql/ /opt/php-5.6.13/bin/phpize ... からダウンロード <code> # tar zxvf mysql-5.1.56.tar.gz # cd mysql-5.1.56 # ./configure --prefix=/opt/mysql-5.
仮想化KVM @01_linux:08_仮想化
4 Hits, Last modified: 13 years ago
console> <boot dev='hd'/> ↓ <boot dev='cdrom'/> <disk type='file' device='cdrom'> <driver name='qemu'/> <source file='/CDROM/W2k3SP2.iso'/> <target dev='hdc' bus='id... ver name='qemu' type='raw'/> <source file='/CDROM/virtio-win-1.1.16.vfd'/> <target dev='fd
06 WireGuard @01_linux:10_network
4 Hits, Last modified: 17 months ago
公開鍵:pubkey <code> mkdir -p ~/WireGuard/server && cd ~/WireGuard/server wg genkey > privkey cat priv... code> CL=client01 mkdir -p ~/WireGuard/${CL} && cd ~/WireGuard/${CL} wg genkey > privkey cat privk... code> CL=client02 mkdir -p ~/WireGuard/${CL} && cd ~/WireGuard/${CL} wg genkey > privkey cat privk... ===== 6.クライアント設定ファイル作成 ===== <code> CL=client01 cd ~/WireGuard/${CL} SERVER_pubkey=`cat ~/WireGuard
32_1 SPDK(Storage Performance Development Kit) @01_linux:01_net
3 Hits, Last modified: 6 years ago
8576 kB </code> ===== 5.SPDKのビルド ===== <code> # cd /usr/src # git clone https://github.com/spdk/spdk # cd spdk # git submodule update --init # scripts/pkgd... ====== 6.spdkのiscsi.confファイル設定 ====== <code> # cd /usr/src/spdk/app/iscsi_tgt # vi iscsi.conf [glo
51 Heartbeat + Pacemaker + galera(3 server) @01_linux:01_net
3 Hits, Last modified: 10 years ago
64.repo.tar.gz # yum remove cluster-glue-libs # cd pacemaker-1.0.13-2.1.el6.x86_64.repo/rpm/ # yum ... hatenablog.com/entry/2014/04/13/210821]] <code> # cd /tmp # tar zxvf pacemaker-1.0.13-2.1.el6.x86_64.repo.tar.gz # cd /tmp/pacemaker-1.0.13-2.1.el6.x86_64.repo yum -c
VPNサーバ(PacketiX) @01_linux:01_net
3 Hits, Last modified: 7 years ago
.02-7392-rtm-2011.02.28-ja-linux-x86-32bit.tar.gz cd vpnserver make cd .. mv vpnserver /usr/local cd /usr/local/vpnserver/ chmod 600 * chmod 700 vpncmd chmod 700 vpnserver
KVMでWindowsを動かし、virtio化 @01_linux:08_仮想化
3 Hits, Last modified: 6 years ago
rtio'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu'/> <source file='/CDROM/virtio-win-0.1-30.iso'/> <target dev='hd... ===== ダミーディスクを定義して起動すると、デバイスマネージャにデバイスができているので\\ cdromのドライバをインストールする。 ===== 最後にメインのディスクイメージの定義を変更 =
06 GitPrep @01_linux:12_ツール
3 Hits, Last modified: 10 years ago
uthorized_key </code> ==== セットアップ ==== <code> $ cd gitprep $ bash -x setup.sh </code> ==== Mojolic... om/yuki-kimoto/gitprep.git gitprep.repo <code> $ cd gitprep.repo $ git pull </code> === 3.全て上書き === ... tprep.conf </code> === 5.setup.sh実行 === <code> $ cd gitprep/ $ bash -x setup.sh </code> === 6.mojo.s
22 Ceph create-volume でエラー @01_linux:13_storage
3 Hits, Last modified: 5 years ago
28 Ceph ISCSI @01_linux:13_storage
3 Hits, Last modified: 4 years ago
04 KVM cdrom attach @01_linux:08_仮想化:kvm
3 Hits, Last modified: 7 years ago
05 Percona Xtrabackup @01_linux:11_データベース:01_mysql
3 Hits, Last modified: 6 years ago
21 CentOS5でPacketix VPN Client @01_linux:01_net
2 Hits, Last modified: 6 years ago
34 s3cmd @01_linux:01_net
2 Hits, Last modified: 12 years ago
36 git Server @01_linux:01_net
2 Hits, Last modified: 11 years ago
75 Proftpd @01_linux:01_net
2 Hits, Last modified: 9 months ago
VPNサーバ(PacketiX VPN -> SoftEther VPN)移行方法 @01_linux:01_net
2 Hits, Last modified: 7 years ago
13 mod_line_edit @01_linux:02_www
2 Hits, Last modified: 9 years ago
mod_geoip 接続元国でWebアクセスを制限 @01_linux:02_www
2 Hits, Last modified: 13 years ago
nrpeで監視 @01_linux:04_監視
2 Hits, Last modified: 13 years ago
34 OpenNebula Ceph template @01_linux:08_仮想化
2 Hits, Last modified: 3 years ago
unixbench @01_linux:09_ベンチマーク
2 Hits, Last modified: 4 years ago
15 CDイメージ作成 @01_linux:12_ツール
2 Hits, Last modified: 9 years ago
diff,patchコマンド @01_linux:99_その他
2 Hits, Last modified: 12 years ago
01 JuJu Maas Openstack @01_linux:08_仮想化:juju
2 Hits, Last modified: 4 years ago
21 MySQL REGEXP 正規表現 @01_linux:11_データベース:01_mysql
2 Hits, Last modified: 6 years ago
15 ローカルにyumリポジトリ作成 @01_linux:01_net
1 Hits, Last modified: 10 years ago
41 CentOS7 NIC名変更 @01_linux:01_net
1 Hits, Last modified: 6 years ago
71 vsftpd @01_linux:01_net
1 Hits, Last modified: 16 months ago
yum @01_linux:01_net
1 Hits, Last modified: 13 years ago
15 CentOS6 suPHP7.2 @01_linux:02_www
1 Hits, Last modified: 7 years ago
21 グラフ描写(gnuplot) @01_linux:02_www
1 Hits, Last modified: 9 years ago
21 HRForecast @01_linux:02_www
1 Hits, Last modified: 11 years ago
82 CentOS 5.8 + Apache 2.2 + PHP 5.3 + suPHP 0.7.1 @01_linux:02_www
1 Hits, Last modified: 8 years ago
02 Apache2で自己認証ssl @01_linux:02_www
1 Hits, Last modified: 12 months ago
CentOS5.2でApache2.2インストール @01_linux:02_www
1 Hits, Last modified: 13 years ago
Dovecot 2.2 upgrade @01_linux:03_mail
1 Hits, Last modified: 8 years ago
Postfix - OP25B環境でFQDNを持たないホストからメールを投げる方法(SMTPリレー) @01_linux:03_mail
1 Hits, Last modified: 7 years ago
Postfix DovecotでPOP before SMTP @01_linux:03_mail
1 Hits, Last modified: 13 years ago
AdaptecRaid監視 @01_linux:04_監視
1 Hits, Last modified: 13 years ago
Nagios-plugins @01_linux:04_監視
1 Hits, Last modified: 13 years ago
02_ネットワーク負荷試験iperf @01_linux:09_ベンチマーク
1 Hits, Last modified: 8 years ago
12 memtier_benchmark redis @01_linux:09_ベンチマーク
1 Hits, Last modified: 13 months ago
dbench @01_linux:09_ベンチマーク
1 Hits, Last modified: 4 years ago
fio @01_linux:09_ベンチマーク
1 Hits, Last modified: 4 years ago
httping @01_linux:09_ベンチマーク
1 Hits, Last modified: 8 years ago
04 Strongswan IKEv2 EAP @01_linux:10_network
1 Hits, Last modified: 4 years ago
07 GitPrep アップグレード @01_linux:12_ツール
1 Hits, Last modified: 8 years ago
10 HP ProLiant SMH @01_linux:12_ツール
1 Hits, Last modified: 4 years ago
20 gitlab-runner @01_linux:12_ツール
1 Hits, Last modified: 5 years ago
21 Ceph マニュアルインストール @01_linux:13_storage
1 Hits, Last modified: 3 years ago
13 Ubuntu 古いzabbix @01_linux:30_ubuntu
1 Hits, Last modified: 4 years ago
03 Linux swapスペース追加 @01_linux:99_その他
1 Hits, Last modified: 14 months ago
18 iLO自体を再起動 @01_linux:99_その他
1 Hits, Last modified: 10 years ago
60 adaptech_raidのledランプを付ける. @01_linux:99_その他
1 Hits, Last modified: 5 years ago
61 AdaptechでHotSpreを使う @01_linux:99_その他
1 Hits, Last modified: 5 years ago
Adaptech 6405 @01_linux:99_その他
1 Hits, Last modified: 13 years ago
GRUBで起動しない @01_linux:99_その他
1 Hits, Last modified: 6 years ago
ISO作成 @01_linux:99_その他
1 Hits, Last modified: 13 years ago
WARNING: at kernel/sched.c:5914 @01_linux:99_その他
1 Hits, Last modified: 12 years ago
05 ゲストCentOS5をVirtio化 @01_linux:08_仮想化:kvm
1 Hits, Last modified: 3 years ago
01 PostgreSQL streaming replica @01_linux:11_データベース:02_postgresql
1 Hits, Last modified: 4 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: 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