This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BEGIN MESSAGE. cvxS3y4TKkkFIQX cnYadCFXxN3OKcr lCAt8BrGM2aontC e0XJYMIhrWx2Uup P5aDCLU95LzA15Q 1aSFffQ6JVdTCKq 6Xr2MZHgg6V6YzE deLmmUO4Orf822V aKFt9eZe5PEkinX BOtAFnhpNMdabmp kOs869Z9r1uqmHC Od8apLK5hDXjhOw 31fl8URKlwMLJfH rUylqugpRubBHTx XFlN. END MESSAGE. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12517[2022-04-10 03:30:38] VERBOSE[60317] res_pjsip/pjsip_options.c: Contact 300/sip:[email protected]:59980;ob is now Reachable. RTT: 8.165 msec | |
12518[2022-04-10 03:57:27] VERBOSE[60317] pbx_variables.c: Setting global variable 'SIPDOMAIN' to '192.168.0.80' | |
12519[2022-04-10 03:57:27] VERBOSE[60317] netsock2.c: Using SIP RTP Audio TOS bits 184 | |
12520[2022-04-10 03:57:27] VERBOSE[60317] netsock2.c: Using SIP RTP Audio TOS bits 184 in TCLASS field. | |
12521[2022-04-10 03:57:27] VERBOSE[60317] netsock2.c: Using SIP RTP Audio CoS mark 5 | |
12522[2022-04-10 03:57:27] VERBOSE[118122][C-00000014] pbx.c: Executing [500@from-internal:1] Set("PJSIP/400-0000001a", "__RINGTIMER=15") in new stack | |
12523[2022-04-10 03:57:27] VERBOSE[118122][C-00000014] pbx.c: Executing [500@from-internal:2] ExecIf("PJSIP/400-0000001a", "0?Set(__CWIGNORE=)") in new stack | |
12524[2022-04-10 03:57:27] VERBOSE[118122][C-00000014] pbx.c: Executing [500@from-internal:3] Macro("PJSIP/400-0000001a", "exten-vm,novm,500,0,0,0") in new stack | |
12525[2022-04-10 03 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@keyframes fuckColor{ | |
0% { background-color: Magenta; } | |
33% { background-color: yellow; } | |
66% { background-color: Cyan; } | |
100% { background-color: Magenta; } | |
} | |
.headerBtn, .ui-c, .ui-widget-content, .ui-widget-header, .ui-commandlink, .textWeblearning { | |
animation: fuckColor 2s ease infinite; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Copyright (C) 2016 The Android Open-Source Project | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, software |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# This script is for macOS and GNU/Linux. | |
# Check if rsvg-convert is installed on the system. | |
if ! command -v rsvg-convert &> /dev/null | |
then | |
echo "コマンド rsvg-convert (librsvg) がインストールされていません。" | |
echo "Homebrew などのパッケージマネージャから導入してください。" | |
exit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hostname ix2215-tokyo | |
timezone +09 00 | |
! | |
logging buffered 131072 | |
! | |
no syslog ip enable | |
! | |
ip ufs-cache max-entries 20000 | |
ip ufs-cache enable | |
ip route default Tunnel0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/sbin/nft -f | |
flush ruleset | |
table inet filter { | |
chain input { | |
type filter hook input priority 0; | |
} | |
chain forward { | |
type filter hook forward priority 0; |
OlderNewer