Linux server.bornosky.com 4.18.0-477.13.1.lve.el8.x86_64 #1 SMP Thu Jun 1 16:40:47 EDT 2023 x86_64
Apache
: 95.217.200.235 | : 18.191.132.7
Cant Read [ /etc/named.conf ]
7.3.33
aggscedu
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
libexec /
git-core /
mergetools /
[ HOME SHELL ]
Name
Size
Permission
Action
araxis
515
B
-rw-r--r--
bc
584
B
-rw-r--r--
codecompare
510
B
-rw-r--r--
deltawalker
818
B
-rw-r--r--
diffmerge
460
B
-rw-r--r--
diffuse
395
B
-rw-r--r--
ecmerge
453
B
-rw-r--r--
emerge
535
B
-rw-r--r--
examdiff
493
B
-rw-r--r--
guiffy
432
B
-rw-r--r--
gvimdiff
29
B
-rw-r--r--
kdiff3
818
B
-rw-r--r--
kompare
264
B
-rw-r--r--
meld
2.16
KB
-rw-r--r--
nvimdiff
29
B
-rw-r--r--
opendiff
418
B
-rw-r--r--
smerge
423
B
-rw-r--r--
tkdiff
403
B
-rw-r--r--
tortoisemerge
761
B
-rw-r--r--
vimdiff
17.09
KB
-rw-r--r--
winmerge
510
B
-rw-r--r--
xxdiff
913
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : deltawalker
diff_cmd () { "$merge_tool_path" "$LOCAL" "$REMOTE" >/dev/null 2>&1 } diff_cmd_help () { echo "Use DeltaWalker (requires a graphical session)" } merge_cmd () { # Adding $(pwd)/ in front of $MERGED should not be necessary. # However without it, DeltaWalker (at least v1.9.8 on Windows) # crashes with a JRE exception. The DeltaWalker user manual, # shows $(pwd)/ whenever the '-merged' options is given. # Adding it here seems to work around the problem. if $base_present then "$merge_tool_path" "$LOCAL" "$REMOTE" "$BASE" -merged="$(pwd)/$MERGED" else "$merge_tool_path" "$LOCAL" "$REMOTE" -merged="$(pwd)/$MERGED" fi >/dev/null 2>&1 } merge_cmd_help () { echo "Use DeltaWalker (requires a graphical session)" } translate_merge_tool_path () { echo DeltaWalker } exit_code_trustable () { true }
Close