Done !
Server IP : 149.255.35.26 / Your IP : 3.139.81.51 Web Server : Apache System : Linux net.netcoservers5.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : gbslsnop ( 1036) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /etc/ |
Upload File : |
# System-wide GDB initialization file. python import glob # glob.iglob is not available in python-2.4 (RHEL-5). for f in glob.glob('/etc/gdbinit.d/*.gdb'): gdb.execute('source %s' % f) for f in glob.glob('/etc/gdbinit.d/*.py'): gdb.execute('source %s' % f) end