Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
python3-serial /
examples /
Delete
Unzip
Name
Size
Permission
Date
Action
at_protocol.py
4.82
KB
-rw-r--r--
2020-04-04 11:20
port_publisher.py
19.68
KB
-rwxr-xr-x
2020-04-04 11:20
port_publisher.sh
1.03
KB
-rwxr-xr-x
2020-04-04 11:20
rfc2217_server.py
6
KB
-rwxr-xr-x
2020-09-16 18:25
setup-miniterm-py2exe.py
794
B
-rw-r--r--
2020-04-04 11:20
setup-rfc2217_server-py2exe.py
780
B
-rw-r--r--
2020-04-04 11:20
setup-wxTerminal-py2exe.py
1
KB
-rw-r--r--
2020-04-04 11:20
tcp_serial_redirect.py
7.33
KB
-rwxr-xr-x
2020-09-16 18:25
wxSerialConfigDialog.py
12.89
KB
-rwxr-xr-x
2020-09-15 06:29
wxSerialConfigDialog.wxg
13.29
KB
-rw-r--r--
2020-04-04 11:20
wxTerminal.py
14.18
KB
-rwxr-xr-x
2020-09-16 18:25
wxTerminal.wxg
6.74
KB
-rw-r--r--
2020-04-04 11:20
Save
Rename
# setup script for py2exe to create the miniterm.exe # # (C) 2001-2015 Chris Liechti <cliechti@gmx.net> # # SPDX-License-Identifier: BSD-3-Clause from distutils.core import setup import sys sys.path.insert(0, '..') import serial.tools.miniterm sys.argv.extend("py2exe --bundle 1".split()) setup( name='miniterm', zipfile=None, options={"py2exe": { 'dll_excludes': [], 'includes': [ 'serial.urlhandler.protocol_hwgrep', 'serial.urlhandler.protocol_rfc2217', 'serial.urlhandler.protocol_socket', 'serial.urlhandler.protocol_loop'], 'dist_dir': 'bin', 'excludes': ['serialjava', 'serialposix', 'serialcli'], 'compressed': 1, } }, console=[ serial.tools.miniterm.__file__ ], )