Overview
Describe what this document covers.
Content
Add your content here.
Summary
Summarize the key points.
Building configuration...
Current configuration : 1724 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ISP
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$Dn2Q$n6wTg0NEeVyoB3m3s7YtI.
!
no aaa new-model
memory-size iomem 5
clock timezone JST 9
ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
username ppp-user password 0 R6pass
!
!
!
!
!
!
bba-group pppoe global
!
!
interface FastEthernet0/0
no ip address
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
pppoe enable group global
!
interface FastEthernet0/1
no ip address
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
pppoe enable group global
!
interface FastEthernet1/0
no ip address
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
pppoe enable group global
!
interface FastEthernet2/0
ip address 200.99.1.254 255.255.255.0
ip nat outside
ip virtual-reassembly
speed 100
full-duplex
!
interface FastEthernet3/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet4/0
no ip address
shutdown
duplex auto
speed auto
!
interface Virtual-Template1
mtu 1492
ip unnumbered FastEthernet2/0
peer default ip address pool PPPoE_POOL
ppp authentication chap
!
ip local pool PPPoE_POOL 200.99.1.10 200.99.1.50
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 FastEthernet2/0
!
!
ip http server
no ip http secure-server
ip nat inside source list 100 interface FastEthernet2/0 overload
!
access-list 100 permit ip 200.99.1.0 0.0.0.255 any
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
length 0
line aux 0
line vty 0 4
login
!
!
end
Building configuration...
Current configuration : 1053 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R-Osaka
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
clock timezone JST 9
ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 201.10.0.26 255.255.255.248
speed 100
full-duplex
!
interface FastEthernet0/1
no ip address
speed 100
full-duplex
!
interface FastEthernet1/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet2/0
no ip address
duplex auto
speed auto
!
interface FastEthernet3/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet4/0
no ip address
shutdown
duplex auto
speed auto
!
ip forward-protocol nd
!
!
ip http server
no ip http secure-server
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
length 0
line aux 0
line vty 0 4
login
!
!
end
VSCodeでGitの操作ができるのは周知の事実として、Gitのコミットメッセージをコミットメッセージを入れるテキストボックス横にあるキラキラボタンを押して生成できることを知らない人がいらっしゃる…かも?
コミットメッセージをこの機能で生成すると勝手に英語にしたりわざわざConventional Commitsにしたがって書いてたのに破ったりと結構やらかしてくれる。それならGPTみたいにカスタム指示的なもので調整したいのでその方法をまとめちゃうぞ
この設定を見つければok
setting.json
をひらいて、下に提示し設定をGitHubCopilotにぶち込んでもらうだけでOK
"github.copilot.chat.commitMessageGeneration.instructions": [
{
"text": "必ず日本語で記述してください"
},
{
"text": "コミットメッセージは、最初にConventional Commitsに則って記述してください"
},
{
"text": "その後ファイルごとの詳細な変更内容を記述してください"
}
],
そうして生成してみると
feat: TeraTerm接続設定ファイルの説明を追加
intro.mdにttlファイルがTeraTarmの接続設定ファイルであることを明記しました。
こんな感じに今までよりもきれいに形式化されて返してもらえますやった~
Building configuration...
Current configuration : 1724 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ISP
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$Dn2Q$n6wTg0NEeVyoB3m3s7YtI.
!
no aaa new-model
memory-size iomem 5
clock timezone JST 9
ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
username ppp-user password 0 R6pass
!
!
!
!
!
!
bba-group pppoe global
!
!
interface FastEthernet0/0
no ip address
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
pppoe enable group global
!
interface FastEthernet0/1
no ip address
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
pppoe enable group global
!
interface FastEthernet1/0
no ip address
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
pppoe enable group global
!
interface FastEthernet2/0
ip address 200.99.1.254 255.255.255.0
ip nat outside
ip virtual-reassembly
speed 100
full-duplex
!
interface FastEthernet3/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet4/0
no ip address
shutdown
duplex auto
speed auto
!
interface Virtual-Template1
mtu 1492
ip unnumbered FastEthernet2/0
peer default ip address pool PPPoE_POOL
ppp authentication chap
!
ip local pool PPPoE_POOL 200.99.1.10 200.99.1.50
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 FastEthernet2/0
!
!
ip http server
no ip http secure-server
ip nat inside source list 100 interface FastEthernet2/0 overload
!
access-list 100 permit ip 200.99.1.0 0.0.0.255 any
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
length 0
line aux 0
line vty 0 4
login
!
!
end
Building configuration...
Current configuration : 1053 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R-Osaka
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
clock timezone JST 9
ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 201.10.0.26 255.255.255.248
speed 100
full-duplex
!
interface FastEthernet0/1
no ip address
speed 100
full-duplex
!
interface FastEthernet1/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet2/0
no ip address
duplex auto
speed auto
!
interface FastEthernet3/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet4/0
no ip address
shutdown
duplex auto
speed auto
!
ip forward-protocol nd
!
!
ip http server
no ip http secure-server
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
length 0
line aux 0
line vty 0 4
login
!
!
end