Ubuntu 20.04

OSバージョンを確認

# cat/etc/lsb-releaseDISTRIB_ID=UbuntuDISTRIB_RELEASE=20.04DISTRIB_CODENAME=focalDISTRIB_DESCRIPTION="U ...

GitLab

書式
git ls-remote オプション
–heads HEADのみ取得
–tags タグのみ
–get-url リモートURL
使用例
1.リモ ...

Windows10

書式

select カラム名from テーブルA left join テーブルBon 結合条件where 抽出条件

使用例

select aa.customername , bb.orderid from custo ...

Swift

書式
init(引数1: String, 引数2: Int, 引数3: String)
使用例

class Student { var msg = "test message" var stuno = 3000 ...

Spring Boot

書式
@RequestMapping(value = パス名, produces = “application/xml”)
@RequestMapping(value = パス名, produc ...

Windows10

操作方法
1.Excel2013を起動します。

2.左上の「ファイル」をクリックします。

3.「最近使ったブック」を右クリックします。

4.「固定されていない項目をクリア(E)」をクリックし ...

JavaScript

書式
var intervalID = scope.setInterval(func, delay);
var intervalID = scope.setInterval(code, delay);
一定の遅 ...

Python

書式
iter(文字列)
使用例

cft = "arkgame"res = iter(cft)//要素を最初から順番に取り出すprint(next(res))print(next(res))print(next( ...

Windows10

ダウンロード:
提供元サイトからダウンロード
softpediaサイトからダウンロード
majorgeeksサイトからダウンロード

更新内容:

Enhanced Detections:

GitLab

説明
git checkout:作業ブランチを切り替えます。

使用例
1.リモートブランチ「2020Dev01」からローカルブランチ「2020Dev01」を作成
$ git checkout -b ...

Windows10

ダウンロード:
提供元サイトからダウンロード
softpediaサイトからダウンロード
cnetサイトからダウンロード

更新内容:

Fix of possible deadlock when ...

CentOS

操作方法
# sudo yum install make
================================================================================ ...

OpenSource

ダウンロード:
提供元サイトからダウンロード

更新内容:

*) Corrected docs/manual pages for new MergeTrailers directive and other ou ...

OpenSource

ダウンロード:
提供元サイトからダウンロード
softpediaサイトからダウンロード
PSPad is a comprehensive text and code editor that provides n ...

Linux

設定内容:

#各IPのHTTP併発要求の最大値を設定

iptables -I INPUT -p tcp –dport 80 -m connlimit –connlimit-above 1 ...

Linux

firewallコード下記:
# 転送トルール
iptables -A FORWARD -d 192.168.1.34 -p tcp –dport 80 -j ACCEPT
iptables -A ...

Linux

firewallコード下記:

iptables -N httpd_in
iptables -A httpd_in -m time ! –weekdays Mon -m string –alg ...

Linux

# 192.168.1.69でfirewallを設定
iptables -A INPUT -p tcp –dport 80 -m time ! –weekdays Mon -m string ̵ ...