Linux server.flyproject.com.br 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
Apache
: 207.244.227.86 | : 216.73.217.1
10 Domain
7.1.33
hubnog
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
anaconda /
[ HOME SHELL ]
Name
Size
Permission
Action
boot
[ DIR ]
drwxr-xr-x
gnome
[ DIR ]
drwxr-xr-x
help
[ DIR ]
drwxr-xr-x
pixmaps
[ DIR ]
drwxr-xr-x
post-scripts
[ DIR ]
drwxr-xr-x
site-python
[ DIR ]
drwxr-xr-x
ui
[ DIR ]
drwxr-xr-x
window-manager
[ DIR ]
drwxr-xr-x
anaconda-gtk.css
6.85
KB
-rw-r--r--
anaconda_options.txt
11.61
KB
-rw-r--r--
instperf.p
494
B
-rw-r--r--
interactive-defaults.ks
765
B
-rw-r--r--
list-harddrives-stub
2.13
KB
-rwxr-xr-x
restart-anaconda
1.2
KB
-rwxr-xr-x
tmux.conf
593
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : restart-anaconda
#! /bin/bash # # restart-anaconda: Debugging tool to restart stage2 Anaconda. # # Copyright (C) 2010 # Red Hat, Inc. All rights reserved. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # rm -rf /tmp/updates || echo "Error removing /tmp/updates. Updates won't be re-downloaded." >&2 if [[ -f /var/run/iscsid.pid ]]; then # iscsid must die else it will cause us troubles on the next run # log out of all nodes /sbin/iscsiadm -m node --logoutall=all fi # This will kill all programs in the anaconda group and restart the # service. systemctl stop anaconda.service anaconda-cleanup systemctl start --no-block anaconda.service
Close