• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » code
Trace:

code

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@50_dialy:2019
  • Any namespace
  • 50_dialy:2019:08 (3)
  • 50_dialy:2019:03 (2)
  • 50_dialy:2019:09 (1)
  • 50_dialy:2019:11 (1)
  • 50_dialy:2019:12 (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

2019.08.05 久しぶりにSLコマンド @50_dialy:2019:08
6 Hits, Last modified: 6 years ago
[[02_freebsd:99_その他:01_sl]] ===== インストール ===== <code> # git clone https://github.com/mtoyoda/sl.git # cd sl # make # cp ./sl /usr/bin/ </code> ===== エラー ===== make でエラー。 <code> [root@fl8 sl]# make gcc -O -Wall -o sl sl.c -lncurses sl.c:41:20... st use in this function) make: *** [sl] Error 1 </code> ==== 対処 ==== ncurses-develをインストールすればOK <code
2019.11.21 Nginx エラー @50_dialy:2019:11
4 Hits, Last modified: 6 years ago
ogehoge.com" ===== 原因 ===== SELinuxが有効になってた。 <code> # getenforce Enforcing </code> ===== 対応 ===== SELinuxを無効にしたら表示できた。 <code> # setenforce 0 # sed -i 's/^SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config </code> {{tag>日記 nginx}}
2019.09.12 SoftEtherVPN エラー @50_dialy:2019:09
3 Hits, Last modified: 6 years ago
led and make sure that it has not been disabled. (code 22) ===== 対応 ===== 一度仮想nicを削除して作成し直せば治る <code> VPN Client> NicDelete nic01 VPN Client> NicCreate nic01 VPN Client> AccountNicSet hoge1001 </code> {{tag>vpn}}
2019.03.26 SoftEtherVPN NetworkManagerで起動せず @50_dialy:2019:03
2 Hits, Last modified: 6 years ago
orkManager/system-connections/vpn_nic03を書いてやってみる <code> [connection] id=vpn_nic01 uuid=c28c10d3-ad3b-409... ] addr-gen-mode=stable-privacy dns-priority=100 dns-search= method=link-local </code> {{tag>vpn nmcli}}
2019.03.28 PythonでSlackへ通知 @50_dialy:2019:03
2 Hits, Last modified: 7 years ago
====== 2019.03.28 PythonでSlackへ通知 ====== <code> # slackwebをインストール $ sudo pip install slackweb postToSla... eb.Slack(url="コピーしたWebhookのURL") slack.notify(text="pythonからslackさんへ") </code> {{tag>slack python 日記}}
2019.08.01 Python paramikoエラー @50_dialy:2019:08
2 Hits, Last modified: 6 years ago
paramiko 2.4.2 ===== エラー ===== <code> /usr/local/lib/python3.6/site-packages/paramiko/... tring(self.Q_C.public_numbers().encode_point()) </code> ===== 対処 ===== paramikoをアップグレードでエラーは出なくなった p
2019.08.02 vim でPageUP/PageDownが効かない @50_dialy:2019:08
2 Hits, Last modified: 6 years ago
しまってて、TERMがvt100だと効かなくなるようです。 下記をコメントアウトしてやると治った。 <code|.bashrc> export TERM=vt100 </code> {{tag>vim}}
2019.12.26 HP IPMIからライセンス確認 @50_dialy:2019:12
2 Hits, Last modified: 6 years ago
====== 2019.12.26 HP IPMIからライセンス確認 ====== <code> $ curl --fail --silent --max-time 3 "http://xxx.xxx.xx... /KEY> <SN>ILOJPTXXXXXXX </SN> <SBSN>JPTXXXXXXX </SBSN> </PROLIANTKEY> </code> {{tag>日記 ipmi}}

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