• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » var
Trace: • 2010.04.27 rsyncができない • 02_サカつく初代 08年目 • 2023.02.16 Windowsで任意の大きなファイル作成 • 16 Ubuntu sysstat • 2014.05.28 sa-update Error • 22 WSL2 Ubutnuインストール • 2025.07.10 Thinkpad USBキーボードのFn Ctrl交換 • 2023.06.11 ビンボー魂 おばあちゃんが遺してくれた生き抜く力 • 08 Ubuntu Nat iptables直 • Jun 21 2023 Windows2008 Update Failed with Error 800B01009

var

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@50_dialy
  • Any namespace
  • 50_dialy:2024 (7)
  • 50_dialy:2021 (6)
  • 50_dialy:2023 (6)
  • 50_dialy:2017 (3)
  • 50_dialy:2022 (3)
  • 50_dialy:2025 (3)
  • 50_dialy:2014 (1)
  • 50_dialy:2016 (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

2021.04.15 GAS hangoutLinkを取得 @50_dialy:2021:04
9 Hits, Last modified: 5 years ago
= 取得スクリプト ===== <code> function myFunction() { var calendarId = "primary"; var now = new Date(); var twoHoursFromNow = new Date(now.getTime() + (2 * 60 * 60 * 1000)); var events = CalendarApp.getEvents(now, twoHoursFromN
2024.10.04 lsyncd @50_dialy:2024:10
9 Hits, Last modified: 13 months ago
題を軽減できる可能性があるでしょう。 ===== 相互同期設定 ===== 下記のサーバで、/var/www/htmlを相互同期する方法 Aサーバ: 192.168.10.11 Bサーバ: ... cd/lsyncd.conf.lua> settings { logfile = "/var/log/lsyncd.log", statusFile = "/var/log/lsyncd-status.log", statusInterval = 1, -- ステータスロ... 検出 } sync { default.rsyncssh, source = "/var/www/html/", host = "root@192.168.10.12",
2022.10.01 Nextcloud @50_dialy:2022:10
8 Hits, Last modified: 2 years ago
OW restart: always volumes: - ./db:/var/lib/mysql environment: - MYSQL_ROOT_PAS... restart: always volumes: - ./nextcloud:/var/www/html environment: - MYSQL_HOST=db ... restart: always volumes: - ./nextcloud:/var/www/html:ro environment: - VIRTUAL_HOST... restart: always volumes: - ./nextcloud:/var/www/html entrypoint: /cron.sh depends_on:
2017.11.13 GlusterFS 3.12 @50_dialy:2017:11
5 Hits, Last modified: 8 years ago
sterFS 3.12だと、NFSが起動できなかった。 ログには、下記のようなメッセージ /var/log/glusterfs/glusterd.log [2017-11-13 00:46:03... /usr/lib64/glusterfs/3.12.9/xlator/nfs/server.so /var/lib/glusterd/nfs /var/lib/glusterd/nfs/nfs-server.vol /var/lib/glusterd/nfs/run /var/lib/glusterd/nfs/run/nfs.pid </code> {
2021.04.29 Docker dokuwiki linuxserver @50_dialy:2021:04
5 Hits, Last modified: 2 years ago
olumes: - ./config:/config # - /tmpfs:/var/caceh/nginx #ports: # - 80:80 # - 4... /nginx/nginx.conf> http { fastcgi_cache_path /var/caceh/nginx levels=1:2 keys_zone=cache-zone:30m m... # With php5-fpm: #fastcgi_pass unix:/var/run/php5-fpm.sock; fastcgi_index index.ph... data、conf、tplのコピー <code> rsync hoge@hogehoge.com:/var/www/html/dokuwiki/data/ config/dokuwiki/data/ rsy
2021.06.22 Unknown: Input variables exceeded 1000 @50_dialy:2021:06
4 Hits, Last modified: 4 years ago
====== 2021.06.22 Unknown: Input variables exceeded 1000 ====== 引数が多すぎるとエラーが出る。 ===== エラー ===== PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0 ===== 対応 ===== <code|/etc/php.ini> max_input_vars = 2000 </code> /etc/init.d/httpd reload {{ta
2022.05.26 Kubernetes Podで名前解決できない @50_dialy:2022:05
4 Hits, Last modified: 3 years ago
k delete flannel.1; \ rm -rfv /etc/cni ; rm -rvf /var/lib/cni/ ; rm -rvf /var/run/flannel ; \ rm -rfv /etc/containerd/config.toml ; \ systemctl restart cont... k delete flannel.1; \ rm -rfv /etc/cni ; rm -rvf /var/lib/cni/ ; rm -rvf /var/run/flannel ; \ rm -rfv /etc/containerd/config.toml ; \ systemctl restart cont
2023.06.01 Python importパッケージ化 @50_dialy:2023:06
4 Hits, Last modified: 2 years ago
$ cat ./main.py from subdir1 import * print(mod1.var1) print(mod2.var2) </code> ■実行結果 ちゃんとmod1.pyのvar1 と mod2.pyのvar2 が読み込まれる。 <code> $ python3 main.py
2024.03.06 VBA Selenium OnClick @50_dialy:2024:03
4 Hits, Last modified: 20 months ago
うになっていて普通にクリックできない。。。 <code> <a href="#" onclick="var a=function(){return doPaging('next', true);};var b=function(){if(typeof jsfcljs == 'function'){jsfcljs... ttps://hogehoge.com" Driver.Wait 1000 OnClick = "var a=function(){return doPaging('next', true);};var b=function(){if(typeof jsfcljs == 'function'){jsfcljs
2014.09.25 Bash脆弱性 @50_dialy:2014:09
3 Hits, Last modified: 8 years ago
n:x:2:2:daemon:/sbin:/sbin/nologin adm:x:3:4:adm:/var/adm:/sbin/nologin lp:x:4:7:lp:/var/spool/lpd:/sbin/nologin sync:x:5:0:sync:/sbin:/bin/sync shutdown:x:... alt:x:7:0:halt:/sbin:/sbin/halt mail:x:8:12:mail:/var/spool/mail:/sbin/nologin ・ ・ ・ ・ </code> {{tag>日
2023.01.02 GAS Parser @50_dialy:2023:01
3 Hits, Last modified: 3 years ago
]).iterate() 例: <code> url = "https://fl8.jp/"; var response = UrlFetchApp.fetch(url); var content = response.getContentText(); var text = Parser.data(content).from('<script id="__NEXT_DATA__"
2024.05.02 Amazon Linux 2023 Zabbix @50_dialy:2024:05
3 Hits, Last modified: 15 months ago
agentd </code> ==== ログフォルダ用意 ==== <code> mkdir /var/log/zabbix chown zabbix:zabbix /var/log/zabbix </code> ==== conf修正 ==== <code> # cat /usr/local/etc/zabbix_agentd.conf | grep -v -e ^# -e ^$ LogFile=/var/log/zabbix/zabbix_agentd.log Server=XXX.XXX.XXX.X
2016.10.06 うるう秒対策 @50_dialy:2016:10
2 Hits, Last modified: 9 years ago
pdを修正 <key>-x</key>を付ける OPTIONS="-u ntp:ntp -p /var/run/ntpd.pid -g -I 172.16.XX.XX" ↓ OPTIONS="-x -u ntp:ntp -p /var/run/ntpd.pid -g -I 172.16.XX.XX" {{tag>日記}}
2017.04.10 MySQL 5.7.17 + Galera3 @50_dialy:2017:04
2 Hits, Last modified: 9 years ago
[ OK ] # tail /var/log/mysqld.log 2017-04-10T08:38:25.799325Z 0 [Not... s of memory Hope that's ok; if not, decrease some variables in the equation. Thread pointer: 0x0 Attem
2023.02.05 Ubuntu ディスクサイズ変更 @50_dialy:2023:02
2 Hits, Last modified: 3 years ago
-------------------------------------- vda /var/lib/libvirt/images/vm001.qcow2 # cd /var/lib/libvirt/images/ # qemu-img resize -f qcow2 vm001.qcow2
2023.12.14 React-adminとDjangoの連携 @50_dialy:2023:12
2 Hits, Last modified: 23 months ago
2024.07.27 dovecot Out of Memory @50_dialy:2024:07
2 Hits, Last modified: 15 months ago
2024.12.11 Cockpitディスク追加エラー @50_dialy:2024:12
2 Hits, Last modified: 11 months ago
2025.03.14 Zed Editor Windowsでビルド @50_dialy:2025:03
2 Hits, Last modified: 14 days ago
2017.01.24 Memcacheでセッション管理 @50_dialy:2017:01
1 Hits, Last modified: 9 years ago
2021.08.03 KVM IOPS limit @50_dialy:2021:08
1 Hits, Last modified: 4 years ago
2021.09.25 PCS NFS @50_dialy:2021:09
1 Hits, Last modified: 4 years ago
2021.12.30 Docker Dokuwiki bitnami @50_dialy:2021:12
1 Hits, Last modified: 2 years ago
2022.01.24 SSHD MaxStartupsについて @50_dialy:2022:01
1 Hits, Last modified: 4 years ago
2023.05.15 Let's Encrypt 証明書削除 @50_dialy:2023:05
1 Hits, Last modified: 2 years ago
2023.08.03 Unixbenchでエラー @50_dialy:2023:08
1 Hits, Last modified: 2 years ago
2024.08.31 Docker ComposeのCron実行 @50_dialy:2024:08
1 Hits, Last modified: 14 months ago
2024.12.03 MainWP Child @50_dialy:2024:12
1 Hits, Last modified: 11 months ago
2025.02.06 Cloudflare CF-Connecting-IP @50_dialy:2025:02
1 Hits, Last modified: 8 months ago
2025.05.02 KVM ホットマイグレーション終わらない @50_dialy:2025:05
1 Hits, Last modified: 4 months 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