全文検索:
- 18 yumで指定バージョンをインストール @01_linux:12_ツール
- ====== <code> # yum search --showduplicates squid Loaded plugins: fastestmirror Loading mirror spee... ================================= N/S matched: squid ================================================================== 7:squid-3.4.6-1.el7.centos.x86_64 : The Squid proxy caching server 7:squid-3.4.11-1.el7.centos.x86_64 : The S
- 2021.08.03 KVM IOPS limit @50_dialy:2021:08
- _IOPS_SEC> <code> update vm_pool set body='<VM><ID>300</ID><UID>0</UID><GID>0</GID><UNAME>oneadmin</UNAME><GNAME>oneadmin</GNAME><NAME>matsuitest</NAME><PERMISSIONS>
- 02 グラフ表示(Highcharts.js) @14_web
- borderRadius: 10, 68 borderWidth: 1, 69 borderColor: '#ddddd... spline: { 85 lineWidth: 2, //lineの太さ 86 states... hover: { 88 lineWidth: 3 //マウスオーバー時 89 } ... : 5, // tooltipの角丸み 95 borderWidth: 1, 96 }, 97 98
- 2023.12.14 React-adminとDjangoの連携 @50_dialy:2023:12
- 'Product', fields=[ ('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), ('name', models.CharField(max... ------+------+-----+---------+----------------+ | id | bigint | NO | PRI | NULL | auto_i... n_product; +----+--------------------+--------+ | id | name | price | +----+-----------
- 17 LVMミラー @01_linux:99_その他
- = ミラーLVM作成 ===== <code console> lvcreate --type raid1 -L 1G -n lvraid1 VG01 lvcreate --type raid5 -L 1G -n lvraid5 VG01 lvcreate --type raid10 -L 1G -n lvraid10 VG01 </code> ==== 確認方法 ==== <code c
- 06 squid @02_freebsd:01_net
- ====== 06 squid ====== スクイッドと読むらしいですね。日本語訳するとヤリイカの事だそうです。 squidでプロキシキャッシュサーバを作成してみたいと思います。 ===== 環境 ===== FreeBSD 6.0 squid 2.5 ===== インストール ===== <code> # cd /usr/ports/www/squid # make install clean ;rehash </code> ===== /usr
- Rebuilding the FreeBSD Kernel @en:02_freebsd:99_その他
- y components that can occupy memory, which is not ideal. It is better to create a customized and effic... ution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # ... #cpu I586_CPU cpu I686_CPU ident MYKERNEL # To statically compile i... ework options GEOM_GPT # GUID Partition Tables. options COMPAT_43
- FreeBSD カーネル再構築 @02_freebsd:99_その他
- ution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # ... #cpu I586_CPU cpu I686_CPU ident MYKERNEL # To statically compile i... ework options GEOM_GPT # GUID Partition Tables. options COMPAT_43 ... sk # ATA disk drives device ataraid # ATA RAID drives device atapicd
- Formatting Syntax @wiki
- lude external and internal [[doku>images|images, videos and audio files]] with curly brackets. Optiona... {{wiki:dokuwiki-128.png}} Resize to given width: {{wiki:dokuwiki-128.png?50}} Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it
- 01 JuJu Maas Openstack @01_linux:08_仮想化:juju
- il: hoge@hogehoge.com Import SSH keys [] (lp:user-id or gh:user-id):gh:flateight </code> 「Import SSH keys」でLaunchPadかGithubの公開鍵をインポートできる。 この場合flateightの公... <code> vault/0* blocked idle 0/lxd/6 10.108.0.16 8200/tcp ... ialized vault-mysql-router/0* active idle 10.108.0.16
- 29 Laravel Custom Validation @11_php:02_framework:01_laravel
- ====== 29 Laravel Custom Validation ====== Laravelでカスタムバリデーションを作成する方法 ===== サービスプロバイダ作成 ===== php artisan make:provider ValidatorServiceProvider <code|app/Providers/ValidatorServiceProvider.php> namespace App\Providers; use I
- 22 Ceph create-volume でエラー @01_linux:13_storage
- ksdb --osd-data /var/lib/ceph/osd/ceph-0/ --osd-uuid 2dd353ac-dcb8-48a8-88cc-cdf96b6ecfcf --setuser ce... 0 -1 bluestore(/var/lib/ceph/osd/ceph-0/) _read_fsid unparsable uuid stderr: 2020-09-02 18:30:10.303 7f600913da80 -1 rocksdb: Invalid argument: Can't parse option compaction_threads
- 62 CentOS OpenVPNブリッジ接続 @01_linux:01_net
- :60_centos_openvpn|]] の事前準備が完了している前提です。 ===== ①bridge-utilsインストール ===== <code console> # yum install bridge-utils </code> ===== ②設定ファイル修正 ===== <code cons... ;server 10.8.0.0 255.255.255.0 ← コメントアウト server-bridge 10.8.0.4 255.255.255.0 10.8.0.50 10.8.0.100 ← Bridge IP 10.8.0.4を指定し、クライアントを10.8.0.50-100割り当て push
- ps @02_freebsd:80_unixコマンド
- しているユーザ名を表示する。| |x|制御端末のないプロセス(デーモンなど)も表示する。| |p pid|プロセスIDpidのプロセスの情報のみを表示する。| |o format|出力フォーマットを指定する。| === format === ^KEY^LONG^DESCRIPTION^ |c|cmd|simple n... as in long format F field| |g|pgrp|process group ID| |G|tpgid|controlling tty process group ID| |j|cu
- 40 Java Heap Memory確認 @01_linux:02_www
- 感謝 <code> #!/bin/sh detected_javahome() { _PID=$1 JAVA_PATH=$(readlink -f `ps -o cmd= ${_PID} | awk '{print $1}'`) || { echo "JAVA_HOME ... awk -F'.' '{print $2}' } print_gcstat () { _PID=$1 java_home="`detected_javahome ${_PID}`" jstat_path="${java_home}/jstat" if [ -e "${jst